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/.gradle/5.4.1/executionHistory/executionHistory.bin b/.gradle/5.4.1/executionHistory/executionHistory.bin new file mode 100644 index 0000000..a93fac7 Binary files /dev/null and b/.gradle/5.4.1/executionHistory/executionHistory.bin differ diff --git a/.gradle/5.4.1/executionHistory/executionHistory.lock b/.gradle/5.4.1/executionHistory/executionHistory.lock new file mode 100644 index 0000000..54a1b6b Binary files /dev/null and b/.gradle/5.4.1/executionHistory/executionHistory.lock differ diff --git a/.gradle/5.4.1/fileChanges/last-build.bin b/.gradle/5.4.1/fileChanges/last-build.bin new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/.gradle/5.4.1/fileChanges/last-build.bin differ diff --git a/.gradle/5.4.1/fileContent/fileContent.lock b/.gradle/5.4.1/fileContent/fileContent.lock new file mode 100644 index 0000000..f053dd1 Binary files /dev/null and b/.gradle/5.4.1/fileContent/fileContent.lock differ diff --git a/.gradle/5.4.1/fileHashes/fileHashes.bin b/.gradle/5.4.1/fileHashes/fileHashes.bin new file mode 100644 index 0000000..f893e7c Binary files /dev/null and b/.gradle/5.4.1/fileHashes/fileHashes.bin differ diff --git a/.gradle/5.4.1/fileHashes/fileHashes.lock b/.gradle/5.4.1/fileHashes/fileHashes.lock new file mode 100644 index 0000000..fecd193 Binary files /dev/null and b/.gradle/5.4.1/fileHashes/fileHashes.lock differ diff --git a/.gradle/5.4.1/fileHashes/resourceHashesCache.bin b/.gradle/5.4.1/fileHashes/resourceHashesCache.bin new file mode 100644 index 0000000..0341927 Binary files /dev/null and b/.gradle/5.4.1/fileHashes/resourceHashesCache.bin differ diff --git a/.gradle/5.4.1/gc.properties b/.gradle/5.4.1/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/.gradle/5.4.1/javaCompile/javaCompile.lock b/.gradle/5.4.1/javaCompile/javaCompile.lock new file mode 100644 index 0000000..59b4792 Binary files /dev/null and b/.gradle/5.4.1/javaCompile/javaCompile.lock differ diff --git a/.gradle/5.4.1/javaCompile/taskHistory.bin b/.gradle/5.4.1/javaCompile/taskHistory.bin new file mode 100644 index 0000000..dba3c2d Binary files /dev/null and b/.gradle/5.4.1/javaCompile/taskHistory.bin differ diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock new file mode 100644 index 0000000..f2ce299 Binary files /dev/null and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/.gradle/buildOutputCleanup/cache.properties b/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 0000000..fcc69df --- /dev/null +++ b/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Sun Dec 15 00:03:03 IST 2019 +gradle.version=5.4.1 diff --git a/.gradle/buildOutputCleanup/outputFiles.bin b/.gradle/buildOutputCleanup/outputFiles.bin new file mode 100644 index 0000000..0b27dfe Binary files /dev/null and b/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/.gradle/vcs-1/gc.properties b/.gradle/vcs-1/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..13bfc8c --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +iitrtimetable \ No newline at end of file diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000..9cd7151 Binary files /dev/null and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/caches/gradle_models.ser b/.idea/caches/gradle_models.ser new file mode 100644 index 0000000..eab8a43 Binary files /dev/null and b/.idea/caches/gradle_models.ser differ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..681f41a --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,116 @@ + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
+
+
\ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..d291b3d --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_activity_activity_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_activity_activity_1_0_0_aar.xml new file mode 100644 index 0000000..3fdcb22 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_activity_activity_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_annotation_annotation_1_1_0_jar.xml b/.idea/libraries/Gradle__androidx_annotation_annotation_1_1_0_jar.xml new file mode 100644 index 0000000..5b17db6 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_annotation_annotation_1_1_0_jar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_1_0_aar.xml b/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_1_0_aar.xml new file mode 100644 index 0000000..0d92f44 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_1_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_1_0_aar.xml b/.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_1_0_aar.xml new file mode 100644 index 0000000..fc0aa4c --- /dev/null +++ b/.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0_jar.xml b/.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0_jar.xml new file mode 100644 index 0000000..a7f501b --- /dev/null +++ b/.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml b/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml new file mode 100644 index 0000000..ddc2acc --- /dev/null +++ b/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml new file mode 100644 index 0000000..ac1405a --- /dev/null +++ b/.idea/libraries/Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml new file mode 100644 index 0000000..ea51373 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_collection_collection_1_1_0_jar.xml b/.idea/libraries/Gradle__androidx_collection_collection_1_1_0_jar.xml new file mode 100644 index 0000000..ecb16c3 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_collection_collection_1_1_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_1_1_3_aar.xml b/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_1_1_3_aar.xml new file mode 100644 index 0000000..ec31233 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_1_1_3_aar.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_solver_1_1_3_jar.xml b/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_solver_1_1_3_jar.xml new file mode 100644 index 0000000..f92fb42 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_solver_1_1_3_jar.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_0_0_aar.xml new file mode 100644 index 0000000..be19014 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_core_core_1_1_0_aar.xml b/.idea/libraries/Gradle__androidx_core_core_1_1_0_aar.xml new file mode 100644 index 0000000..08e4f96 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_core_core_1_1_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml new file mode 100644 index 0000000..0efee5f --- /dev/null +++ b/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml new file mode 100644 index 0000000..81447b4 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml new file mode 100644 index 0000000..965554e --- /dev/null +++ b/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml new file mode 100644 index 0000000..f37c7a6 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_fragment_fragment_1_1_0_aar.xml b/.idea/libraries/Gradle__androidx_fragment_fragment_1_1_0_aar.xml new file mode 100644 index 0000000..e72f492 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_fragment_fragment_1_1_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml new file mode 100644 index 0000000..dec737c --- /dev/null +++ b/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml new file mode 100644 index 0000000..8aba6d5 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml new file mode 100644 index 0000000..aa12c69 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_1_0_jar.xml b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_1_0_jar.xml new file mode 100644 index 0000000..8c4384c --- /dev/null +++ b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_1_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_extensions_2_1_0_aar.xml b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_extensions_2_1_0_aar.xml new file mode 100644 index 0000000..cde5aa0 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_extensions_2_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_1_0_aar.xml b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_1_0_aar.xml new file mode 100644 index 0000000..c51bb92 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_1_0_aar.xml b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_1_0_aar.xml new file mode 100644 index 0000000..74950de --- /dev/null +++ b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_process_2_1_0_aar.xml b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_process_2_1_0_aar.xml new file mode 100644 index 0000000..261603a --- /dev/null +++ b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_process_2_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_1_0_aar.xml b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_1_0_aar.xml new file mode 100644 index 0000000..6ca521e --- /dev/null +++ b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_service_2_1_0_aar.xml b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_service_2_1_0_aar.xml new file mode 100644 index 0000000..4e7bd1c --- /dev/null +++ b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_service_2_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_1_0_aar.xml b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_1_0_aar.xml new file mode 100644 index 0000000..e6b47d4 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml new file mode 100644 index 0000000..58706e2 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml new file mode 100644 index 0000000..ab1d3fa --- /dev/null +++ b/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml new file mode 100644 index 0000000..6b2c23e --- /dev/null +++ b/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_0_0_aar.xml new file mode 100644 index 0000000..5b7c736 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_savedstate_savedstate_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_savedstate_savedstate_1_0_0_aar.xml new file mode 100644 index 0000000..39f8c14 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_savedstate_savedstate_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml new file mode 100644 index 0000000..dcaa13e --- /dev/null +++ b/.idea/libraries/Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml new file mode 100644 index 0000000..a7b85e6 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_test_core_1_2_0_aar.xml b/.idea/libraries/Gradle__androidx_test_core_1_2_0_aar.xml new file mode 100644 index 0000000..45f26f8 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_test_core_1_2_0_aar.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_2_0_aar.xml b/.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_2_0_aar.xml new file mode 100644 index 0000000..5826f94 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_2_0_aar.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_2_0_aar.xml b/.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_2_0_aar.xml new file mode 100644 index 0000000..bf5fe02 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_2_0_aar.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_test_ext_junit_1_1_1_aar.xml b/.idea/libraries/Gradle__androidx_test_ext_junit_1_1_1_aar.xml new file mode 100644 index 0000000..51f112c --- /dev/null +++ b/.idea/libraries/Gradle__androidx_test_ext_junit_1_1_1_aar.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_test_monitor_1_2_0_aar.xml b/.idea/libraries/Gradle__androidx_test_monitor_1_2_0_aar.xml new file mode 100644 index 0000000..1050895 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_test_monitor_1_2_0_aar.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_test_runner_1_2_0_aar.xml b/.idea/libraries/Gradle__androidx_test_runner_1_2_0_aar.xml new file mode 100644 index 0000000..1f98fe4 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_test_runner_1_2_0_aar.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_transition_transition_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_transition_transition_1_0_0_aar.xml new file mode 100644 index 0000000..a3c662a --- /dev/null +++ b/.idea/libraries/Gradle__androidx_transition_transition_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml b/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml new file mode 100644 index 0000000..3846428 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml b/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml new file mode 100644 index 0000000..61d5ca2 --- /dev/null +++ b/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_0_aar.xml b/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_0_aar.xml new file mode 100644 index 0000000..87aaf4f --- /dev/null +++ b/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml b/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml new file mode 100644 index 0000000..0c5a00a --- /dev/null +++ b/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_google_android_material_material_1_0_0_aar.xml b/.idea/libraries/Gradle__com_google_android_material_material_1_0_0_aar.xml new file mode 100644 index 0000000..ed2cc77 --- /dev/null +++ b/.idea/libraries/Gradle__com_google_android_material_material_1_0_0_aar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml b/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml new file mode 100644 index 0000000..947e251 --- /dev/null +++ b/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml b/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml new file mode 100644 index 0000000..f97c138 --- /dev/null +++ b/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml b/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml new file mode 100644 index 0000000..5ac7d7b --- /dev/null +++ b/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__junit_junit_4_12_jar.xml b/.idea/libraries/Gradle__junit_junit_4_12_jar.xml new file mode 100644 index 0000000..24e5b72 --- /dev/null +++ b/.idea/libraries/Gradle__junit_junit_4_12_jar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml b/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml new file mode 100644 index 0000000..ddd2635 --- /dev/null +++ b/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml b/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml new file mode 100644 index 0000000..6b1e2e7 --- /dev/null +++ b/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml b/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml new file mode 100644 index 0000000..a8015c9 --- /dev/null +++ b/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml b/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml new file mode 100644 index 0000000..00bb125 --- /dev/null +++ b/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..37a7509 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..4e579ac --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..7f68460 --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..f5ae389 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 67ab3fa..c28214a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# iitr-calendar -This app will work as a calendar customizable according to the requirement of each student. +This is a project under MDG SoC. There a lot of clashes between different workshops by different groups and many of times all the students don't know about all the workshops being held in the college. Also there are different deadlines for different competition. The solution is app which will work as a calendar customizable according to the requirement of each student. No student will miss any competition , lecture, workshop or any other event just because he was not aware of it also a MAJOR impact would be that it will help the student manage his/her time very efficiently. diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..796b96d --- /dev/null +++ b/app/.gitignore @@ -0,0 +1 @@ +/build diff --git a/app/app.iml b/app/app.iml new file mode 100644 index 0000000..95c141a --- /dev/null +++ b/app/app.iml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle new file mode 100644 index 0000000..b0cd9bb --- /dev/null +++ b/app/build.gradle @@ -0,0 +1,32 @@ +apply plugin: 'com.android.application' + +android { + compileSdkVersion 29 + buildToolsVersion "29.0.2" + defaultConfig { + applicationId "com.example.iitrtimetable" + minSdkVersion 26 + targetSdkVersion 29 + versionCode 1 + versionName "1.0" + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + } + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' + } + } +} + +dependencies { + implementation fileTree(dir: 'libs', include: ['*.jar']) + implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'com.google.android.material:material:1.0.0' + implementation 'androidx.annotation:annotation:1.1.0' + implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0' + testImplementation 'junit:junit:4.12' + androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/activity/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/activity/R.java new file mode 100644 index 0000000..69c8420 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/activity/R.java @@ -0,0 +1,223 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.activity; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int accessibility_action_clickable_span = 0x7f080013; + public static final int accessibility_custom_action_0 = 0x7f080014; + public static final int accessibility_custom_action_1 = 0x7f080015; + public static final int accessibility_custom_action_10 = 0x7f080016; + public static final int accessibility_custom_action_11 = 0x7f080017; + public static final int accessibility_custom_action_12 = 0x7f080018; + public static final int accessibility_custom_action_13 = 0x7f080019; + public static final int accessibility_custom_action_14 = 0x7f08001a; + public static final int accessibility_custom_action_15 = 0x7f08001b; + public static final int accessibility_custom_action_16 = 0x7f08001c; + public static final int accessibility_custom_action_17 = 0x7f08001d; + public static final int accessibility_custom_action_18 = 0x7f08001e; + public static final int accessibility_custom_action_19 = 0x7f08001f; + public static final int accessibility_custom_action_2 = 0x7f080020; + public static final int accessibility_custom_action_20 = 0x7f080021; + public static final int accessibility_custom_action_21 = 0x7f080022; + public static final int accessibility_custom_action_22 = 0x7f080023; + public static final int accessibility_custom_action_23 = 0x7f080024; + public static final int accessibility_custom_action_24 = 0x7f080025; + public static final int accessibility_custom_action_25 = 0x7f080026; + public static final int accessibility_custom_action_26 = 0x7f080027; + public static final int accessibility_custom_action_27 = 0x7f080028; + public static final int accessibility_custom_action_28 = 0x7f080029; + public static final int accessibility_custom_action_29 = 0x7f08002a; + public static final int accessibility_custom_action_3 = 0x7f08002b; + public static final int accessibility_custom_action_30 = 0x7f08002c; + public static final int accessibility_custom_action_31 = 0x7f08002d; + public static final int accessibility_custom_action_4 = 0x7f08002e; + public static final int accessibility_custom_action_5 = 0x7f08002f; + public static final int accessibility_custom_action_6 = 0x7f080030; + public static final int accessibility_custom_action_7 = 0x7f080031; + public static final int accessibility_custom_action_8 = 0x7f080032; + public static final int accessibility_custom_action_9 = 0x7f080033; + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int dialog_button = 0x7f08006a; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_accessibility_actions = 0x7f0800de; + public static final int tag_accessibility_clickable_spans = 0x7f0800df; + public static final int tag_accessibility_heading = 0x7f0800e0; + public static final int tag_accessibility_pane_title = 0x7f0800e1; + public static final int tag_screen_reader_focusable = 0x7f0800e2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int custom_dialog = 0x7f0b0020; + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/R.java new file mode 100644 index 0000000..b7cd890 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/R.java @@ -0,0 +1,1716 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.appcompat; + +public final class R { + private R() {} + + public static final class anim { + private anim() {} + + public static final int abc_fade_in = 0x7f010000; + public static final int abc_fade_out = 0x7f010001; + public static final int abc_grow_fade_in_from_bottom = 0x7f010002; + public static final int abc_popup_enter = 0x7f010003; + public static final int abc_popup_exit = 0x7f010004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; + public static final int abc_slide_in_bottom = 0x7f010006; + public static final int abc_slide_in_top = 0x7f010007; + public static final int abc_slide_out_bottom = 0x7f010008; + public static final int abc_slide_out_top = 0x7f010009; + public static final int abc_tooltip_enter = 0x7f01000a; + public static final int abc_tooltip_exit = 0x7f01000b; + public static final int btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c; + public static final int btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d; + public static final int btn_checkbox_to_checked_icon_null_animation = 0x7f01000e; + public static final int btn_checkbox_to_unchecked_box_inner_merged_animation = 0x7f01000f; + public static final int btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010; + public static final int btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011; + public static final int btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012; + public static final int btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013; + public static final int btn_radio_to_off_mtrl_ring_outer_path_animation = 0x7f010014; + public static final int btn_radio_to_on_mtrl_dot_group_animation = 0x7f010015; + public static final int btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016; + public static final int btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017; + } + public static final class attr { + private attr() {} + + public static final int actionBarDivider = 0x7f030000; + public static final int actionBarItemBackground = 0x7f030001; + public static final int actionBarPopupTheme = 0x7f030002; + public static final int actionBarSize = 0x7f030003; + public static final int actionBarSplitStyle = 0x7f030004; + public static final int actionBarStyle = 0x7f030005; + public static final int actionBarTabBarStyle = 0x7f030006; + public static final int actionBarTabStyle = 0x7f030007; + public static final int actionBarTabTextStyle = 0x7f030008; + public static final int actionBarTheme = 0x7f030009; + public static final int actionBarWidgetTheme = 0x7f03000a; + public static final int actionButtonStyle = 0x7f03000b; + public static final int actionDropDownStyle = 0x7f03000c; + public static final int actionLayout = 0x7f03000d; + public static final int actionMenuTextAppearance = 0x7f03000e; + public static final int actionMenuTextColor = 0x7f03000f; + public static final int actionModeBackground = 0x7f030010; + public static final int actionModeCloseButtonStyle = 0x7f030011; + public static final int actionModeCloseDrawable = 0x7f030012; + public static final int actionModeCopyDrawable = 0x7f030013; + public static final int actionModeCutDrawable = 0x7f030014; + public static final int actionModeFindDrawable = 0x7f030015; + public static final int actionModePasteDrawable = 0x7f030016; + public static final int actionModePopupWindowStyle = 0x7f030017; + public static final int actionModeSelectAllDrawable = 0x7f030018; + public static final int actionModeShareDrawable = 0x7f030019; + public static final int actionModeSplitBackground = 0x7f03001a; + public static final int actionModeStyle = 0x7f03001b; + public static final int actionModeWebSearchDrawable = 0x7f03001c; + public static final int actionOverflowButtonStyle = 0x7f03001d; + public static final int actionOverflowMenuStyle = 0x7f03001e; + public static final int actionProviderClass = 0x7f03001f; + public static final int actionViewClass = 0x7f030020; + public static final int activityChooserViewStyle = 0x7f030021; + public static final int alertDialogButtonGroupStyle = 0x7f030022; + public static final int alertDialogCenterButtons = 0x7f030023; + public static final int alertDialogStyle = 0x7f030024; + public static final int alertDialogTheme = 0x7f030025; + public static final int allowStacking = 0x7f030026; + public static final int alpha = 0x7f030027; + public static final int alphabeticModifiers = 0x7f030028; + public static final int arrowHeadLength = 0x7f030029; + public static final int arrowShaftLength = 0x7f03002a; + public static final int autoCompleteTextViewStyle = 0x7f03002b; + public static final int autoSizeMaxTextSize = 0x7f03002c; + public static final int autoSizeMinTextSize = 0x7f03002d; + public static final int autoSizePresetSizes = 0x7f03002e; + public static final int autoSizeStepGranularity = 0x7f03002f; + public static final int autoSizeTextType = 0x7f030030; + public static final int background = 0x7f030031; + public static final int backgroundSplit = 0x7f030032; + public static final int backgroundStacked = 0x7f030033; + public static final int backgroundTint = 0x7f030034; + public static final int backgroundTintMode = 0x7f030035; + public static final int barLength = 0x7f030036; + public static final int borderlessButtonStyle = 0x7f030040; + public static final int buttonBarButtonStyle = 0x7f03004e; + public static final int buttonBarNegativeButtonStyle = 0x7f03004f; + public static final int buttonBarNeutralButtonStyle = 0x7f030050; + public static final int buttonBarPositiveButtonStyle = 0x7f030051; + public static final int buttonBarStyle = 0x7f030052; + public static final int buttonCompat = 0x7f030053; + public static final int buttonGravity = 0x7f030054; + public static final int buttonIconDimen = 0x7f030055; + public static final int buttonPanelSideLayout = 0x7f030056; + public static final int buttonStyle = 0x7f030057; + public static final int buttonStyleSmall = 0x7f030058; + public static final int buttonTint = 0x7f030059; + public static final int buttonTintMode = 0x7f03005a; + public static final int checkboxStyle = 0x7f030063; + public static final int checkedTextViewStyle = 0x7f030068; + public static final int closeIcon = 0x7f03007b; + public static final int closeItemLayout = 0x7f030082; + public static final int collapseContentDescription = 0x7f030083; + public static final int collapseIcon = 0x7f030084; + public static final int color = 0x7f030087; + public static final int colorAccent = 0x7f030088; + public static final int colorBackgroundFloating = 0x7f030089; + public static final int colorButtonNormal = 0x7f03008a; + public static final int colorControlActivated = 0x7f03008b; + public static final int colorControlHighlight = 0x7f03008c; + public static final int colorControlNormal = 0x7f03008d; + public static final int colorError = 0x7f03008e; + public static final int colorPrimary = 0x7f03008f; + public static final int colorPrimaryDark = 0x7f030090; + public static final int colorSwitchThumbNormal = 0x7f030092; + public static final int commitIcon = 0x7f030093; + public static final int contentDescription = 0x7f030097; + public static final int contentInsetEnd = 0x7f030098; + public static final int contentInsetEndWithActions = 0x7f030099; + public static final int contentInsetLeft = 0x7f03009a; + public static final int contentInsetRight = 0x7f03009b; + public static final int contentInsetStart = 0x7f03009c; + public static final int contentInsetStartWithNavigation = 0x7f03009d; + public static final int controlBackground = 0x7f0300a4; + public static final int customNavigationLayout = 0x7f0300ab; + public static final int defaultQueryHint = 0x7f0300ac; + public static final int dialogCornerRadius = 0x7f0300ad; + public static final int dialogPreferredPadding = 0x7f0300ae; + public static final int dialogTheme = 0x7f0300af; + public static final int displayOptions = 0x7f0300b0; + public static final int divider = 0x7f0300b1; + public static final int dividerHorizontal = 0x7f0300b2; + public static final int dividerPadding = 0x7f0300b3; + public static final int dividerVertical = 0x7f0300b4; + public static final int drawableBottomCompat = 0x7f0300b5; + public static final int drawableEndCompat = 0x7f0300b6; + public static final int drawableLeftCompat = 0x7f0300b7; + public static final int drawableRightCompat = 0x7f0300b8; + public static final int drawableSize = 0x7f0300b9; + public static final int drawableStartCompat = 0x7f0300ba; + public static final int drawableTint = 0x7f0300bb; + public static final int drawableTintMode = 0x7f0300bc; + public static final int drawableTopCompat = 0x7f0300bd; + public static final int drawerArrowStyle = 0x7f0300be; + public static final int dropDownListViewStyle = 0x7f0300bf; + public static final int dropdownListPreferredItemHeight = 0x7f0300c0; + public static final int editTextBackground = 0x7f0300c1; + public static final int editTextColor = 0x7f0300c2; + public static final int editTextStyle = 0x7f0300c3; + public static final int elevation = 0x7f0300c4; + public static final int expandActivityOverflowButtonDrawable = 0x7f0300ca; + public static final int firstBaselineToTopHeight = 0x7f0300de; + public static final int font = 0x7f0300e0; + public static final int fontFamily = 0x7f0300e1; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int gapBetweenBars = 0x7f0300ec; + public static final int goIcon = 0x7f0300ed; + public static final int height = 0x7f0300ef; + public static final int hideOnContentScroll = 0x7f0300f4; + public static final int homeAsUpIndicator = 0x7f0300f9; + public static final int homeLayout = 0x7f0300fa; + public static final int icon = 0x7f0300fc; + public static final int iconTint = 0x7f030102; + public static final int iconTintMode = 0x7f030103; + public static final int iconifiedByDefault = 0x7f030104; + public static final int imageButtonStyle = 0x7f030105; + public static final int indeterminateProgressStyle = 0x7f030106; + public static final int initialActivityCount = 0x7f030107; + public static final int isLightTheme = 0x7f030109; + public static final int itemPadding = 0x7f030110; + public static final int lastBaselineToBottomHeight = 0x7f030118; + public static final int layout = 0x7f030119; + public static final int lineHeight = 0x7f030158; + public static final int listChoiceBackgroundIndicator = 0x7f03015a; + public static final int listChoiceIndicatorMultipleAnimated = 0x7f03015b; + public static final int listChoiceIndicatorSingleAnimated = 0x7f03015c; + public static final int listDividerAlertDialog = 0x7f03015d; + public static final int listItemLayout = 0x7f03015e; + public static final int listLayout = 0x7f03015f; + public static final int listMenuViewStyle = 0x7f030160; + public static final int listPopupWindowStyle = 0x7f030161; + public static final int listPreferredItemHeight = 0x7f030162; + public static final int listPreferredItemHeightLarge = 0x7f030163; + public static final int listPreferredItemHeightSmall = 0x7f030164; + public static final int listPreferredItemPaddingEnd = 0x7f030165; + public static final int listPreferredItemPaddingLeft = 0x7f030166; + public static final int listPreferredItemPaddingRight = 0x7f030167; + public static final int listPreferredItemPaddingStart = 0x7f030168; + public static final int logo = 0x7f030169; + public static final int logoDescription = 0x7f03016a; + public static final int maxButtonHeight = 0x7f03016e; + public static final int measureWithLargestChild = 0x7f030170; + public static final int menu = 0x7f030171; + public static final int multiChoiceItemLayout = 0x7f030172; + public static final int navigationContentDescription = 0x7f030173; + public static final int navigationIcon = 0x7f030174; + public static final int navigationMode = 0x7f030175; + public static final int numericModifiers = 0x7f030177; + public static final int overlapAnchor = 0x7f030178; + public static final int paddingBottomNoButtons = 0x7f030179; + public static final int paddingEnd = 0x7f03017a; + public static final int paddingStart = 0x7f03017b; + public static final int paddingTopNoTitle = 0x7f03017c; + public static final int panelBackground = 0x7f03017d; + public static final int panelMenuListTheme = 0x7f03017e; + public static final int panelMenuListWidth = 0x7f03017f; + public static final int popupMenuStyle = 0x7f030185; + public static final int popupTheme = 0x7f030186; + public static final int popupWindowStyle = 0x7f030187; + public static final int preserveIconSpacing = 0x7f030188; + public static final int progressBarPadding = 0x7f03018a; + public static final int progressBarStyle = 0x7f03018b; + public static final int queryBackground = 0x7f03018c; + public static final int queryHint = 0x7f03018d; + public static final int radioButtonStyle = 0x7f03018e; + public static final int ratingBarStyle = 0x7f03018f; + public static final int ratingBarStyleIndicator = 0x7f030190; + public static final int ratingBarStyleSmall = 0x7f030191; + public static final int searchHintIcon = 0x7f030197; + public static final int searchIcon = 0x7f030198; + public static final int searchViewStyle = 0x7f030199; + public static final int seekBarStyle = 0x7f03019a; + public static final int selectableItemBackground = 0x7f03019b; + public static final int selectableItemBackgroundBorderless = 0x7f03019c; + public static final int showAsAction = 0x7f03019d; + public static final int showDividers = 0x7f03019e; + public static final int showText = 0x7f0301a0; + public static final int showTitle = 0x7f0301a1; + public static final int singleChoiceItemLayout = 0x7f0301a2; + public static final int spinBars = 0x7f0301a8; + public static final int spinnerDropDownItemStyle = 0x7f0301a9; + public static final int spinnerStyle = 0x7f0301aa; + public static final int splitTrack = 0x7f0301ab; + public static final int srcCompat = 0x7f0301ac; + public static final int state_above_anchor = 0x7f0301ae; + public static final int subMenuArrow = 0x7f0301b7; + public static final int submitBackground = 0x7f0301b8; + public static final int subtitle = 0x7f0301b9; + public static final int subtitleTextAppearance = 0x7f0301ba; + public static final int subtitleTextColor = 0x7f0301bb; + public static final int subtitleTextStyle = 0x7f0301bc; + public static final int suggestionRowLayout = 0x7f0301bd; + public static final int switchMinWidth = 0x7f0301be; + public static final int switchPadding = 0x7f0301bf; + public static final int switchStyle = 0x7f0301c0; + public static final int switchTextAppearance = 0x7f0301c1; + public static final int textAllCaps = 0x7f0301dc; + public static final int textAppearanceLargePopupMenu = 0x7f0301e7; + public static final int textAppearanceListItem = 0x7f0301e8; + public static final int textAppearanceListItemSecondary = 0x7f0301e9; + public static final int textAppearanceListItemSmall = 0x7f0301ea; + public static final int textAppearancePopupMenuHeader = 0x7f0301ec; + public static final int textAppearanceSearchResultSubtitle = 0x7f0301ed; + public static final int textAppearanceSearchResultTitle = 0x7f0301ee; + public static final int textAppearanceSmallPopupMenu = 0x7f0301ef; + public static final int textColorAlertDialogListItem = 0x7f0301f2; + public static final int textColorSearchUrl = 0x7f0301f3; + public static final int textLocale = 0x7f0301f6; + public static final int theme = 0x7f0301f8; + public static final int thickness = 0x7f0301f9; + public static final int thumbTextPadding = 0x7f0301fa; + public static final int thumbTint = 0x7f0301fb; + public static final int thumbTintMode = 0x7f0301fc; + public static final int tickMark = 0x7f0301fd; + public static final int tickMarkTint = 0x7f0301fe; + public static final int tickMarkTintMode = 0x7f0301ff; + public static final int tint = 0x7f030200; + public static final int tintMode = 0x7f030201; + public static final int title = 0x7f030202; + public static final int titleMargin = 0x7f030204; + public static final int titleMarginBottom = 0x7f030205; + public static final int titleMarginEnd = 0x7f030206; + public static final int titleMarginStart = 0x7f030207; + public static final int titleMarginTop = 0x7f030208; + public static final int titleMargins = 0x7f030209; + public static final int titleTextAppearance = 0x7f03020a; + public static final int titleTextColor = 0x7f03020b; + public static final int titleTextStyle = 0x7f03020c; + public static final int toolbarNavigationButtonStyle = 0x7f03020e; + public static final int toolbarStyle = 0x7f03020f; + public static final int tooltipForegroundColor = 0x7f030210; + public static final int tooltipFrameBackground = 0x7f030211; + public static final int tooltipText = 0x7f030212; + public static final int track = 0x7f030213; + public static final int trackTint = 0x7f030214; + public static final int trackTintMode = 0x7f030215; + public static final int ttcIndex = 0x7f030216; + public static final int viewInflaterClass = 0x7f030218; + public static final int voiceIcon = 0x7f030219; + public static final int windowActionBar = 0x7f03021a; + public static final int windowActionBarOverlay = 0x7f03021b; + public static final int windowActionModeOverlay = 0x7f03021c; + public static final int windowFixedHeightMajor = 0x7f03021d; + public static final int windowFixedHeightMinor = 0x7f03021e; + public static final int windowFixedWidthMajor = 0x7f03021f; + public static final int windowFixedWidthMinor = 0x7f030220; + public static final int windowMinWidthMajor = 0x7f030221; + public static final int windowMinWidthMinor = 0x7f030222; + public static final int windowNoTitle = 0x7f030223; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + public static final int abc_allow_stacked_button_bar = 0x7f040001; + public static final int abc_config_actionMenuItemAllCaps = 0x7f040002; + } + public static final class color { + private color() {} + + public static final int abc_background_cache_hint_selector_material_dark = 0x7f050000; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050001; + public static final int abc_btn_colored_borderless_text_material = 0x7f050002; + public static final int abc_btn_colored_text_material = 0x7f050003; + public static final int abc_color_highlight_material = 0x7f050004; + public static final int abc_hint_foreground_material_dark = 0x7f050005; + public static final int abc_hint_foreground_material_light = 0x7f050006; + public static final int abc_input_method_navigation_guard = 0x7f050007; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050008; + public static final int abc_primary_text_disable_only_material_light = 0x7f050009; + public static final int abc_primary_text_material_dark = 0x7f05000a; + public static final int abc_primary_text_material_light = 0x7f05000b; + public static final int abc_search_url_text = 0x7f05000c; + public static final int abc_search_url_text_normal = 0x7f05000d; + public static final int abc_search_url_text_pressed = 0x7f05000e; + public static final int abc_search_url_text_selected = 0x7f05000f; + public static final int abc_secondary_text_material_dark = 0x7f050010; + public static final int abc_secondary_text_material_light = 0x7f050011; + public static final int abc_tint_btn_checkable = 0x7f050012; + public static final int abc_tint_default = 0x7f050013; + public static final int abc_tint_edittext = 0x7f050014; + public static final int abc_tint_seek_thumb = 0x7f050015; + public static final int abc_tint_spinner = 0x7f050016; + public static final int abc_tint_switch_track = 0x7f050017; + public static final int accent_material_dark = 0x7f050018; + public static final int accent_material_light = 0x7f050019; + public static final int background_floating_material_dark = 0x7f05001a; + public static final int background_floating_material_light = 0x7f05001b; + public static final int background_material_dark = 0x7f05001c; + public static final int background_material_light = 0x7f05001d; + public static final int bright_foreground_disabled_material_dark = 0x7f05001e; + public static final int bright_foreground_disabled_material_light = 0x7f05001f; + public static final int bright_foreground_inverse_material_dark = 0x7f050020; + public static final int bright_foreground_inverse_material_light = 0x7f050021; + public static final int bright_foreground_material_dark = 0x7f050022; + public static final int bright_foreground_material_light = 0x7f050023; + public static final int button_material_dark = 0x7f050024; + public static final int button_material_light = 0x7f050025; + public static final int dim_foreground_disabled_material_dark = 0x7f05003a; + public static final int dim_foreground_disabled_material_light = 0x7f05003b; + public static final int dim_foreground_material_dark = 0x7f05003c; + public static final int dim_foreground_material_light = 0x7f05003d; + public static final int error_color_material_dark = 0x7f05003e; + public static final int error_color_material_light = 0x7f05003f; + public static final int foreground_material_dark = 0x7f050040; + public static final int foreground_material_light = 0x7f050041; + public static final int highlighted_text_material_dark = 0x7f050042; + public static final int highlighted_text_material_light = 0x7f050043; + public static final int material_blue_grey_800 = 0x7f050044; + public static final int material_blue_grey_900 = 0x7f050045; + public static final int material_blue_grey_950 = 0x7f050046; + public static final int material_deep_teal_200 = 0x7f050047; + public static final int material_deep_teal_500 = 0x7f050048; + public static final int material_grey_100 = 0x7f050049; + public static final int material_grey_300 = 0x7f05004a; + public static final int material_grey_50 = 0x7f05004b; + public static final int material_grey_600 = 0x7f05004c; + public static final int material_grey_800 = 0x7f05004d; + public static final int material_grey_850 = 0x7f05004e; + public static final int material_grey_900 = 0x7f05004f; + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int primary_dark_material_dark = 0x7f05006c; + public static final int primary_dark_material_light = 0x7f05006d; + public static final int primary_material_dark = 0x7f05006e; + public static final int primary_material_light = 0x7f05006f; + public static final int primary_text_default_material_dark = 0x7f050070; + public static final int primary_text_default_material_light = 0x7f050071; + public static final int primary_text_disabled_material_dark = 0x7f050072; + public static final int primary_text_disabled_material_light = 0x7f050073; + public static final int ripple_material_dark = 0x7f050074; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_dark = 0x7f050076; + public static final int secondary_text_default_material_light = 0x7f050077; + public static final int secondary_text_disabled_material_dark = 0x7f050078; + public static final int secondary_text_disabled_material_light = 0x7f050079; + public static final int switch_thumb_disabled_material_dark = 0x7f05007a; + public static final int switch_thumb_disabled_material_light = 0x7f05007b; + public static final int switch_thumb_material_dark = 0x7f05007c; + public static final int switch_thumb_material_light = 0x7f05007d; + public static final int switch_thumb_normal_material_dark = 0x7f05007e; + public static final int switch_thumb_normal_material_light = 0x7f05007f; + public static final int tooltip_background_dark = 0x7f050080; + public static final int tooltip_background_light = 0x7f050081; + } + public static final class dimen { + private dimen() {} + + public static final int abc_action_bar_content_inset_material = 0x7f060000; + public static final int abc_action_bar_content_inset_with_nav = 0x7f060001; + public static final int abc_action_bar_default_height_material = 0x7f060002; + public static final int abc_action_bar_default_padding_end_material = 0x7f060003; + public static final int abc_action_bar_default_padding_start_material = 0x7f060004; + public static final int abc_action_bar_elevation_material = 0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f060008; + public static final int abc_action_bar_stacked_max_height = 0x7f060009; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f06000a; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f06000c; + public static final int abc_action_button_min_height_material = 0x7f06000d; + public static final int abc_action_button_min_width_material = 0x7f06000e; + public static final int abc_action_button_min_width_overflow_material = 0x7f06000f; + public static final int abc_alert_dialog_button_bar_height = 0x7f060010; + public static final int abc_alert_dialog_button_dimen = 0x7f060011; + public static final int abc_button_inset_horizontal_material = 0x7f060012; + public static final int abc_button_inset_vertical_material = 0x7f060013; + public static final int abc_button_padding_horizontal_material = 0x7f060014; + public static final int abc_button_padding_vertical_material = 0x7f060015; + public static final int abc_cascading_menus_min_smallest_width = 0x7f060016; + public static final int abc_config_prefDialogWidth = 0x7f060017; + public static final int abc_control_corner_material = 0x7f060018; + public static final int abc_control_inset_material = 0x7f060019; + public static final int abc_control_padding_material = 0x7f06001a; + public static final int abc_dialog_corner_radius_material = 0x7f06001b; + public static final int abc_dialog_fixed_height_major = 0x7f06001c; + public static final int abc_dialog_fixed_height_minor = 0x7f06001d; + public static final int abc_dialog_fixed_width_major = 0x7f06001e; + public static final int abc_dialog_fixed_width_minor = 0x7f06001f; + public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f060020; + public static final int abc_dialog_list_padding_top_no_title = 0x7f060021; + public static final int abc_dialog_min_width_major = 0x7f060022; + public static final int abc_dialog_min_width_minor = 0x7f060023; + public static final int abc_dialog_padding_material = 0x7f060024; + public static final int abc_dialog_padding_top_material = 0x7f060025; + public static final int abc_dialog_title_divider_material = 0x7f060026; + public static final int abc_disabled_alpha_material_dark = 0x7f060027; + public static final int abc_disabled_alpha_material_light = 0x7f060028; + public static final int abc_dropdownitem_icon_width = 0x7f060029; + public static final int abc_dropdownitem_text_padding_left = 0x7f06002a; + public static final int abc_dropdownitem_text_padding_right = 0x7f06002b; + public static final int abc_edit_text_inset_bottom_material = 0x7f06002c; + public static final int abc_edit_text_inset_horizontal_material = 0x7f06002d; + public static final int abc_edit_text_inset_top_material = 0x7f06002e; + public static final int abc_floating_window_z = 0x7f06002f; + public static final int abc_list_item_height_large_material = 0x7f060030; + public static final int abc_list_item_height_material = 0x7f060031; + public static final int abc_list_item_height_small_material = 0x7f060032; + public static final int abc_list_item_padding_horizontal_material = 0x7f060033; + public static final int abc_panel_menu_list_width = 0x7f060034; + public static final int abc_progress_bar_height_material = 0x7f060035; + public static final int abc_search_view_preferred_height = 0x7f060036; + public static final int abc_search_view_preferred_width = 0x7f060037; + public static final int abc_seekbar_track_background_height_material = 0x7f060038; + public static final int abc_seekbar_track_progress_height_material = 0x7f060039; + public static final int abc_select_dialog_padding_start_material = 0x7f06003a; + public static final int abc_switch_padding = 0x7f06003b; + public static final int abc_text_size_body_1_material = 0x7f06003c; + public static final int abc_text_size_body_2_material = 0x7f06003d; + public static final int abc_text_size_button_material = 0x7f06003e; + public static final int abc_text_size_caption_material = 0x7f06003f; + public static final int abc_text_size_display_1_material = 0x7f060040; + public static final int abc_text_size_display_2_material = 0x7f060041; + public static final int abc_text_size_display_3_material = 0x7f060042; + public static final int abc_text_size_display_4_material = 0x7f060043; + public static final int abc_text_size_headline_material = 0x7f060044; + public static final int abc_text_size_large_material = 0x7f060045; + public static final int abc_text_size_medium_material = 0x7f060046; + public static final int abc_text_size_menu_header_material = 0x7f060047; + public static final int abc_text_size_menu_material = 0x7f060048; + public static final int abc_text_size_small_material = 0x7f060049; + public static final int abc_text_size_subhead_material = 0x7f06004a; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f06004b; + public static final int abc_text_size_title_material = 0x7f06004c; + public static final int abc_text_size_title_material_toolbar = 0x7f06004d; + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int disabled_alpha_material_dark = 0x7f060086; + public static final int disabled_alpha_material_light = 0x7f060087; + public static final int highlight_alpha_material_colored = 0x7f06008b; + public static final int highlight_alpha_material_dark = 0x7f06008c; + public static final int highlight_alpha_material_light = 0x7f06008d; + public static final int hint_alpha_material_dark = 0x7f06008e; + public static final int hint_alpha_material_light = 0x7f06008f; + public static final int hint_pressed_alpha_material_dark = 0x7f060090; + public static final int hint_pressed_alpha_material_light = 0x7f060091; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + public static final int tooltip_corner_radius = 0x7f0600d4; + public static final int tooltip_horizontal_padding = 0x7f0600d5; + public static final int tooltip_margin = 0x7f0600d6; + public static final int tooltip_precise_anchor_extra_offset = 0x7f0600d7; + public static final int tooltip_precise_anchor_threshold = 0x7f0600d8; + public static final int tooltip_vertical_padding = 0x7f0600d9; + public static final int tooltip_y_offset_non_touch = 0x7f0600da; + public static final int tooltip_y_offset_touch = 0x7f0600db; + } + public static final class drawable { + private drawable() {} + + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f070007; + public static final int abc_action_bar_item_background_material = 0x7f070008; + public static final int abc_btn_borderless_material = 0x7f070009; + public static final int abc_btn_check_material = 0x7f07000a; + public static final int abc_btn_check_material_anim = 0x7f07000b; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f07000c; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f07000d; + public static final int abc_btn_colored_material = 0x7f07000e; + public static final int abc_btn_default_mtrl_shape = 0x7f07000f; + public static final int abc_btn_radio_material = 0x7f070010; + public static final int abc_btn_radio_material_anim = 0x7f070011; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f070012; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f070013; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f070014; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f070015; + public static final int abc_cab_background_internal_bg = 0x7f070016; + public static final int abc_cab_background_top_material = 0x7f070017; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f070018; + public static final int abc_control_background_material = 0x7f070019; + public static final int abc_dialog_material_background = 0x7f07001a; + public static final int abc_edit_text_material = 0x7f07001b; + public static final int abc_ic_ab_back_material = 0x7f07001c; + public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f07001d; + public static final int abc_ic_clear_material = 0x7f07001e; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f07001f; + public static final int abc_ic_go_search_api_material = 0x7f070020; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f070021; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f070022; + public static final int abc_ic_menu_overflow_material = 0x7f070023; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f070024; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f070025; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f070026; + public static final int abc_ic_search_api_material = 0x7f070027; + public static final int abc_ic_star_black_16dp = 0x7f070028; + public static final int abc_ic_star_black_36dp = 0x7f070029; + public static final int abc_ic_star_black_48dp = 0x7f07002a; + public static final int abc_ic_star_half_black_16dp = 0x7f07002b; + public static final int abc_ic_star_half_black_36dp = 0x7f07002c; + public static final int abc_ic_star_half_black_48dp = 0x7f07002d; + public static final int abc_ic_voice_search_api_material = 0x7f07002e; + public static final int abc_item_background_holo_dark = 0x7f07002f; + public static final int abc_item_background_holo_light = 0x7f070030; + public static final int abc_list_divider_material = 0x7f070031; + public static final int abc_list_divider_mtrl_alpha = 0x7f070032; + public static final int abc_list_focused_holo = 0x7f070033; + public static final int abc_list_longpressed_holo = 0x7f070034; + public static final int abc_list_pressed_holo_dark = 0x7f070035; + public static final int abc_list_pressed_holo_light = 0x7f070036; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f070037; + public static final int abc_list_selector_background_transition_holo_light = 0x7f070038; + public static final int abc_list_selector_disabled_holo_dark = 0x7f070039; + public static final int abc_list_selector_disabled_holo_light = 0x7f07003a; + public static final int abc_list_selector_holo_dark = 0x7f07003b; + public static final int abc_list_selector_holo_light = 0x7f07003c; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f07003d; + public static final int abc_popup_background_mtrl_mult = 0x7f07003e; + public static final int abc_ratingbar_indicator_material = 0x7f07003f; + public static final int abc_ratingbar_material = 0x7f070040; + public static final int abc_ratingbar_small_material = 0x7f070041; + public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f070042; + public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f070043; + public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070044; + public static final int abc_scrubber_primary_mtrl_alpha = 0x7f070045; + public static final int abc_scrubber_track_mtrl_alpha = 0x7f070046; + public static final int abc_seekbar_thumb_material = 0x7f070047; + public static final int abc_seekbar_tick_mark_material = 0x7f070048; + public static final int abc_seekbar_track_material = 0x7f070049; + public static final int abc_spinner_mtrl_am_alpha = 0x7f07004a; + public static final int abc_spinner_textfield_background_material = 0x7f07004b; + public static final int abc_switch_thumb_material = 0x7f07004c; + public static final int abc_switch_track_mtrl_alpha = 0x7f07004d; + public static final int abc_tab_indicator_material = 0x7f07004e; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f07004f; + public static final int abc_text_cursor_material = 0x7f070050; + public static final int abc_text_select_handle_left_mtrl_dark = 0x7f070051; + public static final int abc_text_select_handle_left_mtrl_light = 0x7f070052; + public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f070053; + public static final int abc_text_select_handle_middle_mtrl_light = 0x7f070054; + public static final int abc_text_select_handle_right_mtrl_dark = 0x7f070055; + public static final int abc_text_select_handle_right_mtrl_light = 0x7f070056; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f070057; + public static final int abc_textfield_default_mtrl_alpha = 0x7f070058; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070059; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f07005a; + public static final int abc_textfield_search_material = 0x7f07005b; + public static final int abc_vector_test = 0x7f07005c; + public static final int btn_checkbox_checked_mtrl = 0x7f07005f; + public static final int btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f070060; + public static final int btn_checkbox_unchecked_mtrl = 0x7f070061; + public static final int btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f070062; + public static final int btn_radio_off_mtrl = 0x7f070063; + public static final int btn_radio_off_to_on_mtrl_animation = 0x7f070064; + public static final int btn_radio_on_mtrl = 0x7f070065; + public static final int btn_radio_on_to_off_mtrl_animation = 0x7f070066; + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + public static final int tooltip_frame_dark = 0x7f070081; + public static final int tooltip_frame_light = 0x7f070082; + } + public static final class id { + private id() {} + + public static final int accessibility_action_clickable_span = 0x7f080013; + public static final int accessibility_custom_action_0 = 0x7f080014; + public static final int accessibility_custom_action_1 = 0x7f080015; + public static final int accessibility_custom_action_10 = 0x7f080016; + public static final int accessibility_custom_action_11 = 0x7f080017; + public static final int accessibility_custom_action_12 = 0x7f080018; + public static final int accessibility_custom_action_13 = 0x7f080019; + public static final int accessibility_custom_action_14 = 0x7f08001a; + public static final int accessibility_custom_action_15 = 0x7f08001b; + public static final int accessibility_custom_action_16 = 0x7f08001c; + public static final int accessibility_custom_action_17 = 0x7f08001d; + public static final int accessibility_custom_action_18 = 0x7f08001e; + public static final int accessibility_custom_action_19 = 0x7f08001f; + public static final int accessibility_custom_action_2 = 0x7f080020; + public static final int accessibility_custom_action_20 = 0x7f080021; + public static final int accessibility_custom_action_21 = 0x7f080022; + public static final int accessibility_custom_action_22 = 0x7f080023; + public static final int accessibility_custom_action_23 = 0x7f080024; + public static final int accessibility_custom_action_24 = 0x7f080025; + public static final int accessibility_custom_action_25 = 0x7f080026; + public static final int accessibility_custom_action_26 = 0x7f080027; + public static final int accessibility_custom_action_27 = 0x7f080028; + public static final int accessibility_custom_action_28 = 0x7f080029; + public static final int accessibility_custom_action_29 = 0x7f08002a; + public static final int accessibility_custom_action_3 = 0x7f08002b; + public static final int accessibility_custom_action_30 = 0x7f08002c; + public static final int accessibility_custom_action_31 = 0x7f08002d; + public static final int accessibility_custom_action_4 = 0x7f08002e; + public static final int accessibility_custom_action_5 = 0x7f08002f; + public static final int accessibility_custom_action_6 = 0x7f080030; + public static final int accessibility_custom_action_7 = 0x7f080031; + public static final int accessibility_custom_action_8 = 0x7f080032; + public static final int accessibility_custom_action_9 = 0x7f080033; + public static final int action_bar = 0x7f080034; + public static final int action_bar_activity_content = 0x7f080035; + public static final int action_bar_container = 0x7f080036; + public static final int action_bar_root = 0x7f080037; + public static final int action_bar_spinner = 0x7f080038; + public static final int action_bar_subtitle = 0x7f080039; + public static final int action_bar_title = 0x7f08003a; + public static final int action_container = 0x7f08003b; + public static final int action_context_bar = 0x7f08003c; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_menu_divider = 0x7f08003f; + public static final int action_menu_presenter = 0x7f080040; + public static final int action_mode_bar = 0x7f080041; + public static final int action_mode_bar_stub = 0x7f080042; + public static final int action_mode_close_button = 0x7f080043; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int activity_chooser_view_content = 0x7f080046; + public static final int add = 0x7f080047; + public static final int alertTitle = 0x7f080048; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int buttonPanel = 0x7f080052; + public static final int checkbox = 0x7f080057; + public static final int checked = 0x7f080058; + public static final int chronometer = 0x7f080059; + public static final int content = 0x7f08005e; + public static final int contentPanel = 0x7f08005f; + public static final int custom = 0x7f080061; + public static final int customPanel = 0x7f080062; + public static final int decor_content_parent = 0x7f080063; + public static final int default_activity_button = 0x7f080064; + public static final int dialog_button = 0x7f08006a; + public static final int edit_query = 0x7f08006e; + public static final int expand_activities_button = 0x7f080074; + public static final int expanded_menu = 0x7f080075; + public static final int forever = 0x7f08007b; + public static final int group_divider = 0x7f08007e; + public static final int home = 0x7f080080; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int image = 0x7f080085; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int listMode = 0x7f08008f; + public static final int list_item = 0x7f080090; + public static final int message = 0x7f080094; + public static final int multiply = 0x7f080099; + public static final int none = 0x7f08009c; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int off = 0x7f0800a1; + public static final int on = 0x7f0800a2; + public static final int parentPanel = 0x7f0800a7; + public static final int progress_circular = 0x7f0800ac; + public static final int progress_horizontal = 0x7f0800ad; + public static final int radio = 0x7f0800ae; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int screen = 0x7f0800b6; + public static final int scrollIndicatorDown = 0x7f0800b8; + public static final int scrollIndicatorUp = 0x7f0800b9; + public static final int scrollView = 0x7f0800ba; + public static final int search_badge = 0x7f0800bc; + public static final int search_bar = 0x7f0800bd; + public static final int search_button = 0x7f0800be; + public static final int search_close_btn = 0x7f0800bf; + public static final int search_edit_frame = 0x7f0800c0; + public static final int search_go_btn = 0x7f0800c1; + public static final int search_mag_icon = 0x7f0800c2; + public static final int search_plate = 0x7f0800c3; + public static final int search_src_text = 0x7f0800c4; + public static final int search_voice_btn = 0x7f0800c5; + public static final int select_dialog_listview = 0x7f0800c6; + public static final int shortcut = 0x7f0800c8; + public static final int spacer = 0x7f0800d1; + public static final int split_action_bar = 0x7f0800d2; + public static final int src_atop = 0x7f0800d5; + public static final int src_in = 0x7f0800d6; + public static final int src_over = 0x7f0800d7; + public static final int submenuarrow = 0x7f0800db; + public static final int submit_area = 0x7f0800dc; + public static final int tabMode = 0x7f0800dd; + public static final int tag_accessibility_actions = 0x7f0800de; + public static final int tag_accessibility_clickable_spans = 0x7f0800df; + public static final int tag_accessibility_heading = 0x7f0800e0; + public static final int tag_accessibility_pane_title = 0x7f0800e1; + public static final int tag_screen_reader_focusable = 0x7f0800e2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int textSpacerNoButtons = 0x7f0800e8; + public static final int textSpacerNoTitle = 0x7f0800e9; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + public static final int titleDividerNoCustom = 0x7f0800f2; + public static final int title_template = 0x7f0800f3; + public static final int topPanel = 0x7f0800f5; + public static final int unchecked = 0x7f0800fc; + public static final int uniform = 0x7f0800fd; + public static final int up = 0x7f0800ff; + public static final int wrap_content = 0x7f080105; + } + public static final class integer { + private integer() {} + + public static final int abc_config_activityDefaultDur = 0x7f090000; + public static final int abc_config_activityShortDur = 0x7f090001; + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int config_tooltipAnimTime = 0x7f090005; + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class interpolator { + private interpolator() {} + + public static final int btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0a0000; + public static final int btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0a0001; + public static final int btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0a0002; + public static final int btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0a0003; + public static final int btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0a0004; + public static final int btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0a0005; + public static final int fast_out_slow_in = 0x7f0a0006; + } + public static final class layout { + private layout() {} + + public static final int abc_action_bar_title_item = 0x7f0b0000; + public static final int abc_action_bar_up_container = 0x7f0b0001; + public static final int abc_action_menu_item_layout = 0x7f0b0002; + public static final int abc_action_menu_layout = 0x7f0b0003; + public static final int abc_action_mode_bar = 0x7f0b0004; + public static final int abc_action_mode_close_item_material = 0x7f0b0005; + public static final int abc_activity_chooser_view = 0x7f0b0006; + public static final int abc_activity_chooser_view_list_item = 0x7f0b0007; + public static final int abc_alert_dialog_button_bar_material = 0x7f0b0008; + public static final int abc_alert_dialog_material = 0x7f0b0009; + public static final int abc_alert_dialog_title_material = 0x7f0b000a; + public static final int abc_cascading_menu_item_layout = 0x7f0b000b; + public static final int abc_dialog_title_material = 0x7f0b000c; + public static final int abc_expanded_menu_layout = 0x7f0b000d; + public static final int abc_list_menu_item_checkbox = 0x7f0b000e; + public static final int abc_list_menu_item_icon = 0x7f0b000f; + public static final int abc_list_menu_item_layout = 0x7f0b0010; + public static final int abc_list_menu_item_radio = 0x7f0b0011; + public static final int abc_popup_menu_header_item_layout = 0x7f0b0012; + public static final int abc_popup_menu_item_layout = 0x7f0b0013; + public static final int abc_screen_content_include = 0x7f0b0014; + public static final int abc_screen_simple = 0x7f0b0015; + public static final int abc_screen_simple_overlay_action_mode = 0x7f0b0016; + public static final int abc_screen_toolbar = 0x7f0b0017; + public static final int abc_search_dropdown_item_icons_2line = 0x7f0b0018; + public static final int abc_search_view = 0x7f0b0019; + public static final int abc_select_dialog_material = 0x7f0b001a; + public static final int abc_tooltip = 0x7f0b001b; + public static final int custom_dialog = 0x7f0b0020; + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + public static final int select_dialog_item_material = 0x7f0b0037; + public static final int select_dialog_multichoice_material = 0x7f0b0038; + public static final int select_dialog_singlechoice_material = 0x7f0b0039; + public static final int support_simple_spinner_dropdown_item = 0x7f0b003a; + } + public static final class string { + private string() {} + + public static final int abc_action_bar_home_description = 0x7f0d0000; + public static final int abc_action_bar_up_description = 0x7f0d0001; + public static final int abc_action_menu_overflow_description = 0x7f0d0002; + public static final int abc_action_mode_done = 0x7f0d0003; + public static final int abc_activity_chooser_view_see_all = 0x7f0d0004; + public static final int abc_activitychooserview_choose_application = 0x7f0d0005; + public static final int abc_capital_off = 0x7f0d0006; + public static final int abc_capital_on = 0x7f0d0007; + public static final int abc_menu_alt_shortcut_label = 0x7f0d0008; + public static final int abc_menu_ctrl_shortcut_label = 0x7f0d0009; + public static final int abc_menu_delete_shortcut_label = 0x7f0d000a; + public static final int abc_menu_enter_shortcut_label = 0x7f0d000b; + public static final int abc_menu_function_shortcut_label = 0x7f0d000c; + public static final int abc_menu_meta_shortcut_label = 0x7f0d000d; + public static final int abc_menu_shift_shortcut_label = 0x7f0d000e; + public static final int abc_menu_space_shortcut_label = 0x7f0d000f; + public static final int abc_menu_sym_shortcut_label = 0x7f0d0010; + public static final int abc_prepend_shortcut_label = 0x7f0d0011; + public static final int abc_search_hint = 0x7f0d0012; + public static final int abc_searchview_description_clear = 0x7f0d0013; + public static final int abc_searchview_description_query = 0x7f0d0014; + public static final int abc_searchview_description_search = 0x7f0d0015; + public static final int abc_searchview_description_submit = 0x7f0d0016; + public static final int abc_searchview_description_voice = 0x7f0d0017; + public static final int abc_shareactionprovider_share_with = 0x7f0d0018; + public static final int abc_shareactionprovider_share_with_application = 0x7f0d0019; + public static final int abc_toolbar_collapse_description = 0x7f0d001a; + public static final int search_menu_title = 0x7f0d003a; + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int AlertDialog_AppCompat = 0x7f0e0000; + public static final int AlertDialog_AppCompat_Light = 0x7f0e0001; + public static final int Animation_AppCompat_Dialog = 0x7f0e0002; + public static final int Animation_AppCompat_DropDownUp = 0x7f0e0003; + public static final int Animation_AppCompat_Tooltip = 0x7f0e0004; + public static final int Base_AlertDialog_AppCompat = 0x7f0e0007; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0e0008; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0e0009; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0e000a; + public static final int Base_Animation_AppCompat_Tooltip = 0x7f0e000b; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0e000e; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0e000d; + public static final int Base_TextAppearance_AppCompat = 0x7f0e000f; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0e0010; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0e0011; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0e0012; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0e0013; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0e0014; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0e0015; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0e0016; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0e0017; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0e0018; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0e0019; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0e001a; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0e001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0e001c; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0e001d; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0e001e; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0e001f; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0e0020; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0e0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0e0022; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0e0023; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0e0024; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0e0025; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0e0026; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0e0027; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0e0028; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0e0029; + public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0e002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0e002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0e002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0e002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0e002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0e002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0e0030; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0e0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0e0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0e0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0e0034; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0e0035; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0e0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0e0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0e0038; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0e0039; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0e003a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0e003b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0e003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0e003d; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0e003e; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0e005e; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0e005f; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0e0060; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0e0061; + public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0e0062; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0e0063; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0e0064; + public static final int Base_Theme_AppCompat = 0x7f0e003f; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0e0040; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0e0041; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0e0045; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0e0042; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0e0043; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0e0044; + public static final int Base_Theme_AppCompat_Light = 0x7f0e0046; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0e0047; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0e0048; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0e004c; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0e0049; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0e004a; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0e004b; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0e0074; + public static final int Base_V21_Theme_AppCompat = 0x7f0e0070; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0e0071; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0e0072; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0e0073; + public static final int Base_V22_Theme_AppCompat = 0x7f0e0075; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0e0076; + public static final int Base_V23_Theme_AppCompat = 0x7f0e0077; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0e0078; + public static final int Base_V26_Theme_AppCompat = 0x7f0e0079; + public static final int Base_V26_Theme_AppCompat_Light = 0x7f0e007a; + public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0e007b; + public static final int Base_V28_Theme_AppCompat = 0x7f0e007c; + public static final int Base_V28_Theme_AppCompat_Light = 0x7f0e007d; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0e0082; + public static final int Base_V7_Theme_AppCompat = 0x7f0e007e; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0e007f; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0e0080; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0e0081; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0e0083; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0e0084; + public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0e0085; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0e0086; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0e0087; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0e0088; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0e0089; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0e008a; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0e008b; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0e008c; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0e008d; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0e008e; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0e008f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0e0090; + public static final int Base_Widget_AppCompat_Button = 0x7f0e0091; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0e0097; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0e0098; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0e0092; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0e0093; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0e0094; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0e0095; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0e0096; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0e0099; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0e009a; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0e009b; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0e009c; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0e009d; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0e009e; + public static final int Base_Widget_AppCompat_EditText = 0x7f0e009f; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0e00a0; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0e00a1; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0e00a2; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0e00a3; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0e00a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0e00a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0e00a6; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0e00a7; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0e00a8; + public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0e00a9; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0e00aa; + public static final int Base_Widget_AppCompat_ListView = 0x7f0e00ab; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0e00ac; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0e00ad; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0e00ae; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0e00af; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0e00b0; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0e00b1; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0e00b2; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0e00b3; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0e00b4; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0e00b5; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0e00b6; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0e00b7; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0e00b8; + public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0e00b9; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0e00ba; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0e00bb; + public static final int Base_Widget_AppCompat_TextView = 0x7f0e00bc; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0e00bd; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0e00be; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0e00bf; + public static final int Platform_AppCompat = 0x7f0e00c7; + public static final int Platform_AppCompat_Light = 0x7f0e00c8; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0e00cd; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0e00ce; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0e00cf; + public static final int Platform_V21_AppCompat = 0x7f0e00d0; + public static final int Platform_V21_AppCompat_Light = 0x7f0e00d1; + public static final int Platform_V25_AppCompat = 0x7f0e00d2; + public static final int Platform_V25_AppCompat_Light = 0x7f0e00d3; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0e00d4; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0e00d5; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0e00d6; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0e00d7; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0e00d8; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0e00d9; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 0x7f0e00da; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 0x7f0e00db; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0e00dc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 0x7f0e00dd; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0e00e3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0e00de; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0e00df; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0e00e0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0e00e1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0e00e2; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0e00e4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0e00e5; + public static final int TextAppearance_AppCompat = 0x7f0e00e6; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0e00e7; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0e00e8; + public static final int TextAppearance_AppCompat_Button = 0x7f0e00e9; + public static final int TextAppearance_AppCompat_Caption = 0x7f0e00ea; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0e00eb; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0e00ec; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0e00ed; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0e00ee; + public static final int TextAppearance_AppCompat_Headline = 0x7f0e00ef; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0e00f0; + public static final int TextAppearance_AppCompat_Large = 0x7f0e00f1; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0e00f2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0e00f3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0e00f4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0e00f5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0e00f6; + public static final int TextAppearance_AppCompat_Medium = 0x7f0e00f7; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0e00f8; + public static final int TextAppearance_AppCompat_Menu = 0x7f0e00f9; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0e00fa; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0e00fb; + public static final int TextAppearance_AppCompat_Small = 0x7f0e00fc; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0e00fd; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0e00fe; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0e00ff; + public static final int TextAppearance_AppCompat_Title = 0x7f0e0100; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0e0101; + public static final int TextAppearance_AppCompat_Tooltip = 0x7f0e0102; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0e0103; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0e0104; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0e0105; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0e0106; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0e0107; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0e0108; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0e0109; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0e010a; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0e010b; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0e010c; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0e010d; + public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0e010e; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0e010f; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0e0110; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0e0111; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0e0112; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0e0113; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0e0114; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0e0115; + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0e0132; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0e0133; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0e0134; + public static final int ThemeOverlay_AppCompat = 0x7f0e0165; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0e0166; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0e0167; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0e0168; + public static final int ThemeOverlay_AppCompat_DayNight = 0x7f0e0169; + public static final int ThemeOverlay_AppCompat_DayNight_ActionBar = 0x7f0e016a; + public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0e016b; + public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0e016c; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0e016d; + public static final int Theme_AppCompat = 0x7f0e0135; + public static final int Theme_AppCompat_CompactMenu = 0x7f0e0136; + public static final int Theme_AppCompat_DayNight = 0x7f0e0137; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0e0138; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0e0139; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0e013c; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0e013a; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0e013b; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0e013d; + public static final int Theme_AppCompat_Dialog = 0x7f0e013e; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0e0141; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0e013f; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0e0140; + public static final int Theme_AppCompat_Light = 0x7f0e0142; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0e0143; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0e0144; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0e0147; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0e0145; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0e0146; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0e0148; + public static final int Theme_AppCompat_NoActionBar = 0x7f0e0149; + public static final int Widget_AppCompat_ActionBar = 0x7f0e017a; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0e017b; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0e017c; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0e017d; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0e017e; + public static final int Widget_AppCompat_ActionButton = 0x7f0e017f; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0e0180; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0e0181; + public static final int Widget_AppCompat_ActionMode = 0x7f0e0182; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0e0183; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0e0184; + public static final int Widget_AppCompat_Button = 0x7f0e0185; + public static final int Widget_AppCompat_ButtonBar = 0x7f0e018b; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0e018c; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0e0186; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0e0187; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0e0188; + public static final int Widget_AppCompat_Button_Colored = 0x7f0e0189; + public static final int Widget_AppCompat_Button_Small = 0x7f0e018a; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0e018d; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0e018e; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0e018f; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0e0190; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0e0191; + public static final int Widget_AppCompat_EditText = 0x7f0e0192; + public static final int Widget_AppCompat_ImageButton = 0x7f0e0193; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0e0194; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0e0195; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0e0196; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0e0197; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0e0198; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0e0199; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0e019a; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0e019b; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0e019c; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0e019d; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0e019e; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0e019f; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0e01a0; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0e01a1; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0e01a2; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0e01a3; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0e01a4; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0e01a5; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0e01a6; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0e01a7; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0e01a8; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0e01a9; + public static final int Widget_AppCompat_ListMenuView = 0x7f0e01aa; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0e01ab; + public static final int Widget_AppCompat_ListView = 0x7f0e01ac; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0e01ad; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0e01ae; + public static final int Widget_AppCompat_PopupMenu = 0x7f0e01af; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0e01b0; + public static final int Widget_AppCompat_PopupWindow = 0x7f0e01b1; + public static final int Widget_AppCompat_ProgressBar = 0x7f0e01b2; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0e01b3; + public static final int Widget_AppCompat_RatingBar = 0x7f0e01b4; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0e01b5; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0e01b6; + public static final int Widget_AppCompat_SearchView = 0x7f0e01b7; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0e01b8; + public static final int Widget_AppCompat_SeekBar = 0x7f0e01b9; + public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0e01ba; + public static final int Widget_AppCompat_Spinner = 0x7f0e01bb; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0e01bc; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0e01bd; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0e01be; + public static final int Widget_AppCompat_TextView = 0x7f0e01bf; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0e01c0; + public static final int Widget_AppCompat_Toolbar = 0x7f0e01c1; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0e01c2; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ActionBar = { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f0300ab, 0x7f0300b0, 0x7f0300b1, 0x7f0300c4, 0x7f0300ef, 0x7f0300f4, 0x7f0300f9, 0x7f0300fa, 0x7f0300fc, 0x7f030106, 0x7f030110, 0x7f030169, 0x7f030175, 0x7f030186, 0x7f03018a, 0x7f03018b, 0x7f0301b9, 0x7f0301bc, 0x7f030202, 0x7f03020c }; + public static final int ActionBar_background = 0; + public static final int ActionBar_backgroundSplit = 1; + public static final int ActionBar_backgroundStacked = 2; + public static final int ActionBar_contentInsetEnd = 3; + public static final int ActionBar_contentInsetEndWithActions = 4; + public static final int ActionBar_contentInsetLeft = 5; + public static final int ActionBar_contentInsetRight = 6; + public static final int ActionBar_contentInsetStart = 7; + public static final int ActionBar_contentInsetStartWithNavigation = 8; + public static final int ActionBar_customNavigationLayout = 9; + public static final int ActionBar_displayOptions = 10; + public static final int ActionBar_divider = 11; + public static final int ActionBar_elevation = 12; + public static final int ActionBar_height = 13; + public static final int ActionBar_hideOnContentScroll = 14; + public static final int ActionBar_homeAsUpIndicator = 15; + public static final int ActionBar_homeLayout = 16; + public static final int ActionBar_icon = 17; + public static final int ActionBar_indeterminateProgressStyle = 18; + public static final int ActionBar_itemPadding = 19; + public static final int ActionBar_logo = 20; + public static final int ActionBar_navigationMode = 21; + public static final int ActionBar_popupTheme = 22; + public static final int ActionBar_progressBarPadding = 23; + public static final int ActionBar_progressBarStyle = 24; + public static final int ActionBar_subtitle = 25; + public static final int ActionBar_subtitleTextStyle = 26; + public static final int ActionBar_title = 27; + public static final int ActionBar_titleTextStyle = 28; + public static final int[] ActionBarLayout = { 0x10100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionMenuItemView = { 0x101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMenuView = { }; + public static final int[] ActionMode = { 0x7f030031, 0x7f030032, 0x7f030082, 0x7f0300ef, 0x7f0301bc, 0x7f03020c }; + public static final int ActionMode_background = 0; + public static final int ActionMode_backgroundSplit = 1; + public static final int ActionMode_closeItemLayout = 2; + public static final int ActionMode_height = 3; + public static final int ActionMode_subtitleTextStyle = 4; + public static final int ActionMode_titleTextStyle = 5; + public static final int[] ActivityChooserView = { 0x7f0300ca, 0x7f030107 }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + public static final int ActivityChooserView_initialActivityCount = 1; + public static final int[] AlertDialog = { 0x10100f2, 0x7f030055, 0x7f030056, 0x7f03015e, 0x7f03015f, 0x7f030172, 0x7f0301a1, 0x7f0301a2 }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonIconDimen = 1; + public static final int AlertDialog_buttonPanelSideLayout = 2; + public static final int AlertDialog_listItemLayout = 3; + public static final int AlertDialog_listLayout = 4; + public static final int AlertDialog_multiChoiceItemLayout = 5; + public static final int AlertDialog_showTitle = 6; + public static final int AlertDialog_singleChoiceItemLayout = 7; + public static final int[] AnimatedStateListDrawableCompat = { 0x101011c, 0x1010194, 0x1010195, 0x1010196, 0x101030c, 0x101030d }; + public static final int AnimatedStateListDrawableCompat_android_dither = 0; + public static final int AnimatedStateListDrawableCompat_android_visible = 1; + public static final int AnimatedStateListDrawableCompat_android_variablePadding = 2; + public static final int AnimatedStateListDrawableCompat_android_constantSize = 3; + public static final int AnimatedStateListDrawableCompat_android_enterFadeDuration = 4; + public static final int AnimatedStateListDrawableCompat_android_exitFadeDuration = 5; + public static final int[] AnimatedStateListDrawableItem = { 0x10100d0, 0x1010199 }; + public static final int AnimatedStateListDrawableItem_android_id = 0; + public static final int AnimatedStateListDrawableItem_android_drawable = 1; + public static final int[] AnimatedStateListDrawableTransition = { 0x1010199, 0x1010449, 0x101044a, 0x101044b }; + public static final int AnimatedStateListDrawableTransition_android_drawable = 0; + public static final int AnimatedStateListDrawableTransition_android_toId = 1; + public static final int AnimatedStateListDrawableTransition_android_fromId = 2; + public static final int AnimatedStateListDrawableTransition_android_reversible = 3; + public static final int[] AppCompatImageView = { 0x1010119, 0x7f0301ac, 0x7f030200, 0x7f030201 }; + public static final int AppCompatImageView_android_src = 0; + public static final int AppCompatImageView_srcCompat = 1; + public static final int AppCompatImageView_tint = 2; + public static final int AppCompatImageView_tintMode = 3; + public static final int[] AppCompatSeekBar = { 0x1010142, 0x7f0301fd, 0x7f0301fe, 0x7f0301ff }; + public static final int AppCompatSeekBar_android_thumb = 0; + public static final int AppCompatSeekBar_tickMark = 1; + public static final int AppCompatSeekBar_tickMarkTint = 2; + public static final int AppCompatSeekBar_tickMarkTintMode = 3; + public static final int[] AppCompatTextHelper = { 0x1010034, 0x101016d, 0x101016e, 0x101016f, 0x1010170, 0x1010392, 0x1010393 }; + public static final int AppCompatTextHelper_android_textAppearance = 0; + public static final int AppCompatTextHelper_android_drawableTop = 1; + public static final int AppCompatTextHelper_android_drawableBottom = 2; + public static final int AppCompatTextHelper_android_drawableLeft = 3; + public static final int AppCompatTextHelper_android_drawableRight = 4; + public static final int AppCompatTextHelper_android_drawableStart = 5; + public static final int AppCompatTextHelper_android_drawableEnd = 6; + public static final int[] AppCompatTextView = { 0x1010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f0300b5, 0x7f0300b6, 0x7f0300b7, 0x7f0300b8, 0x7f0300ba, 0x7f0300bb, 0x7f0300bc, 0x7f0300bd, 0x7f0300de, 0x7f0300e1, 0x7f0300e9, 0x7f030118, 0x7f030158, 0x7f0301dc, 0x7f0301f6 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_autoSizeMaxTextSize = 1; + public static final int AppCompatTextView_autoSizeMinTextSize = 2; + public static final int AppCompatTextView_autoSizePresetSizes = 3; + public static final int AppCompatTextView_autoSizeStepGranularity = 4; + public static final int AppCompatTextView_autoSizeTextType = 5; + public static final int AppCompatTextView_drawableBottomCompat = 6; + public static final int AppCompatTextView_drawableEndCompat = 7; + public static final int AppCompatTextView_drawableLeftCompat = 8; + public static final int AppCompatTextView_drawableRightCompat = 9; + public static final int AppCompatTextView_drawableStartCompat = 10; + public static final int AppCompatTextView_drawableTint = 11; + public static final int AppCompatTextView_drawableTintMode = 12; + public static final int AppCompatTextView_drawableTopCompat = 13; + public static final int AppCompatTextView_firstBaselineToTopHeight = 14; + public static final int AppCompatTextView_fontFamily = 15; + public static final int AppCompatTextView_fontVariationSettings = 16; + public static final int AppCompatTextView_lastBaselineToBottomHeight = 17; + public static final int AppCompatTextView_lineHeight = 18; + public static final int AppCompatTextView_textAllCaps = 19; + public static final int AppCompatTextView_textLocale = 20; + public static final int[] AppCompatTheme = { 0x1010057, 0x10100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f030040, 0x7f03004e, 0x7f03004f, 0x7f030050, 0x7f030051, 0x7f030052, 0x7f030057, 0x7f030058, 0x7f030063, 0x7f030068, 0x7f030088, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f03008f, 0x7f030090, 0x7f030092, 0x7f0300a4, 0x7f0300ad, 0x7f0300ae, 0x7f0300af, 0x7f0300b2, 0x7f0300b4, 0x7f0300bf, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300c3, 0x7f0300f9, 0x7f030105, 0x7f03015a, 0x7f03015b, 0x7f03015c, 0x7f03015d, 0x7f030160, 0x7f030161, 0x7f030162, 0x7f030163, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030168, 0x7f03017d, 0x7f03017e, 0x7f03017f, 0x7f030185, 0x7f030187, 0x7f03018e, 0x7f03018f, 0x7f030190, 0x7f030191, 0x7f030199, 0x7f03019a, 0x7f03019b, 0x7f03019c, 0x7f0301a9, 0x7f0301aa, 0x7f0301c0, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f2, 0x7f0301f3, 0x7f03020e, 0x7f03020f, 0x7f030210, 0x7f030211, 0x7f030218, 0x7f03021a, 0x7f03021b, 0x7f03021c, 0x7f03021d, 0x7f03021e, 0x7f03021f, 0x7f030220, 0x7f030221, 0x7f030222, 0x7f030223 }; + public static final int AppCompatTheme_android_windowIsFloating = 0; + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + public static final int AppCompatTheme_actionBarDivider = 2; + public static final int AppCompatTheme_actionBarItemBackground = 3; + public static final int AppCompatTheme_actionBarPopupTheme = 4; + public static final int AppCompatTheme_actionBarSize = 5; + public static final int AppCompatTheme_actionBarSplitStyle = 6; + public static final int AppCompatTheme_actionBarStyle = 7; + public static final int AppCompatTheme_actionBarTabBarStyle = 8; + public static final int AppCompatTheme_actionBarTabStyle = 9; + public static final int AppCompatTheme_actionBarTabTextStyle = 10; + public static final int AppCompatTheme_actionBarTheme = 11; + public static final int AppCompatTheme_actionBarWidgetTheme = 12; + public static final int AppCompatTheme_actionButtonStyle = 13; + public static final int AppCompatTheme_actionDropDownStyle = 14; + public static final int AppCompatTheme_actionMenuTextAppearance = 15; + public static final int AppCompatTheme_actionMenuTextColor = 16; + public static final int AppCompatTheme_actionModeBackground = 17; + public static final int AppCompatTheme_actionModeCloseButtonStyle = 18; + public static final int AppCompatTheme_actionModeCloseDrawable = 19; + public static final int AppCompatTheme_actionModeCopyDrawable = 20; + public static final int AppCompatTheme_actionModeCutDrawable = 21; + public static final int AppCompatTheme_actionModeFindDrawable = 22; + public static final int AppCompatTheme_actionModePasteDrawable = 23; + public static final int AppCompatTheme_actionModePopupWindowStyle = 24; + public static final int AppCompatTheme_actionModeSelectAllDrawable = 25; + public static final int AppCompatTheme_actionModeShareDrawable = 26; + public static final int AppCompatTheme_actionModeSplitBackground = 27; + public static final int AppCompatTheme_actionModeStyle = 28; + public static final int AppCompatTheme_actionModeWebSearchDrawable = 29; + public static final int AppCompatTheme_actionOverflowButtonStyle = 30; + public static final int AppCompatTheme_actionOverflowMenuStyle = 31; + public static final int AppCompatTheme_activityChooserViewStyle = 32; + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33; + public static final int AppCompatTheme_alertDialogCenterButtons = 34; + public static final int AppCompatTheme_alertDialogStyle = 35; + public static final int AppCompatTheme_alertDialogTheme = 36; + public static final int AppCompatTheme_autoCompleteTextViewStyle = 37; + public static final int AppCompatTheme_borderlessButtonStyle = 38; + public static final int AppCompatTheme_buttonBarButtonStyle = 39; + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40; + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41; + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42; + public static final int AppCompatTheme_buttonBarStyle = 43; + public static final int AppCompatTheme_buttonStyle = 44; + public static final int AppCompatTheme_buttonStyleSmall = 45; + public static final int AppCompatTheme_checkboxStyle = 46; + public static final int AppCompatTheme_checkedTextViewStyle = 47; + public static final int AppCompatTheme_colorAccent = 48; + public static final int AppCompatTheme_colorBackgroundFloating = 49; + public static final int AppCompatTheme_colorButtonNormal = 50; + public static final int AppCompatTheme_colorControlActivated = 51; + public static final int AppCompatTheme_colorControlHighlight = 52; + public static final int AppCompatTheme_colorControlNormal = 53; + public static final int AppCompatTheme_colorError = 54; + public static final int AppCompatTheme_colorPrimary = 55; + public static final int AppCompatTheme_colorPrimaryDark = 56; + public static final int AppCompatTheme_colorSwitchThumbNormal = 57; + public static final int AppCompatTheme_controlBackground = 58; + public static final int AppCompatTheme_dialogCornerRadius = 59; + public static final int AppCompatTheme_dialogPreferredPadding = 60; + public static final int AppCompatTheme_dialogTheme = 61; + public static final int AppCompatTheme_dividerHorizontal = 62; + public static final int AppCompatTheme_dividerVertical = 63; + public static final int AppCompatTheme_dropDownListViewStyle = 64; + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 65; + public static final int AppCompatTheme_editTextBackground = 66; + public static final int AppCompatTheme_editTextColor = 67; + public static final int AppCompatTheme_editTextStyle = 68; + public static final int AppCompatTheme_homeAsUpIndicator = 69; + public static final int AppCompatTheme_imageButtonStyle = 70; + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 71; + public static final int AppCompatTheme_listChoiceIndicatorMultipleAnimated = 72; + public static final int AppCompatTheme_listChoiceIndicatorSingleAnimated = 73; + public static final int AppCompatTheme_listDividerAlertDialog = 74; + public static final int AppCompatTheme_listMenuViewStyle = 75; + public static final int AppCompatTheme_listPopupWindowStyle = 76; + public static final int AppCompatTheme_listPreferredItemHeight = 77; + public static final int AppCompatTheme_listPreferredItemHeightLarge = 78; + public static final int AppCompatTheme_listPreferredItemHeightSmall = 79; + public static final int AppCompatTheme_listPreferredItemPaddingEnd = 80; + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 81; + public static final int AppCompatTheme_listPreferredItemPaddingRight = 82; + public static final int AppCompatTheme_listPreferredItemPaddingStart = 83; + public static final int AppCompatTheme_panelBackground = 84; + public static final int AppCompatTheme_panelMenuListTheme = 85; + public static final int AppCompatTheme_panelMenuListWidth = 86; + public static final int AppCompatTheme_popupMenuStyle = 87; + public static final int AppCompatTheme_popupWindowStyle = 88; + public static final int AppCompatTheme_radioButtonStyle = 89; + public static final int AppCompatTheme_ratingBarStyle = 90; + public static final int AppCompatTheme_ratingBarStyleIndicator = 91; + public static final int AppCompatTheme_ratingBarStyleSmall = 92; + public static final int AppCompatTheme_searchViewStyle = 93; + public static final int AppCompatTheme_seekBarStyle = 94; + public static final int AppCompatTheme_selectableItemBackground = 95; + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 96; + public static final int AppCompatTheme_spinnerDropDownItemStyle = 97; + public static final int AppCompatTheme_spinnerStyle = 98; + public static final int AppCompatTheme_switchStyle = 99; + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 100; + public static final int AppCompatTheme_textAppearanceListItem = 101; + public static final int AppCompatTheme_textAppearanceListItemSecondary = 102; + public static final int AppCompatTheme_textAppearanceListItemSmall = 103; + public static final int AppCompatTheme_textAppearancePopupMenuHeader = 104; + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 105; + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 106; + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 107; + public static final int AppCompatTheme_textColorAlertDialogListItem = 108; + public static final int AppCompatTheme_textColorSearchUrl = 109; + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 110; + public static final int AppCompatTheme_toolbarStyle = 111; + public static final int AppCompatTheme_tooltipForegroundColor = 112; + public static final int AppCompatTheme_tooltipFrameBackground = 113; + public static final int AppCompatTheme_viewInflaterClass = 114; + public static final int AppCompatTheme_windowActionBar = 115; + public static final int AppCompatTheme_windowActionBarOverlay = 116; + public static final int AppCompatTheme_windowActionModeOverlay = 117; + public static final int AppCompatTheme_windowFixedHeightMajor = 118; + public static final int AppCompatTheme_windowFixedHeightMinor = 119; + public static final int AppCompatTheme_windowFixedWidthMajor = 120; + public static final int AppCompatTheme_windowFixedWidthMinor = 121; + public static final int AppCompatTheme_windowMinWidthMajor = 122; + public static final int AppCompatTheme_windowMinWidthMinor = 123; + public static final int AppCompatTheme_windowNoTitle = 124; + public static final int[] ButtonBarLayout = { 0x7f030026 }; + public static final int ButtonBarLayout_allowStacking = 0; + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CompoundButton = { 0x1010107, 0x7f030053, 0x7f030059, 0x7f03005a }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonCompat = 1; + public static final int CompoundButton_buttonTint = 2; + public static final int CompoundButton_buttonTintMode = 3; + public static final int[] DrawerArrowToggle = { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030087, 0x7f0300b9, 0x7f0300ec, 0x7f0301a8, 0x7f0301f9 }; + public static final int DrawerArrowToggle_arrowHeadLength = 0; + public static final int DrawerArrowToggle_arrowShaftLength = 1; + public static final int DrawerArrowToggle_barLength = 2; + public static final int DrawerArrowToggle_color = 3; + public static final int DrawerArrowToggle_drawableSize = 4; + public static final int DrawerArrowToggle_gapBetweenBars = 5; + public static final int DrawerArrowToggle_spinBars = 6; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + public static final int[] LinearLayoutCompat = { 0x10100af, 0x10100c4, 0x1010126, 0x1010127, 0x1010128, 0x7f0300b1, 0x7f0300b3, 0x7f030170, 0x7f03019e }; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 6; + public static final int LinearLayoutCompat_measureWithLargestChild = 7; + public static final int LinearLayoutCompat_showDividers = 8; + public static final int[] LinearLayoutCompat_Layout = { 0x10100b3, 0x10100f4, 0x10100f5, 0x1010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int[] ListPopupWindow = { 0x10102ac, 0x10102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x101000e, 0x10100d0, 0x1010194, 0x10101de, 0x10101df, 0x10101e0 }; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_visible = 2; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int[] MenuItem = { 0x1010002, 0x101000e, 0x10100d0, 0x1010106, 0x1010194, 0x10101de, 0x10101df, 0x10101e1, 0x10101e2, 0x10101e3, 0x10101e4, 0x10101e5, 0x101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f030097, 0x7f030102, 0x7f030103, 0x7f030177, 0x7f03019d, 0x7f030212 }; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_actionLayout = 13; + public static final int MenuItem_actionProviderClass = 14; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_alphabeticModifiers = 16; + public static final int MenuItem_contentDescription = 17; + public static final int MenuItem_iconTint = 18; + public static final int MenuItem_iconTintMode = 19; + public static final int MenuItem_numericModifiers = 20; + public static final int MenuItem_showAsAction = 21; + public static final int MenuItem_tooltipText = 22; + public static final int[] MenuView = { 0x10100ae, 0x101012c, 0x101012d, 0x101012e, 0x101012f, 0x1010130, 0x1010131, 0x7f030188, 0x7f0301b7 }; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_preserveIconSpacing = 7; + public static final int MenuView_subMenuArrow = 8; + public static final int[] PopupWindow = { 0x1010176, 0x10102c9, 0x7f030178 }; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_android_popupAnimationStyle = 1; + public static final int PopupWindow_overlapAnchor = 2; + public static final int[] PopupWindowBackgroundState = { 0x7f0301ae }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int[] RecycleListView = { 0x7f030179, 0x7f03017c }; + public static final int RecycleListView_paddingBottomNoButtons = 0; + public static final int RecycleListView_paddingTopNoTitle = 1; + public static final int[] SearchView = { 0x10100da, 0x101011f, 0x1010220, 0x1010264, 0x7f03007b, 0x7f030093, 0x7f0300ac, 0x7f0300ed, 0x7f030104, 0x7f030119, 0x7f03018c, 0x7f03018d, 0x7f030197, 0x7f030198, 0x7f0301b8, 0x7f0301bd, 0x7f030219 }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_closeIcon = 4; + public static final int SearchView_commitIcon = 5; + public static final int SearchView_defaultQueryHint = 6; + public static final int SearchView_goIcon = 7; + public static final int SearchView_iconifiedByDefault = 8; + public static final int SearchView_layout = 9; + public static final int SearchView_queryBackground = 10; + public static final int SearchView_queryHint = 11; + public static final int SearchView_searchHintIcon = 12; + public static final int SearchView_searchIcon = 13; + public static final int SearchView_submitBackground = 14; + public static final int SearchView_suggestionRowLayout = 15; + public static final int SearchView_voiceIcon = 16; + public static final int[] Spinner = { 0x10100b2, 0x1010176, 0x101017b, 0x1010262, 0x7f030186 }; + public static final int Spinner_android_entries = 0; + public static final int Spinner_android_popupBackground = 1; + public static final int Spinner_android_prompt = 2; + public static final int Spinner_android_dropDownWidth = 3; + public static final int Spinner_popupTheme = 4; + public static final int[] StateListDrawable = { 0x101011c, 0x1010194, 0x1010195, 0x1010196, 0x101030c, 0x101030d }; + public static final int StateListDrawable_android_dither = 0; + public static final int StateListDrawable_android_visible = 1; + public static final int StateListDrawable_android_variablePadding = 2; + public static final int StateListDrawable_android_constantSize = 3; + public static final int StateListDrawable_android_enterFadeDuration = 4; + public static final int StateListDrawable_android_exitFadeDuration = 5; + public static final int[] StateListDrawableItem = { 0x1010199 }; + public static final int StateListDrawableItem_android_drawable = 0; + public static final int[] SwitchCompat = { 0x1010124, 0x1010125, 0x1010142, 0x7f0301a0, 0x7f0301ab, 0x7f0301be, 0x7f0301bf, 0x7f0301c1, 0x7f0301fa, 0x7f0301fb, 0x7f0301fc, 0x7f030213, 0x7f030214, 0x7f030215 }; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 3; + public static final int SwitchCompat_splitTrack = 4; + public static final int SwitchCompat_switchMinWidth = 5; + public static final int SwitchCompat_switchPadding = 6; + public static final int SwitchCompat_switchTextAppearance = 7; + public static final int SwitchCompat_thumbTextPadding = 8; + public static final int SwitchCompat_thumbTint = 9; + public static final int SwitchCompat_thumbTintMode = 10; + public static final int SwitchCompat_track = 11; + public static final int SwitchCompat_trackTint = 12; + public static final int SwitchCompat_trackTintMode = 13; + public static final int[] TextAppearance = { 0x1010095, 0x1010096, 0x1010097, 0x1010098, 0x101009a, 0x101009b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x10103ac, 0x1010585, 0x7f0300e1, 0x7f0300e9, 0x7f0301dc, 0x7f0301f6 }; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textColorHint = 4; + public static final int TextAppearance_android_textColorLink = 5; + public static final int TextAppearance_android_shadowColor = 6; + public static final int TextAppearance_android_shadowDx = 7; + public static final int TextAppearance_android_shadowDy = 8; + public static final int TextAppearance_android_shadowRadius = 9; + public static final int TextAppearance_android_fontFamily = 10; + public static final int TextAppearance_android_textFontWeight = 11; + public static final int TextAppearance_fontFamily = 12; + public static final int TextAppearance_fontVariationSettings = 13; + public static final int TextAppearance_textAllCaps = 14; + public static final int TextAppearance_textLocale = 15; + public static final int[] Toolbar = { 0x10100af, 0x1010140, 0x7f030054, 0x7f030083, 0x7f030084, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f030169, 0x7f03016a, 0x7f03016e, 0x7f030171, 0x7f030173, 0x7f030174, 0x7f030186, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f030202, 0x7f030204, 0x7f030205, 0x7f030206, 0x7f030207, 0x7f030208, 0x7f030209, 0x7f03020a, 0x7f03020b }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_buttonGravity = 2; + public static final int Toolbar_collapseContentDescription = 3; + public static final int Toolbar_collapseIcon = 4; + public static final int Toolbar_contentInsetEnd = 5; + public static final int Toolbar_contentInsetEndWithActions = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 9; + public static final int Toolbar_contentInsetStartWithNavigation = 10; + public static final int Toolbar_logo = 11; + public static final int Toolbar_logoDescription = 12; + public static final int Toolbar_maxButtonHeight = 13; + public static final int Toolbar_menu = 14; + public static final int Toolbar_navigationContentDescription = 15; + public static final int Toolbar_navigationIcon = 16; + public static final int Toolbar_popupTheme = 17; + public static final int Toolbar_subtitle = 18; + public static final int Toolbar_subtitleTextAppearance = 19; + public static final int Toolbar_subtitleTextColor = 20; + public static final int Toolbar_title = 21; + public static final int Toolbar_titleMargin = 22; + public static final int Toolbar_titleMarginBottom = 23; + public static final int Toolbar_titleMarginEnd = 24; + public static final int Toolbar_titleMarginStart = 25; + public static final int Toolbar_titleMarginTop = 26; + public static final int Toolbar_titleMargins = 27; + public static final int Toolbar_titleTextAppearance = 28; + public static final int Toolbar_titleTextColor = 29; + public static final int[] View = { 0x1010000, 0x10100da, 0x7f03017a, 0x7f03017b, 0x7f0301f8 }; + public static final int View_android_theme = 0; + public static final int View_android_focusable = 1; + public static final int View_paddingEnd = 2; + public static final int View_paddingStart = 3; + public static final int View_theme = 4; + public static final int[] ViewBackgroundHelper = { 0x10100d4, 0x7f030034, 0x7f030035 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x10100d0, 0x10100f2, 0x10100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_layout = 1; + public static final int ViewStubCompat_android_inflatedId = 2; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/resources/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/resources/R.java new file mode 100644 index 0000000..2ab109c --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/resources/R.java @@ -0,0 +1,248 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.appcompat.resources; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int abc_vector_test = 0x7f07005c; + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int accessibility_action_clickable_span = 0x7f080013; + public static final int accessibility_custom_action_0 = 0x7f080014; + public static final int accessibility_custom_action_1 = 0x7f080015; + public static final int accessibility_custom_action_10 = 0x7f080016; + public static final int accessibility_custom_action_11 = 0x7f080017; + public static final int accessibility_custom_action_12 = 0x7f080018; + public static final int accessibility_custom_action_13 = 0x7f080019; + public static final int accessibility_custom_action_14 = 0x7f08001a; + public static final int accessibility_custom_action_15 = 0x7f08001b; + public static final int accessibility_custom_action_16 = 0x7f08001c; + public static final int accessibility_custom_action_17 = 0x7f08001d; + public static final int accessibility_custom_action_18 = 0x7f08001e; + public static final int accessibility_custom_action_19 = 0x7f08001f; + public static final int accessibility_custom_action_2 = 0x7f080020; + public static final int accessibility_custom_action_20 = 0x7f080021; + public static final int accessibility_custom_action_21 = 0x7f080022; + public static final int accessibility_custom_action_22 = 0x7f080023; + public static final int accessibility_custom_action_23 = 0x7f080024; + public static final int accessibility_custom_action_24 = 0x7f080025; + public static final int accessibility_custom_action_25 = 0x7f080026; + public static final int accessibility_custom_action_26 = 0x7f080027; + public static final int accessibility_custom_action_27 = 0x7f080028; + public static final int accessibility_custom_action_28 = 0x7f080029; + public static final int accessibility_custom_action_29 = 0x7f08002a; + public static final int accessibility_custom_action_3 = 0x7f08002b; + public static final int accessibility_custom_action_30 = 0x7f08002c; + public static final int accessibility_custom_action_31 = 0x7f08002d; + public static final int accessibility_custom_action_4 = 0x7f08002e; + public static final int accessibility_custom_action_5 = 0x7f08002f; + public static final int accessibility_custom_action_6 = 0x7f080030; + public static final int accessibility_custom_action_7 = 0x7f080031; + public static final int accessibility_custom_action_8 = 0x7f080032; + public static final int accessibility_custom_action_9 = 0x7f080033; + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int dialog_button = 0x7f08006a; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_accessibility_actions = 0x7f0800de; + public static final int tag_accessibility_clickable_spans = 0x7f0800df; + public static final int tag_accessibility_heading = 0x7f0800e0; + public static final int tag_accessibility_pane_title = 0x7f0800e1; + public static final int tag_screen_reader_focusable = 0x7f0800e2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int custom_dialog = 0x7f0b0020; + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] AnimatedStateListDrawableCompat = { 0x101011c, 0x1010194, 0x1010195, 0x1010196, 0x101030c, 0x101030d }; + public static final int AnimatedStateListDrawableCompat_android_dither = 0; + public static final int AnimatedStateListDrawableCompat_android_visible = 1; + public static final int AnimatedStateListDrawableCompat_android_variablePadding = 2; + public static final int AnimatedStateListDrawableCompat_android_constantSize = 3; + public static final int AnimatedStateListDrawableCompat_android_enterFadeDuration = 4; + public static final int AnimatedStateListDrawableCompat_android_exitFadeDuration = 5; + public static final int[] AnimatedStateListDrawableItem = { 0x10100d0, 0x1010199 }; + public static final int AnimatedStateListDrawableItem_android_id = 0; + public static final int AnimatedStateListDrawableItem_android_drawable = 1; + public static final int[] AnimatedStateListDrawableTransition = { 0x1010199, 0x1010449, 0x101044a, 0x101044b }; + public static final int AnimatedStateListDrawableTransition_android_drawable = 0; + public static final int AnimatedStateListDrawableTransition_android_toId = 1; + public static final int AnimatedStateListDrawableTransition_android_fromId = 2; + public static final int AnimatedStateListDrawableTransition_android_reversible = 3; + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + public static final int[] StateListDrawable = { 0x101011c, 0x1010194, 0x1010195, 0x1010196, 0x101030c, 0x101030d }; + public static final int StateListDrawable_android_dither = 0; + public static final int StateListDrawable_android_visible = 1; + public static final int StateListDrawable_android_variablePadding = 2; + public static final int StateListDrawable_android_constantSize = 3; + public static final int StateListDrawable_android_enterFadeDuration = 4; + public static final int StateListDrawable_android_exitFadeDuration = 5; + public static final int[] StateListDrawableItem = { 0x1010199 }; + public static final int StateListDrawableItem_android_drawable = 0; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/arch/core/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/arch/core/R.java new file mode 100644 index 0000000..293d3b5 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/arch/core/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.arch.core; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/asynclayoutinflater/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/asynclayoutinflater/R.java new file mode 100644 index 0000000..9067092 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/asynclayoutinflater/R.java @@ -0,0 +1,183 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.asynclayoutinflater; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/cardview/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/cardview/R.java new file mode 100644 index 0000000..ae07b70 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/cardview/R.java @@ -0,0 +1,69 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.cardview; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int cardBackgroundColor = 0x7f03005b; + public static final int cardCornerRadius = 0x7f03005c; + public static final int cardElevation = 0x7f03005d; + public static final int cardMaxElevation = 0x7f03005e; + public static final int cardPreventCornerOverlap = 0x7f03005f; + public static final int cardUseCompatPadding = 0x7f030060; + public static final int cardViewStyle = 0x7f030061; + public static final int contentPadding = 0x7f03009e; + public static final int contentPaddingBottom = 0x7f03009f; + public static final int contentPaddingLeft = 0x7f0300a0; + public static final int contentPaddingRight = 0x7f0300a1; + public static final int contentPaddingTop = 0x7f0300a2; + } + public static final class color { + private color() {} + + public static final int cardview_dark_background = 0x7f050026; + public static final int cardview_light_background = 0x7f050027; + public static final int cardview_shadow_end_color = 0x7f050028; + public static final int cardview_shadow_start_color = 0x7f050029; + } + public static final class dimen { + private dimen() {} + + public static final int cardview_compat_inset_shadow = 0x7f060050; + public static final int cardview_default_elevation = 0x7f060051; + public static final int cardview_default_radius = 0x7f060052; + } + public static final class style { + private style() {} + + public static final int Base_CardView = 0x7f0e000c; + public static final int CardView = 0x7f0e00c4; + public static final int CardView_Dark = 0x7f0e00c5; + public static final int CardView_Light = 0x7f0e00c6; + } + public static final class styleable { + private styleable() {} + + public static final int[] CardView = { 0x101013f, 0x1010140, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300a1, 0x7f0300a2 }; + public static final int CardView_android_minWidth = 0; + public static final int CardView_android_minHeight = 1; + public static final int CardView_cardBackgroundColor = 2; + public static final int CardView_cardCornerRadius = 3; + public static final int CardView_cardElevation = 4; + public static final int CardView_cardMaxElevation = 5; + public static final int CardView_cardPreventCornerOverlap = 6; + public static final int CardView_cardUseCompatPadding = 7; + public static final int CardView_contentPadding = 8; + public static final int CardView_contentPaddingBottom = 9; + public static final int CardView_contentPaddingLeft = 10; + public static final int CardView_contentPaddingRight = 11; + public static final int CardView_contentPaddingTop = 12; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/constraintlayout/widget/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/constraintlayout/widget/R.java new file mode 100644 index 0000000..19827df --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/constraintlayout/widget/R.java @@ -0,0 +1,242 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.constraintlayout.widget; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int barrierAllowsGoneWidgets = 0x7f030037; + public static final int barrierDirection = 0x7f030038; + public static final int chainUseRtl = 0x7f030062; + public static final int constraintSet = 0x7f030094; + public static final int constraint_referenced_ids = 0x7f030095; + public static final int content = 0x7f030096; + public static final int emptyVisibility = 0x7f0300c5; + public static final int layout_constrainedHeight = 0x7f030120; + public static final int layout_constrainedWidth = 0x7f030121; + public static final int layout_constraintBaseline_creator = 0x7f030122; + public static final int layout_constraintBaseline_toBaselineOf = 0x7f030123; + public static final int layout_constraintBottom_creator = 0x7f030124; + public static final int layout_constraintBottom_toBottomOf = 0x7f030125; + public static final int layout_constraintBottom_toTopOf = 0x7f030126; + public static final int layout_constraintCircle = 0x7f030127; + public static final int layout_constraintCircleAngle = 0x7f030128; + public static final int layout_constraintCircleRadius = 0x7f030129; + public static final int layout_constraintDimensionRatio = 0x7f03012a; + public static final int layout_constraintEnd_toEndOf = 0x7f03012b; + public static final int layout_constraintEnd_toStartOf = 0x7f03012c; + public static final int layout_constraintGuide_begin = 0x7f03012d; + public static final int layout_constraintGuide_end = 0x7f03012e; + public static final int layout_constraintGuide_percent = 0x7f03012f; + public static final int layout_constraintHeight_default = 0x7f030130; + public static final int layout_constraintHeight_max = 0x7f030131; + public static final int layout_constraintHeight_min = 0x7f030132; + public static final int layout_constraintHeight_percent = 0x7f030133; + public static final int layout_constraintHorizontal_bias = 0x7f030134; + public static final int layout_constraintHorizontal_chainStyle = 0x7f030135; + public static final int layout_constraintHorizontal_weight = 0x7f030136; + public static final int layout_constraintLeft_creator = 0x7f030137; + public static final int layout_constraintLeft_toLeftOf = 0x7f030138; + public static final int layout_constraintLeft_toRightOf = 0x7f030139; + public static final int layout_constraintRight_creator = 0x7f03013a; + public static final int layout_constraintRight_toLeftOf = 0x7f03013b; + public static final int layout_constraintRight_toRightOf = 0x7f03013c; + public static final int layout_constraintStart_toEndOf = 0x7f03013d; + public static final int layout_constraintStart_toStartOf = 0x7f03013e; + public static final int layout_constraintTop_creator = 0x7f03013f; + public static final int layout_constraintTop_toBottomOf = 0x7f030140; + public static final int layout_constraintTop_toTopOf = 0x7f030141; + public static final int layout_constraintVertical_bias = 0x7f030142; + public static final int layout_constraintVertical_chainStyle = 0x7f030143; + public static final int layout_constraintVertical_weight = 0x7f030144; + public static final int layout_constraintWidth_default = 0x7f030145; + public static final int layout_constraintWidth_max = 0x7f030146; + public static final int layout_constraintWidth_min = 0x7f030147; + public static final int layout_constraintWidth_percent = 0x7f030148; + public static final int layout_editor_absoluteX = 0x7f03014a; + public static final int layout_editor_absoluteY = 0x7f03014b; + public static final int layout_goneMarginBottom = 0x7f03014c; + public static final int layout_goneMarginEnd = 0x7f03014d; + public static final int layout_goneMarginLeft = 0x7f03014e; + public static final int layout_goneMarginRight = 0x7f03014f; + public static final int layout_goneMarginStart = 0x7f030150; + public static final int layout_goneMarginTop = 0x7f030151; + public static final int layout_optimizationLevel = 0x7f030154; + } + public static final class id { + private id() {} + + public static final int bottom = 0x7f080050; + public static final int end = 0x7f08006f; + public static final int gone = 0x7f08007d; + public static final int invisible = 0x7f080087; + public static final int left = 0x7f08008c; + public static final int packed = 0x7f0800a4; + public static final int parent = 0x7f0800a6; + public static final int percent = 0x7f0800aa; + public static final int right = 0x7f0800b0; + public static final int spread = 0x7f0800d3; + public static final int spread_inside = 0x7f0800d4; + public static final int start = 0x7f0800d9; + public static final int top = 0x7f0800f4; + public static final int wrap = 0x7f080104; + } + public static final class styleable { + private styleable() {} + + public static final int[] ConstraintLayout_Layout = { 0x10100c4, 0x101011f, 0x1010120, 0x101013f, 0x1010140, 0x7f030037, 0x7f030038, 0x7f030062, 0x7f030094, 0x7f030095, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123, 0x7f030124, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012e, 0x7f03012f, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f030135, 0x7f030136, 0x7f030137, 0x7f030138, 0x7f030139, 0x7f03013a, 0x7f03013b, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143, 0x7f030144, 0x7f030145, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f03014a, 0x7f03014b, 0x7f03014c, 0x7f03014d, 0x7f03014e, 0x7f03014f, 0x7f030150, 0x7f030151, 0x7f030154 }; + public static final int ConstraintLayout_Layout_android_orientation = 0; + public static final int ConstraintLayout_Layout_android_maxWidth = 1; + public static final int ConstraintLayout_Layout_android_maxHeight = 2; + public static final int ConstraintLayout_Layout_android_minWidth = 3; + public static final int ConstraintLayout_Layout_android_minHeight = 4; + public static final int ConstraintLayout_Layout_barrierAllowsGoneWidgets = 5; + public static final int ConstraintLayout_Layout_barrierDirection = 6; + public static final int ConstraintLayout_Layout_chainUseRtl = 7; + public static final int ConstraintLayout_Layout_constraintSet = 8; + public static final int ConstraintLayout_Layout_constraint_referenced_ids = 9; + public static final int ConstraintLayout_Layout_layout_constrainedHeight = 10; + public static final int ConstraintLayout_Layout_layout_constrainedWidth = 11; + public static final int ConstraintLayout_Layout_layout_constraintBaseline_creator = 12; + public static final int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf = 13; + public static final int ConstraintLayout_Layout_layout_constraintBottom_creator = 14; + public static final int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf = 15; + public static final int ConstraintLayout_Layout_layout_constraintBottom_toTopOf = 16; + public static final int ConstraintLayout_Layout_layout_constraintCircle = 17; + public static final int ConstraintLayout_Layout_layout_constraintCircleAngle = 18; + public static final int ConstraintLayout_Layout_layout_constraintCircleRadius = 19; + public static final int ConstraintLayout_Layout_layout_constraintDimensionRatio = 20; + public static final int ConstraintLayout_Layout_layout_constraintEnd_toEndOf = 21; + public static final int ConstraintLayout_Layout_layout_constraintEnd_toStartOf = 22; + public static final int ConstraintLayout_Layout_layout_constraintGuide_begin = 23; + public static final int ConstraintLayout_Layout_layout_constraintGuide_end = 24; + public static final int ConstraintLayout_Layout_layout_constraintGuide_percent = 25; + public static final int ConstraintLayout_Layout_layout_constraintHeight_default = 26; + public static final int ConstraintLayout_Layout_layout_constraintHeight_max = 27; + public static final int ConstraintLayout_Layout_layout_constraintHeight_min = 28; + public static final int ConstraintLayout_Layout_layout_constraintHeight_percent = 29; + public static final int ConstraintLayout_Layout_layout_constraintHorizontal_bias = 30; + public static final int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle = 31; + public static final int ConstraintLayout_Layout_layout_constraintHorizontal_weight = 32; + public static final int ConstraintLayout_Layout_layout_constraintLeft_creator = 33; + public static final int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf = 34; + public static final int ConstraintLayout_Layout_layout_constraintLeft_toRightOf = 35; + public static final int ConstraintLayout_Layout_layout_constraintRight_creator = 36; + public static final int ConstraintLayout_Layout_layout_constraintRight_toLeftOf = 37; + public static final int ConstraintLayout_Layout_layout_constraintRight_toRightOf = 38; + public static final int ConstraintLayout_Layout_layout_constraintStart_toEndOf = 39; + public static final int ConstraintLayout_Layout_layout_constraintStart_toStartOf = 40; + public static final int ConstraintLayout_Layout_layout_constraintTop_creator = 41; + public static final int ConstraintLayout_Layout_layout_constraintTop_toBottomOf = 42; + public static final int ConstraintLayout_Layout_layout_constraintTop_toTopOf = 43; + public static final int ConstraintLayout_Layout_layout_constraintVertical_bias = 44; + public static final int ConstraintLayout_Layout_layout_constraintVertical_chainStyle = 45; + public static final int ConstraintLayout_Layout_layout_constraintVertical_weight = 46; + public static final int ConstraintLayout_Layout_layout_constraintWidth_default = 47; + public static final int ConstraintLayout_Layout_layout_constraintWidth_max = 48; + public static final int ConstraintLayout_Layout_layout_constraintWidth_min = 49; + public static final int ConstraintLayout_Layout_layout_constraintWidth_percent = 50; + public static final int ConstraintLayout_Layout_layout_editor_absoluteX = 51; + public static final int ConstraintLayout_Layout_layout_editor_absoluteY = 52; + public static final int ConstraintLayout_Layout_layout_goneMarginBottom = 53; + public static final int ConstraintLayout_Layout_layout_goneMarginEnd = 54; + public static final int ConstraintLayout_Layout_layout_goneMarginLeft = 55; + public static final int ConstraintLayout_Layout_layout_goneMarginRight = 56; + public static final int ConstraintLayout_Layout_layout_goneMarginStart = 57; + public static final int ConstraintLayout_Layout_layout_goneMarginTop = 58; + public static final int ConstraintLayout_Layout_layout_optimizationLevel = 59; + public static final int[] ConstraintLayout_placeholder = { 0x7f030096, 0x7f0300c5 }; + public static final int ConstraintLayout_placeholder_content = 0; + public static final int ConstraintLayout_placeholder_emptyVisibility = 1; + public static final int[] ConstraintSet = { 0x10100c4, 0x10100d0, 0x10100dc, 0x10100f4, 0x10100f5, 0x10100f7, 0x10100f8, 0x10100f9, 0x10100fa, 0x101011f, 0x1010120, 0x101013f, 0x1010140, 0x101031f, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x1010324, 0x1010325, 0x1010326, 0x1010327, 0x1010328, 0x10103b5, 0x10103b6, 0x10103fa, 0x1010440, 0x7f030037, 0x7f030038, 0x7f030062, 0x7f030095, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123, 0x7f030124, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012e, 0x7f03012f, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f030135, 0x7f030136, 0x7f030137, 0x7f030138, 0x7f030139, 0x7f03013a, 0x7f03013b, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143, 0x7f030144, 0x7f030145, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f03014a, 0x7f03014b, 0x7f03014c, 0x7f03014d, 0x7f03014e, 0x7f03014f, 0x7f030150, 0x7f030151 }; + public static final int ConstraintSet_android_orientation = 0; + public static final int ConstraintSet_android_id = 1; + public static final int ConstraintSet_android_visibility = 2; + public static final int ConstraintSet_android_layout_width = 3; + public static final int ConstraintSet_android_layout_height = 4; + public static final int ConstraintSet_android_layout_marginLeft = 5; + public static final int ConstraintSet_android_layout_marginTop = 6; + public static final int ConstraintSet_android_layout_marginRight = 7; + public static final int ConstraintSet_android_layout_marginBottom = 8; + public static final int ConstraintSet_android_maxWidth = 9; + public static final int ConstraintSet_android_maxHeight = 10; + public static final int ConstraintSet_android_minWidth = 11; + public static final int ConstraintSet_android_minHeight = 12; + public static final int ConstraintSet_android_alpha = 13; + public static final int ConstraintSet_android_transformPivotX = 14; + public static final int ConstraintSet_android_transformPivotY = 15; + public static final int ConstraintSet_android_translationX = 16; + public static final int ConstraintSet_android_translationY = 17; + public static final int ConstraintSet_android_scaleX = 18; + public static final int ConstraintSet_android_scaleY = 19; + public static final int ConstraintSet_android_rotation = 20; + public static final int ConstraintSet_android_rotationX = 21; + public static final int ConstraintSet_android_rotationY = 22; + public static final int ConstraintSet_android_layout_marginStart = 23; + public static final int ConstraintSet_android_layout_marginEnd = 24; + public static final int ConstraintSet_android_translationZ = 25; + public static final int ConstraintSet_android_elevation = 26; + public static final int ConstraintSet_barrierAllowsGoneWidgets = 27; + public static final int ConstraintSet_barrierDirection = 28; + public static final int ConstraintSet_chainUseRtl = 29; + public static final int ConstraintSet_constraint_referenced_ids = 30; + public static final int ConstraintSet_layout_constrainedHeight = 31; + public static final int ConstraintSet_layout_constrainedWidth = 32; + public static final int ConstraintSet_layout_constraintBaseline_creator = 33; + public static final int ConstraintSet_layout_constraintBaseline_toBaselineOf = 34; + public static final int ConstraintSet_layout_constraintBottom_creator = 35; + public static final int ConstraintSet_layout_constraintBottom_toBottomOf = 36; + public static final int ConstraintSet_layout_constraintBottom_toTopOf = 37; + public static final int ConstraintSet_layout_constraintCircle = 38; + public static final int ConstraintSet_layout_constraintCircleAngle = 39; + public static final int ConstraintSet_layout_constraintCircleRadius = 40; + public static final int ConstraintSet_layout_constraintDimensionRatio = 41; + public static final int ConstraintSet_layout_constraintEnd_toEndOf = 42; + public static final int ConstraintSet_layout_constraintEnd_toStartOf = 43; + public static final int ConstraintSet_layout_constraintGuide_begin = 44; + public static final int ConstraintSet_layout_constraintGuide_end = 45; + public static final int ConstraintSet_layout_constraintGuide_percent = 46; + public static final int ConstraintSet_layout_constraintHeight_default = 47; + public static final int ConstraintSet_layout_constraintHeight_max = 48; + public static final int ConstraintSet_layout_constraintHeight_min = 49; + public static final int ConstraintSet_layout_constraintHeight_percent = 50; + public static final int ConstraintSet_layout_constraintHorizontal_bias = 51; + public static final int ConstraintSet_layout_constraintHorizontal_chainStyle = 52; + public static final int ConstraintSet_layout_constraintHorizontal_weight = 53; + public static final int ConstraintSet_layout_constraintLeft_creator = 54; + public static final int ConstraintSet_layout_constraintLeft_toLeftOf = 55; + public static final int ConstraintSet_layout_constraintLeft_toRightOf = 56; + public static final int ConstraintSet_layout_constraintRight_creator = 57; + public static final int ConstraintSet_layout_constraintRight_toLeftOf = 58; + public static final int ConstraintSet_layout_constraintRight_toRightOf = 59; + public static final int ConstraintSet_layout_constraintStart_toEndOf = 60; + public static final int ConstraintSet_layout_constraintStart_toStartOf = 61; + public static final int ConstraintSet_layout_constraintTop_creator = 62; + public static final int ConstraintSet_layout_constraintTop_toBottomOf = 63; + public static final int ConstraintSet_layout_constraintTop_toTopOf = 64; + public static final int ConstraintSet_layout_constraintVertical_bias = 65; + public static final int ConstraintSet_layout_constraintVertical_chainStyle = 66; + public static final int ConstraintSet_layout_constraintVertical_weight = 67; + public static final int ConstraintSet_layout_constraintWidth_default = 68; + public static final int ConstraintSet_layout_constraintWidth_max = 69; + public static final int ConstraintSet_layout_constraintWidth_min = 70; + public static final int ConstraintSet_layout_constraintWidth_percent = 71; + public static final int ConstraintSet_layout_editor_absoluteX = 72; + public static final int ConstraintSet_layout_editor_absoluteY = 73; + public static final int ConstraintSet_layout_goneMarginBottom = 74; + public static final int ConstraintSet_layout_goneMarginEnd = 75; + public static final int ConstraintSet_layout_goneMarginLeft = 76; + public static final int ConstraintSet_layout_goneMarginRight = 77; + public static final int ConstraintSet_layout_goneMarginStart = 78; + public static final int ConstraintSet_layout_goneMarginTop = 79; + public static final int[] LinearConstraintLayout = { 0x10100c4 }; + public static final int LinearConstraintLayout_android_orientation = 0; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/coordinatorlayout/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/coordinatorlayout/R.java new file mode 100644 index 0000000..4e2fb1c --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/coordinatorlayout/R.java @@ -0,0 +1,211 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.coordinatorlayout; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int coordinatorLayoutStyle = 0x7f0300a5; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int keylines = 0x7f030116; + public static final int layout_anchor = 0x7f03011b; + public static final int layout_anchorGravity = 0x7f03011c; + public static final int layout_behavior = 0x7f03011d; + public static final int layout_dodgeInsetEdges = 0x7f030149; + public static final int layout_insetEdge = 0x7f030152; + public static final int layout_keyline = 0x7f030153; + public static final int statusBarBackground = 0x7f0301b3; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int bottom = 0x7f080050; + public static final int chronometer = 0x7f080059; + public static final int end = 0x7f08006f; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int left = 0x7f08008c; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int none = 0x7f08009c; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right = 0x7f0800b0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int start = 0x7f0800d9; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + public static final int top = 0x7f0800f4; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + public static final int Widget_Support_CoordinatorLayout = 0x7f0e01f3; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CoordinatorLayout = { 0x7f030116, 0x7f0301b3 }; + public static final int CoordinatorLayout_keylines = 0; + public static final int CoordinatorLayout_statusBarBackground = 1; + public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f030149, 0x7f030152, 0x7f030153 }; + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + public static final int CoordinatorLayout_Layout_layout_anchor = 1; + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; + public static final int CoordinatorLayout_Layout_layout_behavior = 3; + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + public static final int CoordinatorLayout_Layout_layout_keyline = 6; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/core/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/core/R.java new file mode 100644 index 0000000..81154de --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/core/R.java @@ -0,0 +1,223 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.core; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int accessibility_action_clickable_span = 0x7f080013; + public static final int accessibility_custom_action_0 = 0x7f080014; + public static final int accessibility_custom_action_1 = 0x7f080015; + public static final int accessibility_custom_action_10 = 0x7f080016; + public static final int accessibility_custom_action_11 = 0x7f080017; + public static final int accessibility_custom_action_12 = 0x7f080018; + public static final int accessibility_custom_action_13 = 0x7f080019; + public static final int accessibility_custom_action_14 = 0x7f08001a; + public static final int accessibility_custom_action_15 = 0x7f08001b; + public static final int accessibility_custom_action_16 = 0x7f08001c; + public static final int accessibility_custom_action_17 = 0x7f08001d; + public static final int accessibility_custom_action_18 = 0x7f08001e; + public static final int accessibility_custom_action_19 = 0x7f08001f; + public static final int accessibility_custom_action_2 = 0x7f080020; + public static final int accessibility_custom_action_20 = 0x7f080021; + public static final int accessibility_custom_action_21 = 0x7f080022; + public static final int accessibility_custom_action_22 = 0x7f080023; + public static final int accessibility_custom_action_23 = 0x7f080024; + public static final int accessibility_custom_action_24 = 0x7f080025; + public static final int accessibility_custom_action_25 = 0x7f080026; + public static final int accessibility_custom_action_26 = 0x7f080027; + public static final int accessibility_custom_action_27 = 0x7f080028; + public static final int accessibility_custom_action_28 = 0x7f080029; + public static final int accessibility_custom_action_29 = 0x7f08002a; + public static final int accessibility_custom_action_3 = 0x7f08002b; + public static final int accessibility_custom_action_30 = 0x7f08002c; + public static final int accessibility_custom_action_31 = 0x7f08002d; + public static final int accessibility_custom_action_4 = 0x7f08002e; + public static final int accessibility_custom_action_5 = 0x7f08002f; + public static final int accessibility_custom_action_6 = 0x7f080030; + public static final int accessibility_custom_action_7 = 0x7f080031; + public static final int accessibility_custom_action_8 = 0x7f080032; + public static final int accessibility_custom_action_9 = 0x7f080033; + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int dialog_button = 0x7f08006a; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_accessibility_actions = 0x7f0800de; + public static final int tag_accessibility_clickable_spans = 0x7f0800df; + public static final int tag_accessibility_heading = 0x7f0800e0; + public static final int tag_accessibility_pane_title = 0x7f0800e1; + public static final int tag_screen_reader_focusable = 0x7f0800e2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int custom_dialog = 0x7f0b0020; + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/cursoradapter/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/cursoradapter/R.java new file mode 100644 index 0000000..da95f3e --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/cursoradapter/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.cursoradapter; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/customview/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/customview/R.java new file mode 100644 index 0000000..b60f88a --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/customview/R.java @@ -0,0 +1,183 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.customview; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/documentfile/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/documentfile/R.java new file mode 100644 index 0000000..510d256 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/documentfile/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.documentfile; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/drawerlayout/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/drawerlayout/R.java new file mode 100644 index 0000000..ace7e83 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/drawerlayout/R.java @@ -0,0 +1,183 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.drawerlayout; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/fragment/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/fragment/R.java new file mode 100644 index 0000000..79a3d86 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/fragment/R.java @@ -0,0 +1,223 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.fragment; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int accessibility_action_clickable_span = 0x7f080013; + public static final int accessibility_custom_action_0 = 0x7f080014; + public static final int accessibility_custom_action_1 = 0x7f080015; + public static final int accessibility_custom_action_10 = 0x7f080016; + public static final int accessibility_custom_action_11 = 0x7f080017; + public static final int accessibility_custom_action_12 = 0x7f080018; + public static final int accessibility_custom_action_13 = 0x7f080019; + public static final int accessibility_custom_action_14 = 0x7f08001a; + public static final int accessibility_custom_action_15 = 0x7f08001b; + public static final int accessibility_custom_action_16 = 0x7f08001c; + public static final int accessibility_custom_action_17 = 0x7f08001d; + public static final int accessibility_custom_action_18 = 0x7f08001e; + public static final int accessibility_custom_action_19 = 0x7f08001f; + public static final int accessibility_custom_action_2 = 0x7f080020; + public static final int accessibility_custom_action_20 = 0x7f080021; + public static final int accessibility_custom_action_21 = 0x7f080022; + public static final int accessibility_custom_action_22 = 0x7f080023; + public static final int accessibility_custom_action_23 = 0x7f080024; + public static final int accessibility_custom_action_24 = 0x7f080025; + public static final int accessibility_custom_action_25 = 0x7f080026; + public static final int accessibility_custom_action_26 = 0x7f080027; + public static final int accessibility_custom_action_27 = 0x7f080028; + public static final int accessibility_custom_action_28 = 0x7f080029; + public static final int accessibility_custom_action_29 = 0x7f08002a; + public static final int accessibility_custom_action_3 = 0x7f08002b; + public static final int accessibility_custom_action_30 = 0x7f08002c; + public static final int accessibility_custom_action_31 = 0x7f08002d; + public static final int accessibility_custom_action_4 = 0x7f08002e; + public static final int accessibility_custom_action_5 = 0x7f08002f; + public static final int accessibility_custom_action_6 = 0x7f080030; + public static final int accessibility_custom_action_7 = 0x7f080031; + public static final int accessibility_custom_action_8 = 0x7f080032; + public static final int accessibility_custom_action_9 = 0x7f080033; + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int dialog_button = 0x7f08006a; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_accessibility_actions = 0x7f0800de; + public static final int tag_accessibility_clickable_spans = 0x7f0800df; + public static final int tag_accessibility_heading = 0x7f0800e0; + public static final int tag_accessibility_pane_title = 0x7f0800e1; + public static final int tag_screen_reader_focusable = 0x7f0800e2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int custom_dialog = 0x7f0b0020; + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/interpolator/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/interpolator/R.java new file mode 100644 index 0000000..b57cebd --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/interpolator/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.interpolator; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreui/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreui/R.java new file mode 100644 index 0000000..3120dfd --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreui/R.java @@ -0,0 +1,211 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.legacy.coreui; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int coordinatorLayoutStyle = 0x7f0300a5; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int keylines = 0x7f030116; + public static final int layout_anchor = 0x7f03011b; + public static final int layout_anchorGravity = 0x7f03011c; + public static final int layout_behavior = 0x7f03011d; + public static final int layout_dodgeInsetEdges = 0x7f030149; + public static final int layout_insetEdge = 0x7f030152; + public static final int layout_keyline = 0x7f030153; + public static final int statusBarBackground = 0x7f0301b3; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int bottom = 0x7f080050; + public static final int chronometer = 0x7f080059; + public static final int end = 0x7f08006f; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int left = 0x7f08008c; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int none = 0x7f08009c; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right = 0x7f0800b0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int start = 0x7f0800d9; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + public static final int top = 0x7f0800f4; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + public static final int Widget_Support_CoordinatorLayout = 0x7f0e01f3; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CoordinatorLayout = { 0x7f030116, 0x7f0301b3 }; + public static final int CoordinatorLayout_keylines = 0; + public static final int CoordinatorLayout_statusBarBackground = 1; + public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f030149, 0x7f030152, 0x7f030153 }; + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + public static final int CoordinatorLayout_Layout_layout_anchor = 1; + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; + public static final int CoordinatorLayout_Layout_layout_behavior = 3; + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + public static final int CoordinatorLayout_Layout_layout_keyline = 6; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreutils/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreutils/R.java new file mode 100644 index 0000000..e8f96e8 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreutils/R.java @@ -0,0 +1,183 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.legacy.coreutils; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/R.java new file mode 100644 index 0000000..bc12ff3 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.lifecycle; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/extensions/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/extensions/R.java new file mode 100644 index 0000000..d3fa19c --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/extensions/R.java @@ -0,0 +1,211 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.lifecycle.extensions; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int coordinatorLayoutStyle = 0x7f0300a5; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int keylines = 0x7f030116; + public static final int layout_anchor = 0x7f03011b; + public static final int layout_anchorGravity = 0x7f03011c; + public static final int layout_behavior = 0x7f03011d; + public static final int layout_dodgeInsetEdges = 0x7f030149; + public static final int layout_insetEdge = 0x7f030152; + public static final int layout_keyline = 0x7f030153; + public static final int statusBarBackground = 0x7f0301b3; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int bottom = 0x7f080050; + public static final int chronometer = 0x7f080059; + public static final int end = 0x7f08006f; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int left = 0x7f08008c; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int none = 0x7f08009c; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right = 0x7f0800b0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int start = 0x7f0800d9; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + public static final int top = 0x7f0800f4; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + public static final int Widget_Support_CoordinatorLayout = 0x7f0e01f3; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CoordinatorLayout = { 0x7f030116, 0x7f0301b3 }; + public static final int CoordinatorLayout_keylines = 0; + public static final int CoordinatorLayout_statusBarBackground = 1; + public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f030149, 0x7f030152, 0x7f030153 }; + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + public static final int CoordinatorLayout_Layout_layout_anchor = 1; + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; + public static final int CoordinatorLayout_Layout_layout_behavior = 3; + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + public static final int CoordinatorLayout_Layout_layout_keyline = 6; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/R.java new file mode 100644 index 0000000..a6a177e --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.lifecycle.livedata; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/core/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/core/R.java new file mode 100644 index 0000000..3ff0643 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/core/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.lifecycle.livedata.core; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/process/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/process/R.java new file mode 100644 index 0000000..ca27529 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/process/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.lifecycle.process; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/service/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/service/R.java new file mode 100644 index 0000000..1a173d5 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/service/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.lifecycle.service; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/viewmodel/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/viewmodel/R.java new file mode 100644 index 0000000..116fcf3 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/viewmodel/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.lifecycle.viewmodel; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/loader/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/loader/R.java new file mode 100644 index 0000000..75a9403 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/loader/R.java @@ -0,0 +1,183 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.loader; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/localbroadcastmanager/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/localbroadcastmanager/R.java new file mode 100644 index 0000000..c582c8b --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/localbroadcastmanager/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.localbroadcastmanager; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/print/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/print/R.java new file mode 100644 index 0000000..2ffcf14 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/print/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.print; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/recyclerview/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/recyclerview/R.java new file mode 100644 index 0000000..1bd1469 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/recyclerview/R.java @@ -0,0 +1,239 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.recyclerview; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int coordinatorLayoutStyle = 0x7f0300a5; + public static final int fastScrollEnabled = 0x7f0300d9; + public static final int fastScrollHorizontalThumbDrawable = 0x7f0300da; + public static final int fastScrollHorizontalTrackDrawable = 0x7f0300db; + public static final int fastScrollVerticalThumbDrawable = 0x7f0300dc; + public static final int fastScrollVerticalTrackDrawable = 0x7f0300dd; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int keylines = 0x7f030116; + public static final int layoutManager = 0x7f03011a; + public static final int layout_anchor = 0x7f03011b; + public static final int layout_anchorGravity = 0x7f03011c; + public static final int layout_behavior = 0x7f03011d; + public static final int layout_dodgeInsetEdges = 0x7f030149; + public static final int layout_insetEdge = 0x7f030152; + public static final int layout_keyline = 0x7f030153; + public static final int reverseLayout = 0x7f030192; + public static final int spanCount = 0x7f0301a7; + public static final int stackFromEnd = 0x7f0301ad; + public static final int statusBarBackground = 0x7f0301b3; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int fastscroll_default_thickness = 0x7f060088; + public static final int fastscroll_margin = 0x7f060089; + public static final int fastscroll_minimum_range = 0x7f06008a; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060092; + public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060093; + public static final int item_touch_helper_swipe_escape_velocity = 0x7f060094; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int bottom = 0x7f080050; + public static final int chronometer = 0x7f080059; + public static final int end = 0x7f08006f; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int item_touch_helper_previous_elevation = 0x7f080089; + public static final int left = 0x7f08008c; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int none = 0x7f08009c; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right = 0x7f0800b0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int start = 0x7f0800d9; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + public static final int top = 0x7f0800f4; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + public static final int Widget_Support_CoordinatorLayout = 0x7f0e01f3; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CoordinatorLayout = { 0x7f030116, 0x7f0301b3 }; + public static final int CoordinatorLayout_keylines = 0; + public static final int CoordinatorLayout_statusBarBackground = 1; + public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f030149, 0x7f030152, 0x7f030153 }; + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + public static final int CoordinatorLayout_Layout_layout_anchor = 1; + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; + public static final int CoordinatorLayout_Layout_layout_behavior = 3; + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + public static final int CoordinatorLayout_Layout_layout_keyline = 6; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + public static final int[] RecyclerView = { 0x10100c4, 0x10100f1, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300dc, 0x7f0300dd, 0x7f03011a, 0x7f030192, 0x7f0301a7, 0x7f0301ad }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_android_descendantFocusability = 1; + public static final int RecyclerView_fastScrollEnabled = 2; + public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 3; + public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 4; + public static final int RecyclerView_fastScrollVerticalThumbDrawable = 5; + public static final int RecyclerView_fastScrollVerticalTrackDrawable = 6; + public static final int RecyclerView_layoutManager = 7; + public static final int RecyclerView_reverseLayout = 8; + public static final int RecyclerView_spanCount = 9; + public static final int RecyclerView_stackFromEnd = 10; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/savedstate/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/savedstate/R.java new file mode 100644 index 0000000..c7ed202 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/savedstate/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.savedstate; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/slidingpanelayout/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/slidingpanelayout/R.java new file mode 100644 index 0000000..c7cebd0 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/slidingpanelayout/R.java @@ -0,0 +1,183 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.slidingpanelayout; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/swiperefreshlayout/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/swiperefreshlayout/R.java new file mode 100644 index 0000000..3febfb5 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/swiperefreshlayout/R.java @@ -0,0 +1,183 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.swiperefreshlayout; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/transition/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/transition/R.java new file mode 100644 index 0000000..e86684c --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/transition/R.java @@ -0,0 +1,193 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.transition; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int forever = 0x7f08007b; + public static final int ghost_view = 0x7f08007c; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int parent_matrix = 0x7f0800a8; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int save_image_matrix = 0x7f0800b3; + public static final int save_non_transition_alpha = 0x7f0800b4; + public static final int save_scale_type = 0x7f0800b5; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + public static final int transition_current_scene = 0x7f0800f7; + public static final int transition_layout_save = 0x7f0800f8; + public static final int transition_position = 0x7f0800f9; + public static final int transition_scene_layoutid_cache = 0x7f0800fa; + public static final int transition_transform = 0x7f0800fb; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/vectordrawable/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/vectordrawable/R.java new file mode 100644 index 0000000..5add030 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/vectordrawable/R.java @@ -0,0 +1,223 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.vectordrawable; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int accessibility_action_clickable_span = 0x7f080013; + public static final int accessibility_custom_action_0 = 0x7f080014; + public static final int accessibility_custom_action_1 = 0x7f080015; + public static final int accessibility_custom_action_10 = 0x7f080016; + public static final int accessibility_custom_action_11 = 0x7f080017; + public static final int accessibility_custom_action_12 = 0x7f080018; + public static final int accessibility_custom_action_13 = 0x7f080019; + public static final int accessibility_custom_action_14 = 0x7f08001a; + public static final int accessibility_custom_action_15 = 0x7f08001b; + public static final int accessibility_custom_action_16 = 0x7f08001c; + public static final int accessibility_custom_action_17 = 0x7f08001d; + public static final int accessibility_custom_action_18 = 0x7f08001e; + public static final int accessibility_custom_action_19 = 0x7f08001f; + public static final int accessibility_custom_action_2 = 0x7f080020; + public static final int accessibility_custom_action_20 = 0x7f080021; + public static final int accessibility_custom_action_21 = 0x7f080022; + public static final int accessibility_custom_action_22 = 0x7f080023; + public static final int accessibility_custom_action_23 = 0x7f080024; + public static final int accessibility_custom_action_24 = 0x7f080025; + public static final int accessibility_custom_action_25 = 0x7f080026; + public static final int accessibility_custom_action_26 = 0x7f080027; + public static final int accessibility_custom_action_27 = 0x7f080028; + public static final int accessibility_custom_action_28 = 0x7f080029; + public static final int accessibility_custom_action_29 = 0x7f08002a; + public static final int accessibility_custom_action_3 = 0x7f08002b; + public static final int accessibility_custom_action_30 = 0x7f08002c; + public static final int accessibility_custom_action_31 = 0x7f08002d; + public static final int accessibility_custom_action_4 = 0x7f08002e; + public static final int accessibility_custom_action_5 = 0x7f08002f; + public static final int accessibility_custom_action_6 = 0x7f080030; + public static final int accessibility_custom_action_7 = 0x7f080031; + public static final int accessibility_custom_action_8 = 0x7f080032; + public static final int accessibility_custom_action_9 = 0x7f080033; + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int dialog_button = 0x7f08006a; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_accessibility_actions = 0x7f0800de; + public static final int tag_accessibility_clickable_spans = 0x7f0800df; + public static final int tag_accessibility_heading = 0x7f0800e0; + public static final int tag_accessibility_pane_title = 0x7f0800e1; + public static final int tag_screen_reader_focusable = 0x7f0800e2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int custom_dialog = 0x7f0b0020; + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/vectordrawable/animated/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/vectordrawable/animated/R.java new file mode 100644 index 0000000..d8f47cb --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/vectordrawable/animated/R.java @@ -0,0 +1,223 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.vectordrawable.animated; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int accessibility_action_clickable_span = 0x7f080013; + public static final int accessibility_custom_action_0 = 0x7f080014; + public static final int accessibility_custom_action_1 = 0x7f080015; + public static final int accessibility_custom_action_10 = 0x7f080016; + public static final int accessibility_custom_action_11 = 0x7f080017; + public static final int accessibility_custom_action_12 = 0x7f080018; + public static final int accessibility_custom_action_13 = 0x7f080019; + public static final int accessibility_custom_action_14 = 0x7f08001a; + public static final int accessibility_custom_action_15 = 0x7f08001b; + public static final int accessibility_custom_action_16 = 0x7f08001c; + public static final int accessibility_custom_action_17 = 0x7f08001d; + public static final int accessibility_custom_action_18 = 0x7f08001e; + public static final int accessibility_custom_action_19 = 0x7f08001f; + public static final int accessibility_custom_action_2 = 0x7f080020; + public static final int accessibility_custom_action_20 = 0x7f080021; + public static final int accessibility_custom_action_21 = 0x7f080022; + public static final int accessibility_custom_action_22 = 0x7f080023; + public static final int accessibility_custom_action_23 = 0x7f080024; + public static final int accessibility_custom_action_24 = 0x7f080025; + public static final int accessibility_custom_action_25 = 0x7f080026; + public static final int accessibility_custom_action_26 = 0x7f080027; + public static final int accessibility_custom_action_27 = 0x7f080028; + public static final int accessibility_custom_action_28 = 0x7f080029; + public static final int accessibility_custom_action_29 = 0x7f08002a; + public static final int accessibility_custom_action_3 = 0x7f08002b; + public static final int accessibility_custom_action_30 = 0x7f08002c; + public static final int accessibility_custom_action_31 = 0x7f08002d; + public static final int accessibility_custom_action_4 = 0x7f08002e; + public static final int accessibility_custom_action_5 = 0x7f08002f; + public static final int accessibility_custom_action_6 = 0x7f080030; + public static final int accessibility_custom_action_7 = 0x7f080031; + public static final int accessibility_custom_action_8 = 0x7f080032; + public static final int accessibility_custom_action_9 = 0x7f080033; + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int dialog_button = 0x7f08006a; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_accessibility_actions = 0x7f0800de; + public static final int tag_accessibility_clickable_spans = 0x7f0800df; + public static final int tag_accessibility_heading = 0x7f0800e0; + public static final int tag_accessibility_pane_title = 0x7f0800e1; + public static final int tag_screen_reader_focusable = 0x7f0800e2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int custom_dialog = 0x7f0b0020; + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/versionedparcelable/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/versionedparcelable/R.java new file mode 100644 index 0000000..92e83d4 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/versionedparcelable/R.java @@ -0,0 +1,12 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.versionedparcelable; + +public final class R { + private R() {} + +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/viewpager/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/viewpager/R.java new file mode 100644 index 0000000..99dc3b2 --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/viewpager/R.java @@ -0,0 +1,183 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package androidx.viewpager; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int alpha = 0x7f030027; + public static final int font = 0x7f0300e0; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int ttcIndex = 0x7f030216; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_light = 0x7f050077; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08003b; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int async = 0x7f08004b; + public static final int blocking = 0x7f08004f; + public static final int chronometer = 0x7f080059; + public static final int forever = 0x7f08007b; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + } + public static final class styleable { + private styleable() {} + + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 }; + public static final int GradientColor_android_startColor = 0; + public static final int GradientColor_android_endColor = 1; + public static final int GradientColor_android_type = 2; + public static final int GradientColor_android_centerX = 3; + public static final int GradientColor_android_centerY = 4; + public static final int GradientColor_android_gradientRadius = 5; + public static final int GradientColor_android_tileMode = 6; + public static final int GradientColor_android_centerColor = 7; + public static final int GradientColor_android_startX = 8; + public static final int GradientColor_android_startY = 9; + public static final int GradientColor_android_endX = 10; + public static final int GradientColor_android_endY = 11; + public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 }; + public static final int GradientColorItem_android_color = 0; + public static final int GradientColorItem_android_offset = 1; + } +} diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/com/example/iitrtimetable/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/com/example/iitrtimetable/R.java new file mode 100644 index 0000000..66134ec --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/com/example/iitrtimetable/R.java @@ -0,0 +1,20619 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.example.iitrtimetable; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f010000; + public static final int abc_fade_out=0x7f010001; + public static final int abc_grow_fade_in_from_bottom=0x7f010002; + public static final int abc_popup_enter=0x7f010003; + public static final int abc_popup_exit=0x7f010004; + public static final int abc_shrink_fade_out_from_bottom=0x7f010005; + public static final int abc_slide_in_bottom=0x7f010006; + public static final int abc_slide_in_top=0x7f010007; + public static final int abc_slide_out_bottom=0x7f010008; + public static final int abc_slide_out_top=0x7f010009; + public static final int abc_tooltip_enter=0x7f01000a; + public static final int abc_tooltip_exit=0x7f01000b; + public static final int btn_checkbox_to_checked_box_inner_merged_animation=0x7f01000c; + public static final int btn_checkbox_to_checked_box_outer_merged_animation=0x7f01000d; + public static final int btn_checkbox_to_checked_icon_null_animation=0x7f01000e; + public static final int btn_checkbox_to_unchecked_box_inner_merged_animation=0x7f01000f; + public static final int btn_checkbox_to_unchecked_check_path_merged_animation=0x7f010010; + public static final int btn_checkbox_to_unchecked_icon_null_animation=0x7f010011; + public static final int btn_radio_to_off_mtrl_dot_group_animation=0x7f010012; + public static final int btn_radio_to_off_mtrl_ring_outer_animation=0x7f010013; + public static final int btn_radio_to_off_mtrl_ring_outer_path_animation=0x7f010014; + public static final int btn_radio_to_on_mtrl_dot_group_animation=0x7f010015; + public static final int btn_radio_to_on_mtrl_ring_outer_animation=0x7f010016; + public static final int btn_radio_to_on_mtrl_ring_outer_path_animation=0x7f010017; + public static final int design_bottom_sheet_slide_in=0x7f010018; + public static final int design_bottom_sheet_slide_out=0x7f010019; + public static final int design_snackbar_in=0x7f01001a; + public static final int design_snackbar_out=0x7f01001b; + } + public static final class animator { + public static final int design_appbar_state_list_animator=0x7f020000; + public static final int design_fab_hide_motion_spec=0x7f020001; + public static final int design_fab_show_motion_spec=0x7f020002; + public static final int mtrl_btn_state_list_anim=0x7f020003; + public static final int mtrl_btn_unelevated_state_list_anim=0x7f020004; + public static final int mtrl_chip_state_list_anim=0x7f020005; + public static final int mtrl_fab_hide_motion_spec=0x7f020006; + public static final int mtrl_fab_show_motion_spec=0x7f020007; + public static final int mtrl_fab_transformation_sheet_collapse_spec=0x7f020008; + public static final int mtrl_fab_transformation_sheet_expand_spec=0x7f020009; + } + public static final class attr { + /** + * Custom divider drawable to use for elements in the action bar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarDivider=0x7f030000; + /** + * Custom item state list drawable background for action bar items. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarItemBackground=0x7f030001; + /** + * Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarPopupTheme=0x7f030002; + /** + * Size of the Action Bar, including the contextual + * bar used to present Action Modes. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrap_content0
+ */ + public static final int actionBarSize=0x7f030003; + /** + * Reference to a style for the split Action Bar. This style + * controls the split component that holds the menu/action + * buttons. actionBarStyle is still used for the primary + * bar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarSplitStyle=0x7f030004; + /** + * Reference to a style for the Action Bar + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarStyle=0x7f030005; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabBarStyle=0x7f030006; + /** + * Default style for tabs within an action bar + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabStyle=0x7f030007; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabTextStyle=0x7f030008; + /** + * Reference to a theme that should be used to inflate the + * action bar. This will be inherited by any widget inflated + * into the action bar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTheme=0x7f030009; + /** + * Reference to a theme that should be used to inflate widgets + * and layouts destined for the action bar. Most of the time + * this will be a reference to the current theme, but when + * the action bar has a significantly different contrast + * profile than the rest of the activity the difference + * can become important. If this is set to @null the current + * theme will be used. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarWidgetTheme=0x7f03000a; + /** + * Default action button style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionButtonStyle=0x7f03000b; + /** + * Default ActionBar dropdown style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionDropDownStyle=0x7f03000c; + /** + * An optional layout to be used as an action view. + * See {@link android.view.MenuItem#setActionView(android.view.View)} + * for more info. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionLayout=0x7f03000d; + /** + * TextAppearance style that will be applied to text that + * appears within action menu items. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionMenuTextAppearance=0x7f03000e; + /** + * Color for text that appears within action menu items. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int actionMenuTextColor=0x7f03000f; + /** + * Background drawable to use for action mode UI + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeBackground=0x7f030010; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCloseButtonStyle=0x7f030011; + /** + * Drawable to use for the close action mode button + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCloseDrawable=0x7f030012; + /** + * Drawable to use for the Copy action button in Contextual Action Bar + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCopyDrawable=0x7f030013; + /** + * Drawable to use for the Cut action button in Contextual Action Bar + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCutDrawable=0x7f030014; + /** + * Drawable to use for the Find action button in WebView selection action modes + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeFindDrawable=0x7f030015; + /** + * Drawable to use for the Paste action button in Contextual Action Bar + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModePasteDrawable=0x7f030016; + /** + * PopupWindow style to use for action modes when showing as a window overlay. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModePopupWindowStyle=0x7f030017; + /** + * Drawable to use for the Select all action button in Contextual Action Bar + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeSelectAllDrawable=0x7f030018; + /** + * Drawable to use for the Share action button in WebView selection action modes + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeShareDrawable=0x7f030019; + /** + * Background drawable to use for action mode UI in the lower split bar + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeSplitBackground=0x7f03001a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeStyle=0x7f03001b; + /** + * Drawable to use for the Web Search action button in WebView selection action modes + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeWebSearchDrawable=0x7f03001c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionOverflowButtonStyle=0x7f03001d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionOverflowMenuStyle=0x7f03001e; + /** + * The name of an optional ActionProvider class to instantiate an action view + * and perform operations such as default action for that menu item. + * See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)} + * for more info. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionProviderClass=0x7f03001f; + /** + * The name of an optional View class to instantiate and use as an + * action view. See {@link android.view.MenuItem#setActionView(android.view.View)} + * for more info. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionViewClass=0x7f030020; + /** + * Default ActivityChooserView style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int activityChooserViewStyle=0x7f030021; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogButtonGroupStyle=0x7f030022; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int alertDialogCenterButtons=0x7f030023; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogStyle=0x7f030024; + /** + * Theme to use for alert dialogs spawned from this theme. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogTheme=0x7f030025; + /** + * Whether to automatically stack the buttons when there is not + * enough space to lay them out side-by-side. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int allowStacking=0x7f030026; + /** + * Alpha multiplier applied to the base color. + *

May be a floating point value, such as "1.2". + */ + public static final int alpha=0x7f030027; + /** + * The alphabetic modifier key. This is the modifier when using a keyboard + * with alphabetic keys. The values should be kept in sync with KeyEvent + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ */ + public static final int alphabeticModifiers=0x7f030028; + /** + * The length of the arrow head when formed to make an arrow + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int arrowHeadLength=0x7f030029; + /** + * The length of the shaft when formed to make an arrow + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int arrowShaftLength=0x7f03002a; + /** + * Default AutoCompleteTextView style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int autoCompleteTextViewStyle=0x7f03002b; + /** + * The maximum text size constraint to be used when auto-sizing text. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeMaxTextSize=0x7f03002c; + /** + * The minimum text size constraint to be used when auto-sizing text. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeMinTextSize=0x7f03002d; + /** + * Resource array of dimensions to be used in conjunction with + * autoSizeTextType set to uniform. Overrides + * autoSizeStepGranularity if set. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int autoSizePresetSizes=0x7f03002e; + /** + * Specify the auto-size step size if autoSizeTextType is set to + * uniform. The default is 1px. Overwrites + * autoSizePresetSizes if set. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeStepGranularity=0x7f03002f; + /** + * Specify the type of auto-size. Note that this feature is not supported by EditText, + * works only for TextView. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
none0No auto-sizing (default).
uniform1Uniform horizontal and vertical text size scaling to fit within the + * container.
+ */ + public static final int autoSizeTextType=0x7f030030; + /** + * Specifies a background drawable for the action bar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int background=0x7f030031; + /** + * Specifies a background drawable for the bottom component of a split action bar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundSplit=0x7f030032; + /** + * Specifies a background drawable for a second stacked row of the action bar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundStacked=0x7f030033; + /** + * Tint to apply to the background. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundTint=0x7f030034; + /** + * Blending mode used to apply the background tint. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ */ + public static final int backgroundTintMode=0x7f030035; + /** + * The length of the bars when they are parallel to each other + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int barLength=0x7f030036; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int barrierAllowsGoneWidgets=0x7f030037; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom3
end6
left0
right1
start5
top2
+ */ + public static final int barrierDirection=0x7f030038; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_autoHide=0x7f030039; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_fitToContents=0x7f03003a; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_hideable=0x7f03003b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int behavior_overlapTop=0x7f03003c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
+ */ + public static final int behavior_peekHeight=0x7f03003d; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_skipCollapsed=0x7f03003e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int borderWidth=0x7f03003f; + /** + * Style for buttons without an explicit border, often used in groups. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int borderlessButtonStyle=0x7f030040; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int bottomAppBarStyle=0x7f030041; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int bottomNavigationStyle=0x7f030042; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int bottomSheetDialogTheme=0x7f030043; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int bottomSheetStyle=0x7f030044; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int boxBackgroundColor=0x7f030045; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
filled1
none0
outline2
+ */ + public static final int boxBackgroundMode=0x7f030046; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int boxCollapsedPaddingTop=0x7f030047; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int boxCornerRadiusBottomEnd=0x7f030048; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int boxCornerRadiusBottomStart=0x7f030049; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int boxCornerRadiusTopEnd=0x7f03004a; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int boxCornerRadiusTopStart=0x7f03004b; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int boxStrokeColor=0x7f03004c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int boxStrokeWidth=0x7f03004d; + /** + * Style for buttons within button bars + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarButtonStyle=0x7f03004e; + /** + * Style for the "negative" buttons within button bars + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarNegativeButtonStyle=0x7f03004f; + /** + * Style for the "neutral" buttons within button bars + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarNeutralButtonStyle=0x7f030050; + /** + * Style for the "positive" buttons within button bars + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarPositiveButtonStyle=0x7f030051; + /** + * Style for button bars + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarStyle=0x7f030052; + /** + * Compat attr to load backported drawable types + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonCompat=0x7f030053; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50Push object to the bottom of its container, not changing its size.
center_vertical10Place object in the vertical center of its container, not changing its size.
top30Push object to the top of its container, not changing its size.
+ */ + public static final int buttonGravity=0x7f030054; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int buttonIconDimen=0x7f030055; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonPanelSideLayout=0x7f030056; + /** + * Normal Button style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonStyle=0x7f030057; + /** + * Small Button style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonStyleSmall=0x7f030058; + /** + * Tint to apply to the button drawable. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int buttonTint=0x7f030059; + /** + * Blending mode used to apply the button tint. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ */ + public static final int buttonTintMode=0x7f03005a; + /** + * Background color for CardView. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int cardBackgroundColor=0x7f03005b; + /** + * Corner radius for CardView. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int cardCornerRadius=0x7f03005c; + /** + * Elevation for CardView. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int cardElevation=0x7f03005d; + /** + * Maximum Elevation for CardView. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int cardMaxElevation=0x7f03005e; + /** + * Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int cardPreventCornerOverlap=0x7f03005f; + /** + * Add padding in API v21+ as well to have the same measurements with previous versions. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int cardUseCompatPadding=0x7f030060; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int cardViewStyle=0x7f030061; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int chainUseRtl=0x7f030062; + /** + * Default Checkbox style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int checkboxStyle=0x7f030063; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int checkedChip=0x7f030064; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int checkedIcon=0x7f030065; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int checkedIconEnabled=0x7f030066; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int checkedIconVisible=0x7f030067; + /** + * Default CheckedTextView style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int checkedTextViewStyle=0x7f030068; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int chipBackgroundColor=0x7f030069; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int chipCornerRadius=0x7f03006a; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int chipEndPadding=0x7f03006b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int chipGroupStyle=0x7f03006c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int chipIcon=0x7f03006d; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int chipIconEnabled=0x7f03006e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int chipIconSize=0x7f03006f; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int chipIconTint=0x7f030070; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int chipIconVisible=0x7f030071; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int chipMinHeight=0x7f030072; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int chipSpacing=0x7f030073; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int chipSpacingHorizontal=0x7f030074; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int chipSpacingVertical=0x7f030075; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int chipStandaloneStyle=0x7f030076; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int chipStartPadding=0x7f030077; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int chipStrokeColor=0x7f030078; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int chipStrokeWidth=0x7f030079; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int chipStyle=0x7f03007a; + /** + * Close button icon + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int closeIcon=0x7f03007b; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int closeIconEnabled=0x7f03007c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int closeIconEndPadding=0x7f03007d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int closeIconSize=0x7f03007e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int closeIconStartPadding=0x7f03007f; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int closeIconTint=0x7f030080; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int closeIconVisible=0x7f030081; + /** + * Specifies a layout to use for the "close" item at the starting edge. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int closeItemLayout=0x7f030082; + /** + * Text to set as the content description for the collapse button. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int collapseContentDescription=0x7f030083; + /** + * Icon drawable to use for the collapse button. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int collapseIcon=0x7f030084; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int collapsedTitleGravity=0x7f030085; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int collapsedTitleTextAppearance=0x7f030086; + /** + * The drawing color for the bars + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int color=0x7f030087; + /** + * Bright complement to the primary branding color. By default, this is the color applied + * to framework controls (via colorControlActivated). + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorAccent=0x7f030088; + /** + * Default color of background imagery for floating components, ex. dialogs, popups, and cards. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorBackgroundFloating=0x7f030089; + /** + * The color applied to framework buttons in their normal state. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorButtonNormal=0x7f03008a; + /** + * The color applied to framework controls in their activated (ex. checked) state. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlActivated=0x7f03008b; + /** + * The color applied to framework control highlights (ex. ripples, list selectors). + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlHighlight=0x7f03008c; + /** + * The color applied to framework controls in their normal state. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlNormal=0x7f03008d; + /** + * Color used for error states and things that need to be drawn to + * the user's attention. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorError=0x7f03008e; + /** + * The primary branding color for the app. By default, this is the color applied to the + * action bar background. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorPrimary=0x7f03008f; + /** + * Dark variant of the primary branding color. By default, this is the color applied to + * the status bar (via statusBarColor) and navigation bar (via navigationBarColor). + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorPrimaryDark=0x7f030090; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorSecondary=0x7f030091; + /** + * The color applied to framework switch thumbs in their normal state. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorSwitchThumbNormal=0x7f030092; + /** + * Commit icon shown in the query suggestion row + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int commitIcon=0x7f030093; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int constraintSet=0x7f030094; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int constraint_referenced_ids=0x7f030095; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int content=0x7f030096; + /** + * The content description associated with the item. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int contentDescription=0x7f030097; + /** + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetEnd=0x7f030098; + /** + * Minimum inset for content views within a bar when actions from a menu + * are present. Only valid for some themes and configurations. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetEndWithActions=0x7f030099; + /** + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetLeft=0x7f03009a; + /** + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetRight=0x7f03009b; + /** + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetStart=0x7f03009c; + /** + * Minimum inset for content views within a bar when a navigation button + * is present, such as the Up button. Only valid for some themes and configurations. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetStartWithNavigation=0x7f03009d; + /** + * Inner padding between the edges of the Card and children of the CardView. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentPadding=0x7f03009e; + /** + * Inner padding between the bottom edge of the Card and children of the CardView. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentPaddingBottom=0x7f03009f; + /** + * Inner padding between the left edge of the Card and children of the CardView. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentPaddingLeft=0x7f0300a0; + /** + * Inner padding between the right edge of the Card and children of the CardView. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentPaddingRight=0x7f0300a1; + /** + * Inner padding between the top edge of the Card and children of the CardView. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentPaddingTop=0x7f0300a2; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int contentScrim=0x7f0300a3; + /** + * The background used by framework controls. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int controlBackground=0x7f0300a4; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int coordinatorLayoutStyle=0x7f0300a5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int cornerRadius=0x7f0300a6; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int counterEnabled=0x7f0300a7; + /** + *

May be an integer value, such as "100". + */ + public static final int counterMaxLength=0x7f0300a8; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int counterOverflowTextAppearance=0x7f0300a9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int counterTextAppearance=0x7f0300aa; + /** + * Specifies a layout for custom navigation. Overrides navigationMode. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int customNavigationLayout=0x7f0300ab; + /** + * Default query hint used when {@code queryHint} is undefined and + * the search view's {@code SearchableInfo} does not provide a hint. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int defaultQueryHint=0x7f0300ac; + /** + * Preferred corner radius of dialogs. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dialogCornerRadius=0x7f0300ad; + /** + * Preferred padding for dialog content. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dialogPreferredPadding=0x7f0300ae; + /** + * Theme to use for dialogs spawned from this theme. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dialogTheme=0x7f0300af; + /** + * Options affecting how the action bar is displayed. + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ */ + public static final int displayOptions=0x7f0300b0; + /** + * Specifies the drawable used for item dividers. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int divider=0x7f0300b1; + /** + * A drawable that may be used as a horizontal divider between visual elements. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dividerHorizontal=0x7f0300b2; + /** + * Size of padding on either end of a divider. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dividerPadding=0x7f0300b3; + /** + * A drawable that may be used as a vertical divider between visual elements. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dividerVertical=0x7f0300b4; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int drawableBottomCompat=0x7f0300b5; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int drawableEndCompat=0x7f0300b6; + /** + * Compound drawables allowing the use of vector drawable when running on older versions + * of the platform. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int drawableLeftCompat=0x7f0300b7; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int drawableRightCompat=0x7f0300b8; + /** + * The total size of the drawable + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int drawableSize=0x7f0300b9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int drawableStartCompat=0x7f0300ba; + /** + * Tint to apply to the compound (left, top, etc.) drawables. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int drawableTint=0x7f0300bb; + /** + * Blending mode used to apply the compound (left, top, etc.) drawables tint. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ */ + public static final int drawableTintMode=0x7f0300bc; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int drawableTopCompat=0x7f0300bd; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int drawerArrowStyle=0x7f0300be; + /** + * ListPopupWindow compatibility + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dropDownListViewStyle=0x7f0300bf; + /** + * The preferred item height for dropdown lists. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dropdownListPreferredItemHeight=0x7f0300c0; + /** + * EditText background drawable. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int editTextBackground=0x7f0300c1; + /** + * EditText text foreground color. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int editTextColor=0x7f0300c2; + /** + * Default EditText style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int editTextStyle=0x7f0300c3; + /** + * Elevation for the action bar itself + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int elevation=0x7f0300c4; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
gone0
invisible1
+ */ + public static final int emptyVisibility=0x7f0300c5; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int enforceMaterialTheme=0x7f0300c6; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int enforceTextAppearance=0x7f0300c7; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int errorEnabled=0x7f0300c8; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int errorTextAppearance=0x7f0300c9; + /** + * The drawable to show in the button for expanding the activities overflow popup. + * Note: Clients would like to set this drawable + * as a clue about the action the chosen activity will perform. For + * example, if share activity is to be chosen the drawable should + * give a clue that sharing is to be performed. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f0300ca; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int expanded=0x7f0300cb; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int expandedTitleGravity=0x7f0300cc; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMargin=0x7f0300cd; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginBottom=0x7f0300ce; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginEnd=0x7f0300cf; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginStart=0x7f0300d0; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginTop=0x7f0300d1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int expandedTitleTextAppearance=0x7f0300d2; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
center0
end1
+ */ + public static final int fabAlignmentMode=0x7f0300d3; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int fabCradleMargin=0x7f0300d4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int fabCradleRoundedCornerRadius=0x7f0300d5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int fabCradleVerticalOffset=0x7f0300d6; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int fabCustomSize=0x7f0300d7; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
mini1
normal0
+ */ + public static final int fabSize=0x7f0300d8; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int fastScrollEnabled=0x7f0300d9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollHorizontalThumbDrawable=0x7f0300da; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollHorizontalTrackDrawable=0x7f0300db; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollVerticalThumbDrawable=0x7f0300dc; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollVerticalTrackDrawable=0x7f0300dd; + /** + * Distance from the top of the TextView to the first text baseline. If set, this + * overrides the value set for paddingTop. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int firstBaselineToTopHeight=0x7f0300de; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + *

May be an integer value, such as "100". + *

May be a boolean value, such as "true" or + * "false". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + *

May be a floating point value, such as "1.2". + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int floatingActionButtonStyle=0x7f0300df; + /** + * The reference to the font file to be used. This should be a file in the res/font folder + * and should therefore have an R reference value. E.g. @font/myfont + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int font=0x7f0300e0; + /** + * The attribute for the font family. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontFamily=0x7f0300e1; + /** + * The authority of the Font Provider to be used for the request. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderAuthority=0x7f0300e2; + /** + * The sets of hashes for the certificates the provider should be signed with. This is + * used to verify the identity of the provider, and is only required if the provider is not + * part of the system image. This value may point to one list or a list of lists, where each + * individual list represents one collection of signature hashes. Refer to your font provider's + * documentation for these values. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fontProviderCerts=0x7f0300e3; + /** + * The strategy to be used when fetching font data from a font provider in XML layouts. + * This attribute is ignored when the resource is loaded from code, as it is equivalent to the + * choice of API between {@link + * androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + * {@link + * androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + * (async). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
async1The async font fetch works as follows. + * First, check the local cache, then if the requeted font is not cached, trigger a + * request the font and continue with layout inflation. Once the font fetch succeeds, the + * target text view will be refreshed with the downloaded font data. The + * fontProviderFetchTimeout will be ignored if async loading is specified.
blocking0The blocking font fetch works as follows. + * First, check the local cache, then if the requested font is not cached, request the + * font from the provider and wait until it is finished. You can change the length of + * the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + * default typeface will be used instead.
+ */ + public static final int fontProviderFetchStrategy=0x7f0300e4; + /** + * The length of the timeout during fetching. + *

May be an integer value, such as "100". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
foreverffffffffA special value for the timeout. In this case, the blocking font fetching will not + * timeout and wait until a reply is received from the font provider.
+ */ + public static final int fontProviderFetchTimeout=0x7f0300e5; + /** + * The package for the Font Provider to be used for the request. This is used to verify + * the identity of the provider. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderPackage=0x7f0300e6; + /** + * The query to be sent over to the provider. Refer to your font provider's documentation + * on the format of this string. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderQuery=0x7f0300e7; + /** + * The style of the given font file. This will be used when the font is being loaded into + * the font stack and will override any style information in the font's header tables. If + * unspecified, the value in the font's header tables will be used. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
italic1
normal0
+ */ + public static final int fontStyle=0x7f0300e8; + /** + * The variation settings to be applied to the font. The string should be in the following + * format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + * used, or the font used does not support variation settings, this attribute needs not be + * specified. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontVariationSettings=0x7f0300e9; + /** + * The weight of the given font file. This will be used when the font is being loaded into + * the font stack and will override any weight information in the font's header tables. Must + * be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + * common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + * in the font's header tables will be used. + *

May be an integer value, such as "100". + */ + public static final int fontWeight=0x7f0300ea; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int foregroundInsidePadding=0x7f0300eb; + /** + * The max gap between the bars when they are parallel to each other + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int gapBetweenBars=0x7f0300ec; + /** + * Go button icon + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int goIcon=0x7f0300ed; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int headerLayout=0x7f0300ee; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int height=0x7f0300ef; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int helperText=0x7f0300f0; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int helperTextEnabled=0x7f0300f1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int helperTextTextAppearance=0x7f0300f2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int hideMotionSpec=0x7f0300f3; + /** + * Set true to hide the action bar on a vertical nested scroll of content. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hideOnContentScroll=0x7f0300f4; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hideOnScroll=0x7f0300f5; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hintAnimationEnabled=0x7f0300f6; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hintEnabled=0x7f0300f7; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int hintTextAppearance=0x7f0300f8; + /** + * Specifies a drawable to use for the 'home as up' indicator. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int homeAsUpIndicator=0x7f0300f9; + /** + * Specifies a layout to use for the "home" section of the action bar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int homeLayout=0x7f0300fa; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int hoveredFocusedTranslationZ=0x7f0300fb; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int icon=0x7f0300fc; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int iconEndPadding=0x7f0300fd; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
start1
textStart2
+ */ + public static final int iconGravity=0x7f0300fe; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int iconPadding=0x7f0300ff; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int iconSize=0x7f030100; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int iconStartPadding=0x7f030101; + /** + * Tint to apply to the icon. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int iconTint=0x7f030102; + /** + * Blending mode used to apply the icon tint. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the icon with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the icon, but with the icon’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the icon. The icon’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the icon. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ */ + public static final int iconTintMode=0x7f030103; + /** + * The default state of the SearchView. If true, it will be iconified when not in + * use and expanded when clicked. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int iconifiedByDefault=0x7f030104; + /** + * ImageButton background drawable. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int imageButtonStyle=0x7f030105; + /** + * Specifies a style resource to use for an indeterminate progress spinner. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int indeterminateProgressStyle=0x7f030106; + /** + * The maximal number of items initially shown in the activity list. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int initialActivityCount=0x7f030107; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int insetForeground=0x7f030108; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int isLightTheme=0x7f030109; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int itemBackground=0x7f03010a; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int itemHorizontalPadding=0x7f03010b; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int itemHorizontalTranslationEnabled=0x7f03010c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int itemIconPadding=0x7f03010d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int itemIconSize=0x7f03010e; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int itemIconTint=0x7f03010f; + /** + * Specifies padding that should be applied to the left and right sides of + * system-provided items in the bar. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int itemPadding=0x7f030110; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int itemSpacing=0x7f030111; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int itemTextAppearance=0x7f030112; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int itemTextAppearanceActive=0x7f030113; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int itemTextAppearanceInactive=0x7f030114; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int itemTextColor=0x7f030115; + /** + * A reference to an array of integers representing the + * locations of horizontal keylines in dp from the starting edge. + * Child views can refer to these keylines for alignment using + * layout_keyline="index" where index is a 0-based index into + * this array. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int keylines=0x7f030116; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
labeled1
selected0
unlabeled2
+ */ + public static final int labelVisibilityMode=0x7f030117; + /** + * Distance from the bottom of the TextView to the last text baseline. If set, this + * overrides the value set for paddingBottom. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int lastBaselineToBottomHeight=0x7f030118; + /** + * The layout to use for the search view. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout=0x7f030119; + /** + * Class name of the Layout Manager to be used. + *

+ * The class must extandroidx.recyclerview.widget.RecyclerViewView$LayoutManager + * and have either a default constructor or constructor with the signature + * (android.content.Context, android.util.AttributeSet, int, int). + *

+ * If the name starts with a '.', application package is prefixed. + * Else, if the name contains a '.', the classname is assumed to be a full class name. + * Else, the recycler view package naandroidx.appcompat.widgetdget) is prefixed. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layoutManager=0x7f03011a; + /** + * The id of an anchor view that this view should position relative to. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout_anchor=0x7f03011b; + /** + * Specifies how an object should position relative to an anchor, on both the X and Y axes, + * within its parent's bounds. + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50Push object to the bottom of its container, not changing its size.
center11Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
center_horizontal1Place object in the horizontal center of its container, not changing its size.
center_vertical10Place object in the vertical center of its container, not changing its size.
clip_horizontal8Additional option that can be set to have the left and/or right edges of + * the child clipped to its container's bounds. + * The clip will be based on the horizontal gravity: a left gravity will clip the right + * edge, a right gravity will clip the left edge, and neither will clip both edges.
clip_vertical80Additional option that can be set to have the top and/or bottom edges of + * the child clipped to its container's bounds. + * The clip will be based on the vertical gravity: a top gravity will clip the bottom + * edge, a bottom gravity will clip the top edge, and neither will clip both edges.
end800005Push object to the end of its container, not changing its size.
fill77Grow the horizontal and vertical size of the object if needed so it completely fills its container.
fill_horizontal7Grow the horizontal size of the object if needed so it completely fills its container.
fill_vertical70Grow the vertical size of the object if needed so it completely fills its container.
left3Push object to the left of its container, not changing its size.
right5Push object to the right of its container, not changing its size.
start800003Push object to the beginning of its container, not changing its size.
top30Push object to the top of its container, not changing its size.
+ */ + public static final int layout_anchorGravity=0x7f03011c; + /** + * The class name of a Behavior class defining special runtime behavior + * for this child view. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layout_behavior=0x7f03011d; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
parallax2
pin1
+ */ + public static final int layout_collapseMode=0x7f03011e; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_collapseParallaxMultiplier=0x7f03011f; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int layout_constrainedHeight=0x7f030120; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int layout_constrainedWidth=0x7f030121; + /** + *

May be an integer value, such as "100". + */ + public static final int layout_constraintBaseline_creator=0x7f030122; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintBaseline_toBaselineOf=0x7f030123; + /** + *

May be an integer value, such as "100". + */ + public static final int layout_constraintBottom_creator=0x7f030124; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintBottom_toBottomOf=0x7f030125; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintBottom_toTopOf=0x7f030126; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout_constraintCircle=0x7f030127; + /** + *

May be an integer value, such as "100". + */ + public static final int layout_constraintCircleAngle=0x7f030128; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_constraintCircleRadius=0x7f030129; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layout_constraintDimensionRatio=0x7f03012a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintEnd_toEndOf=0x7f03012b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintEnd_toStartOf=0x7f03012c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_constraintGuide_begin=0x7f03012d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_constraintGuide_end=0x7f03012e; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_constraintGuide_percent=0x7f03012f; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
percent2
spread0
wrap1
+ */ + public static final int layout_constraintHeight_default=0x7f030130; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ */ + public static final int layout_constraintHeight_max=0x7f030131; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ */ + public static final int layout_constraintHeight_min=0x7f030132; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_constraintHeight_percent=0x7f030133; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_constraintHorizontal_bias=0x7f030134; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
packed2
spread0
spread_inside1
+ */ + public static final int layout_constraintHorizontal_chainStyle=0x7f030135; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_constraintHorizontal_weight=0x7f030136; + /** + *

May be an integer value, such as "100". + */ + public static final int layout_constraintLeft_creator=0x7f030137; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintLeft_toLeftOf=0x7f030138; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintLeft_toRightOf=0x7f030139; + /** + *

May be an integer value, such as "100". + */ + public static final int layout_constraintRight_creator=0x7f03013a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintRight_toLeftOf=0x7f03013b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintRight_toRightOf=0x7f03013c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintStart_toEndOf=0x7f03013d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintStart_toStartOf=0x7f03013e; + /** + *

May be an integer value, such as "100". + */ + public static final int layout_constraintTop_creator=0x7f03013f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintTop_toBottomOf=0x7f030140; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ */ + public static final int layout_constraintTop_toTopOf=0x7f030141; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_constraintVertical_bias=0x7f030142; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
packed2
spread0
spread_inside1
+ */ + public static final int layout_constraintVertical_chainStyle=0x7f030143; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_constraintVertical_weight=0x7f030144; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
percent2
spread0
wrap1
+ */ + public static final int layout_constraintWidth_default=0x7f030145; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ */ + public static final int layout_constraintWidth_max=0x7f030146; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ */ + public static final int layout_constraintWidth_min=0x7f030147; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_constraintWidth_percent=0x7f030148; + /** + * Specifies how this view dodges the inset edges of the CoordinatorLayout. + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
all77Dodge all the inset edges.
bottom50Dodge the bottom inset edge.
end800005Dodge the end inset edge.
left3Dodge the left inset edge.
none0Don't dodge any edges
right5Dodge the right inset edge.
start800003Dodge the start inset edge.
top30Dodge the top inset edge.
+ */ + public static final int layout_dodgeInsetEdges=0x7f030149; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_editor_absoluteX=0x7f03014a; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_editor_absoluteY=0x7f03014b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_goneMarginBottom=0x7f03014c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_goneMarginEnd=0x7f03014d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_goneMarginLeft=0x7f03014e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_goneMarginRight=0x7f03014f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_goneMarginStart=0x7f030150; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int layout_goneMarginTop=0x7f030151; + /** + * Specifies how this view insets the CoordinatorLayout and make some other views + * dodge it. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50Inset the bottom edge.
end800005Inset the end edge.
left3Inset the left edge.
none0Don't inset.
right5Inset the right edge.
start800003Inset the start edge.
top30Inset the top edge.
+ */ + public static final int layout_insetEdge=0x7f030152; + /** + * The index of a keyline this view should position relative to. + * android:layout_gravity will affect how the view aligns to the + * specified keyline. + *

May be an integer value, such as "100". + */ + public static final int layout_keyline=0x7f030153; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
barrier2
chains4
dimensions8
direct1direct, barriers, chains
groups20
none0
standard7
+ */ + public static final int layout_optimizationLevel=0x7f030154; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
enterAlways4
enterAlwaysCollapsed8
exitUntilCollapsed2
scroll1
snap10
snapMargins20
+ */ + public static final int layout_scrollFlags=0x7f030155; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout_scrollInterpolator=0x7f030156; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int liftOnScroll=0x7f030157; + /** + * Explicit height between lines of text. If set, this will override the values set + * for lineSpacingExtra and lineSpacingMultiplier. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int lineHeight=0x7f030158; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int lineSpacing=0x7f030159; + /** + * Drawable used as a background for selected list items. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listChoiceBackgroundIndicator=0x7f03015a; + /** + * Animated Drawable to use for single choice indicators. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listChoiceIndicatorMultipleAnimated=0x7f03015b; + /** + * Animated Drawable to use for multiple choice indicators. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listChoiceIndicatorSingleAnimated=0x7f03015c; + /** + * The list divider used in alert dialogs. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listDividerAlertDialog=0x7f03015d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listItemLayout=0x7f03015e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listLayout=0x7f03015f; + /** + * Default menu-style ListView style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listMenuViewStyle=0x7f030160; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listPopupWindowStyle=0x7f030161; + /** + * The preferred list item height. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeight=0x7f030162; + /** + * A larger, more robust list item height. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightLarge=0x7f030163; + /** + * A smaller, sleeker list item height. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightSmall=0x7f030164; + /** + * The preferred padding along the end edge of list items. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingEnd=0x7f030165; + /** + * The preferred padding along the left edge of list items. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingLeft=0x7f030166; + /** + * The preferred padding along the right edge of list items. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingRight=0x7f030167; + /** + * The preferred padding along the start edge of list items. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingStart=0x7f030168; + /** + * Specifies the drawable used for the application logo. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int logo=0x7f030169; + /** + * A content description string to describe the appearance of the + * associated logo image. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int logoDescription=0x7f03016a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int materialButtonStyle=0x7f03016b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int materialCardViewStyle=0x7f03016c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int maxActionInlineWidth=0x7f03016d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int maxButtonHeight=0x7f03016e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int maxImageSize=0x7f03016f; + /** + * When set to true, all children with a weight will be considered having + * the minimum size of the largest child. If false, all children are + * measured normally. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int measureWithLargestChild=0x7f030170; + /** + * Menu resource to inflate to be shown in the toolbar + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int menu=0x7f030171; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int multiChoiceItemLayout=0x7f030172; + /** + * Text to set as the content description for the navigation button + * located at the start of the toolbar. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int navigationContentDescription=0x7f030173; + /** + * Icon drawable to use for the navigation button located at + * the start of the toolbar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int navigationIcon=0x7f030174; + /** + * The type of navigation to use. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
listMode1The action bar will use a selection list for navigation.
normal0Normal static title text
tabMode2The action bar will use a series of horizontal tabs for navigation.
+ */ + public static final int navigationMode=0x7f030175; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int navigationViewStyle=0x7f030176; + /** + * The numeric modifier key. This is the modifier when using a numeric (e.g., 12-key) + * keyboard. The values should be kept in sync with KeyEvent + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ */ + public static final int numericModifiers=0x7f030177; + /** + * Whether the popup window should overlap its anchor view. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int overlapAnchor=0x7f030178; + /** + * Bottom padding to use when no buttons are present. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingBottomNoButtons=0x7f030179; + /** + * Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingEnd=0x7f03017a; + /** + * Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingStart=0x7f03017b; + /** + * Top padding to use when no title is present. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingTopNoTitle=0x7f03017c; + /** + * The background of a panel when it is inset from the left and right edges of the screen. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int panelBackground=0x7f03017d; + /** + * Default Panel Menu style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int panelMenuListTheme=0x7f03017e; + /** + * Default Panel Menu width. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int panelMenuListWidth=0x7f03017f; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int passwordToggleContentDescription=0x7f030180; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int passwordToggleDrawable=0x7f030181; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int passwordToggleEnabled=0x7f030182; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int passwordToggleTint=0x7f030183; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int passwordToggleTintMode=0x7f030184; + /** + * Default PopupMenu style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupMenuStyle=0x7f030185; + /** + * Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupTheme=0x7f030186; + /** + * Default PopupWindow style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupWindowStyle=0x7f030187; + /** + * Whether space should be reserved in layout when an icon is missing. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int preserveIconSpacing=0x7f030188; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int pressedTranslationZ=0x7f030189; + /** + * Specifies the horizontal padding on either end for an embedded progress bar. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int progressBarPadding=0x7f03018a; + /** + * Specifies a style resource to use for an embedded progress bar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int progressBarStyle=0x7f03018b; + /** + * Background for the section containing the search query + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int queryBackground=0x7f03018c; + /** + * An optional user-defined query hint string to be displayed in the empty query field. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int queryHint=0x7f03018d; + /** + * Default RadioButton style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int radioButtonStyle=0x7f03018e; + /** + * Default RatingBar style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyle=0x7f03018f; + /** + * Indicator RatingBar style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyleIndicator=0x7f030190; + /** + * Small indicator RatingBar style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyleSmall=0x7f030191; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int reverseLayout=0x7f030192; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int rippleColor=0x7f030193; + /** + *

May be an integer value, such as "100". + */ + public static final int scrimAnimationDuration=0x7f030194; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int scrimBackground=0x7f030195; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int scrimVisibleHeightTrigger=0x7f030196; + /** + * Search icon displayed as a text field hint + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchHintIcon=0x7f030197; + /** + * Search icon + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchIcon=0x7f030198; + /** + * Style for the search query widget. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchViewStyle=0x7f030199; + /** + * Default SeekBar style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int seekBarStyle=0x7f03019a; + /** + * A style that may be applied to buttons or other selectable items + * that should react to pressed and focus states, but that do not + * have a clear visual border along the edges. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int selectableItemBackground=0x7f03019b; + /** + * Background drawable for borderless standalone items that need focus/pressed states. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int selectableItemBackgroundBorderless=0x7f03019c; + /** + * How this item should display in the Action Bar, if present. + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
always2Always show this item in an actionbar, even if it would override + * the system's limits of how much stuff to put there. This may make + * your action bar look bad on some screens. In most cases you should + * use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never".
collapseActionView8This item's action view collapses to a normal menu + * item. When expanded, the action view takes over a + * larger segment of its container.
ifRoom1Show this item in an action bar if there is room for it as determined + * by the system. Favor this option over "always" where possible. + * Mutually exclusive with "never" and "always".
never0Never show this item in an action bar, show it in the overflow menu instead. + * Mutually exclusive with "ifRoom" and "always".
withText4When this item is shown as an action in the action bar, show a text + * label with it even if it has an icon representation.
+ */ + public static final int showAsAction=0x7f03019d; + /** + * Setting for which dividers to show. + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
beginning1
end4
middle2
none0
+ */ + public static final int showDividers=0x7f03019e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int showMotionSpec=0x7f03019f; + /** + * Whether to draw on/off text. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int showText=0x7f0301a0; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int showTitle=0x7f0301a1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int singleChoiceItemLayout=0x7f0301a2; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int singleLine=0x7f0301a3; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int singleSelection=0x7f0301a4; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int snackbarButtonStyle=0x7f0301a5; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int snackbarStyle=0x7f0301a6; + /** + *

May be an integer value, such as "100". + */ + public static final int spanCount=0x7f0301a7; + /** + * Whether bars should rotate or not during transition + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int spinBars=0x7f0301a8; + /** + * Default Spinner style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int spinnerDropDownItemStyle=0x7f0301a9; + /** + * Default Spinner style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int spinnerStyle=0x7f0301aa; + /** + * Whether to split the track and leave a gap for the thumb drawable. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int splitTrack=0x7f0301ab; + /** + * Sets a drawable as the content of this ImageView. Allows the use of vector drawable + * when running on older versions of the platform. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int srcCompat=0x7f0301ac; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int stackFromEnd=0x7f0301ad; + /** + * State identifier indicating the popup will be above the anchor. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_above_anchor=0x7f0301ae; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_collapsed=0x7f0301af; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_collapsible=0x7f0301b0; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_liftable=0x7f0301b1; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_lifted=0x7f0301b2; + /** + * Drawable to display behind the status bar when the view is set to draw behind it. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int statusBarBackground=0x7f0301b3; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int statusBarScrim=0x7f0301b4; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int strokeColor=0x7f0301b5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int strokeWidth=0x7f0301b6; + /** + * Drawable for the arrow icon indicating a particular item is a submenu. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subMenuArrow=0x7f0301b7; + /** + * Background for the section containing the action (e.g. voice search) + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int submitBackground=0x7f0301b8; + /** + * Specifies subtitle text used for navigationMode="normal" + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int subtitle=0x7f0301b9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subtitleTextAppearance=0x7f0301ba; + /** + * A color to apply to the subtitle string. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int subtitleTextColor=0x7f0301bb; + /** + * Specifies a style to use for subtitle text. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subtitleTextStyle=0x7f0301bc; + /** + * Layout for query suggestion rows + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int suggestionRowLayout=0x7f0301bd; + /** + * Minimum width for the switch component + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int switchMinWidth=0x7f0301be; + /** + * Minimum space between the switch and caption text + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int switchPadding=0x7f0301bf; + /** + * Default style for the Switch widget. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int switchStyle=0x7f0301c0; + /** + * TextAppearance style for text displayed on the switch thumb. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int switchTextAppearance=0x7f0301c1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tabBackground=0x7f0301c2; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabContentStart=0x7f0301c3; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
center1
fill0
+ */ + public static final int tabGravity=0x7f0301c4; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabIconTint=0x7f0301c5; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int tabIconTintMode=0x7f0301c6; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tabIndicator=0x7f0301c7; + /** + *

May be an integer value, such as "100". + */ + public static final int tabIndicatorAnimationDuration=0x7f0301c8; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabIndicatorColor=0x7f0301c9; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int tabIndicatorFullWidth=0x7f0301ca; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom0
center1
stretch3
top2
+ */ + public static final int tabIndicatorGravity=0x7f0301cb; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabIndicatorHeight=0x7f0301cc; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int tabInlineLabel=0x7f0301cd; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabMaxWidth=0x7f0301ce; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabMinWidth=0x7f0301cf; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
fixed1
scrollable0
+ */ + public static final int tabMode=0x7f0301d0; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPadding=0x7f0301d1; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingBottom=0x7f0301d2; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingEnd=0x7f0301d3; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingStart=0x7f0301d4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingTop=0x7f0301d5; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabRippleColor=0x7f0301d6; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabSelectedTextColor=0x7f0301d7; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tabStyle=0x7f0301d8; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tabTextAppearance=0x7f0301d9; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabTextColor=0x7f0301da; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int tabUnboundedRipple=0x7f0301db; + /** + * Present the text in ALL CAPS. This may use a small-caps form when available. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int textAllCaps=0x7f0301dc; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceBody1=0x7f0301dd; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceBody2=0x7f0301de; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceButton=0x7f0301df; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceCaption=0x7f0301e0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceHeadline1=0x7f0301e1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceHeadline2=0x7f0301e2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceHeadline3=0x7f0301e3; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceHeadline4=0x7f0301e4; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceHeadline5=0x7f0301e5; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceHeadline6=0x7f0301e6; + /** + * Text color, typeface, size, and style for the text inside of a popup menu. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceLargePopupMenu=0x7f0301e7; + /** + * The preferred TextAppearance for the primary text of list items. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItem=0x7f0301e8; + /** + * The preferred TextAppearance for the secondary text of list items. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItemSecondary=0x7f0301e9; + /** + * The preferred TextAppearance for the primary text of small list items. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItemSmall=0x7f0301ea; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceOverline=0x7f0301eb; + /** + * Text color, typeface, size, and style for header text inside of a popup menu. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearancePopupMenuHeader=0x7f0301ec; + /** + * Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f0301ed; + /** + * Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSearchResultTitle=0x7f0301ee; + /** + * Text color, typeface, size, and style for small text inside of a popup menu. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSmallPopupMenu=0x7f0301ef; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSubtitle1=0x7f0301f0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSubtitle2=0x7f0301f1; + /** + * Color of list item text in alert dialogs. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorAlertDialogListItem=0x7f0301f2; + /** + * Text color for urls in search suggestions, used by things like global search + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorSearchUrl=0x7f0301f3; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int textEndPadding=0x7f0301f4; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textInputStyle=0x7f0301f5; + /** + * Set the textLocale by a comma-separated language tag string, + * for example "ja-JP,zh-CN". This attribute only takes effect on API 21 and above. + * Before API 24, only the first language tag is used. Starting from API 24, + * the string will be converted into a {@link android.os.LocaleList} and then used by + * {@link android.widget.TextView} + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int textLocale=0x7f0301f6; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int textStartPadding=0x7f0301f7; + /** + * Deprecated. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int theme=0x7f0301f8; + /** + * The thickness (stroke size) for the bar paint + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int thickness=0x7f0301f9; + /** + * Amount of padding on either side of text within the switch thumb. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int thumbTextPadding=0x7f0301fa; + /** + * Tint to apply to the thumb drawable. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int thumbTint=0x7f0301fb; + /** + * Blending mode used to apply the thumb tint. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ */ + public static final int thumbTintMode=0x7f0301fc; + /** + * Drawable displayed at each progress position on a seekbar. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tickMark=0x7f0301fd; + /** + * Tint to apply to the tick mark drawable. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tickMarkTint=0x7f0301fe; + /** + * Blending mode used to apply the tick mark tint. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ */ + public static final int tickMarkTintMode=0x7f0301ff; + /** + * Tint to apply to the image source. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tint=0x7f030200; + /** + * Blending mode used to apply the image source tint. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ */ + public static final int tintMode=0x7f030201; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int title=0x7f030202; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int titleEnabled=0x7f030203; + /** + * Specifies extra space on the left, start, right and end sides + * of the toolbar's title. Margin values should be positive. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMargin=0x7f030204; + /** + * Specifies extra space on the bottom side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginBottom=0x7f030205; + /** + * Specifies extra space on the end side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginEnd=0x7f030206; + /** + * Specifies extra space on the start side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginStart=0x7f030207; + /** + * Specifies extra space on the top side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginTop=0x7f030208; + /** + * {@deprecated Use titleMargin} + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + @Deprecated + public static final int titleMargins=0x7f030209; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int titleTextAppearance=0x7f03020a; + /** + * A color to apply to the title string. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int titleTextColor=0x7f03020b; + /** + * Specifies a style to use for title text. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int titleTextStyle=0x7f03020c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarId=0x7f03020d; + /** + * Default Toolar NavigationButtonStyle + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarNavigationButtonStyle=0x7f03020e; + /** + * Default Toolbar style. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarStyle=0x7f03020f; + /** + * Foreground color to use for tooltips + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tooltipForegroundColor=0x7f030210; + /** + * Background to use for tooltips + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tooltipFrameBackground=0x7f030211; + /** + * The tooltip text associated with the item. + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int tooltipText=0x7f030212; + /** + * Drawable to use as the "track" that the switch thumb slides within. + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int track=0x7f030213; + /** + * Tint to apply to the track. + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int trackTint=0x7f030214; + /** + * Blending mode used to apply the track tint. + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ */ + public static final int trackTintMode=0x7f030215; + /** + * The index of the font in the tcc font file. If the font file referenced is not in the + * tcc format, this attribute needs not be specified. + *

May be an integer value, such as "100". + */ + public static final int ttcIndex=0x7f030216; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int useCompatPadding=0x7f030217; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int viewInflaterClass=0x7f030218; + /** + * Voice button icon + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int voiceIcon=0x7f030219; + /** + * Flag indicating whether this window should have an Action Bar + * in place of the usual title bar. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBar=0x7f03021a; + /** + * Flag indicating whether this window's Action Bar should overlay + * application content. Does nothing if the window would not + * have an Action Bar. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBarOverlay=0x7f03021b; + /** + * Flag indicating whether action modes should overlay window content + * when there is not reserved space for their UI (such as an Action Bar). + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionModeOverlay=0x7f03021c; + /** + * A fixed height for the window along the major axis of the screen, + * that is, when in portrait. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedHeightMajor=0x7f03021d; + /** + * A fixed height for the window along the minor axis of the screen, + * that is, when in landscape. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedHeightMinor=0x7f03021e; + /** + * A fixed width for the window along the major axis of the screen, + * that is, when in landscape. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedWidthMajor=0x7f03021f; + /** + * A fixed width for the window along the minor axis of the screen, + * that is, when in portrait. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedWidthMinor=0x7f030220; + /** + * The minimum width the window is allowed to be, along the major + * axis of the screen. That is, when in landscape. Can be either + * an absolute dimension or a fraction of the screen size in that + * dimension. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowMinWidthMajor=0x7f030221; + /** + * The minimum width the window is allowed to be, along the minor + * axis of the screen. That is, when in portrait. Can be either + * an absolute dimension or a fraction of the screen size in that + * dimension. + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowMinWidthMinor=0x7f030222; + /** + * Flag indicating whether there should be no title on this window. + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowNoTitle=0x7f030223; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f040000; + public static final int abc_allow_stacked_button_bar=0x7f040001; + public static final int abc_config_actionMenuItemAllCaps=0x7f040002; + public static final int mtrl_btn_textappearance_all_caps=0x7f040003; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark=0x7f050000; + public static final int abc_background_cache_hint_selector_material_light=0x7f050001; + public static final int abc_btn_colored_borderless_text_material=0x7f050002; + public static final int abc_btn_colored_text_material=0x7f050003; + public static final int abc_color_highlight_material=0x7f050004; + public static final int abc_hint_foreground_material_dark=0x7f050005; + public static final int abc_hint_foreground_material_light=0x7f050006; + public static final int abc_input_method_navigation_guard=0x7f050007; + public static final int abc_primary_text_disable_only_material_dark=0x7f050008; + public static final int abc_primary_text_disable_only_material_light=0x7f050009; + public static final int abc_primary_text_material_dark=0x7f05000a; + public static final int abc_primary_text_material_light=0x7f05000b; + public static final int abc_search_url_text=0x7f05000c; + public static final int abc_search_url_text_normal=0x7f05000d; + public static final int abc_search_url_text_pressed=0x7f05000e; + public static final int abc_search_url_text_selected=0x7f05000f; + public static final int abc_secondary_text_material_dark=0x7f050010; + public static final int abc_secondary_text_material_light=0x7f050011; + public static final int abc_tint_btn_checkable=0x7f050012; + public static final int abc_tint_default=0x7f050013; + public static final int abc_tint_edittext=0x7f050014; + public static final int abc_tint_seek_thumb=0x7f050015; + public static final int abc_tint_spinner=0x7f050016; + public static final int abc_tint_switch_track=0x7f050017; + public static final int accent_material_dark=0x7f050018; + public static final int accent_material_light=0x7f050019; + public static final int background_floating_material_dark=0x7f05001a; + public static final int background_floating_material_light=0x7f05001b; + public static final int background_material_dark=0x7f05001c; + public static final int background_material_light=0x7f05001d; + public static final int bright_foreground_disabled_material_dark=0x7f05001e; + public static final int bright_foreground_disabled_material_light=0x7f05001f; + public static final int bright_foreground_inverse_material_dark=0x7f050020; + public static final int bright_foreground_inverse_material_light=0x7f050021; + public static final int bright_foreground_material_dark=0x7f050022; + public static final int bright_foreground_material_light=0x7f050023; + public static final int button_material_dark=0x7f050024; + public static final int button_material_light=0x7f050025; + public static final int cardview_dark_background=0x7f050026; + public static final int cardview_light_background=0x7f050027; + public static final int cardview_shadow_end_color=0x7f050028; + public static final int cardview_shadow_start_color=0x7f050029; + public static final int colorAccent=0x7f05002a; + public static final int colorPrimary=0x7f05002b; + public static final int colorPrimaryDark=0x7f05002c; + public static final int design_bottom_navigation_shadow_color=0x7f05002d; + public static final int design_default_color_primary=0x7f05002e; + public static final int design_default_color_primary_dark=0x7f05002f; + public static final int design_error=0x7f050030; + public static final int design_fab_shadow_end_color=0x7f050031; + public static final int design_fab_shadow_mid_color=0x7f050032; + public static final int design_fab_shadow_start_color=0x7f050033; + public static final int design_fab_stroke_end_inner_color=0x7f050034; + public static final int design_fab_stroke_end_outer_color=0x7f050035; + public static final int design_fab_stroke_top_inner_color=0x7f050036; + public static final int design_fab_stroke_top_outer_color=0x7f050037; + public static final int design_snackbar_background_color=0x7f050038; + public static final int design_tint_password_toggle=0x7f050039; + public static final int dim_foreground_disabled_material_dark=0x7f05003a; + public static final int dim_foreground_disabled_material_light=0x7f05003b; + public static final int dim_foreground_material_dark=0x7f05003c; + public static final int dim_foreground_material_light=0x7f05003d; + public static final int error_color_material_dark=0x7f05003e; + public static final int error_color_material_light=0x7f05003f; + public static final int foreground_material_dark=0x7f050040; + public static final int foreground_material_light=0x7f050041; + public static final int highlighted_text_material_dark=0x7f050042; + public static final int highlighted_text_material_light=0x7f050043; + public static final int material_blue_grey_800=0x7f050044; + public static final int material_blue_grey_900=0x7f050045; + public static final int material_blue_grey_950=0x7f050046; + public static final int material_deep_teal_200=0x7f050047; + public static final int material_deep_teal_500=0x7f050048; + public static final int material_grey_100=0x7f050049; + public static final int material_grey_300=0x7f05004a; + public static final int material_grey_50=0x7f05004b; + public static final int material_grey_600=0x7f05004c; + public static final int material_grey_800=0x7f05004d; + public static final int material_grey_850=0x7f05004e; + public static final int material_grey_900=0x7f05004f; + public static final int mtrl_bottom_nav_colored_item_tint=0x7f050050; + public static final int mtrl_bottom_nav_item_tint=0x7f050051; + public static final int mtrl_btn_bg_color_disabled=0x7f050052; + public static final int mtrl_btn_bg_color_selector=0x7f050053; + public static final int mtrl_btn_ripple_color=0x7f050054; + public static final int mtrl_btn_stroke_color_selector=0x7f050055; + public static final int mtrl_btn_text_btn_ripple_color=0x7f050056; + public static final int mtrl_btn_text_color_disabled=0x7f050057; + public static final int mtrl_btn_text_color_selector=0x7f050058; + public static final int mtrl_btn_transparent_bg_color=0x7f050059; + public static final int mtrl_chip_background_color=0x7f05005a; + public static final int mtrl_chip_close_icon_tint=0x7f05005b; + public static final int mtrl_chip_ripple_color=0x7f05005c; + public static final int mtrl_chip_text_color=0x7f05005d; + public static final int mtrl_fab_ripple_color=0x7f05005e; + public static final int mtrl_scrim_color=0x7f05005f; + public static final int mtrl_tabs_colored_ripple_color=0x7f050060; + public static final int mtrl_tabs_icon_color_selector=0x7f050061; + public static final int mtrl_tabs_icon_color_selector_colored=0x7f050062; + public static final int mtrl_tabs_legacy_text_color_selector=0x7f050063; + public static final int mtrl_tabs_ripple_color=0x7f050064; + public static final int mtrl_text_btn_text_color_selector=0x7f050065; + public static final int mtrl_textinput_default_box_stroke_color=0x7f050066; + public static final int mtrl_textinput_disabled_color=0x7f050067; + public static final int mtrl_textinput_filled_box_default_background_color=0x7f050068; + public static final int mtrl_textinput_hovered_box_stroke_color=0x7f050069; + public static final int notification_action_color_filter=0x7f05006a; + public static final int notification_icon_bg_color=0x7f05006b; + public static final int primary_dark_material_dark=0x7f05006c; + public static final int primary_dark_material_light=0x7f05006d; + public static final int primary_material_dark=0x7f05006e; + public static final int primary_material_light=0x7f05006f; + public static final int primary_text_default_material_dark=0x7f050070; + public static final int primary_text_default_material_light=0x7f050071; + public static final int primary_text_disabled_material_dark=0x7f050072; + public static final int primary_text_disabled_material_light=0x7f050073; + public static final int ripple_material_dark=0x7f050074; + public static final int ripple_material_light=0x7f050075; + public static final int secondary_text_default_material_dark=0x7f050076; + public static final int secondary_text_default_material_light=0x7f050077; + public static final int secondary_text_disabled_material_dark=0x7f050078; + public static final int secondary_text_disabled_material_light=0x7f050079; + public static final int switch_thumb_disabled_material_dark=0x7f05007a; + public static final int switch_thumb_disabled_material_light=0x7f05007b; + public static final int switch_thumb_material_dark=0x7f05007c; + public static final int switch_thumb_material_light=0x7f05007d; + public static final int switch_thumb_normal_material_dark=0x7f05007e; + public static final int switch_thumb_normal_material_light=0x7f05007f; + public static final int tooltip_background_dark=0x7f050080; + public static final int tooltip_background_light=0x7f050081; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f060000; + public static final int abc_action_bar_content_inset_with_nav=0x7f060001; + public static final int abc_action_bar_default_height_material=0x7f060002; + public static final int abc_action_bar_default_padding_end_material=0x7f060003; + public static final int abc_action_bar_default_padding_start_material=0x7f060004; + public static final int abc_action_bar_elevation_material=0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material=0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material=0x7f060008; + public static final int abc_action_bar_stacked_max_height=0x7f060009; + public static final int abc_action_bar_stacked_tab_max_width=0x7f06000a; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f06000b; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f06000c; + public static final int abc_action_button_min_height_material=0x7f06000d; + public static final int abc_action_button_min_width_material=0x7f06000e; + public static final int abc_action_button_min_width_overflow_material=0x7f06000f; + public static final int abc_alert_dialog_button_bar_height=0x7f060010; + public static final int abc_alert_dialog_button_dimen=0x7f060011; + public static final int abc_button_inset_horizontal_material=0x7f060012; + public static final int abc_button_inset_vertical_material=0x7f060013; + public static final int abc_button_padding_horizontal_material=0x7f060014; + public static final int abc_button_padding_vertical_material=0x7f060015; + public static final int abc_cascading_menus_min_smallest_width=0x7f060016; + public static final int abc_config_prefDialogWidth=0x7f060017; + public static final int abc_control_corner_material=0x7f060018; + public static final int abc_control_inset_material=0x7f060019; + public static final int abc_control_padding_material=0x7f06001a; + public static final int abc_dialog_corner_radius_material=0x7f06001b; + public static final int abc_dialog_fixed_height_major=0x7f06001c; + public static final int abc_dialog_fixed_height_minor=0x7f06001d; + public static final int abc_dialog_fixed_width_major=0x7f06001e; + public static final int abc_dialog_fixed_width_minor=0x7f06001f; + public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f060020; + public static final int abc_dialog_list_padding_top_no_title=0x7f060021; + public static final int abc_dialog_min_width_major=0x7f060022; + public static final int abc_dialog_min_width_minor=0x7f060023; + public static final int abc_dialog_padding_material=0x7f060024; + public static final int abc_dialog_padding_top_material=0x7f060025; + public static final int abc_dialog_title_divider_material=0x7f060026; + public static final int abc_disabled_alpha_material_dark=0x7f060027; + public static final int abc_disabled_alpha_material_light=0x7f060028; + public static final int abc_dropdownitem_icon_width=0x7f060029; + public static final int abc_dropdownitem_text_padding_left=0x7f06002a; + public static final int abc_dropdownitem_text_padding_right=0x7f06002b; + public static final int abc_edit_text_inset_bottom_material=0x7f06002c; + public static final int abc_edit_text_inset_horizontal_material=0x7f06002d; + public static final int abc_edit_text_inset_top_material=0x7f06002e; + public static final int abc_floating_window_z=0x7f06002f; + public static final int abc_list_item_height_large_material=0x7f060030; + public static final int abc_list_item_height_material=0x7f060031; + public static final int abc_list_item_height_small_material=0x7f060032; + public static final int abc_list_item_padding_horizontal_material=0x7f060033; + public static final int abc_panel_menu_list_width=0x7f060034; + public static final int abc_progress_bar_height_material=0x7f060035; + public static final int abc_search_view_preferred_height=0x7f060036; + public static final int abc_search_view_preferred_width=0x7f060037; + public static final int abc_seekbar_track_background_height_material=0x7f060038; + public static final int abc_seekbar_track_progress_height_material=0x7f060039; + public static final int abc_select_dialog_padding_start_material=0x7f06003a; + public static final int abc_switch_padding=0x7f06003b; + public static final int abc_text_size_body_1_material=0x7f06003c; + public static final int abc_text_size_body_2_material=0x7f06003d; + public static final int abc_text_size_button_material=0x7f06003e; + public static final int abc_text_size_caption_material=0x7f06003f; + public static final int abc_text_size_display_1_material=0x7f060040; + public static final int abc_text_size_display_2_material=0x7f060041; + public static final int abc_text_size_display_3_material=0x7f060042; + public static final int abc_text_size_display_4_material=0x7f060043; + public static final int abc_text_size_headline_material=0x7f060044; + public static final int abc_text_size_large_material=0x7f060045; + public static final int abc_text_size_medium_material=0x7f060046; + public static final int abc_text_size_menu_header_material=0x7f060047; + public static final int abc_text_size_menu_material=0x7f060048; + public static final int abc_text_size_small_material=0x7f060049; + public static final int abc_text_size_subhead_material=0x7f06004a; + public static final int abc_text_size_subtitle_material_toolbar=0x7f06004b; + public static final int abc_text_size_title_material=0x7f06004c; + public static final int abc_text_size_title_material_toolbar=0x7f06004d; + public static final int activity_horizontal_margin=0x7f06004e; + public static final int activity_vertical_margin=0x7f06004f; + public static final int cardview_compat_inset_shadow=0x7f060050; + public static final int cardview_default_elevation=0x7f060051; + public static final int cardview_default_radius=0x7f060052; + public static final int compat_button_inset_horizontal_material=0x7f060053; + public static final int compat_button_inset_vertical_material=0x7f060054; + public static final int compat_button_padding_horizontal_material=0x7f060055; + public static final int compat_button_padding_vertical_material=0x7f060056; + public static final int compat_control_corner_material=0x7f060057; + public static final int compat_notification_large_icon_max_height=0x7f060058; + public static final int compat_notification_large_icon_max_width=0x7f060059; + public static final int design_appbar_elevation=0x7f06005a; + public static final int design_bottom_navigation_active_item_max_width=0x7f06005b; + public static final int design_bottom_navigation_active_item_min_width=0x7f06005c; + public static final int design_bottom_navigation_active_text_size=0x7f06005d; + public static final int design_bottom_navigation_elevation=0x7f06005e; + public static final int design_bottom_navigation_height=0x7f06005f; + public static final int design_bottom_navigation_icon_size=0x7f060060; + public static final int design_bottom_navigation_item_max_width=0x7f060061; + public static final int design_bottom_navigation_item_min_width=0x7f060062; + public static final int design_bottom_navigation_margin=0x7f060063; + public static final int design_bottom_navigation_shadow_height=0x7f060064; + public static final int design_bottom_navigation_text_size=0x7f060065; + public static final int design_bottom_sheet_modal_elevation=0x7f060066; + public static final int design_bottom_sheet_peek_height_min=0x7f060067; + public static final int design_fab_border_width=0x7f060068; + public static final int design_fab_elevation=0x7f060069; + public static final int design_fab_image_size=0x7f06006a; + public static final int design_fab_size_mini=0x7f06006b; + public static final int design_fab_size_normal=0x7f06006c; + public static final int design_fab_translation_z_hovered_focused=0x7f06006d; + public static final int design_fab_translation_z_pressed=0x7f06006e; + public static final int design_navigation_elevation=0x7f06006f; + public static final int design_navigation_icon_padding=0x7f060070; + public static final int design_navigation_icon_size=0x7f060071; + public static final int design_navigation_item_horizontal_padding=0x7f060072; + public static final int design_navigation_item_icon_padding=0x7f060073; + public static final int design_navigation_max_width=0x7f060074; + public static final int design_navigation_padding_bottom=0x7f060075; + public static final int design_navigation_separator_vertical_padding=0x7f060076; + public static final int design_snackbar_action_inline_max_width=0x7f060077; + public static final int design_snackbar_background_corner_radius=0x7f060078; + public static final int design_snackbar_elevation=0x7f060079; + public static final int design_snackbar_extra_spacing_horizontal=0x7f06007a; + public static final int design_snackbar_max_width=0x7f06007b; + public static final int design_snackbar_min_width=0x7f06007c; + public static final int design_snackbar_padding_horizontal=0x7f06007d; + public static final int design_snackbar_padding_vertical=0x7f06007e; + public static final int design_snackbar_padding_vertical_2lines=0x7f06007f; + public static final int design_snackbar_text_size=0x7f060080; + public static final int design_tab_max_width=0x7f060081; + public static final int design_tab_scrollable_min_width=0x7f060082; + public static final int design_tab_text_size=0x7f060083; + public static final int design_tab_text_size_2line=0x7f060084; + public static final int design_textinput_caption_translate_y=0x7f060085; + public static final int disabled_alpha_material_dark=0x7f060086; + public static final int disabled_alpha_material_light=0x7f060087; + public static final int fastscroll_default_thickness=0x7f060088; + public static final int fastscroll_margin=0x7f060089; + public static final int fastscroll_minimum_range=0x7f06008a; + public static final int highlight_alpha_material_colored=0x7f06008b; + public static final int highlight_alpha_material_dark=0x7f06008c; + public static final int highlight_alpha_material_light=0x7f06008d; + public static final int hint_alpha_material_dark=0x7f06008e; + public static final int hint_alpha_material_light=0x7f06008f; + public static final int hint_pressed_alpha_material_dark=0x7f060090; + public static final int hint_pressed_alpha_material_light=0x7f060091; + public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f060092; + public static final int item_touch_helper_swipe_escape_max_velocity=0x7f060093; + public static final int item_touch_helper_swipe_escape_velocity=0x7f060094; + public static final int mtrl_bottomappbar_fabOffsetEndMode=0x7f060095; + public static final int mtrl_bottomappbar_fab_cradle_margin=0x7f060096; + public static final int mtrl_bottomappbar_fab_cradle_rounded_corner_radius=0x7f060097; + public static final int mtrl_bottomappbar_fab_cradle_vertical_offset=0x7f060098; + public static final int mtrl_bottomappbar_height=0x7f060099; + public static final int mtrl_btn_corner_radius=0x7f06009a; + public static final int mtrl_btn_dialog_btn_min_width=0x7f06009b; + public static final int mtrl_btn_disabled_elevation=0x7f06009c; + public static final int mtrl_btn_disabled_z=0x7f06009d; + public static final int mtrl_btn_elevation=0x7f06009e; + public static final int mtrl_btn_focused_z=0x7f06009f; + public static final int mtrl_btn_hovered_z=0x7f0600a0; + public static final int mtrl_btn_icon_btn_padding_left=0x7f0600a1; + public static final int mtrl_btn_icon_padding=0x7f0600a2; + public static final int mtrl_btn_inset=0x7f0600a3; + public static final int mtrl_btn_letter_spacing=0x7f0600a4; + public static final int mtrl_btn_padding_bottom=0x7f0600a5; + public static final int mtrl_btn_padding_left=0x7f0600a6; + public static final int mtrl_btn_padding_right=0x7f0600a7; + public static final int mtrl_btn_padding_top=0x7f0600a8; + public static final int mtrl_btn_pressed_z=0x7f0600a9; + public static final int mtrl_btn_stroke_size=0x7f0600aa; + public static final int mtrl_btn_text_btn_icon_padding=0x7f0600ab; + public static final int mtrl_btn_text_btn_padding_left=0x7f0600ac; + public static final int mtrl_btn_text_btn_padding_right=0x7f0600ad; + public static final int mtrl_btn_text_size=0x7f0600ae; + public static final int mtrl_btn_z=0x7f0600af; + public static final int mtrl_card_elevation=0x7f0600b0; + public static final int mtrl_card_spacing=0x7f0600b1; + public static final int mtrl_chip_pressed_translation_z=0x7f0600b2; + public static final int mtrl_chip_text_size=0x7f0600b3; + public static final int mtrl_fab_elevation=0x7f0600b4; + public static final int mtrl_fab_translation_z_hovered_focused=0x7f0600b5; + public static final int mtrl_fab_translation_z_pressed=0x7f0600b6; + public static final int mtrl_navigation_elevation=0x7f0600b7; + public static final int mtrl_navigation_item_horizontal_padding=0x7f0600b8; + public static final int mtrl_navigation_item_icon_padding=0x7f0600b9; + public static final int mtrl_snackbar_background_corner_radius=0x7f0600ba; + public static final int mtrl_snackbar_margin=0x7f0600bb; + public static final int mtrl_textinput_box_bottom_offset=0x7f0600bc; + public static final int mtrl_textinput_box_corner_radius_medium=0x7f0600bd; + public static final int mtrl_textinput_box_corner_radius_small=0x7f0600be; + public static final int mtrl_textinput_box_label_cutout_padding=0x7f0600bf; + public static final int mtrl_textinput_box_padding_end=0x7f0600c0; + public static final int mtrl_textinput_box_stroke_width_default=0x7f0600c1; + public static final int mtrl_textinput_box_stroke_width_focused=0x7f0600c2; + public static final int mtrl_textinput_outline_box_expanded_padding=0x7f0600c3; + public static final int mtrl_toolbar_default_height=0x7f0600c4; + public static final int notification_action_icon_size=0x7f0600c5; + public static final int notification_action_text_size=0x7f0600c6; + public static final int notification_big_circle_margin=0x7f0600c7; + public static final int notification_content_margin_start=0x7f0600c8; + public static final int notification_large_icon_height=0x7f0600c9; + public static final int notification_large_icon_width=0x7f0600ca; + public static final int notification_main_column_padding_top=0x7f0600cb; + public static final int notification_media_narrow_margin=0x7f0600cc; + public static final int notification_right_icon_size=0x7f0600cd; + public static final int notification_right_side_padding_top=0x7f0600ce; + public static final int notification_small_icon_background_padding=0x7f0600cf; + public static final int notification_small_icon_size_as_large=0x7f0600d0; + public static final int notification_subtext_size=0x7f0600d1; + public static final int notification_top_pad=0x7f0600d2; + public static final int notification_top_pad_large_text=0x7f0600d3; + public static final int tooltip_corner_radius=0x7f0600d4; + public static final int tooltip_horizontal_padding=0x7f0600d5; + public static final int tooltip_margin=0x7f0600d6; + public static final int tooltip_precise_anchor_extra_offset=0x7f0600d7; + public static final int tooltip_precise_anchor_threshold=0x7f0600d8; + public static final int tooltip_vertical_padding=0x7f0600d9; + public static final int tooltip_y_offset_non_touch=0x7f0600da; + public static final int tooltip_y_offset_touch=0x7f0600db; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f070007; + public static final int abc_action_bar_item_background_material=0x7f070008; + public static final int abc_btn_borderless_material=0x7f070009; + public static final int abc_btn_check_material=0x7f07000a; + public static final int abc_btn_check_material_anim=0x7f07000b; + public static final int abc_btn_check_to_on_mtrl_000=0x7f07000c; + public static final int abc_btn_check_to_on_mtrl_015=0x7f07000d; + public static final int abc_btn_colored_material=0x7f07000e; + public static final int abc_btn_default_mtrl_shape=0x7f07000f; + public static final int abc_btn_radio_material=0x7f070010; + public static final int abc_btn_radio_material_anim=0x7f070011; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f070012; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f070013; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f070014; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f070015; + public static final int abc_cab_background_internal_bg=0x7f070016; + public static final int abc_cab_background_top_material=0x7f070017; + public static final int abc_cab_background_top_mtrl_alpha=0x7f070018; + public static final int abc_control_background_material=0x7f070019; + public static final int abc_dialog_material_background=0x7f07001a; + public static final int abc_edit_text_material=0x7f07001b; + public static final int abc_ic_ab_back_material=0x7f07001c; + public static final int abc_ic_arrow_drop_right_black_24dp=0x7f07001d; + public static final int abc_ic_clear_material=0x7f07001e; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f07001f; + public static final int abc_ic_go_search_api_material=0x7f070020; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f070021; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f070022; + public static final int abc_ic_menu_overflow_material=0x7f070023; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f070024; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f070025; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f070026; + public static final int abc_ic_search_api_material=0x7f070027; + public static final int abc_ic_star_black_16dp=0x7f070028; + public static final int abc_ic_star_black_36dp=0x7f070029; + public static final int abc_ic_star_black_48dp=0x7f07002a; + public static final int abc_ic_star_half_black_16dp=0x7f07002b; + public static final int abc_ic_star_half_black_36dp=0x7f07002c; + public static final int abc_ic_star_half_black_48dp=0x7f07002d; + public static final int abc_ic_voice_search_api_material=0x7f07002e; + public static final int abc_item_background_holo_dark=0x7f07002f; + public static final int abc_item_background_holo_light=0x7f070030; + public static final int abc_list_divider_material=0x7f070031; + public static final int abc_list_divider_mtrl_alpha=0x7f070032; + public static final int abc_list_focused_holo=0x7f070033; + public static final int abc_list_longpressed_holo=0x7f070034; + public static final int abc_list_pressed_holo_dark=0x7f070035; + public static final int abc_list_pressed_holo_light=0x7f070036; + public static final int abc_list_selector_background_transition_holo_dark=0x7f070037; + public static final int abc_list_selector_background_transition_holo_light=0x7f070038; + public static final int abc_list_selector_disabled_holo_dark=0x7f070039; + public static final int abc_list_selector_disabled_holo_light=0x7f07003a; + public static final int abc_list_selector_holo_dark=0x7f07003b; + public static final int abc_list_selector_holo_light=0x7f07003c; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f07003d; + public static final int abc_popup_background_mtrl_mult=0x7f07003e; + public static final int abc_ratingbar_indicator_material=0x7f07003f; + public static final int abc_ratingbar_material=0x7f070040; + public static final int abc_ratingbar_small_material=0x7f070041; + public static final int abc_scrubber_control_off_mtrl_alpha=0x7f070042; + public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f070043; + public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f070044; + public static final int abc_scrubber_primary_mtrl_alpha=0x7f070045; + public static final int abc_scrubber_track_mtrl_alpha=0x7f070046; + public static final int abc_seekbar_thumb_material=0x7f070047; + public static final int abc_seekbar_tick_mark_material=0x7f070048; + public static final int abc_seekbar_track_material=0x7f070049; + public static final int abc_spinner_mtrl_am_alpha=0x7f07004a; + public static final int abc_spinner_textfield_background_material=0x7f07004b; + public static final int abc_switch_thumb_material=0x7f07004c; + public static final int abc_switch_track_mtrl_alpha=0x7f07004d; + public static final int abc_tab_indicator_material=0x7f07004e; + public static final int abc_tab_indicator_mtrl_alpha=0x7f07004f; + public static final int abc_text_cursor_material=0x7f070050; + public static final int abc_text_select_handle_left_mtrl_dark=0x7f070051; + public static final int abc_text_select_handle_left_mtrl_light=0x7f070052; + public static final int abc_text_select_handle_middle_mtrl_dark=0x7f070053; + public static final int abc_text_select_handle_middle_mtrl_light=0x7f070054; + public static final int abc_text_select_handle_right_mtrl_dark=0x7f070055; + public static final int abc_text_select_handle_right_mtrl_light=0x7f070056; + public static final int abc_textfield_activated_mtrl_alpha=0x7f070057; + public static final int abc_textfield_default_mtrl_alpha=0x7f070058; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f070059; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f07005a; + public static final int abc_textfield_search_material=0x7f07005b; + public static final int abc_vector_test=0x7f07005c; + public static final int avd_hide_password=0x7f07005d; + public static final int avd_show_password=0x7f07005e; + public static final int btn_checkbox_checked_mtrl=0x7f07005f; + public static final int btn_checkbox_checked_to_unchecked_mtrl_animation=0x7f070060; + public static final int btn_checkbox_unchecked_mtrl=0x7f070061; + public static final int btn_checkbox_unchecked_to_checked_mtrl_animation=0x7f070062; + public static final int btn_radio_off_mtrl=0x7f070063; + public static final int btn_radio_off_to_on_mtrl_animation=0x7f070064; + public static final int btn_radio_on_mtrl=0x7f070065; + public static final int btn_radio_on_to_off_mtrl_animation=0x7f070066; + public static final int design_bottom_navigation_item_background=0x7f070067; + public static final int design_fab_background=0x7f070068; + public static final int design_ic_visibility=0x7f070069; + public static final int design_ic_visibility_off=0x7f07006a; + public static final int design_password_eye=0x7f07006b; + public static final int design_snackbar_background=0x7f07006c; + public static final int ic_launcher_background=0x7f07006d; + public static final int ic_launcher_foreground=0x7f07006e; + public static final int ic_mtrl_chip_checked_black=0x7f07006f; + public static final int ic_mtrl_chip_checked_circle=0x7f070070; + public static final int ic_mtrl_chip_close_circle=0x7f070071; + public static final int mtrl_snackbar_background=0x7f070072; + public static final int mtrl_tabs_default_indicator=0x7f070073; + public static final int navigation_empty_icon=0x7f070074; + public static final int notification_action_background=0x7f070075; + public static final int notification_bg=0x7f070076; + public static final int notification_bg_low=0x7f070077; + public static final int notification_bg_low_normal=0x7f070078; + public static final int notification_bg_low_pressed=0x7f070079; + public static final int notification_bg_normal=0x7f07007a; + public static final int notification_bg_normal_pressed=0x7f07007b; + public static final int notification_icon_background=0x7f07007c; + public static final int notification_template_icon_bg=0x7f07007d; + public static final int notification_template_icon_low_bg=0x7f07007e; + public static final int notification_tile_bg=0x7f07007f; + public static final int notify_panel_notification_icon_bg=0x7f070080; + public static final int tooltip_frame_dark=0x7f070081; + public static final int tooltip_frame_light=0x7f070082; + } + public static final class id { + public static final int ALT=0x7f080000; + public static final int CTRL=0x7f080001; + public static final int Courses=0x7f080002; + public static final int FUNCTION=0x7f080003; + public static final int Friday=0x7f080004; + public static final int GroupFollowed=0x7f080005; + public static final int Groupmember=0x7f080006; + public static final int META=0x7f080007; + public static final int Monday=0x7f080008; + public static final int N=0x7f080009; + public static final int Name=0x7f08000a; + public static final int SHIFT=0x7f08000b; + public static final int SYM=0x7f08000c; + public static final int Saturday=0x7f08000d; + public static final int Sunday=0x7f08000e; + public static final int Thursday=0x7f08000f; + public static final int Timetable=0x7f080010; + public static final int Tuesday=0x7f080011; + public static final int Wednesday=0x7f080012; + public static final int accessibility_action_clickable_span=0x7f080013; + public static final int accessibility_custom_action_0=0x7f080014; + public static final int accessibility_custom_action_1=0x7f080015; + public static final int accessibility_custom_action_10=0x7f080016; + public static final int accessibility_custom_action_11=0x7f080017; + public static final int accessibility_custom_action_12=0x7f080018; + public static final int accessibility_custom_action_13=0x7f080019; + public static final int accessibility_custom_action_14=0x7f08001a; + public static final int accessibility_custom_action_15=0x7f08001b; + public static final int accessibility_custom_action_16=0x7f08001c; + public static final int accessibility_custom_action_17=0x7f08001d; + public static final int accessibility_custom_action_18=0x7f08001e; + public static final int accessibility_custom_action_19=0x7f08001f; + public static final int accessibility_custom_action_2=0x7f080020; + public static final int accessibility_custom_action_20=0x7f080021; + public static final int accessibility_custom_action_21=0x7f080022; + public static final int accessibility_custom_action_22=0x7f080023; + public static final int accessibility_custom_action_23=0x7f080024; + public static final int accessibility_custom_action_24=0x7f080025; + public static final int accessibility_custom_action_25=0x7f080026; + public static final int accessibility_custom_action_26=0x7f080027; + public static final int accessibility_custom_action_27=0x7f080028; + public static final int accessibility_custom_action_28=0x7f080029; + public static final int accessibility_custom_action_29=0x7f08002a; + public static final int accessibility_custom_action_3=0x7f08002b; + public static final int accessibility_custom_action_30=0x7f08002c; + public static final int accessibility_custom_action_31=0x7f08002d; + public static final int accessibility_custom_action_4=0x7f08002e; + public static final int accessibility_custom_action_5=0x7f08002f; + public static final int accessibility_custom_action_6=0x7f080030; + public static final int accessibility_custom_action_7=0x7f080031; + public static final int accessibility_custom_action_8=0x7f080032; + public static final int accessibility_custom_action_9=0x7f080033; + public static final int action_bar=0x7f080034; + public static final int action_bar_activity_content=0x7f080035; + public static final int action_bar_container=0x7f080036; + public static final int action_bar_root=0x7f080037; + public static final int action_bar_spinner=0x7f080038; + public static final int action_bar_subtitle=0x7f080039; + public static final int action_bar_title=0x7f08003a; + public static final int action_container=0x7f08003b; + public static final int action_context_bar=0x7f08003c; + public static final int action_divider=0x7f08003d; + public static final int action_image=0x7f08003e; + public static final int action_menu_divider=0x7f08003f; + public static final int action_menu_presenter=0x7f080040; + public static final int action_mode_bar=0x7f080041; + public static final int action_mode_bar_stub=0x7f080042; + public static final int action_mode_close_button=0x7f080043; + public static final int action_text=0x7f080044; + public static final int actions=0x7f080045; + public static final int activity_chooser_view_content=0x7f080046; + public static final int add=0x7f080047; + public static final int alertTitle=0x7f080048; + public static final int all=0x7f080049; + public static final int always=0x7f08004a; + public static final int async=0x7f08004b; + public static final int auto=0x7f08004c; + public static final int barrier=0x7f08004d; + public static final int beginning=0x7f08004e; + public static final int blocking=0x7f08004f; + public static final int bottom=0x7f080050; + public static final int button3=0x7f080051; + public static final int buttonPanel=0x7f080052; + public static final int center=0x7f080053; + public static final int center_horizontal=0x7f080054; + public static final int center_vertical=0x7f080055; + public static final int chains=0x7f080056; + public static final int checkbox=0x7f080057; + public static final int checked=0x7f080058; + public static final int chronometer=0x7f080059; + public static final int clip_horizontal=0x7f08005a; + public static final int clip_vertical=0x7f08005b; + public static final int collapseActionView=0x7f08005c; + public static final int container=0x7f08005d; + public static final int content=0x7f08005e; + public static final int contentPanel=0x7f08005f; + public static final int coordinator=0x7f080060; + public static final int custom=0x7f080061; + public static final int customPanel=0x7f080062; + public static final int decor_content_parent=0x7f080063; + public static final int default_activity_button=0x7f080064; + public static final int design_bottom_sheet=0x7f080065; + public static final int design_menu_item_action_area=0x7f080066; + public static final int design_menu_item_action_area_stub=0x7f080067; + public static final int design_menu_item_text=0x7f080068; + public static final int design_navigation_view=0x7f080069; + public static final int dialog_button=0x7f08006a; + public static final int dimensions=0x7f08006b; + public static final int direct=0x7f08006c; + public static final int disableHome=0x7f08006d; + public static final int edit_query=0x7f08006e; + public static final int end=0x7f08006f; + public static final int enrolmentnumber=0x7f080070; + public static final int enterAlways=0x7f080071; + public static final int enterAlwaysCollapsed=0x7f080072; + public static final int exitUntilCollapsed=0x7f080073; + public static final int expand_activities_button=0x7f080074; + public static final int expanded_menu=0x7f080075; + public static final int fill=0x7f080076; + public static final int fill_horizontal=0x7f080077; + public static final int fill_vertical=0x7f080078; + public static final int filled=0x7f080079; + public static final int fixed=0x7f08007a; + public static final int forever=0x7f08007b; + public static final int ghost_view=0x7f08007c; + public static final int gone=0x7f08007d; + public static final int group_divider=0x7f08007e; + public static final int groups=0x7f08007f; + public static final int home=0x7f080080; + public static final int homeAsUp=0x7f080081; + public static final int icon=0x7f080082; + public static final int icon_group=0x7f080083; + public static final int ifRoom=0x7f080084; + public static final int image=0x7f080085; + public static final int info=0x7f080086; + public static final int invisible=0x7f080087; + public static final int italic=0x7f080088; + public static final int item_touch_helper_previous_elevation=0x7f080089; + public static final int labeled=0x7f08008a; + public static final int largeLabel=0x7f08008b; + public static final int left=0x7f08008c; + public static final int line1=0x7f08008d; + public static final int line3=0x7f08008e; + public static final int listMode=0x7f08008f; + public static final int list_item=0x7f080090; + public static final int loading=0x7f080091; + public static final int login=0x7f080092; + public static final int masked=0x7f080093; + public static final int message=0x7f080094; + public static final int middle=0x7f080095; + public static final int mini=0x7f080096; + public static final int mtrl_child_content_container=0x7f080097; + public static final int mtrl_internal_children_alpha_tag=0x7f080098; + public static final int multiply=0x7f080099; + public static final int navigation_header_container=0x7f08009a; + public static final int never=0x7f08009b; + public static final int none=0x7f08009c; + public static final int normal=0x7f08009d; + public static final int notification_background=0x7f08009e; + public static final int notification_main_column=0x7f08009f; + public static final int notification_main_column_container=0x7f0800a0; + public static final int off=0x7f0800a1; + public static final int on=0x7f0800a2; + public static final int outline=0x7f0800a3; + public static final int packed=0x7f0800a4; + public static final int parallax=0x7f0800a5; + public static final int parent=0x7f0800a6; + public static final int parentPanel=0x7f0800a7; + public static final int parent_matrix=0x7f0800a8; + public static final int password=0x7f0800a9; + public static final int percent=0x7f0800aa; + public static final int pin=0x7f0800ab; + public static final int progress_circular=0x7f0800ac; + public static final int progress_horizontal=0x7f0800ad; + public static final int radio=0x7f0800ae; + public static final int recyclerview=0x7f0800af; + public static final int right=0x7f0800b0; + public static final int right_icon=0x7f0800b1; + public static final int right_side=0x7f0800b2; + public static final int save_image_matrix=0x7f0800b3; + public static final int save_non_transition_alpha=0x7f0800b4; + public static final int save_scale_type=0x7f0800b5; + public static final int screen=0x7f0800b6; + public static final int scroll=0x7f0800b7; + public static final int scrollIndicatorDown=0x7f0800b8; + public static final int scrollIndicatorUp=0x7f0800b9; + public static final int scrollView=0x7f0800ba; + public static final int scrollable=0x7f0800bb; + public static final int search_badge=0x7f0800bc; + public static final int search_bar=0x7f0800bd; + public static final int search_button=0x7f0800be; + public static final int search_close_btn=0x7f0800bf; + public static final int search_edit_frame=0x7f0800c0; + public static final int search_go_btn=0x7f0800c1; + public static final int search_mag_icon=0x7f0800c2; + public static final int search_plate=0x7f0800c3; + public static final int search_src_text=0x7f0800c4; + public static final int search_voice_btn=0x7f0800c5; + public static final int select_dialog_listview=0x7f0800c6; + public static final int selected=0x7f0800c7; + public static final int shortcut=0x7f0800c8; + public static final int showCustom=0x7f0800c9; + public static final int showHome=0x7f0800ca; + public static final int showTitle=0x7f0800cb; + public static final int smallLabel=0x7f0800cc; + public static final int snackbar_action=0x7f0800cd; + public static final int snackbar_text=0x7f0800ce; + public static final int snap=0x7f0800cf; + public static final int snapMargins=0x7f0800d0; + public static final int spacer=0x7f0800d1; + public static final int split_action_bar=0x7f0800d2; + public static final int spread=0x7f0800d3; + public static final int spread_inside=0x7f0800d4; + public static final int src_atop=0x7f0800d5; + public static final int src_in=0x7f0800d6; + public static final int src_over=0x7f0800d7; + public static final int standard=0x7f0800d8; + public static final int start=0x7f0800d9; + public static final int stretch=0x7f0800da; + public static final int submenuarrow=0x7f0800db; + public static final int submit_area=0x7f0800dc; + public static final int tabMode=0x7f0800dd; + public static final int tag_accessibility_actions=0x7f0800de; + public static final int tag_accessibility_clickable_spans=0x7f0800df; + public static final int tag_accessibility_heading=0x7f0800e0; + public static final int tag_accessibility_pane_title=0x7f0800e1; + public static final int tag_screen_reader_focusable=0x7f0800e2; + public static final int tag_transition_group=0x7f0800e3; + public static final int tag_unhandled_key_event_manager=0x7f0800e4; + public static final int tag_unhandled_key_listeners=0x7f0800e5; + public static final int text=0x7f0800e6; + public static final int text2=0x7f0800e7; + public static final int textSpacerNoButtons=0x7f0800e8; + public static final int textSpacerNoTitle=0x7f0800e9; + public static final int textStart=0x7f0800ea; + public static final int textView9=0x7f0800eb; + public static final int text_input_password_toggle=0x7f0800ec; + public static final int textinput_counter=0x7f0800ed; + public static final int textinput_error=0x7f0800ee; + public static final int textinput_helper_text=0x7f0800ef; + public static final int time=0x7f0800f0; + public static final int title=0x7f0800f1; + public static final int titleDividerNoCustom=0x7f0800f2; + public static final int title_template=0x7f0800f3; + public static final int top=0x7f0800f4; + public static final int topPanel=0x7f0800f5; + public static final int touch_outside=0x7f0800f6; + public static final int transition_current_scene=0x7f0800f7; + public static final int transition_layout_save=0x7f0800f8; + public static final int transition_position=0x7f0800f9; + public static final int transition_scene_layoutid_cache=0x7f0800fa; + public static final int transition_transform=0x7f0800fb; + public static final int unchecked=0x7f0800fc; + public static final int uniform=0x7f0800fd; + public static final int unlabeled=0x7f0800fe; + public static final int up=0x7f0800ff; + public static final int useLogo=0x7f080100; + public static final int view_offset_helper=0x7f080101; + public static final int visible=0x7f080102; + public static final int withText=0x7f080103; + public static final int wrap=0x7f080104; + public static final int wrap_content=0x7f080105; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f090000; + public static final int abc_config_activityShortDur=0x7f090001; + public static final int app_bar_elevation_anim_duration=0x7f090002; + public static final int bottom_sheet_slide_duration=0x7f090003; + public static final int cancel_button_image_alpha=0x7f090004; + public static final int config_tooltipAnimTime=0x7f090005; + public static final int design_snackbar_text_max_lines=0x7f090006; + public static final int design_tab_indicator_anim_duration_ms=0x7f090007; + public static final int hide_password_duration=0x7f090008; + public static final int mtrl_btn_anim_delay_ms=0x7f090009; + public static final int mtrl_btn_anim_duration_ms=0x7f09000a; + public static final int mtrl_chip_anim_duration=0x7f09000b; + public static final int mtrl_tab_indicator_anim_duration_ms=0x7f09000c; + public static final int show_password_duration=0x7f09000d; + public static final int status_bar_notification_info_maxnum=0x7f09000e; + } + public static final class interpolator { + public static final int btn_checkbox_checked_mtrl_animation_interpolator_0=0x7f0a0000; + public static final int btn_checkbox_checked_mtrl_animation_interpolator_1=0x7f0a0001; + public static final int btn_checkbox_unchecked_mtrl_animation_interpolator_0=0x7f0a0002; + public static final int btn_checkbox_unchecked_mtrl_animation_interpolator_1=0x7f0a0003; + public static final int btn_radio_to_off_mtrl_animation_interpolator_0=0x7f0a0004; + public static final int btn_radio_to_on_mtrl_animation_interpolator_0=0x7f0a0005; + public static final int fast_out_slow_in=0x7f0a0006; + public static final int mtrl_fast_out_linear_in=0x7f0a0007; + public static final int mtrl_fast_out_slow_in=0x7f0a0008; + public static final int mtrl_linear=0x7f0a0009; + public static final int mtrl_linear_out_slow_in=0x7f0a000a; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f0b0000; + public static final int abc_action_bar_up_container=0x7f0b0001; + public static final int abc_action_menu_item_layout=0x7f0b0002; + public static final int abc_action_menu_layout=0x7f0b0003; + public static final int abc_action_mode_bar=0x7f0b0004; + public static final int abc_action_mode_close_item_material=0x7f0b0005; + public static final int abc_activity_chooser_view=0x7f0b0006; + public static final int abc_activity_chooser_view_list_item=0x7f0b0007; + public static final int abc_alert_dialog_button_bar_material=0x7f0b0008; + public static final int abc_alert_dialog_material=0x7f0b0009; + public static final int abc_alert_dialog_title_material=0x7f0b000a; + public static final int abc_cascading_menu_item_layout=0x7f0b000b; + public static final int abc_dialog_title_material=0x7f0b000c; + public static final int abc_expanded_menu_layout=0x7f0b000d; + public static final int abc_list_menu_item_checkbox=0x7f0b000e; + public static final int abc_list_menu_item_icon=0x7f0b000f; + public static final int abc_list_menu_item_layout=0x7f0b0010; + public static final int abc_list_menu_item_radio=0x7f0b0011; + public static final int abc_popup_menu_header_item_layout=0x7f0b0012; + public static final int abc_popup_menu_item_layout=0x7f0b0013; + public static final int abc_screen_content_include=0x7f0b0014; + public static final int abc_screen_simple=0x7f0b0015; + public static final int abc_screen_simple_overlay_action_mode=0x7f0b0016; + public static final int abc_screen_toolbar=0x7f0b0017; + public static final int abc_search_dropdown_item_icons_2line=0x7f0b0018; + public static final int abc_search_view=0x7f0b0019; + public static final int abc_select_dialog_material=0x7f0b001a; + public static final int abc_tooltip=0x7f0b001b; + public static final int activity_login=0x7f0b001c; + public static final int activity_monday=0x7f0b001d; + public static final int activity_second=0x7f0b001e; + public static final int activity_timetable=0x7f0b001f; + public static final int custom_dialog=0x7f0b0020; + public static final int design_bottom_navigation_item=0x7f0b0021; + public static final int design_bottom_sheet_dialog=0x7f0b0022; + public static final int design_layout_snackbar=0x7f0b0023; + public static final int design_layout_snackbar_include=0x7f0b0024; + public static final int design_layout_tab_icon=0x7f0b0025; + public static final int design_layout_tab_text=0x7f0b0026; + public static final int design_menu_item_action_area=0x7f0b0027; + public static final int design_navigation_item=0x7f0b0028; + public static final int design_navigation_item_header=0x7f0b0029; + public static final int design_navigation_item_separator=0x7f0b002a; + public static final int design_navigation_item_subheader=0x7f0b002b; + public static final int design_navigation_menu=0x7f0b002c; + public static final int design_navigation_menu_item=0x7f0b002d; + public static final int design_text_input_password_icon=0x7f0b002e; + public static final int mtrl_layout_snackbar=0x7f0b002f; + public static final int mtrl_layout_snackbar_include=0x7f0b0030; + public static final int notification_action=0x7f0b0031; + public static final int notification_action_tombstone=0x7f0b0032; + public static final int notification_template_custom_big=0x7f0b0033; + public static final int notification_template_icon_group=0x7f0b0034; + public static final int notification_template_part_chronometer=0x7f0b0035; + public static final int notification_template_part_time=0x7f0b0036; + public static final int select_dialog_item_material=0x7f0b0037; + public static final int select_dialog_multichoice_material=0x7f0b0038; + public static final int select_dialog_singlechoice_material=0x7f0b0039; + public static final int support_simple_spinner_dropdown_item=0x7f0b003a; + public static final int timeslot=0x7f0b003b; + } + public static final class mipmap { + public static final int ic_launcher=0x7f0c0000; + public static final int ic_launcher_round=0x7f0c0001; + } + public static final class string { + public static final int abc_action_bar_home_description=0x7f0d0000; + public static final int abc_action_bar_up_description=0x7f0d0001; + public static final int abc_action_menu_overflow_description=0x7f0d0002; + public static final int abc_action_mode_done=0x7f0d0003; + public static final int abc_activity_chooser_view_see_all=0x7f0d0004; + public static final int abc_activitychooserview_choose_application=0x7f0d0005; + public static final int abc_capital_off=0x7f0d0006; + public static final int abc_capital_on=0x7f0d0007; + public static final int abc_menu_alt_shortcut_label=0x7f0d0008; + public static final int abc_menu_ctrl_shortcut_label=0x7f0d0009; + public static final int abc_menu_delete_shortcut_label=0x7f0d000a; + public static final int abc_menu_enter_shortcut_label=0x7f0d000b; + public static final int abc_menu_function_shortcut_label=0x7f0d000c; + public static final int abc_menu_meta_shortcut_label=0x7f0d000d; + public static final int abc_menu_shift_shortcut_label=0x7f0d000e; + public static final int abc_menu_space_shortcut_label=0x7f0d000f; + public static final int abc_menu_sym_shortcut_label=0x7f0d0010; + public static final int abc_prepend_shortcut_label=0x7f0d0011; + public static final int abc_search_hint=0x7f0d0012; + public static final int abc_searchview_description_clear=0x7f0d0013; + public static final int abc_searchview_description_query=0x7f0d0014; + public static final int abc_searchview_description_search=0x7f0d0015; + public static final int abc_searchview_description_submit=0x7f0d0016; + public static final int abc_searchview_description_voice=0x7f0d0017; + public static final int abc_shareactionprovider_share_with=0x7f0d0018; + public static final int abc_shareactionprovider_share_with_application=0x7f0d0019; + public static final int abc_toolbar_collapse_description=0x7f0d001a; + public static final int action_sign_in=0x7f0d001b; + public static final int action_sign_in_short=0x7f0d001c; + public static final int activity2_name=0x7f0d001d; + public static final int app_name=0x7f0d001e; + public static final int appbar_scrolling_view_behavior=0x7f0d001f; + public static final int bottom_sheet_behavior=0x7f0d0020; + public static final int character_counter_content_description=0x7f0d0021; + public static final int character_counter_pattern=0x7f0d0022; + public static final int courses=0x7f0d0023; + public static final int enrolment_number=0x7f0d0024; + public static final int fab_transformation_scrim_behavior=0x7f0d0025; + public static final int fab_transformation_sheet_behavior=0x7f0d0026; + public static final int friday=0x7f0d0027; + public static final int groupfollowed_mdg_sds=0x7f0d0028; + public static final int groupmember=0x7f0d0029; + public static final int hide_bottom_view_on_scroll_behavior=0x7f0d002a; + public static final int invalid_password=0x7f0d002b; + public static final int invalid_username=0x7f0d002c; + public static final int login_failed=0x7f0d002d; + public static final int monday=0x7f0d002e; + public static final int mtrl_chip_close_icon_content_description=0x7f0d002f; + public static final int name_gautam_bafna=0x7f0d0030; + public static final int nso_ncc_nss_nss=0x7f0d0031; + public static final int password_toggle_content_description=0x7f0d0032; + public static final int path_password_eye=0x7f0d0033; + public static final int path_password_eye_mask_strike_through=0x7f0d0034; + public static final int path_password_eye_mask_visible=0x7f0d0035; + public static final int path_password_strike_through=0x7f0d0036; + public static final int prompt_email=0x7f0d0037; + public static final int prompt_password=0x7f0d0038; + public static final int saturday=0x7f0d0039; + public static final int search_menu_title=0x7f0d003a; + public static final int show_my_timetable=0x7f0d003b; + public static final int sign_in=0x7f0d003c; + public static final int status_bar_notification_info_overflow=0x7f0d003d; + public static final int sunday=0x7f0d003e; + public static final int textview=0x7f0d003f; + public static final int thursday=0x7f0d0040; + public static final int timetable=0x7f0d0041; + public static final int tuesday=0x7f0d0042; + public static final int user_details=0x7f0d0043; + public static final int wednesday=0x7f0d0044; + public static final int welcome=0x7f0d0045; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f0e0000; + public static final int AlertDialog_AppCompat_Light=0x7f0e0001; + public static final int Animation_AppCompat_Dialog=0x7f0e0002; + public static final int Animation_AppCompat_DropDownUp=0x7f0e0003; + public static final int Animation_AppCompat_Tooltip=0x7f0e0004; + public static final int Animation_Design_BottomSheetDialog=0x7f0e0005; + public static final int AppTheme=0x7f0e0006; + public static final int Base_AlertDialog_AppCompat=0x7f0e0007; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0e0008; + public static final int Base_Animation_AppCompat_Dialog=0x7f0e0009; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0e000a; + public static final int Base_Animation_AppCompat_Tooltip=0x7f0e000b; + public static final int Base_CardView=0x7f0e000c; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0e000d; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0e000e; + public static final int Base_TextAppearance_AppCompat=0x7f0e000f; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0e0010; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0e0011; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0e0012; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0e0013; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0e0014; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0e0015; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0e0016; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0e0017; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0e0018; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0e0019; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0e001a; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0e001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0e001c; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0e001d; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0e001e; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0e001f; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0e0020; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0e0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0e0022; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0e0023; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0e0024; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0e0025; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0e0026; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0e0027; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0e0028; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0e0029; + public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0e002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0e002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0e002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0e002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0e002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0e002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0e0030; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0e0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0e0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0e0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0e0034; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0e0035; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0e0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0e0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0e0038; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0e0039; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0e003a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0e003b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0e003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0e003d; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0e003e; + public static final int Base_Theme_AppCompat=0x7f0e003f; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0e0040; + public static final int Base_Theme_AppCompat_Dialog=0x7f0e0041; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0e0042; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0e0043; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0e0044; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0e0045; + public static final int Base_Theme_AppCompat_Light=0x7f0e0046; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0e0047; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0e0048; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0e0049; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0e004a; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0e004b; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0e004c; + public static final int Base_Theme_MaterialComponents=0x7f0e004d; + public static final int Base_Theme_MaterialComponents_Bridge=0x7f0e004e; + public static final int Base_Theme_MaterialComponents_CompactMenu=0x7f0e004f; + public static final int Base_Theme_MaterialComponents_Dialog=0x7f0e0050; + public static final int Base_Theme_MaterialComponents_Dialog_Alert=0x7f0e0051; + public static final int Base_Theme_MaterialComponents_Dialog_FixedSize=0x7f0e0052; + public static final int Base_Theme_MaterialComponents_Dialog_MinWidth=0x7f0e0053; + public static final int Base_Theme_MaterialComponents_DialogWhenLarge=0x7f0e0054; + public static final int Base_Theme_MaterialComponents_Light=0x7f0e0055; + public static final int Base_Theme_MaterialComponents_Light_Bridge=0x7f0e0056; + public static final int Base_Theme_MaterialComponents_Light_DarkActionBar=0x7f0e0057; + public static final int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge=0x7f0e0058; + public static final int Base_Theme_MaterialComponents_Light_Dialog=0x7f0e0059; + public static final int Base_Theme_MaterialComponents_Light_Dialog_Alert=0x7f0e005a; + public static final int Base_Theme_MaterialComponents_Light_Dialog_FixedSize=0x7f0e005b; + public static final int Base_Theme_MaterialComponents_Light_Dialog_MinWidth=0x7f0e005c; + public static final int Base_Theme_MaterialComponents_Light_DialogWhenLarge=0x7f0e005d; + public static final int Base_ThemeOverlay_AppCompat=0x7f0e005e; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0e005f; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0e0060; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0e0061; + public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0e0062; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0e0063; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0e0064; + public static final int Base_ThemeOverlay_MaterialComponents_Dialog=0x7f0e0065; + public static final int Base_ThemeOverlay_MaterialComponents_Dialog_Alert=0x7f0e0066; + public static final int Base_V14_Theme_MaterialComponents=0x7f0e0067; + public static final int Base_V14_Theme_MaterialComponents_Bridge=0x7f0e0068; + public static final int Base_V14_Theme_MaterialComponents_Dialog=0x7f0e0069; + public static final int Base_V14_Theme_MaterialComponents_Light=0x7f0e006a; + public static final int Base_V14_Theme_MaterialComponents_Light_Bridge=0x7f0e006b; + public static final int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge=0x7f0e006c; + public static final int Base_V14_Theme_MaterialComponents_Light_Dialog=0x7f0e006d; + public static final int Base_V14_ThemeOverlay_MaterialComponents_Dialog=0x7f0e006e; + public static final int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert=0x7f0e006f; + public static final int Base_V21_Theme_AppCompat=0x7f0e0070; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0e0071; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0e0072; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0e0073; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0e0074; + public static final int Base_V22_Theme_AppCompat=0x7f0e0075; + public static final int Base_V22_Theme_AppCompat_Light=0x7f0e0076; + public static final int Base_V23_Theme_AppCompat=0x7f0e0077; + public static final int Base_V23_Theme_AppCompat_Light=0x7f0e0078; + public static final int Base_V26_Theme_AppCompat=0x7f0e0079; + public static final int Base_V26_Theme_AppCompat_Light=0x7f0e007a; + public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0e007b; + public static final int Base_V28_Theme_AppCompat=0x7f0e007c; + public static final int Base_V28_Theme_AppCompat_Light=0x7f0e007d; + public static final int Base_V7_Theme_AppCompat=0x7f0e007e; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0e007f; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0e0080; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0e0081; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0e0082; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0e0083; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0e0084; + public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0e0085; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0e0086; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0e0087; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0e0088; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0e0089; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0e008a; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0e008b; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0e008c; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0e008d; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0e008e; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0e008f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0e0090; + public static final int Base_Widget_AppCompat_Button=0x7f0e0091; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0e0092; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0e0093; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0e0094; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f0e0095; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0e0096; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0e0097; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0e0098; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0e0099; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0e009a; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0e009b; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0e009c; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0e009d; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0e009e; + public static final int Base_Widget_AppCompat_EditText=0x7f0e009f; + public static final int Base_Widget_AppCompat_ImageButton=0x7f0e00a0; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0e00a1; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0e00a2; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0e00a3; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0e00a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0e00a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0e00a6; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0e00a7; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0e00a8; + public static final int Base_Widget_AppCompat_ListMenuView=0x7f0e00a9; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0e00aa; + public static final int Base_Widget_AppCompat_ListView=0x7f0e00ab; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0e00ac; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0e00ad; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0e00ae; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0e00af; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0e00b0; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0e00b1; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0e00b2; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0e00b3; + public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0e00b4; + public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0e00b5; + public static final int Base_Widget_AppCompat_SearchView=0x7f0e00b6; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0e00b7; + public static final int Base_Widget_AppCompat_SeekBar=0x7f0e00b8; + public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0e00b9; + public static final int Base_Widget_AppCompat_Spinner=0x7f0e00ba; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0e00bb; + public static final int Base_Widget_AppCompat_TextView=0x7f0e00bc; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0e00bd; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0e00be; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0e00bf; + public static final int Base_Widget_Design_TabLayout=0x7f0e00c0; + public static final int Base_Widget_MaterialComponents_Chip=0x7f0e00c1; + public static final int Base_Widget_MaterialComponents_TextInputEditText=0x7f0e00c2; + public static final int Base_Widget_MaterialComponents_TextInputLayout=0x7f0e00c3; + public static final int CardView=0x7f0e00c4; + public static final int CardView_Dark=0x7f0e00c5; + public static final int CardView_Light=0x7f0e00c6; + public static final int Platform_AppCompat=0x7f0e00c7; + public static final int Platform_AppCompat_Light=0x7f0e00c8; + public static final int Platform_MaterialComponents=0x7f0e00c9; + public static final int Platform_MaterialComponents_Dialog=0x7f0e00ca; + public static final int Platform_MaterialComponents_Light=0x7f0e00cb; + public static final int Platform_MaterialComponents_Light_Dialog=0x7f0e00cc; + public static final int Platform_ThemeOverlay_AppCompat=0x7f0e00cd; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0e00ce; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0e00cf; + public static final int Platform_V21_AppCompat=0x7f0e00d0; + public static final int Platform_V21_AppCompat_Light=0x7f0e00d1; + public static final int Platform_V25_AppCompat=0x7f0e00d2; + public static final int Platform_V25_AppCompat_Light=0x7f0e00d3; + public static final int Platform_Widget_AppCompat_Spinner=0x7f0e00d4; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0e00d5; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0e00d6; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0e00d7; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0e00d8; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0e00d9; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut=0x7f0e00da; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow=0x7f0e00db; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0e00dc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title=0x7f0e00dd; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0e00de; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0e00df; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0e00e0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0e00e1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0e00e2; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0e00e3; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0e00e4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0e00e5; + public static final int TextAppearance_AppCompat=0x7f0e00e6; + public static final int TextAppearance_AppCompat_Body1=0x7f0e00e7; + public static final int TextAppearance_AppCompat_Body2=0x7f0e00e8; + public static final int TextAppearance_AppCompat_Button=0x7f0e00e9; + public static final int TextAppearance_AppCompat_Caption=0x7f0e00ea; + public static final int TextAppearance_AppCompat_Display1=0x7f0e00eb; + public static final int TextAppearance_AppCompat_Display2=0x7f0e00ec; + public static final int TextAppearance_AppCompat_Display3=0x7f0e00ed; + public static final int TextAppearance_AppCompat_Display4=0x7f0e00ee; + public static final int TextAppearance_AppCompat_Headline=0x7f0e00ef; + public static final int TextAppearance_AppCompat_Inverse=0x7f0e00f0; + public static final int TextAppearance_AppCompat_Large=0x7f0e00f1; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0e00f2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0e00f3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0e00f4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0e00f5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0e00f6; + public static final int TextAppearance_AppCompat_Medium=0x7f0e00f7; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0e00f8; + public static final int TextAppearance_AppCompat_Menu=0x7f0e00f9; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0e00fa; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0e00fb; + public static final int TextAppearance_AppCompat_Small=0x7f0e00fc; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0e00fd; + public static final int TextAppearance_AppCompat_Subhead=0x7f0e00fe; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0e00ff; + public static final int TextAppearance_AppCompat_Title=0x7f0e0100; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0e0101; + public static final int TextAppearance_AppCompat_Tooltip=0x7f0e0102; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0e0103; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0e0104; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0e0105; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0e0106; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0e0107; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0e0108; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0e0109; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0e010a; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0e010b; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0e010c; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0e010d; + public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0e010e; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0e010f; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0e0110; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0e0111; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0e0112; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0e0113; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0e0114; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0e0115; + public static final int TextAppearance_Compat_Notification=0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info=0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2=0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time=0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title=0x7f0e011a; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0e011b; + public static final int TextAppearance_Design_Counter=0x7f0e011c; + public static final int TextAppearance_Design_Counter_Overflow=0x7f0e011d; + public static final int TextAppearance_Design_Error=0x7f0e011e; + public static final int TextAppearance_Design_HelperText=0x7f0e011f; + public static final int TextAppearance_Design_Hint=0x7f0e0120; + public static final int TextAppearance_Design_Snackbar_Message=0x7f0e0121; + public static final int TextAppearance_Design_Tab=0x7f0e0122; + public static final int TextAppearance_MaterialComponents_Body1=0x7f0e0123; + public static final int TextAppearance_MaterialComponents_Body2=0x7f0e0124; + public static final int TextAppearance_MaterialComponents_Button=0x7f0e0125; + public static final int TextAppearance_MaterialComponents_Caption=0x7f0e0126; + public static final int TextAppearance_MaterialComponents_Chip=0x7f0e0127; + public static final int TextAppearance_MaterialComponents_Headline1=0x7f0e0128; + public static final int TextAppearance_MaterialComponents_Headline2=0x7f0e0129; + public static final int TextAppearance_MaterialComponents_Headline3=0x7f0e012a; + public static final int TextAppearance_MaterialComponents_Headline4=0x7f0e012b; + public static final int TextAppearance_MaterialComponents_Headline5=0x7f0e012c; + public static final int TextAppearance_MaterialComponents_Headline6=0x7f0e012d; + public static final int TextAppearance_MaterialComponents_Overline=0x7f0e012e; + public static final int TextAppearance_MaterialComponents_Subtitle1=0x7f0e012f; + public static final int TextAppearance_MaterialComponents_Subtitle2=0x7f0e0130; + public static final int TextAppearance_MaterialComponents_Tab=0x7f0e0131; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0e0132; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0e0133; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0e0134; + public static final int Theme_AppCompat=0x7f0e0135; + public static final int Theme_AppCompat_CompactMenu=0x7f0e0136; + public static final int Theme_AppCompat_DayNight=0x7f0e0137; + public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0e0138; + public static final int Theme_AppCompat_DayNight_Dialog=0x7f0e0139; + public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0e013a; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0e013b; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0e013c; + public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0e013d; + public static final int Theme_AppCompat_Dialog=0x7f0e013e; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0e013f; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0e0140; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0e0141; + public static final int Theme_AppCompat_Light=0x7f0e0142; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0e0143; + public static final int Theme_AppCompat_Light_Dialog=0x7f0e0144; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0e0145; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0e0146; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0e0147; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0e0148; + public static final int Theme_AppCompat_NoActionBar=0x7f0e0149; + public static final int Theme_Design=0x7f0e014a; + public static final int Theme_Design_BottomSheetDialog=0x7f0e014b; + public static final int Theme_Design_Light=0x7f0e014c; + public static final int Theme_Design_Light_BottomSheetDialog=0x7f0e014d; + public static final int Theme_Design_Light_NoActionBar=0x7f0e014e; + public static final int Theme_Design_NoActionBar=0x7f0e014f; + public static final int Theme_MaterialComponents=0x7f0e0150; + public static final int Theme_MaterialComponents_BottomSheetDialog=0x7f0e0151; + public static final int Theme_MaterialComponents_Bridge=0x7f0e0152; + public static final int Theme_MaterialComponents_CompactMenu=0x7f0e0153; + public static final int Theme_MaterialComponents_Dialog=0x7f0e0154; + public static final int Theme_MaterialComponents_Dialog_Alert=0x7f0e0155; + public static final int Theme_MaterialComponents_Dialog_MinWidth=0x7f0e0156; + public static final int Theme_MaterialComponents_DialogWhenLarge=0x7f0e0157; + public static final int Theme_MaterialComponents_Light=0x7f0e0158; + public static final int Theme_MaterialComponents_Light_BottomSheetDialog=0x7f0e0159; + public static final int Theme_MaterialComponents_Light_Bridge=0x7f0e015a; + public static final int Theme_MaterialComponents_Light_DarkActionBar=0x7f0e015b; + public static final int Theme_MaterialComponents_Light_DarkActionBar_Bridge=0x7f0e015c; + public static final int Theme_MaterialComponents_Light_Dialog=0x7f0e015d; + public static final int Theme_MaterialComponents_Light_Dialog_Alert=0x7f0e015e; + public static final int Theme_MaterialComponents_Light_Dialog_MinWidth=0x7f0e015f; + public static final int Theme_MaterialComponents_Light_DialogWhenLarge=0x7f0e0160; + public static final int Theme_MaterialComponents_Light_NoActionBar=0x7f0e0161; + public static final int Theme_MaterialComponents_Light_NoActionBar_Bridge=0x7f0e0162; + public static final int Theme_MaterialComponents_NoActionBar=0x7f0e0163; + public static final int Theme_MaterialComponents_NoActionBar_Bridge=0x7f0e0164; + public static final int ThemeOverlay_AppCompat=0x7f0e0165; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0e0166; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0e0167; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0e0168; + public static final int ThemeOverlay_AppCompat_DayNight=0x7f0e0169; + public static final int ThemeOverlay_AppCompat_DayNight_ActionBar=0x7f0e016a; + public static final int ThemeOverlay_AppCompat_Dialog=0x7f0e016b; + public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0e016c; + public static final int ThemeOverlay_AppCompat_Light=0x7f0e016d; + public static final int ThemeOverlay_MaterialComponents=0x7f0e016e; + public static final int ThemeOverlay_MaterialComponents_ActionBar=0x7f0e016f; + public static final int ThemeOverlay_MaterialComponents_Dark=0x7f0e0170; + public static final int ThemeOverlay_MaterialComponents_Dark_ActionBar=0x7f0e0171; + public static final int ThemeOverlay_MaterialComponents_Dialog=0x7f0e0172; + public static final int ThemeOverlay_MaterialComponents_Dialog_Alert=0x7f0e0173; + public static final int ThemeOverlay_MaterialComponents_Light=0x7f0e0174; + public static final int ThemeOverlay_MaterialComponents_TextInputEditText=0x7f0e0175; + public static final int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox=0x7f0e0176; + public static final int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense=0x7f0e0177; + public static final int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox=0x7f0e0178; + public static final int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense=0x7f0e0179; + public static final int Widget_AppCompat_ActionBar=0x7f0e017a; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0e017b; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0e017c; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0e017d; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0e017e; + public static final int Widget_AppCompat_ActionButton=0x7f0e017f; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0e0180; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0e0181; + public static final int Widget_AppCompat_ActionMode=0x7f0e0182; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0e0183; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0e0184; + public static final int Widget_AppCompat_Button=0x7f0e0185; + public static final int Widget_AppCompat_Button_Borderless=0x7f0e0186; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0e0187; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0e0188; + public static final int Widget_AppCompat_Button_Colored=0x7f0e0189; + public static final int Widget_AppCompat_Button_Small=0x7f0e018a; + public static final int Widget_AppCompat_ButtonBar=0x7f0e018b; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0e018c; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0e018d; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0e018e; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0e018f; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0e0190; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0e0191; + public static final int Widget_AppCompat_EditText=0x7f0e0192; + public static final int Widget_AppCompat_ImageButton=0x7f0e0193; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0e0194; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0e0195; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0e0196; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0e0197; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0e0198; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0e0199; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0e019a; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0e019b; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0e019c; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0e019d; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0e019e; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0e019f; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0e01a0; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0e01a1; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0e01a2; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0e01a3; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0e01a4; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0e01a5; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0e01a6; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0e01a7; + public static final int Widget_AppCompat_Light_SearchView=0x7f0e01a8; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0e01a9; + public static final int Widget_AppCompat_ListMenuView=0x7f0e01aa; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0e01ab; + public static final int Widget_AppCompat_ListView=0x7f0e01ac; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0e01ad; + public static final int Widget_AppCompat_ListView_Menu=0x7f0e01ae; + public static final int Widget_AppCompat_PopupMenu=0x7f0e01af; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0e01b0; + public static final int Widget_AppCompat_PopupWindow=0x7f0e01b1; + public static final int Widget_AppCompat_ProgressBar=0x7f0e01b2; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0e01b3; + public static final int Widget_AppCompat_RatingBar=0x7f0e01b4; + public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0e01b5; + public static final int Widget_AppCompat_RatingBar_Small=0x7f0e01b6; + public static final int Widget_AppCompat_SearchView=0x7f0e01b7; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0e01b8; + public static final int Widget_AppCompat_SeekBar=0x7f0e01b9; + public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0e01ba; + public static final int Widget_AppCompat_Spinner=0x7f0e01bb; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0e01bc; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0e01bd; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0e01be; + public static final int Widget_AppCompat_TextView=0x7f0e01bf; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0e01c0; + public static final int Widget_AppCompat_Toolbar=0x7f0e01c1; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0e01c2; + public static final int Widget_Compat_NotificationActionContainer=0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText=0x7f0e01c4; + public static final int Widget_Design_AppBarLayout=0x7f0e01c5; + public static final int Widget_Design_BottomNavigationView=0x7f0e01c6; + public static final int Widget_Design_BottomSheet_Modal=0x7f0e01c7; + public static final int Widget_Design_CollapsingToolbar=0x7f0e01c8; + public static final int Widget_Design_FloatingActionButton=0x7f0e01c9; + public static final int Widget_Design_NavigationView=0x7f0e01ca; + public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0e01cb; + public static final int Widget_Design_Snackbar=0x7f0e01cc; + public static final int Widget_Design_TabLayout=0x7f0e01cd; + public static final int Widget_Design_TextInputLayout=0x7f0e01ce; + public static final int Widget_MaterialComponents_BottomAppBar=0x7f0e01cf; + public static final int Widget_MaterialComponents_BottomAppBar_Colored=0x7f0e01d0; + public static final int Widget_MaterialComponents_BottomNavigationView=0x7f0e01d1; + public static final int Widget_MaterialComponents_BottomNavigationView_Colored=0x7f0e01d2; + public static final int Widget_MaterialComponents_BottomSheet_Modal=0x7f0e01d3; + public static final int Widget_MaterialComponents_Button=0x7f0e01d4; + public static final int Widget_MaterialComponents_Button_Icon=0x7f0e01d5; + public static final int Widget_MaterialComponents_Button_OutlinedButton=0x7f0e01d6; + public static final int Widget_MaterialComponents_Button_OutlinedButton_Icon=0x7f0e01d7; + public static final int Widget_MaterialComponents_Button_TextButton=0x7f0e01d8; + public static final int Widget_MaterialComponents_Button_TextButton_Dialog=0x7f0e01d9; + public static final int Widget_MaterialComponents_Button_TextButton_Dialog_Icon=0x7f0e01da; + public static final int Widget_MaterialComponents_Button_TextButton_Icon=0x7f0e01db; + public static final int Widget_MaterialComponents_Button_UnelevatedButton=0x7f0e01dc; + public static final int Widget_MaterialComponents_Button_UnelevatedButton_Icon=0x7f0e01dd; + public static final int Widget_MaterialComponents_CardView=0x7f0e01de; + public static final int Widget_MaterialComponents_Chip_Action=0x7f0e01df; + public static final int Widget_MaterialComponents_Chip_Choice=0x7f0e01e0; + public static final int Widget_MaterialComponents_Chip_Entry=0x7f0e01e1; + public static final int Widget_MaterialComponents_Chip_Filter=0x7f0e01e2; + public static final int Widget_MaterialComponents_ChipGroup=0x7f0e01e3; + public static final int Widget_MaterialComponents_FloatingActionButton=0x7f0e01e4; + public static final int Widget_MaterialComponents_NavigationView=0x7f0e01e5; + public static final int Widget_MaterialComponents_Snackbar=0x7f0e01e6; + public static final int Widget_MaterialComponents_Snackbar_FullWidth=0x7f0e01e7; + public static final int Widget_MaterialComponents_TabLayout=0x7f0e01e8; + public static final int Widget_MaterialComponents_TabLayout_Colored=0x7f0e01e9; + public static final int Widget_MaterialComponents_TextInputEditText_FilledBox=0x7f0e01ea; + public static final int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense=0x7f0e01eb; + public static final int Widget_MaterialComponents_TextInputEditText_OutlinedBox=0x7f0e01ec; + public static final int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense=0x7f0e01ed; + public static final int Widget_MaterialComponents_TextInputLayout_FilledBox=0x7f0e01ee; + public static final int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense=0x7f0e01ef; + public static final int Widget_MaterialComponents_TextInputLayout_OutlinedBox=0x7f0e01f0; + public static final int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense=0x7f0e01f1; + public static final int Widget_MaterialComponents_Toolbar=0x7f0e01f2; + public static final int Widget_Support_CoordinatorLayout=0x7f0e01f3; + public static final int time_slot=0x7f0e01f4; + } + public static final class styleable { + /** + * Attributes that can be used with a ActionBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionBar_background com.example.iitrtimetable:background}Specifies a background drawable for the action bar.
{@link #ActionBar_backgroundSplit com.example.iitrtimetable:backgroundSplit}Specifies a background drawable for the bottom component of a split action bar.
{@link #ActionBar_backgroundStacked com.example.iitrtimetable:backgroundStacked}Specifies a background drawable for a second stacked row of the action bar.
{@link #ActionBar_contentInsetEnd com.example.iitrtimetable:contentInsetEnd}Minimum inset for content views within a bar.
{@link #ActionBar_contentInsetEndWithActions com.example.iitrtimetable:contentInsetEndWithActions}Minimum inset for content views within a bar when actions from a menu + * are present.
{@link #ActionBar_contentInsetLeft com.example.iitrtimetable:contentInsetLeft}Minimum inset for content views within a bar.
{@link #ActionBar_contentInsetRight com.example.iitrtimetable:contentInsetRight}Minimum inset for content views within a bar.
{@link #ActionBar_contentInsetStart com.example.iitrtimetable:contentInsetStart}Minimum inset for content views within a bar.
{@link #ActionBar_contentInsetStartWithNavigation com.example.iitrtimetable:contentInsetStartWithNavigation}Minimum inset for content views within a bar when a navigation button + * is present, such as the Up button.
{@link #ActionBar_customNavigationLayout com.example.iitrtimetable:customNavigationLayout}Specifies a layout for custom navigation.
{@link #ActionBar_displayOptions com.example.iitrtimetable:displayOptions}Options affecting how the action bar is displayed.
{@link #ActionBar_divider com.example.iitrtimetable:divider}Specifies the drawable used for item dividers.
{@link #ActionBar_elevation com.example.iitrtimetable:elevation}Elevation for the action bar itself
{@link #ActionBar_height com.example.iitrtimetable:height}
{@link #ActionBar_hideOnContentScroll com.example.iitrtimetable:hideOnContentScroll}Set true to hide the action bar on a vertical nested scroll of content.
{@link #ActionBar_homeAsUpIndicator com.example.iitrtimetable:homeAsUpIndicator}Specifies a drawable to use for the 'home as up' indicator.
{@link #ActionBar_homeLayout com.example.iitrtimetable:homeLayout}Specifies a layout to use for the "home" section of the action bar.
{@link #ActionBar_icon com.example.iitrtimetable:icon}
{@link #ActionBar_indeterminateProgressStyle com.example.iitrtimetable:indeterminateProgressStyle}Specifies a style resource to use for an indeterminate progress spinner.
{@link #ActionBar_itemPadding com.example.iitrtimetable:itemPadding}Specifies padding that should be applied to the left and right sides of + * system-provided items in the bar.
{@link #ActionBar_logo com.example.iitrtimetable:logo}Specifies the drawable used for the application logo.
{@link #ActionBar_navigationMode com.example.iitrtimetable:navigationMode}The type of navigation to use.
{@link #ActionBar_popupTheme com.example.iitrtimetable:popupTheme}Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar.
{@link #ActionBar_progressBarPadding com.example.iitrtimetable:progressBarPadding}Specifies the horizontal padding on either end for an embedded progress bar.
{@link #ActionBar_progressBarStyle com.example.iitrtimetable:progressBarStyle}Specifies a style resource to use for an embedded progress bar.
{@link #ActionBar_subtitle com.example.iitrtimetable:subtitle}Specifies subtitle text used for navigationMode="normal"
{@link #ActionBar_subtitleTextStyle com.example.iitrtimetable:subtitleTextStyle}Specifies a style to use for subtitle text.
{@link #ActionBar_title com.example.iitrtimetable:title}
{@link #ActionBar_titleTextStyle com.example.iitrtimetable:titleTextStyle}Specifies a style to use for title text.
+ * @see #ActionBar_background + * @see #ActionBar_backgroundSplit + * @see #ActionBar_backgroundStacked + * @see #ActionBar_contentInsetEnd + * @see #ActionBar_contentInsetEndWithActions + * @see #ActionBar_contentInsetLeft + * @see #ActionBar_contentInsetRight + * @see #ActionBar_contentInsetStart + * @see #ActionBar_contentInsetStartWithNavigation + * @see #ActionBar_customNavigationLayout + * @see #ActionBar_displayOptions + * @see #ActionBar_divider + * @see #ActionBar_elevation + * @see #ActionBar_height + * @see #ActionBar_hideOnContentScroll + * @see #ActionBar_homeAsUpIndicator + * @see #ActionBar_homeLayout + * @see #ActionBar_icon + * @see #ActionBar_indeterminateProgressStyle + * @see #ActionBar_itemPadding + * @see #ActionBar_logo + * @see #ActionBar_navigationMode + * @see #ActionBar_popupTheme + * @see #ActionBar_progressBarPadding + * @see #ActionBar_progressBarStyle + * @see #ActionBar_subtitle + * @see #ActionBar_subtitleTextStyle + * @see #ActionBar_title + * @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar={ + 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030098, + 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, + 0x7f03009d, 0x7f0300ab, 0x7f0300b0, 0x7f0300b1, + 0x7f0300c4, 0x7f0300ef, 0x7f0300f4, 0x7f0300f9, + 0x7f0300fa, 0x7f0300fc, 0x7f030106, 0x7f030110, + 0x7f030169, 0x7f030175, 0x7f030186, 0x7f03018a, + 0x7f03018b, 0x7f0301b9, 0x7f0301bc, 0x7f030202, + 0x7f03020c + }; + /** + *

+ * @attr description + * Specifies a background drawable for the action bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:background + */ + public static final int ActionBar_background=0; + /** + *

+ * @attr description + * Specifies a background drawable for the bottom component of a split action bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:backgroundSplit + */ + public static final int ActionBar_backgroundSplit=1; + /** + *

+ * @attr description + * Specifies a background drawable for a second stacked row of the action bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:backgroundStacked + */ + public static final int ActionBar_backgroundStacked=2; + /** + *

+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd=3; + /** + *

+ * @attr description + * Minimum inset for content views within a bar when actions from a menu + * are present. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetEndWithActions + */ + public static final int ActionBar_contentInsetEndWithActions=4; + /** + *

+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft=5; + /** + *

+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetRight + */ + public static final int ActionBar_contentInsetRight=6; + /** + *

+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetStart + */ + public static final int ActionBar_contentInsetStart=7; + /** + *

+ * @attr description + * Minimum inset for content views within a bar when a navigation button + * is present, such as the Up button. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetStartWithNavigation + */ + public static final int ActionBar_contentInsetStartWithNavigation=8; + /** + *

+ * @attr description + * Specifies a layout for custom navigation. Overrides navigationMode. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout=9; + /** + *

+ * @attr description + * Options affecting how the action bar is displayed. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ * + * @attr name com.example.iitrtimetable:displayOptions + */ + public static final int ActionBar_displayOptions=10; + /** + *

+ * @attr description + * Specifies the drawable used for item dividers. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:divider + */ + public static final int ActionBar_divider=11; + /** + *

+ * @attr description + * Elevation for the action bar itself + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:elevation + */ + public static final int ActionBar_elevation=12; + /** + *

+ * @attr description + * Specifies a fixed height. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:height + */ + public static final int ActionBar_height=13; + /** + *

+ * @attr description + * Set true to hide the action bar on a vertical nested scroll of content. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll=14; + /** + *

+ * @attr description + * Up navigation glyph + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator=15; + /** + *

+ * @attr description + * Specifies a layout to use for the "home" section of the action bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:homeLayout + */ + public static final int ActionBar_homeLayout=16; + /** + *

+ * @attr description + * Specifies the drawable used for the application icon. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:icon + */ + public static final int ActionBar_icon=17; + /** + *

+ * @attr description + * Specifies a style resource to use for an indeterminate progress spinner. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle=18; + /** + *

+ * @attr description + * Specifies padding that should be applied to the left and right sides of + * system-provided items in the bar. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:itemPadding + */ + public static final int ActionBar_itemPadding=19; + /** + *

+ * @attr description + * Specifies the drawable used for the application logo. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:logo + */ + public static final int ActionBar_logo=20; + /** + *

+ * @attr description + * The type of navigation to use. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
listMode1The action bar will use a selection list for navigation.
normal0Normal static title text
tabMode2The action bar will use a series of horizontal tabs for navigation.
+ * + * @attr name com.example.iitrtimetable:navigationMode + */ + public static final int ActionBar_navigationMode=21; + /** + *

+ * @attr description + * Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:popupTheme + */ + public static final int ActionBar_popupTheme=22; + /** + *

+ * @attr description + * Specifies the horizontal padding on either end for an embedded progress bar. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:progressBarPadding + */ + public static final int ActionBar_progressBarPadding=23; + /** + *

+ * @attr description + * Specifies a style resource to use for an embedded progress bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:progressBarStyle + */ + public static final int ActionBar_progressBarStyle=24; + /** + *

+ * @attr description + * Specifies subtitle text used for navigationMode="normal" + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:subtitle + */ + public static final int ActionBar_subtitle=25; + /** + *

+ * @attr description + * Specifies a style to use for subtitle text. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle=26; + /** + *

+ * @attr description + * Specifies title text used for navigationMode="normal" + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:title + */ + public static final int ActionBar_title=27; + /** + *

+ * @attr description + * Specifies a style to use for title text. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:titleTextStyle + */ + public static final int ActionBar_titleTextStyle=28; + /** + * Attributes that can be used with a ActionBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ * @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout={ + 0x010100b3 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #ActionBarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity=0; + /** + * Attributes that can be used with a ActionMenuItemView. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ * @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView={ + 0x0101013f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ActionMenuItemView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth=0; + public static final int[] ActionMenuView={ + }; + /** + * Attributes that can be used with a ActionMode. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionMode_background com.example.iitrtimetable:background}Specifies a background drawable for the action bar.
{@link #ActionMode_backgroundSplit com.example.iitrtimetable:backgroundSplit}Specifies a background drawable for the bottom component of a split action bar.
{@link #ActionMode_closeItemLayout com.example.iitrtimetable:closeItemLayout}Specifies a layout to use for the "close" item at the starting edge.
{@link #ActionMode_height com.example.iitrtimetable:height}
{@link #ActionMode_subtitleTextStyle com.example.iitrtimetable:subtitleTextStyle}Specifies a style to use for subtitle text.
{@link #ActionMode_titleTextStyle com.example.iitrtimetable:titleTextStyle}Specifies a style to use for title text.
+ * @see #ActionMode_background + * @see #ActionMode_backgroundSplit + * @see #ActionMode_closeItemLayout + * @see #ActionMode_height + * @see #ActionMode_subtitleTextStyle + * @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode={ + 0x7f030031, 0x7f030032, 0x7f030082, 0x7f0300ef, + 0x7f0301bc, 0x7f03020c + }; + /** + *

+ * @attr description + * Specifies a background for the action mode bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:background + */ + public static final int ActionMode_background=0; + /** + *

+ * @attr description + * Specifies a background for the split action mode bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:backgroundSplit + */ + public static final int ActionMode_backgroundSplit=1; + /** + *

+ * @attr description + * Specifies a layout to use for the "close" item at the starting edge. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:closeItemLayout + */ + public static final int ActionMode_closeItemLayout=2; + /** + *

+ * @attr description + * Specifies a fixed height for the action mode bar. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:height + */ + public static final int ActionMode_height=3; + /** + *

+ * @attr description + * Specifies a style to use for subtitle text. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle=4; + /** + *

+ * @attr description + * Specifies a style to use for title text. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:titleTextStyle + */ + public static final int ActionMode_titleTextStyle=5; + /** + * Attributes that can be used with a ActivityChooserView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.example.iitrtimetable:expandActivityOverflowButtonDrawable}The drawable to show in the button for expanding the activities overflow popup.
{@link #ActivityChooserView_initialActivityCount com.example.iitrtimetable:initialActivityCount}The maximal number of items initially shown in the activity list.
+ * @see #ActivityChooserView_expandActivityOverflowButtonDrawable + * @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView={ + 0x7f0300ca, 0x7f030107 + }; + /** + *

+ * @attr description + * The drawable to show in the button for expanding the activities overflow popup. + * Note: Clients would like to set this drawable + * as a clue about the action the chosen activity will perform. For + * example, if share activity is to be chosen the drawable should + * give a clue that sharing is to be performed. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0; + /** + *

+ * @attr description + * The maximal number of items initially shown in the activity list. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount=1; + /** + * Attributes that can be used with a AlertDialog. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonIconDimen com.example.iitrtimetable:buttonIconDimen}
{@link #AlertDialog_buttonPanelSideLayout com.example.iitrtimetable:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.example.iitrtimetable:listItemLayout}
{@link #AlertDialog_listLayout com.example.iitrtimetable:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.example.iitrtimetable:multiChoiceItemLayout}
{@link #AlertDialog_showTitle com.example.iitrtimetable:showTitle}
{@link #AlertDialog_singleChoiceItemLayout com.example.iitrtimetable:singleChoiceItemLayout}
+ * @see #AlertDialog_android_layout + * @see #AlertDialog_buttonIconDimen + * @see #AlertDialog_buttonPanelSideLayout + * @see #AlertDialog_listItemLayout + * @see #AlertDialog_listLayout + * @see #AlertDialog_multiChoiceItemLayout + * @see #AlertDialog_showTitle + * @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog={ + 0x010100f2, 0x7f030055, 0x7f030056, 0x7f03015e, + 0x7f03015f, 0x7f030172, 0x7f0301a1, 0x7f0301a2 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int AlertDialog_android_layout=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#buttonIconDimen} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:buttonIconDimen + */ + public static final int AlertDialog_buttonIconDimen=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#buttonPanelSideLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#listItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:listItemLayout + */ + public static final int AlertDialog_listItemLayout=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#listLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:listLayout + */ + public static final int AlertDialog_listLayout=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#multiChoiceItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#showTitle} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:showTitle + */ + public static final int AlertDialog_showTitle=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#singleChoiceItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:singleChoiceItemLayout + */ + public static final int AlertDialog_singleChoiceItemLayout=7; + /** + * Attributes that can be used with a AnimatedStateListDrawableCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AnimatedStateListDrawableCompat_android_dither android:dither}
{@link #AnimatedStateListDrawableCompat_android_visible android:visible}
{@link #AnimatedStateListDrawableCompat_android_variablePadding android:variablePadding}
{@link #AnimatedStateListDrawableCompat_android_constantSize android:constantSize}
{@link #AnimatedStateListDrawableCompat_android_enterFadeDuration android:enterFadeDuration}
{@link #AnimatedStateListDrawableCompat_android_exitFadeDuration android:exitFadeDuration}
+ * @see #AnimatedStateListDrawableCompat_android_dither + * @see #AnimatedStateListDrawableCompat_android_visible + * @see #AnimatedStateListDrawableCompat_android_variablePadding + * @see #AnimatedStateListDrawableCompat_android_constantSize + * @see #AnimatedStateListDrawableCompat_android_enterFadeDuration + * @see #AnimatedStateListDrawableCompat_android_exitFadeDuration + */ + public static final int[] AnimatedStateListDrawableCompat={ + 0x0101011c, 0x01010194, 0x01010195, 0x01010196, + 0x0101030c, 0x0101030d + }; + /** + *

+ * @attr description + * Enables or disables dithering of the bitmap if the bitmap does not have the + * same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with + * an RGB 565 screen). + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:dither + */ + public static final int AnimatedStateListDrawableCompat_android_dither=0; + /** + *

+ * @attr description + * Indicates whether the drawable should be initially visible. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int AnimatedStateListDrawableCompat_android_visible=1; + /** + *

+ * @attr description + * If true, allows the drawable's padding to change based on the + * current state that is selected. If false, the padding will + * stay the same (based on the maximum padding of all the states). + * Enabling this feature requires that the owner of the drawable + * deal with performing layout when the state changes, which is + * often not supported. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:variablePadding + */ + public static final int AnimatedStateListDrawableCompat_android_variablePadding=2; + /** + *

+ * @attr description + * If true, the drawable's reported internal size will remain + * constant as the state changes; the size is the maximum of all + * of the states. If false, the size will vary based on the + * current state. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:constantSize + */ + public static final int AnimatedStateListDrawableCompat_android_constantSize=3; + /** + *

+ * @attr description + * Amount of time (in milliseconds) to fade in a new state drawable. + * + *

May be an integer value, such as "100". + * + * @attr name android:enterFadeDuration + */ + public static final int AnimatedStateListDrawableCompat_android_enterFadeDuration=4; + /** + *

+ * @attr description + * Amount of time (in milliseconds) to fade out an old state drawable. + * + *

May be an integer value, such as "100". + * + * @attr name android:exitFadeDuration + */ + public static final int AnimatedStateListDrawableCompat_android_exitFadeDuration=5; + /** + * Attributes that can be used with a AnimatedStateListDrawableItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #AnimatedStateListDrawableItem_android_id android:id}
{@link #AnimatedStateListDrawableItem_android_drawable android:drawable}
+ * @see #AnimatedStateListDrawableItem_android_id + * @see #AnimatedStateListDrawableItem_android_drawable + */ + public static final int[] AnimatedStateListDrawableItem={ + 0x010100d0, 0x01010199 + }; + /** + *

+ * @attr description + * Keyframe identifier for use in specifying transitions. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int AnimatedStateListDrawableItem_android_id=0; + /** + *

+ * @attr description + * Reference to a drawable resource to use for the frame. If not + * given, the drawable must be defined by the first child tag. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:drawable + */ + public static final int AnimatedStateListDrawableItem_android_drawable=1; + /** + * Attributes that can be used with a AnimatedStateListDrawableTransition. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AnimatedStateListDrawableTransition_android_drawable android:drawable}
{@link #AnimatedStateListDrawableTransition_android_toId android:toId}
{@link #AnimatedStateListDrawableTransition_android_fromId android:fromId}
{@link #AnimatedStateListDrawableTransition_android_reversible android:reversible}
+ * @see #AnimatedStateListDrawableTransition_android_drawable + * @see #AnimatedStateListDrawableTransition_android_toId + * @see #AnimatedStateListDrawableTransition_android_fromId + * @see #AnimatedStateListDrawableTransition_android_reversible + */ + public static final int[] AnimatedStateListDrawableTransition={ + 0x01010199, 0x01010449, 0x0101044a, 0x0101044b + }; + /** + *

+ * @attr description + * Reference to a animation drawable resource to use for the frame. If not + * given, the animation drawable must be defined by the first child tag. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:drawable + */ + public static final int AnimatedStateListDrawableTransition_android_drawable=0; + /** + *

+ * @attr description + * Keyframe identifier for the ending state. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:toId + */ + public static final int AnimatedStateListDrawableTransition_android_toId=1; + /** + *

+ * @attr description + * Keyframe identifier for the starting state. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:fromId + */ + public static final int AnimatedStateListDrawableTransition_android_fromId=2; + /** + *

+ * @attr description + * Whether this transition is reversible. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:reversible + */ + public static final int AnimatedStateListDrawableTransition_android_reversible=3; + /** + * Attributes that can be used with a AppBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_elevation com.example.iitrtimetable:elevation}Elevation for the action bar itself
{@link #AppBarLayout_expanded com.example.iitrtimetable:expanded}
{@link #AppBarLayout_liftOnScroll com.example.iitrtimetable:liftOnScroll}
+ * @see #AppBarLayout_android_background + * @see #AppBarLayout_android_touchscreenBlocksFocus + * @see #AppBarLayout_android_keyboardNavigationCluster + * @see #AppBarLayout_elevation + * @see #AppBarLayout_expanded + * @see #AppBarLayout_liftOnScroll + */ + public static final int[] AppBarLayout={ + 0x010100d4, 0x0101048f, 0x01010540, 0x7f0300c4, + 0x7f0300cb, 0x7f030157 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int AppBarLayout_android_background=0; + /** + *

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:touchscreenBlocksFocus + */ + public static final int AppBarLayout_android_touchscreenBlocksFocus=1; + /** + *

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:keyboardNavigationCluster + */ + public static final int AppBarLayout_android_keyboardNavigationCluster=2; + /** + *

+ * @attr description + * Elevation for the action bar itself + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:elevation + */ + public static final int AppBarLayout_elevation=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expanded} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:expanded + */ + public static final int AppBarLayout_expanded=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#liftOnScroll} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:liftOnScroll + */ + public static final int AppBarLayout_liftOnScroll=5; + /** + * Attributes that can be used with a AppBarLayoutStates. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed com.example.iitrtimetable:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible com.example.iitrtimetable:state_collapsible}
{@link #AppBarLayoutStates_state_liftable com.example.iitrtimetable:state_liftable}
{@link #AppBarLayoutStates_state_lifted com.example.iitrtimetable:state_lifted}
+ * @see #AppBarLayoutStates_state_collapsed + * @see #AppBarLayoutStates_state_collapsible + * @see #AppBarLayoutStates_state_liftable + * @see #AppBarLayoutStates_state_lifted + */ + public static final int[] AppBarLayoutStates={ + 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#state_collapsed} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:state_collapsed + */ + public static final int AppBarLayoutStates_state_collapsed=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#state_collapsible} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:state_collapsible + */ + public static final int AppBarLayoutStates_state_collapsible=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#state_liftable} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:state_liftable + */ + public static final int AppBarLayoutStates_state_liftable=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#state_lifted} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:state_lifted + */ + public static final int AppBarLayoutStates_state_lifted=3; + /** + * Attributes that can be used with a AppBarLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags com.example.iitrtimetable:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator com.example.iitrtimetable:layout_scrollInterpolator}
+ * @see #AppBarLayout_Layout_layout_scrollFlags + * @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout={ + 0x7f030155, 0x7f030156 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_scrollFlags} + * attribute's value can be found in the {@link #AppBarLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
enterAlways4
enterAlwaysCollapsed8
exitUntilCollapsed2
scroll1
snap10
snapMargins20
+ * + * @attr name com.example.iitrtimetable:layout_scrollFlags + */ + public static final int AppBarLayout_Layout_layout_scrollFlags=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_scrollInterpolator} + * attribute's value can be found in the {@link #AppBarLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:layout_scrollInterpolator + */ + public static final int AppBarLayout_Layout_layout_scrollInterpolator=1; + /** + * Attributes that can be used with a AppCompatImageView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat com.example.iitrtimetable:srcCompat}Sets a drawable as the content of this ImageView.
{@link #AppCompatImageView_tint com.example.iitrtimetable:tint}Tint to apply to the image source.
{@link #AppCompatImageView_tintMode com.example.iitrtimetable:tintMode}Blending mode used to apply the image source tint.
+ * @see #AppCompatImageView_android_src + * @see #AppCompatImageView_srcCompat + * @see #AppCompatImageView_tint + * @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView={ + 0x01010119, 0x7f0301ac, 0x7f030200, 0x7f030201 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#src} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:src + */ + public static final int AppCompatImageView_android_src=0; + /** + *

+ * @attr description + * Sets a drawable as the content of this ImageView. Allows the use of vector drawable + * when running on older versions of the platform. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:srcCompat + */ + public static final int AppCompatImageView_srcCompat=1; + /** + *

+ * @attr description + * Tint to apply to the image source. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:tint + */ + public static final int AppCompatImageView_tint=2; + /** + *

+ * @attr description + * Blending mode used to apply the image source tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:tintMode + */ + public static final int AppCompatImageView_tintMode=3; + /** + * Attributes that can be used with a AppCompatSeekBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark com.example.iitrtimetable:tickMark}Drawable displayed at each progress position on a seekbar.
{@link #AppCompatSeekBar_tickMarkTint com.example.iitrtimetable:tickMarkTint}Tint to apply to the tick mark drawable.
{@link #AppCompatSeekBar_tickMarkTintMode com.example.iitrtimetable:tickMarkTintMode}Blending mode used to apply the tick mark tint.
+ * @see #AppCompatSeekBar_android_thumb + * @see #AppCompatSeekBar_tickMark + * @see #AppCompatSeekBar_tickMarkTint + * @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar={ + 0x01010142, 0x7f0301fd, 0x7f0301fe, 0x7f0301ff + }; + /** + *

This symbol is the offset where the {@link android.R.attr#thumb} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:thumb + */ + public static final int AppCompatSeekBar_android_thumb=0; + /** + *

+ * @attr description + * Drawable displayed at each progress position on a seekbar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:tickMark + */ + public static final int AppCompatSeekBar_tickMark=1; + /** + *

+ * @attr description + * Tint to apply to the tick mark drawable. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:tickMarkTint + */ + public static final int AppCompatSeekBar_tickMarkTint=2; + /** + *

+ * @attr description + * Blending mode used to apply the tick mark tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:tickMarkTintMode + */ + public static final int AppCompatSeekBar_tickMarkTintMode=3; + /** + * Attributes that can be used with a AppCompatTextHelper. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
+ * @see #AppCompatTextHelper_android_textAppearance + * @see #AppCompatTextHelper_android_drawableTop + * @see #AppCompatTextHelper_android_drawableBottom + * @see #AppCompatTextHelper_android_drawableLeft + * @see #AppCompatTextHelper_android_drawableRight + * @see #AppCompatTextHelper_android_drawableStart + * @see #AppCompatTextHelper_android_drawableEnd + */ + public static final int[] AppCompatTextHelper={ + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextHelper_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableTop} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableTop + */ + public static final int AppCompatTextHelper_android_drawableTop=1; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableBottom} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableBottom + */ + public static final int AppCompatTextHelper_android_drawableBottom=2; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableLeft} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableLeft + */ + public static final int AppCompatTextHelper_android_drawableLeft=3; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableRight} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableRight + */ + public static final int AppCompatTextHelper_android_drawableRight=4; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableStart} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableStart + */ + public static final int AppCompatTextHelper_android_drawableStart=5; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableEnd} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableEnd + */ + public static final int AppCompatTextHelper_android_drawableEnd=6; + /** + * Attributes that can be used with a AppCompatTextView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize com.example.iitrtimetable:autoSizeMaxTextSize}The maximum text size constraint to be used when auto-sizing text.
{@link #AppCompatTextView_autoSizeMinTextSize com.example.iitrtimetable:autoSizeMinTextSize}The minimum text size constraint to be used when auto-sizing text.
{@link #AppCompatTextView_autoSizePresetSizes com.example.iitrtimetable:autoSizePresetSizes}Resource array of dimensions to be used in conjunction with + * autoSizeTextType set to uniform.
{@link #AppCompatTextView_autoSizeStepGranularity com.example.iitrtimetable:autoSizeStepGranularity}Specify the auto-size step size if autoSizeTextType is set to + * uniform.
{@link #AppCompatTextView_autoSizeTextType com.example.iitrtimetable:autoSizeTextType}Specify the type of auto-size.
{@link #AppCompatTextView_drawableBottomCompat com.example.iitrtimetable:drawableBottomCompat}
{@link #AppCompatTextView_drawableEndCompat com.example.iitrtimetable:drawableEndCompat}
{@link #AppCompatTextView_drawableLeftCompat com.example.iitrtimetable:drawableLeftCompat}Compound drawables allowing the use of vector drawable when running on older versions + * of the platform.
{@link #AppCompatTextView_drawableRightCompat com.example.iitrtimetable:drawableRightCompat}
{@link #AppCompatTextView_drawableStartCompat com.example.iitrtimetable:drawableStartCompat}
{@link #AppCompatTextView_drawableTint com.example.iitrtimetable:drawableTint}Tint to apply to the compound (left, top, etc.) drawables.
{@link #AppCompatTextView_drawableTintMode com.example.iitrtimetable:drawableTintMode}Blending mode used to apply the compound (left, top, etc.) drawables tint.
{@link #AppCompatTextView_drawableTopCompat com.example.iitrtimetable:drawableTopCompat}
{@link #AppCompatTextView_firstBaselineToTopHeight com.example.iitrtimetable:firstBaselineToTopHeight}Distance from the top of the TextView to the first text baseline.
{@link #AppCompatTextView_fontFamily com.example.iitrtimetable:fontFamily}The attribute for the font family.
{@link #AppCompatTextView_fontVariationSettings com.example.iitrtimetable:fontVariationSettings}The variation settings to be applied to the font.
{@link #AppCompatTextView_lastBaselineToBottomHeight com.example.iitrtimetable:lastBaselineToBottomHeight}Distance from the bottom of the TextView to the last text baseline.
{@link #AppCompatTextView_lineHeight com.example.iitrtimetable:lineHeight}Explicit height between lines of text.
{@link #AppCompatTextView_textAllCaps com.example.iitrtimetable:textAllCaps}Present the text in ALL CAPS.
{@link #AppCompatTextView_textLocale com.example.iitrtimetable:textLocale}Set the textLocale by a comma-separated language tag string, + * for example "ja-JP,zh-CN".
+ * @see #AppCompatTextView_android_textAppearance + * @see #AppCompatTextView_autoSizeMaxTextSize + * @see #AppCompatTextView_autoSizeMinTextSize + * @see #AppCompatTextView_autoSizePresetSizes + * @see #AppCompatTextView_autoSizeStepGranularity + * @see #AppCompatTextView_autoSizeTextType + * @see #AppCompatTextView_drawableBottomCompat + * @see #AppCompatTextView_drawableEndCompat + * @see #AppCompatTextView_drawableLeftCompat + * @see #AppCompatTextView_drawableRightCompat + * @see #AppCompatTextView_drawableStartCompat + * @see #AppCompatTextView_drawableTint + * @see #AppCompatTextView_drawableTintMode + * @see #AppCompatTextView_drawableTopCompat + * @see #AppCompatTextView_firstBaselineToTopHeight + * @see #AppCompatTextView_fontFamily + * @see #AppCompatTextView_fontVariationSettings + * @see #AppCompatTextView_lastBaselineToBottomHeight + * @see #AppCompatTextView_lineHeight + * @see #AppCompatTextView_textAllCaps + * @see #AppCompatTextView_textLocale + */ + public static final int[] AppCompatTextView={ + 0x01010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, + 0x7f03002f, 0x7f030030, 0x7f0300b5, 0x7f0300b6, + 0x7f0300b7, 0x7f0300b8, 0x7f0300ba, 0x7f0300bb, + 0x7f0300bc, 0x7f0300bd, 0x7f0300de, 0x7f0300e1, + 0x7f0300e9, 0x7f030118, 0x7f030158, 0x7f0301dc, + 0x7f0301f6 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance=0; + /** + *

+ * @attr description + * The maximum text size constraint to be used when auto-sizing text. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:autoSizeMaxTextSize + */ + public static final int AppCompatTextView_autoSizeMaxTextSize=1; + /** + *

+ * @attr description + * The minimum text size constraint to be used when auto-sizing text. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:autoSizeMinTextSize + */ + public static final int AppCompatTextView_autoSizeMinTextSize=2; + /** + *

+ * @attr description + * Resource array of dimensions to be used in conjunction with + * autoSizeTextType set to uniform. Overrides + * autoSizeStepGranularity if set. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:autoSizePresetSizes + */ + public static final int AppCompatTextView_autoSizePresetSizes=3; + /** + *

+ * @attr description + * Specify the auto-size step size if autoSizeTextType is set to + * uniform. The default is 1px. Overwrites + * autoSizePresetSizes if set. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:autoSizeStepGranularity + */ + public static final int AppCompatTextView_autoSizeStepGranularity=4; + /** + *

+ * @attr description + * Specify the type of auto-size. Note that this feature is not supported by EditText, + * works only for TextView. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
none0No auto-sizing (default).
uniform1Uniform horizontal and vertical text size scaling to fit within the + * container.
+ * + * @attr name com.example.iitrtimetable:autoSizeTextType + */ + public static final int AppCompatTextView_autoSizeTextType=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#drawableBottomCompat} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:drawableBottomCompat + */ + public static final int AppCompatTextView_drawableBottomCompat=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#drawableEndCompat} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:drawableEndCompat + */ + public static final int AppCompatTextView_drawableEndCompat=7; + /** + *

+ * @attr description + * Compound drawables allowing the use of vector drawable when running on older versions + * of the platform. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:drawableLeftCompat + */ + public static final int AppCompatTextView_drawableLeftCompat=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#drawableRightCompat} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:drawableRightCompat + */ + public static final int AppCompatTextView_drawableRightCompat=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#drawableStartCompat} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:drawableStartCompat + */ + public static final int AppCompatTextView_drawableStartCompat=10; + /** + *

+ * @attr description + * Tint to apply to the compound (left, top, etc.) drawables. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:drawableTint + */ + public static final int AppCompatTextView_drawableTint=11; + /** + *

+ * @attr description + * Blending mode used to apply the compound (left, top, etc.) drawables tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:drawableTintMode + */ + public static final int AppCompatTextView_drawableTintMode=12; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#drawableTopCompat} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:drawableTopCompat + */ + public static final int AppCompatTextView_drawableTopCompat=13; + /** + *

+ * @attr description + * Distance from the top of the TextView to the first text baseline. If set, this + * overrides the value set for paddingTop. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:firstBaselineToTopHeight + */ + public static final int AppCompatTextView_firstBaselineToTopHeight=14; + /** + *

+ * @attr description + * The attribute for the font family. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontFamily + */ + public static final int AppCompatTextView_fontFamily=15; + /** + *

+ * @attr description + * OpenType font variation settings, available after api 26. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontVariationSettings + */ + public static final int AppCompatTextView_fontVariationSettings=16; + /** + *

+ * @attr description + * Distance from the bottom of the TextView to the last text baseline. If set, this + * overrides the value set for paddingBottom. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:lastBaselineToBottomHeight + */ + public static final int AppCompatTextView_lastBaselineToBottomHeight=17; + /** + *

+ * @attr description + * Explicit height between lines of text. If set, this will override the values set + * for lineSpacingExtra and lineSpacingMultiplier. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:lineHeight + */ + public static final int AppCompatTextView_lineHeight=18; + /** + *

+ * @attr description + * Present the text in ALL CAPS. This may use a small-caps form when available. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps=19; + /** + *

+ * @attr description + * Set the textLocale by a comma-separated language tag string, + * for example "ja-JP,zh-CN". This attribute only takes effect on API 21 and above. + * Before API 24, only the first language tag is used. Starting from API 24, + * the string will be converted into a {@link android.os.LocaleList} and then used by + * {@link android.widget.TextView} + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:textLocale + */ + public static final int AppCompatTextView_textLocale=20; + /** + * Attributes that can be used with a AppCompatTheme. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_actionBarDivider com.example.iitrtimetable:actionBarDivider}Custom divider drawable to use for elements in the action bar.
{@link #AppCompatTheme_actionBarItemBackground com.example.iitrtimetable:actionBarItemBackground}Custom item state list drawable background for action bar items.
{@link #AppCompatTheme_actionBarPopupTheme com.example.iitrtimetable:actionBarPopupTheme}Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar.
{@link #AppCompatTheme_actionBarSize com.example.iitrtimetable:actionBarSize}Size of the Action Bar, including the contextual + * bar used to present Action Modes.
{@link #AppCompatTheme_actionBarSplitStyle com.example.iitrtimetable:actionBarSplitStyle}Reference to a style for the split Action Bar.
{@link #AppCompatTheme_actionBarStyle com.example.iitrtimetable:actionBarStyle}Reference to a style for the Action Bar
{@link #AppCompatTheme_actionBarTabBarStyle com.example.iitrtimetable:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle com.example.iitrtimetable:actionBarTabStyle}Default style for tabs within an action bar
{@link #AppCompatTheme_actionBarTabTextStyle com.example.iitrtimetable:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme com.example.iitrtimetable:actionBarTheme}Reference to a theme that should be used to inflate the + * action bar.
{@link #AppCompatTheme_actionBarWidgetTheme com.example.iitrtimetable:actionBarWidgetTheme}Reference to a theme that should be used to inflate widgets + * and layouts destined for the action bar.
{@link #AppCompatTheme_actionButtonStyle com.example.iitrtimetable:actionButtonStyle}Default action button style.
{@link #AppCompatTheme_actionDropDownStyle com.example.iitrtimetable:actionDropDownStyle}Default ActionBar dropdown style.
{@link #AppCompatTheme_actionMenuTextAppearance com.example.iitrtimetable:actionMenuTextAppearance}TextAppearance style that will be applied to text that + * appears within action menu items.
{@link #AppCompatTheme_actionMenuTextColor com.example.iitrtimetable:actionMenuTextColor}Color for text that appears within action menu items.
{@link #AppCompatTheme_actionModeBackground com.example.iitrtimetable:actionModeBackground}Background drawable to use for action mode UI
{@link #AppCompatTheme_actionModeCloseButtonStyle com.example.iitrtimetable:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable com.example.iitrtimetable:actionModeCloseDrawable}Drawable to use for the close action mode button
{@link #AppCompatTheme_actionModeCopyDrawable com.example.iitrtimetable:actionModeCopyDrawable}Drawable to use for the Copy action button in Contextual Action Bar
{@link #AppCompatTheme_actionModeCutDrawable com.example.iitrtimetable:actionModeCutDrawable}Drawable to use for the Cut action button in Contextual Action Bar
{@link #AppCompatTheme_actionModeFindDrawable com.example.iitrtimetable:actionModeFindDrawable}Drawable to use for the Find action button in WebView selection action modes
{@link #AppCompatTheme_actionModePasteDrawable com.example.iitrtimetable:actionModePasteDrawable}Drawable to use for the Paste action button in Contextual Action Bar
{@link #AppCompatTheme_actionModePopupWindowStyle com.example.iitrtimetable:actionModePopupWindowStyle}PopupWindow style to use for action modes when showing as a window overlay.
{@link #AppCompatTheme_actionModeSelectAllDrawable com.example.iitrtimetable:actionModeSelectAllDrawable}Drawable to use for the Select all action button in Contextual Action Bar
{@link #AppCompatTheme_actionModeShareDrawable com.example.iitrtimetable:actionModeShareDrawable}Drawable to use for the Share action button in WebView selection action modes
{@link #AppCompatTheme_actionModeSplitBackground com.example.iitrtimetable:actionModeSplitBackground}Background drawable to use for action mode UI in the lower split bar
{@link #AppCompatTheme_actionModeStyle com.example.iitrtimetable:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable com.example.iitrtimetable:actionModeWebSearchDrawable}Drawable to use for the Web Search action button in WebView selection action modes
{@link #AppCompatTheme_actionOverflowButtonStyle com.example.iitrtimetable:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle com.example.iitrtimetable:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle com.example.iitrtimetable:activityChooserViewStyle}Default ActivityChooserView style.
{@link #AppCompatTheme_alertDialogButtonGroupStyle com.example.iitrtimetable:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons com.example.iitrtimetable:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle com.example.iitrtimetable:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme com.example.iitrtimetable:alertDialogTheme}Theme to use for alert dialogs spawned from this theme.
{@link #AppCompatTheme_autoCompleteTextViewStyle com.example.iitrtimetable:autoCompleteTextViewStyle}Default AutoCompleteTextView style.
{@link #AppCompatTheme_borderlessButtonStyle com.example.iitrtimetable:borderlessButtonStyle}Style for buttons without an explicit border, often used in groups.
{@link #AppCompatTheme_buttonBarButtonStyle com.example.iitrtimetable:buttonBarButtonStyle}Style for buttons within button bars
{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.example.iitrtimetable:buttonBarNegativeButtonStyle}Style for the "negative" buttons within button bars
{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.example.iitrtimetable:buttonBarNeutralButtonStyle}Style for the "neutral" buttons within button bars
{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.example.iitrtimetable:buttonBarPositiveButtonStyle}Style for the "positive" buttons within button bars
{@link #AppCompatTheme_buttonBarStyle com.example.iitrtimetable:buttonBarStyle}Style for button bars
{@link #AppCompatTheme_buttonStyle com.example.iitrtimetable:buttonStyle}Normal Button style.
{@link #AppCompatTheme_buttonStyleSmall com.example.iitrtimetable:buttonStyleSmall}Small Button style.
{@link #AppCompatTheme_checkboxStyle com.example.iitrtimetable:checkboxStyle}Default Checkbox style.
{@link #AppCompatTheme_checkedTextViewStyle com.example.iitrtimetable:checkedTextViewStyle}Default CheckedTextView style.
{@link #AppCompatTheme_colorAccent com.example.iitrtimetable:colorAccent}Bright complement to the primary branding color.
{@link #AppCompatTheme_colorBackgroundFloating com.example.iitrtimetable:colorBackgroundFloating}Default color of background imagery for floating components, ex.
{@link #AppCompatTheme_colorButtonNormal com.example.iitrtimetable:colorButtonNormal}The color applied to framework buttons in their normal state.
{@link #AppCompatTheme_colorControlActivated com.example.iitrtimetable:colorControlActivated}The color applied to framework controls in their activated (ex.
{@link #AppCompatTheme_colorControlHighlight com.example.iitrtimetable:colorControlHighlight}The color applied to framework control highlights (ex.
{@link #AppCompatTheme_colorControlNormal com.example.iitrtimetable:colorControlNormal}The color applied to framework controls in their normal state.
{@link #AppCompatTheme_colorError com.example.iitrtimetable:colorError}Color used for error states and things that need to be drawn to + * the user's attention.
{@link #AppCompatTheme_colorPrimary com.example.iitrtimetable:colorPrimary}The primary branding color for the app.
{@link #AppCompatTheme_colorPrimaryDark com.example.iitrtimetable:colorPrimaryDark}Dark variant of the primary branding color.
{@link #AppCompatTheme_colorSwitchThumbNormal com.example.iitrtimetable:colorSwitchThumbNormal}The color applied to framework switch thumbs in their normal state.
{@link #AppCompatTheme_controlBackground com.example.iitrtimetable:controlBackground}The background used by framework controls.
{@link #AppCompatTheme_dialogCornerRadius com.example.iitrtimetable:dialogCornerRadius}Preferred corner radius of dialogs.
{@link #AppCompatTheme_dialogPreferredPadding com.example.iitrtimetable:dialogPreferredPadding}Preferred padding for dialog content.
{@link #AppCompatTheme_dialogTheme com.example.iitrtimetable:dialogTheme}Theme to use for dialogs spawned from this theme.
{@link #AppCompatTheme_dividerHorizontal com.example.iitrtimetable:dividerHorizontal}A drawable that may be used as a horizontal divider between visual elements.
{@link #AppCompatTheme_dividerVertical com.example.iitrtimetable:dividerVertical}A drawable that may be used as a vertical divider between visual elements.
{@link #AppCompatTheme_dropDownListViewStyle com.example.iitrtimetable:dropDownListViewStyle}ListPopupWindow compatibility
{@link #AppCompatTheme_dropdownListPreferredItemHeight com.example.iitrtimetable:dropdownListPreferredItemHeight}The preferred item height for dropdown lists.
{@link #AppCompatTheme_editTextBackground com.example.iitrtimetable:editTextBackground}EditText background drawable.
{@link #AppCompatTheme_editTextColor com.example.iitrtimetable:editTextColor}EditText text foreground color.
{@link #AppCompatTheme_editTextStyle com.example.iitrtimetable:editTextStyle}Default EditText style.
{@link #AppCompatTheme_homeAsUpIndicator com.example.iitrtimetable:homeAsUpIndicator}Specifies a drawable to use for the 'home as up' indicator.
{@link #AppCompatTheme_imageButtonStyle com.example.iitrtimetable:imageButtonStyle}ImageButton background drawable.
{@link #AppCompatTheme_listChoiceBackgroundIndicator com.example.iitrtimetable:listChoiceBackgroundIndicator}Drawable used as a background for selected list items.
{@link #AppCompatTheme_listChoiceIndicatorMultipleAnimated com.example.iitrtimetable:listChoiceIndicatorMultipleAnimated}Animated Drawable to use for single choice indicators.
{@link #AppCompatTheme_listChoiceIndicatorSingleAnimated com.example.iitrtimetable:listChoiceIndicatorSingleAnimated}Animated Drawable to use for multiple choice indicators.
{@link #AppCompatTheme_listDividerAlertDialog com.example.iitrtimetable:listDividerAlertDialog}The list divider used in alert dialogs.
{@link #AppCompatTheme_listMenuViewStyle com.example.iitrtimetable:listMenuViewStyle}Default menu-style ListView style.
{@link #AppCompatTheme_listPopupWindowStyle com.example.iitrtimetable:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight com.example.iitrtimetable:listPreferredItemHeight}The preferred list item height.
{@link #AppCompatTheme_listPreferredItemHeightLarge com.example.iitrtimetable:listPreferredItemHeightLarge}A larger, more robust list item height.
{@link #AppCompatTheme_listPreferredItemHeightSmall com.example.iitrtimetable:listPreferredItemHeightSmall}A smaller, sleeker list item height.
{@link #AppCompatTheme_listPreferredItemPaddingEnd com.example.iitrtimetable:listPreferredItemPaddingEnd}The preferred padding along the end edge of list items.
{@link #AppCompatTheme_listPreferredItemPaddingLeft com.example.iitrtimetable:listPreferredItemPaddingLeft}The preferred padding along the left edge of list items.
{@link #AppCompatTheme_listPreferredItemPaddingRight com.example.iitrtimetable:listPreferredItemPaddingRight}The preferred padding along the right edge of list items.
{@link #AppCompatTheme_listPreferredItemPaddingStart com.example.iitrtimetable:listPreferredItemPaddingStart}The preferred padding along the start edge of list items.
{@link #AppCompatTheme_panelBackground com.example.iitrtimetable:panelBackground}The background of a panel when it is inset from the left and right edges of the screen.
{@link #AppCompatTheme_panelMenuListTheme com.example.iitrtimetable:panelMenuListTheme}Default Panel Menu style.
{@link #AppCompatTheme_panelMenuListWidth com.example.iitrtimetable:panelMenuListWidth}Default Panel Menu width.
{@link #AppCompatTheme_popupMenuStyle com.example.iitrtimetable:popupMenuStyle}Default PopupMenu style.
{@link #AppCompatTheme_popupWindowStyle com.example.iitrtimetable:popupWindowStyle}Default PopupWindow style.
{@link #AppCompatTheme_radioButtonStyle com.example.iitrtimetable:radioButtonStyle}Default RadioButton style.
{@link #AppCompatTheme_ratingBarStyle com.example.iitrtimetable:ratingBarStyle}Default RatingBar style.
{@link #AppCompatTheme_ratingBarStyleIndicator com.example.iitrtimetable:ratingBarStyleIndicator}Indicator RatingBar style.
{@link #AppCompatTheme_ratingBarStyleSmall com.example.iitrtimetable:ratingBarStyleSmall}Small indicator RatingBar style.
{@link #AppCompatTheme_searchViewStyle com.example.iitrtimetable:searchViewStyle}Style for the search query widget.
{@link #AppCompatTheme_seekBarStyle com.example.iitrtimetable:seekBarStyle}Default SeekBar style.
{@link #AppCompatTheme_selectableItemBackground com.example.iitrtimetable:selectableItemBackground}A style that may be applied to buttons or other selectable items + * that should react to pressed and focus states, but that do not + * have a clear visual border along the edges.
{@link #AppCompatTheme_selectableItemBackgroundBorderless com.example.iitrtimetable:selectableItemBackgroundBorderless}Background drawable for borderless standalone items that need focus/pressed states.
{@link #AppCompatTheme_spinnerDropDownItemStyle com.example.iitrtimetable:spinnerDropDownItemStyle}Default Spinner style.
{@link #AppCompatTheme_spinnerStyle com.example.iitrtimetable:spinnerStyle}Default Spinner style.
{@link #AppCompatTheme_switchStyle com.example.iitrtimetable:switchStyle}Default style for the Switch widget.
{@link #AppCompatTheme_textAppearanceLargePopupMenu com.example.iitrtimetable:textAppearanceLargePopupMenu}Text color, typeface, size, and style for the text inside of a popup menu.
{@link #AppCompatTheme_textAppearanceListItem com.example.iitrtimetable:textAppearanceListItem}The preferred TextAppearance for the primary text of list items.
{@link #AppCompatTheme_textAppearanceListItemSecondary com.example.iitrtimetable:textAppearanceListItemSecondary}The preferred TextAppearance for the secondary text of list items.
{@link #AppCompatTheme_textAppearanceListItemSmall com.example.iitrtimetable:textAppearanceListItemSmall}The preferred TextAppearance for the primary text of small list items.
{@link #AppCompatTheme_textAppearancePopupMenuHeader com.example.iitrtimetable:textAppearancePopupMenuHeader}Text color, typeface, size, and style for header text inside of a popup menu.
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.example.iitrtimetable:textAppearanceSearchResultSubtitle}Text color, typeface, size, and style for system search result subtitle.
{@link #AppCompatTheme_textAppearanceSearchResultTitle com.example.iitrtimetable:textAppearanceSearchResultTitle}Text color, typeface, size, and style for system search result title.
{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.example.iitrtimetable:textAppearanceSmallPopupMenu}Text color, typeface, size, and style for small text inside of a popup menu.
{@link #AppCompatTheme_textColorAlertDialogListItem com.example.iitrtimetable:textColorAlertDialogListItem}Color of list item text in alert dialogs.
{@link #AppCompatTheme_textColorSearchUrl com.example.iitrtimetable:textColorSearchUrl}Text color for urls in search suggestions, used by things like global search
{@link #AppCompatTheme_toolbarNavigationButtonStyle com.example.iitrtimetable:toolbarNavigationButtonStyle}Default Toolar NavigationButtonStyle
{@link #AppCompatTheme_toolbarStyle com.example.iitrtimetable:toolbarStyle}Default Toolbar style.
{@link #AppCompatTheme_tooltipForegroundColor com.example.iitrtimetable:tooltipForegroundColor}Foreground color to use for tooltips
{@link #AppCompatTheme_tooltipFrameBackground com.example.iitrtimetable:tooltipFrameBackground}Background to use for tooltips
{@link #AppCompatTheme_viewInflaterClass com.example.iitrtimetable:viewInflaterClass}
{@link #AppCompatTheme_windowActionBar com.example.iitrtimetable:windowActionBar}Flag indicating whether this window should have an Action Bar + * in place of the usual title bar.
{@link #AppCompatTheme_windowActionBarOverlay com.example.iitrtimetable:windowActionBarOverlay}Flag indicating whether this window's Action Bar should overlay + * application content.
{@link #AppCompatTheme_windowActionModeOverlay com.example.iitrtimetable:windowActionModeOverlay}Flag indicating whether action modes should overlay window content + * when there is not reserved space for their UI (such as an Action Bar).
{@link #AppCompatTheme_windowFixedHeightMajor com.example.iitrtimetable:windowFixedHeightMajor}A fixed height for the window along the major axis of the screen, + * that is, when in portrait.
{@link #AppCompatTheme_windowFixedHeightMinor com.example.iitrtimetable:windowFixedHeightMinor}A fixed height for the window along the minor axis of the screen, + * that is, when in landscape.
{@link #AppCompatTheme_windowFixedWidthMajor com.example.iitrtimetable:windowFixedWidthMajor}A fixed width for the window along the major axis of the screen, + * that is, when in landscape.
{@link #AppCompatTheme_windowFixedWidthMinor com.example.iitrtimetable:windowFixedWidthMinor}A fixed width for the window along the minor axis of the screen, + * that is, when in portrait.
{@link #AppCompatTheme_windowMinWidthMajor com.example.iitrtimetable:windowMinWidthMajor}The minimum width the window is allowed to be, along the major + * axis of the screen.
{@link #AppCompatTheme_windowMinWidthMinor com.example.iitrtimetable:windowMinWidthMinor}The minimum width the window is allowed to be, along the minor + * axis of the screen.
{@link #AppCompatTheme_windowNoTitle com.example.iitrtimetable:windowNoTitle}Flag indicating whether there should be no title on this window.
+ * @see #AppCompatTheme_android_windowIsFloating + * @see #AppCompatTheme_android_windowAnimationStyle + * @see #AppCompatTheme_actionBarDivider + * @see #AppCompatTheme_actionBarItemBackground + * @see #AppCompatTheme_actionBarPopupTheme + * @see #AppCompatTheme_actionBarSize + * @see #AppCompatTheme_actionBarSplitStyle + * @see #AppCompatTheme_actionBarStyle + * @see #AppCompatTheme_actionBarTabBarStyle + * @see #AppCompatTheme_actionBarTabStyle + * @see #AppCompatTheme_actionBarTabTextStyle + * @see #AppCompatTheme_actionBarTheme + * @see #AppCompatTheme_actionBarWidgetTheme + * @see #AppCompatTheme_actionButtonStyle + * @see #AppCompatTheme_actionDropDownStyle + * @see #AppCompatTheme_actionMenuTextAppearance + * @see #AppCompatTheme_actionMenuTextColor + * @see #AppCompatTheme_actionModeBackground + * @see #AppCompatTheme_actionModeCloseButtonStyle + * @see #AppCompatTheme_actionModeCloseDrawable + * @see #AppCompatTheme_actionModeCopyDrawable + * @see #AppCompatTheme_actionModeCutDrawable + * @see #AppCompatTheme_actionModeFindDrawable + * @see #AppCompatTheme_actionModePasteDrawable + * @see #AppCompatTheme_actionModePopupWindowStyle + * @see #AppCompatTheme_actionModeSelectAllDrawable + * @see #AppCompatTheme_actionModeShareDrawable + * @see #AppCompatTheme_actionModeSplitBackground + * @see #AppCompatTheme_actionModeStyle + * @see #AppCompatTheme_actionModeWebSearchDrawable + * @see #AppCompatTheme_actionOverflowButtonStyle + * @see #AppCompatTheme_actionOverflowMenuStyle + * @see #AppCompatTheme_activityChooserViewStyle + * @see #AppCompatTheme_alertDialogButtonGroupStyle + * @see #AppCompatTheme_alertDialogCenterButtons + * @see #AppCompatTheme_alertDialogStyle + * @see #AppCompatTheme_alertDialogTheme + * @see #AppCompatTheme_autoCompleteTextViewStyle + * @see #AppCompatTheme_borderlessButtonStyle + * @see #AppCompatTheme_buttonBarButtonStyle + * @see #AppCompatTheme_buttonBarNegativeButtonStyle + * @see #AppCompatTheme_buttonBarNeutralButtonStyle + * @see #AppCompatTheme_buttonBarPositiveButtonStyle + * @see #AppCompatTheme_buttonBarStyle + * @see #AppCompatTheme_buttonStyle + * @see #AppCompatTheme_buttonStyleSmall + * @see #AppCompatTheme_checkboxStyle + * @see #AppCompatTheme_checkedTextViewStyle + * @see #AppCompatTheme_colorAccent + * @see #AppCompatTheme_colorBackgroundFloating + * @see #AppCompatTheme_colorButtonNormal + * @see #AppCompatTheme_colorControlActivated + * @see #AppCompatTheme_colorControlHighlight + * @see #AppCompatTheme_colorControlNormal + * @see #AppCompatTheme_colorError + * @see #AppCompatTheme_colorPrimary + * @see #AppCompatTheme_colorPrimaryDark + * @see #AppCompatTheme_colorSwitchThumbNormal + * @see #AppCompatTheme_controlBackground + * @see #AppCompatTheme_dialogCornerRadius + * @see #AppCompatTheme_dialogPreferredPadding + * @see #AppCompatTheme_dialogTheme + * @see #AppCompatTheme_dividerHorizontal + * @see #AppCompatTheme_dividerVertical + * @see #AppCompatTheme_dropDownListViewStyle + * @see #AppCompatTheme_dropdownListPreferredItemHeight + * @see #AppCompatTheme_editTextBackground + * @see #AppCompatTheme_editTextColor + * @see #AppCompatTheme_editTextStyle + * @see #AppCompatTheme_homeAsUpIndicator + * @see #AppCompatTheme_imageButtonStyle + * @see #AppCompatTheme_listChoiceBackgroundIndicator + * @see #AppCompatTheme_listChoiceIndicatorMultipleAnimated + * @see #AppCompatTheme_listChoiceIndicatorSingleAnimated + * @see #AppCompatTheme_listDividerAlertDialog + * @see #AppCompatTheme_listMenuViewStyle + * @see #AppCompatTheme_listPopupWindowStyle + * @see #AppCompatTheme_listPreferredItemHeight + * @see #AppCompatTheme_listPreferredItemHeightLarge + * @see #AppCompatTheme_listPreferredItemHeightSmall + * @see #AppCompatTheme_listPreferredItemPaddingEnd + * @see #AppCompatTheme_listPreferredItemPaddingLeft + * @see #AppCompatTheme_listPreferredItemPaddingRight + * @see #AppCompatTheme_listPreferredItemPaddingStart + * @see #AppCompatTheme_panelBackground + * @see #AppCompatTheme_panelMenuListTheme + * @see #AppCompatTheme_panelMenuListWidth + * @see #AppCompatTheme_popupMenuStyle + * @see #AppCompatTheme_popupWindowStyle + * @see #AppCompatTheme_radioButtonStyle + * @see #AppCompatTheme_ratingBarStyle + * @see #AppCompatTheme_ratingBarStyleIndicator + * @see #AppCompatTheme_ratingBarStyleSmall + * @see #AppCompatTheme_searchViewStyle + * @see #AppCompatTheme_seekBarStyle + * @see #AppCompatTheme_selectableItemBackground + * @see #AppCompatTheme_selectableItemBackgroundBorderless + * @see #AppCompatTheme_spinnerDropDownItemStyle + * @see #AppCompatTheme_spinnerStyle + * @see #AppCompatTheme_switchStyle + * @see #AppCompatTheme_textAppearanceLargePopupMenu + * @see #AppCompatTheme_textAppearanceListItem + * @see #AppCompatTheme_textAppearanceListItemSecondary + * @see #AppCompatTheme_textAppearanceListItemSmall + * @see #AppCompatTheme_textAppearancePopupMenuHeader + * @see #AppCompatTheme_textAppearanceSearchResultSubtitle + * @see #AppCompatTheme_textAppearanceSearchResultTitle + * @see #AppCompatTheme_textAppearanceSmallPopupMenu + * @see #AppCompatTheme_textColorAlertDialogListItem + * @see #AppCompatTheme_textColorSearchUrl + * @see #AppCompatTheme_toolbarNavigationButtonStyle + * @see #AppCompatTheme_toolbarStyle + * @see #AppCompatTheme_tooltipForegroundColor + * @see #AppCompatTheme_tooltipFrameBackground + * @see #AppCompatTheme_viewInflaterClass + * @see #AppCompatTheme_windowActionBar + * @see #AppCompatTheme_windowActionBarOverlay + * @see #AppCompatTheme_windowActionModeOverlay + * @see #AppCompatTheme_windowFixedHeightMajor + * @see #AppCompatTheme_windowFixedHeightMinor + * @see #AppCompatTheme_windowFixedWidthMajor + * @see #AppCompatTheme_windowFixedWidthMinor + * @see #AppCompatTheme_windowMinWidthMajor + * @see #AppCompatTheme_windowMinWidthMinor + * @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme={ + 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, + 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, + 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, + 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, + 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, + 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, + 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, + 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, + 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, + 0x7f030025, 0x7f03002b, 0x7f030040, 0x7f03004e, + 0x7f03004f, 0x7f030050, 0x7f030051, 0x7f030052, + 0x7f030057, 0x7f030058, 0x7f030063, 0x7f030068, + 0x7f030088, 0x7f030089, 0x7f03008a, 0x7f03008b, + 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f03008f, + 0x7f030090, 0x7f030092, 0x7f0300a4, 0x7f0300ad, + 0x7f0300ae, 0x7f0300af, 0x7f0300b2, 0x7f0300b4, + 0x7f0300bf, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, + 0x7f0300c3, 0x7f0300f9, 0x7f030105, 0x7f03015a, + 0x7f03015b, 0x7f03015c, 0x7f03015d, 0x7f030160, + 0x7f030161, 0x7f030162, 0x7f030163, 0x7f030164, + 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030168, + 0x7f03017d, 0x7f03017e, 0x7f03017f, 0x7f030185, + 0x7f030187, 0x7f03018e, 0x7f03018f, 0x7f030190, + 0x7f030191, 0x7f030199, 0x7f03019a, 0x7f03019b, + 0x7f03019c, 0x7f0301a9, 0x7f0301aa, 0x7f0301c0, + 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, + 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, + 0x7f0301f2, 0x7f0301f3, 0x7f03020e, 0x7f03020f, + 0x7f030210, 0x7f030211, 0x7f030218, 0x7f03021a, + 0x7f03021b, 0x7f03021c, 0x7f03021d, 0x7f03021e, + 0x7f03021f, 0x7f030220, 0x7f030221, 0x7f030222, + 0x7f030223 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:windowIsFloating + */ + public static final int AppCompatTheme_android_windowIsFloating=0; + /** + *

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:windowAnimationStyle + */ + public static final int AppCompatTheme_android_windowAnimationStyle=1; + /** + *

+ * @attr description + * Custom divider drawable to use for elements in the action bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionBarDivider + */ + public static final int AppCompatTheme_actionBarDivider=2; + /** + *

+ * @attr description + * Custom item state list drawable background for action bar items. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionBarItemBackground + */ + public static final int AppCompatTheme_actionBarItemBackground=3; + /** + *

+ * @attr description + * Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionBarPopupTheme + */ + public static final int AppCompatTheme_actionBarPopupTheme=4; + /** + *

+ * @attr description + * Size of the Action Bar, including the contextual + * bar used to present Action Modes. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrap_content0
+ * + * @attr name com.example.iitrtimetable:actionBarSize + */ + public static final int AppCompatTheme_actionBarSize=5; + /** + *

+ * @attr description + * Reference to a style for the split Action Bar. This style + * controls the split component that holds the menu/action + * buttons. actionBarStyle is still used for the primary + * bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionBarSplitStyle + */ + public static final int AppCompatTheme_actionBarSplitStyle=6; + /** + *

+ * @attr description + * Reference to a style for the Action Bar + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionBarStyle + */ + public static final int AppCompatTheme_actionBarStyle=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionBarTabBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionBarTabBarStyle + */ + public static final int AppCompatTheme_actionBarTabBarStyle=8; + /** + *

+ * @attr description + * Default style for tabs within an action bar + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionBarTabStyle + */ + public static final int AppCompatTheme_actionBarTabStyle=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionBarTabTextStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionBarTabTextStyle + */ + public static final int AppCompatTheme_actionBarTabTextStyle=10; + /** + *

+ * @attr description + * Reference to a theme that should be used to inflate the + * action bar. This will be inherited by any widget inflated + * into the action bar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionBarTheme + */ + public static final int AppCompatTheme_actionBarTheme=11; + /** + *

+ * @attr description + * Reference to a theme that should be used to inflate widgets + * and layouts destined for the action bar. Most of the time + * this will be a reference to the current theme, but when + * the action bar has a significantly different contrast + * profile than the rest of the activity the difference + * can become important. If this is set to @null the current + * theme will be used. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionBarWidgetTheme + */ + public static final int AppCompatTheme_actionBarWidgetTheme=12; + /** + *

+ * @attr description + * Default action button style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionButtonStyle + */ + public static final int AppCompatTheme_actionButtonStyle=13; + /** + *

+ * @attr description + * Default ActionBar dropdown style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionDropDownStyle + */ + public static final int AppCompatTheme_actionDropDownStyle=14; + /** + *

+ * @attr description + * TextAppearance style that will be applied to text that + * appears within action menu items. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionMenuTextAppearance + */ + public static final int AppCompatTheme_actionMenuTextAppearance=15; + /** + *

+ * @attr description + * Color for text that appears within action menu items. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:actionMenuTextColor + */ + public static final int AppCompatTheme_actionMenuTextColor=16; + /** + *

+ * @attr description + * Background drawable to use for action mode UI + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeBackground + */ + public static final int AppCompatTheme_actionModeBackground=17; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionModeCloseButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeCloseButtonStyle + */ + public static final int AppCompatTheme_actionModeCloseButtonStyle=18; + /** + *

+ * @attr description + * Drawable to use for the close action mode button + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeCloseDrawable + */ + public static final int AppCompatTheme_actionModeCloseDrawable=19; + /** + *

+ * @attr description + * Drawable to use for the Copy action button in Contextual Action Bar + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeCopyDrawable + */ + public static final int AppCompatTheme_actionModeCopyDrawable=20; + /** + *

+ * @attr description + * Drawable to use for the Cut action button in Contextual Action Bar + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeCutDrawable + */ + public static final int AppCompatTheme_actionModeCutDrawable=21; + /** + *

+ * @attr description + * Drawable to use for the Find action button in WebView selection action modes + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeFindDrawable + */ + public static final int AppCompatTheme_actionModeFindDrawable=22; + /** + *

+ * @attr description + * Drawable to use for the Paste action button in Contextual Action Bar + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModePasteDrawable + */ + public static final int AppCompatTheme_actionModePasteDrawable=23; + /** + *

+ * @attr description + * PopupWindow style to use for action modes when showing as a window overlay. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModePopupWindowStyle + */ + public static final int AppCompatTheme_actionModePopupWindowStyle=24; + /** + *

+ * @attr description + * Drawable to use for the Select all action button in Contextual Action Bar + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeSelectAllDrawable + */ + public static final int AppCompatTheme_actionModeSelectAllDrawable=25; + /** + *

+ * @attr description + * Drawable to use for the Share action button in WebView selection action modes + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeShareDrawable + */ + public static final int AppCompatTheme_actionModeShareDrawable=26; + /** + *

+ * @attr description + * Background drawable to use for action mode UI in the lower split bar + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeSplitBackground + */ + public static final int AppCompatTheme_actionModeSplitBackground=27; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionModeStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeStyle + */ + public static final int AppCompatTheme_actionModeStyle=28; + /** + *

+ * @attr description + * Drawable to use for the Web Search action button in WebView selection action modes + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionModeWebSearchDrawable + */ + public static final int AppCompatTheme_actionModeWebSearchDrawable=29; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionOverflowButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionOverflowButtonStyle + */ + public static final int AppCompatTheme_actionOverflowButtonStyle=30; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionOverflowMenuStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionOverflowMenuStyle + */ + public static final int AppCompatTheme_actionOverflowMenuStyle=31; + /** + *

+ * @attr description + * Default ActivityChooserView style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:activityChooserViewStyle + */ + public static final int AppCompatTheme_activityChooserViewStyle=32; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#alertDialogButtonGroupStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:alertDialogButtonGroupStyle + */ + public static final int AppCompatTheme_alertDialogButtonGroupStyle=33; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#alertDialogCenterButtons} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:alertDialogCenterButtons + */ + public static final int AppCompatTheme_alertDialogCenterButtons=34; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#alertDialogStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:alertDialogStyle + */ + public static final int AppCompatTheme_alertDialogStyle=35; + /** + *

+ * @attr description + * Theme to use for alert dialogs spawned from this theme. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:alertDialogTheme + */ + public static final int AppCompatTheme_alertDialogTheme=36; + /** + *

+ * @attr description + * Default AutoCompleteTextView style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:autoCompleteTextViewStyle + */ + public static final int AppCompatTheme_autoCompleteTextViewStyle=37; + /** + *

+ * @attr description + * Style for buttons without an explicit border, often used in groups. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:borderlessButtonStyle + */ + public static final int AppCompatTheme_borderlessButtonStyle=38; + /** + *

+ * @attr description + * Style for buttons within button bars + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:buttonBarButtonStyle + */ + public static final int AppCompatTheme_buttonBarButtonStyle=39; + /** + *

+ * @attr description + * Style for the "negative" buttons within button bars + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:buttonBarNegativeButtonStyle + */ + public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40; + /** + *

+ * @attr description + * Style for the "neutral" buttons within button bars + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:buttonBarNeutralButtonStyle + */ + public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41; + /** + *

+ * @attr description + * Style for the "positive" buttons within button bars + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:buttonBarPositiveButtonStyle + */ + public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42; + /** + *

+ * @attr description + * Style for button bars + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:buttonBarStyle + */ + public static final int AppCompatTheme_buttonBarStyle=43; + /** + *

+ * @attr description + * Normal Button style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:buttonStyle + */ + public static final int AppCompatTheme_buttonStyle=44; + /** + *

+ * @attr description + * Small Button style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:buttonStyleSmall + */ + public static final int AppCompatTheme_buttonStyleSmall=45; + /** + *

+ * @attr description + * Default Checkbox style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:checkboxStyle + */ + public static final int AppCompatTheme_checkboxStyle=46; + /** + *

+ * @attr description + * Default CheckedTextView style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:checkedTextViewStyle + */ + public static final int AppCompatTheme_checkedTextViewStyle=47; + /** + *

+ * @attr description + * Bright complement to the primary branding color. By default, this is the color applied + * to framework controls (via colorControlActivated). + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorAccent + */ + public static final int AppCompatTheme_colorAccent=48; + /** + *

+ * @attr description + * Default color of background imagery for floating components, ex. dialogs, popups, and cards. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorBackgroundFloating + */ + public static final int AppCompatTheme_colorBackgroundFloating=49; + /** + *

+ * @attr description + * The color applied to framework buttons in their normal state. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorButtonNormal + */ + public static final int AppCompatTheme_colorButtonNormal=50; + /** + *

+ * @attr description + * The color applied to framework controls in their activated (ex. checked) state. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorControlActivated + */ + public static final int AppCompatTheme_colorControlActivated=51; + /** + *

+ * @attr description + * The color applied to framework control highlights (ex. ripples, list selectors). + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorControlHighlight + */ + public static final int AppCompatTheme_colorControlHighlight=52; + /** + *

+ * @attr description + * The color applied to framework controls in their normal state. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorControlNormal + */ + public static final int AppCompatTheme_colorControlNormal=53; + /** + *

+ * @attr description + * Color used for error states and things that need to be drawn to + * the user's attention. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorError + */ + public static final int AppCompatTheme_colorError=54; + /** + *

+ * @attr description + * The primary branding color for the app. By default, this is the color applied to the + * action bar background. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorPrimary + */ + public static final int AppCompatTheme_colorPrimary=55; + /** + *

+ * @attr description + * Dark variant of the primary branding color. By default, this is the color applied to + * the status bar (via statusBarColor) and navigation bar (via navigationBarColor). + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorPrimaryDark + */ + public static final int AppCompatTheme_colorPrimaryDark=56; + /** + *

+ * @attr description + * The color applied to framework switch thumbs in their normal state. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorSwitchThumbNormal + */ + public static final int AppCompatTheme_colorSwitchThumbNormal=57; + /** + *

+ * @attr description + * The background used by framework controls. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:controlBackground + */ + public static final int AppCompatTheme_controlBackground=58; + /** + *

+ * @attr description + * Preferred corner radius of dialogs. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:dialogCornerRadius + */ + public static final int AppCompatTheme_dialogCornerRadius=59; + /** + *

+ * @attr description + * Preferred padding for dialog content. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:dialogPreferredPadding + */ + public static final int AppCompatTheme_dialogPreferredPadding=60; + /** + *

+ * @attr description + * Theme to use for dialogs spawned from this theme. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:dialogTheme + */ + public static final int AppCompatTheme_dialogTheme=61; + /** + *

+ * @attr description + * A drawable that may be used as a horizontal divider between visual elements. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:dividerHorizontal + */ + public static final int AppCompatTheme_dividerHorizontal=62; + /** + *

+ * @attr description + * A drawable that may be used as a vertical divider between visual elements. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:dividerVertical + */ + public static final int AppCompatTheme_dividerVertical=63; + /** + *

+ * @attr description + * ListPopupWindow compatibility + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:dropDownListViewStyle + */ + public static final int AppCompatTheme_dropDownListViewStyle=64; + /** + *

+ * @attr description + * The preferred item height for dropdown lists. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:dropdownListPreferredItemHeight + */ + public static final int AppCompatTheme_dropdownListPreferredItemHeight=65; + /** + *

+ * @attr description + * EditText background drawable. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:editTextBackground + */ + public static final int AppCompatTheme_editTextBackground=66; + /** + *

+ * @attr description + * EditText text foreground color. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:editTextColor + */ + public static final int AppCompatTheme_editTextColor=67; + /** + *

+ * @attr description + * Default EditText style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:editTextStyle + */ + public static final int AppCompatTheme_editTextStyle=68; + /** + *

+ * @attr description + * Specifies a drawable to use for the 'home as up' indicator. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:homeAsUpIndicator + */ + public static final int AppCompatTheme_homeAsUpIndicator=69; + /** + *

+ * @attr description + * ImageButton background drawable. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:imageButtonStyle + */ + public static final int AppCompatTheme_imageButtonStyle=70; + /** + *

+ * @attr description + * Drawable used as a background for selected list items. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:listChoiceBackgroundIndicator + */ + public static final int AppCompatTheme_listChoiceBackgroundIndicator=71; + /** + *

+ * @attr description + * Animated Drawable to use for single choice indicators. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:listChoiceIndicatorMultipleAnimated + */ + public static final int AppCompatTheme_listChoiceIndicatorMultipleAnimated=72; + /** + *

+ * @attr description + * Animated Drawable to use for multiple choice indicators. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:listChoiceIndicatorSingleAnimated + */ + public static final int AppCompatTheme_listChoiceIndicatorSingleAnimated=73; + /** + *

+ * @attr description + * The list divider used in alert dialogs. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:listDividerAlertDialog + */ + public static final int AppCompatTheme_listDividerAlertDialog=74; + /** + *

+ * @attr description + * Default menu-style ListView style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:listMenuViewStyle + */ + public static final int AppCompatTheme_listMenuViewStyle=75; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#listPopupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:listPopupWindowStyle + */ + public static final int AppCompatTheme_listPopupWindowStyle=76; + /** + *

+ * @attr description + * The preferred list item height. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:listPreferredItemHeight + */ + public static final int AppCompatTheme_listPreferredItemHeight=77; + /** + *

+ * @attr description + * A larger, more robust list item height. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:listPreferredItemHeightLarge + */ + public static final int AppCompatTheme_listPreferredItemHeightLarge=78; + /** + *

+ * @attr description + * A smaller, sleeker list item height. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:listPreferredItemHeightSmall + */ + public static final int AppCompatTheme_listPreferredItemHeightSmall=79; + /** + *

+ * @attr description + * The preferred padding along the end edge of list items. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:listPreferredItemPaddingEnd + */ + public static final int AppCompatTheme_listPreferredItemPaddingEnd=80; + /** + *

+ * @attr description + * The preferred padding along the left edge of list items. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:listPreferredItemPaddingLeft + */ + public static final int AppCompatTheme_listPreferredItemPaddingLeft=81; + /** + *

+ * @attr description + * The preferred padding along the right edge of list items. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:listPreferredItemPaddingRight + */ + public static final int AppCompatTheme_listPreferredItemPaddingRight=82; + /** + *

+ * @attr description + * The preferred padding along the start edge of list items. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:listPreferredItemPaddingStart + */ + public static final int AppCompatTheme_listPreferredItemPaddingStart=83; + /** + *

+ * @attr description + * The background of a panel when it is inset from the left and right edges of the screen. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:panelBackground + */ + public static final int AppCompatTheme_panelBackground=84; + /** + *

+ * @attr description + * Default Panel Menu style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:panelMenuListTheme + */ + public static final int AppCompatTheme_panelMenuListTheme=85; + /** + *

+ * @attr description + * Default Panel Menu width. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:panelMenuListWidth + */ + public static final int AppCompatTheme_panelMenuListWidth=86; + /** + *

+ * @attr description + * Default PopupMenu style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:popupMenuStyle + */ + public static final int AppCompatTheme_popupMenuStyle=87; + /** + *

+ * @attr description + * Default PopupWindow style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:popupWindowStyle + */ + public static final int AppCompatTheme_popupWindowStyle=88; + /** + *

+ * @attr description + * Default RadioButton style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:radioButtonStyle + */ + public static final int AppCompatTheme_radioButtonStyle=89; + /** + *

+ * @attr description + * Default RatingBar style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:ratingBarStyle + */ + public static final int AppCompatTheme_ratingBarStyle=90; + /** + *

+ * @attr description + * Indicator RatingBar style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:ratingBarStyleIndicator + */ + public static final int AppCompatTheme_ratingBarStyleIndicator=91; + /** + *

+ * @attr description + * Small indicator RatingBar style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:ratingBarStyleSmall + */ + public static final int AppCompatTheme_ratingBarStyleSmall=92; + /** + *

+ * @attr description + * Style for the search query widget. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:searchViewStyle + */ + public static final int AppCompatTheme_searchViewStyle=93; + /** + *

+ * @attr description + * Default SeekBar style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:seekBarStyle + */ + public static final int AppCompatTheme_seekBarStyle=94; + /** + *

+ * @attr description + * A style that may be applied to buttons or other selectable items + * that should react to pressed and focus states, but that do not + * have a clear visual border along the edges. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:selectableItemBackground + */ + public static final int AppCompatTheme_selectableItemBackground=95; + /** + *

+ * @attr description + * Background drawable for borderless standalone items that need focus/pressed states. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:selectableItemBackgroundBorderless + */ + public static final int AppCompatTheme_selectableItemBackgroundBorderless=96; + /** + *

+ * @attr description + * Default Spinner style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:spinnerDropDownItemStyle + */ + public static final int AppCompatTheme_spinnerDropDownItemStyle=97; + /** + *

+ * @attr description + * Default Spinner style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:spinnerStyle + */ + public static final int AppCompatTheme_spinnerStyle=98; + /** + *

+ * @attr description + * Default style for the Switch widget. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:switchStyle + */ + public static final int AppCompatTheme_switchStyle=99; + /** + *

+ * @attr description + * Text color, typeface, size, and style for the text inside of a popup menu. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceLargePopupMenu + */ + public static final int AppCompatTheme_textAppearanceLargePopupMenu=100; + /** + *

+ * @attr description + * The preferred TextAppearance for the primary text of list items. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceListItem + */ + public static final int AppCompatTheme_textAppearanceListItem=101; + /** + *

+ * @attr description + * The preferred TextAppearance for the secondary text of list items. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceListItemSecondary + */ + public static final int AppCompatTheme_textAppearanceListItemSecondary=102; + /** + *

+ * @attr description + * The preferred TextAppearance for the primary text of small list items. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceListItemSmall + */ + public static final int AppCompatTheme_textAppearanceListItemSmall=103; + /** + *

+ * @attr description + * Text color, typeface, size, and style for header text inside of a popup menu. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearancePopupMenuHeader + */ + public static final int AppCompatTheme_textAppearancePopupMenuHeader=104; + /** + *

+ * @attr description + * Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceSearchResultSubtitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=105; + /** + *

+ * @attr description + * Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceSearchResultTitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultTitle=106; + /** + *

+ * @attr description + * Text color, typeface, size, and style for small text inside of a popup menu. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceSmallPopupMenu + */ + public static final int AppCompatTheme_textAppearanceSmallPopupMenu=107; + /** + *

+ * @attr description + * Color of list item text in alert dialogs. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:textColorAlertDialogListItem + */ + public static final int AppCompatTheme_textColorAlertDialogListItem=108; + /** + *

+ * @attr description + * Text color for urls in search suggestions, used by things like global search + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:textColorSearchUrl + */ + public static final int AppCompatTheme_textColorSearchUrl=109; + /** + *

+ * @attr description + * Default Toolar NavigationButtonStyle + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:toolbarNavigationButtonStyle + */ + public static final int AppCompatTheme_toolbarNavigationButtonStyle=110; + /** + *

+ * @attr description + * Default Toolbar style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:toolbarStyle + */ + public static final int AppCompatTheme_toolbarStyle=111; + /** + *

+ * @attr description + * Foreground color to use for tooltips + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:tooltipForegroundColor + */ + public static final int AppCompatTheme_tooltipForegroundColor=112; + /** + *

+ * @attr description + * Background to use for tooltips + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:tooltipFrameBackground + */ + public static final int AppCompatTheme_tooltipFrameBackground=113; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#viewInflaterClass} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:viewInflaterClass + */ + public static final int AppCompatTheme_viewInflaterClass=114; + /** + *

+ * @attr description + * Flag indicating whether this window should have an Action Bar + * in place of the usual title bar. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:windowActionBar + */ + public static final int AppCompatTheme_windowActionBar=115; + /** + *

+ * @attr description + * Flag indicating whether this window's Action Bar should overlay + * application content. Does nothing if the window would not + * have an Action Bar. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:windowActionBarOverlay + */ + public static final int AppCompatTheme_windowActionBarOverlay=116; + /** + *

+ * @attr description + * Flag indicating whether action modes should overlay window content + * when there is not reserved space for their UI (such as an Action Bar). + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:windowActionModeOverlay + */ + public static final int AppCompatTheme_windowActionModeOverlay=117; + /** + *

+ * @attr description + * A fixed height for the window along the major axis of the screen, + * that is, when in portrait. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.example.iitrtimetable:windowFixedHeightMajor + */ + public static final int AppCompatTheme_windowFixedHeightMajor=118; + /** + *

+ * @attr description + * A fixed height for the window along the minor axis of the screen, + * that is, when in landscape. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.example.iitrtimetable:windowFixedHeightMinor + */ + public static final int AppCompatTheme_windowFixedHeightMinor=119; + /** + *

+ * @attr description + * A fixed width for the window along the major axis of the screen, + * that is, when in landscape. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.example.iitrtimetable:windowFixedWidthMajor + */ + public static final int AppCompatTheme_windowFixedWidthMajor=120; + /** + *

+ * @attr description + * A fixed width for the window along the minor axis of the screen, + * that is, when in portrait. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.example.iitrtimetable:windowFixedWidthMinor + */ + public static final int AppCompatTheme_windowFixedWidthMinor=121; + /** + *

+ * @attr description + * The minimum width the window is allowed to be, along the major + * axis of the screen. That is, when in landscape. Can be either + * an absolute dimension or a fraction of the screen size in that + * dimension. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.example.iitrtimetable:windowMinWidthMajor + */ + public static final int AppCompatTheme_windowMinWidthMajor=122; + /** + *

+ * @attr description + * The minimum width the window is allowed to be, along the minor + * axis of the screen. That is, when in portrait. Can be either + * an absolute dimension or a fraction of the screen size in that + * dimension. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.example.iitrtimetable:windowMinWidthMinor + */ + public static final int AppCompatTheme_windowMinWidthMinor=123; + /** + *

+ * @attr description + * Flag indicating whether there should be no title on this window. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:windowNoTitle + */ + public static final int AppCompatTheme_windowNoTitle=124; + /** + * Attributes that can be used with a BottomAppBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #BottomAppBar_backgroundTint com.example.iitrtimetable:backgroundTint}Tint to apply to the background.
{@link #BottomAppBar_fabAlignmentMode com.example.iitrtimetable:fabAlignmentMode}
{@link #BottomAppBar_fabCradleMargin com.example.iitrtimetable:fabCradleMargin}
{@link #BottomAppBar_fabCradleRoundedCornerRadius com.example.iitrtimetable:fabCradleRoundedCornerRadius}
{@link #BottomAppBar_fabCradleVerticalOffset com.example.iitrtimetable:fabCradleVerticalOffset}
{@link #BottomAppBar_hideOnScroll com.example.iitrtimetable:hideOnScroll}
+ * @see #BottomAppBar_backgroundTint + * @see #BottomAppBar_fabAlignmentMode + * @see #BottomAppBar_fabCradleMargin + * @see #BottomAppBar_fabCradleRoundedCornerRadius + * @see #BottomAppBar_fabCradleVerticalOffset + * @see #BottomAppBar_hideOnScroll + */ + public static final int[] BottomAppBar={ + 0x7f030034, 0x7f0300d3, 0x7f0300d4, 0x7f0300d5, + 0x7f0300d6, 0x7f0300f5 + }; + /** + *

+ * @attr description + * Tint to apply to the background. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:backgroundTint + */ + public static final int BottomAppBar_backgroundTint=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabAlignmentMode} + * attribute's value can be found in the {@link #BottomAppBar} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
center0
end1
+ * + * @attr name com.example.iitrtimetable:fabAlignmentMode + */ + public static final int BottomAppBar_fabAlignmentMode=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabCradleMargin} + * attribute's value can be found in the {@link #BottomAppBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:fabCradleMargin + */ + public static final int BottomAppBar_fabCradleMargin=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabCradleRoundedCornerRadius} + * attribute's value can be found in the {@link #BottomAppBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:fabCradleRoundedCornerRadius + */ + public static final int BottomAppBar_fabCradleRoundedCornerRadius=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabCradleVerticalOffset} + * attribute's value can be found in the {@link #BottomAppBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:fabCradleVerticalOffset + */ + public static final int BottomAppBar_fabCradleVerticalOffset=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hideOnScroll} + * attribute's value can be found in the {@link #BottomAppBar} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:hideOnScroll + */ + public static final int BottomAppBar_hideOnScroll=5; + /** + * Attributes that can be used with a BottomNavigationView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #BottomNavigationView_elevation com.example.iitrtimetable:elevation}Elevation for the action bar itself
{@link #BottomNavigationView_itemBackground com.example.iitrtimetable:itemBackground}
{@link #BottomNavigationView_itemHorizontalTranslationEnabled com.example.iitrtimetable:itemHorizontalTranslationEnabled}
{@link #BottomNavigationView_itemIconSize com.example.iitrtimetable:itemIconSize}
{@link #BottomNavigationView_itemIconTint com.example.iitrtimetable:itemIconTint}
{@link #BottomNavigationView_itemTextAppearanceActive com.example.iitrtimetable:itemTextAppearanceActive}
{@link #BottomNavigationView_itemTextAppearanceInactive com.example.iitrtimetable:itemTextAppearanceInactive}
{@link #BottomNavigationView_itemTextColor com.example.iitrtimetable:itemTextColor}
{@link #BottomNavigationView_labelVisibilityMode com.example.iitrtimetable:labelVisibilityMode}
{@link #BottomNavigationView_menu com.example.iitrtimetable:menu}Menu resource to inflate to be shown in the toolbar
+ * @see #BottomNavigationView_elevation + * @see #BottomNavigationView_itemBackground + * @see #BottomNavigationView_itemHorizontalTranslationEnabled + * @see #BottomNavigationView_itemIconSize + * @see #BottomNavigationView_itemIconTint + * @see #BottomNavigationView_itemTextAppearanceActive + * @see #BottomNavigationView_itemTextAppearanceInactive + * @see #BottomNavigationView_itemTextColor + * @see #BottomNavigationView_labelVisibilityMode + * @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView={ + 0x7f0300c4, 0x7f03010a, 0x7f03010c, 0x7f03010e, + 0x7f03010f, 0x7f030113, 0x7f030114, 0x7f030115, + 0x7f030117, 0x7f030171 + }; + /** + *

+ * @attr description + * Elevation for the action bar itself + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:elevation + */ + public static final int BottomNavigationView_elevation=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemBackground} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:itemBackground + */ + public static final int BottomNavigationView_itemBackground=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemHorizontalTranslationEnabled} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:itemHorizontalTranslationEnabled + */ + public static final int BottomNavigationView_itemHorizontalTranslationEnabled=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemIconSize} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:itemIconSize + */ + public static final int BottomNavigationView_itemIconSize=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemIconTint} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:itemIconTint + */ + public static final int BottomNavigationView_itemIconTint=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemTextAppearanceActive} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:itemTextAppearanceActive + */ + public static final int BottomNavigationView_itemTextAppearanceActive=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemTextAppearanceInactive} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:itemTextAppearanceInactive + */ + public static final int BottomNavigationView_itemTextAppearanceInactive=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemTextColor} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:itemTextColor + */ + public static final int BottomNavigationView_itemTextColor=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#labelVisibilityMode} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
labeled1
selected0
unlabeled2
+ * + * @attr name com.example.iitrtimetable:labelVisibilityMode + */ + public static final int BottomNavigationView_labelVisibilityMode=8; + /** + *

+ * @attr description + * Menu resource to inflate to be shown in the toolbar + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:menu + */ + public static final int BottomNavigationView_menu=9; + /** + * Attributes that can be used with a BottomSheetBehavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_fitToContents com.example.iitrtimetable:behavior_fitToContents}
{@link #BottomSheetBehavior_Layout_behavior_hideable com.example.iitrtimetable:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight com.example.iitrtimetable:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed com.example.iitrtimetable:behavior_skipCollapsed}
+ * @see #BottomSheetBehavior_Layout_behavior_fitToContents + * @see #BottomSheetBehavior_Layout_behavior_hideable + * @see #BottomSheetBehavior_Layout_behavior_peekHeight + * @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout={ + 0x7f03003a, 0x7f03003b, 0x7f03003d, 0x7f03003e + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_fitToContents} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:behavior_fitToContents + */ + public static final int BottomSheetBehavior_Layout_behavior_fitToContents=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_hideable} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:behavior_hideable + */ + public static final int BottomSheetBehavior_Layout_behavior_hideable=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_peekHeight} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
+ * + * @attr name com.example.iitrtimetable:behavior_peekHeight + */ + public static final int BottomSheetBehavior_Layout_behavior_peekHeight=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_skipCollapsed} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:behavior_skipCollapsed + */ + public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed=3; + /** + * Attributes that can be used with a ButtonBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ButtonBarLayout_allowStacking com.example.iitrtimetable:allowStacking}Whether to automatically stack the buttons when there is not + * enough space to lay them out side-by-side.
+ * @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout={ + 0x7f030026 + }; + /** + *

+ * @attr description + * Whether to automatically stack the buttons when there is not + * enough space to lay them out side-by-side. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:allowStacking + */ + public static final int ButtonBarLayout_allowStacking=0; + /** + * Attributes that can be used with a CardView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_cardBackgroundColor com.example.iitrtimetable:cardBackgroundColor}Background color for CardView.
{@link #CardView_cardCornerRadius com.example.iitrtimetable:cardCornerRadius}Corner radius for CardView.
{@link #CardView_cardElevation com.example.iitrtimetable:cardElevation}Elevation for CardView.
{@link #CardView_cardMaxElevation com.example.iitrtimetable:cardMaxElevation}Maximum Elevation for CardView.
{@link #CardView_cardPreventCornerOverlap com.example.iitrtimetable:cardPreventCornerOverlap}Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners.
{@link #CardView_cardUseCompatPadding com.example.iitrtimetable:cardUseCompatPadding}Add padding in API v21+ as well to have the same measurements with previous versions.
{@link #CardView_contentPadding com.example.iitrtimetable:contentPadding}Inner padding between the edges of the Card and children of the CardView.
{@link #CardView_contentPaddingBottom com.example.iitrtimetable:contentPaddingBottom}Inner padding between the bottom edge of the Card and children of the CardView.
{@link #CardView_contentPaddingLeft com.example.iitrtimetable:contentPaddingLeft}Inner padding between the left edge of the Card and children of the CardView.
{@link #CardView_contentPaddingRight com.example.iitrtimetable:contentPaddingRight}Inner padding between the right edge of the Card and children of the CardView.
{@link #CardView_contentPaddingTop com.example.iitrtimetable:contentPaddingTop}Inner padding between the top edge of the Card and children of the CardView.
+ * @see #CardView_android_minWidth + * @see #CardView_android_minHeight + * @see #CardView_cardBackgroundColor + * @see #CardView_cardCornerRadius + * @see #CardView_cardElevation + * @see #CardView_cardMaxElevation + * @see #CardView_cardPreventCornerOverlap + * @see #CardView_cardUseCompatPadding + * @see #CardView_contentPadding + * @see #CardView_contentPaddingBottom + * @see #CardView_contentPaddingLeft + * @see #CardView_contentPaddingRight + * @see #CardView_contentPaddingTop + */ + public static final int[] CardView={ + 0x0101013f, 0x01010140, 0x7f03005b, 0x7f03005c, + 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030060, + 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300a1, + 0x7f0300a2 + }; + /** + *

+ * @attr description + * Workaround to read user defined minimum width + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minWidth + */ + public static final int CardView_android_minWidth=0; + /** + *

+ * @attr description + * Workaround to read user defined minimum height + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minHeight + */ + public static final int CardView_android_minHeight=1; + /** + *

+ * @attr description + * Background color for CardView. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:cardBackgroundColor + */ + public static final int CardView_cardBackgroundColor=2; + /** + *

+ * @attr description + * Corner radius for CardView. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:cardCornerRadius + */ + public static final int CardView_cardCornerRadius=3; + /** + *

+ * @attr description + * Elevation for CardView. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:cardElevation + */ + public static final int CardView_cardElevation=4; + /** + *

+ * @attr description + * Maximum Elevation for CardView. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:cardMaxElevation + */ + public static final int CardView_cardMaxElevation=5; + /** + *

+ * @attr description + * Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:cardPreventCornerOverlap + */ + public static final int CardView_cardPreventCornerOverlap=6; + /** + *

+ * @attr description + * Add padding in API v21+ as well to have the same measurements with previous versions. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:cardUseCompatPadding + */ + public static final int CardView_cardUseCompatPadding=7; + /** + *

+ * @attr description + * Inner padding between the edges of the Card and children of the CardView. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentPadding + */ + public static final int CardView_contentPadding=8; + /** + *

+ * @attr description + * Inner padding between the bottom edge of the Card and children of the CardView. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentPaddingBottom + */ + public static final int CardView_contentPaddingBottom=9; + /** + *

+ * @attr description + * Inner padding between the left edge of the Card and children of the CardView. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentPaddingLeft + */ + public static final int CardView_contentPaddingLeft=10; + /** + *

+ * @attr description + * Inner padding between the right edge of the Card and children of the CardView. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentPaddingRight + */ + public static final int CardView_contentPaddingRight=11; + /** + *

+ * @attr description + * Inner padding between the top edge of the Card and children of the CardView. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentPaddingTop + */ + public static final int CardView_contentPaddingTop=12; + /** + * Attributes that can be used with a Chip. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Chip_android_textAppearance android:textAppearance}
{@link #Chip_android_ellipsize android:ellipsize}
{@link #Chip_android_maxWidth android:maxWidth}
{@link #Chip_android_text android:text}
{@link #Chip_android_checkable android:checkable}
{@link #Chip_checkedIcon com.example.iitrtimetable:checkedIcon}
{@link #Chip_checkedIconEnabled com.example.iitrtimetable:checkedIconEnabled}
{@link #Chip_checkedIconVisible com.example.iitrtimetable:checkedIconVisible}
{@link #Chip_chipBackgroundColor com.example.iitrtimetable:chipBackgroundColor}
{@link #Chip_chipCornerRadius com.example.iitrtimetable:chipCornerRadius}
{@link #Chip_chipEndPadding com.example.iitrtimetable:chipEndPadding}
{@link #Chip_chipIcon com.example.iitrtimetable:chipIcon}
{@link #Chip_chipIconEnabled com.example.iitrtimetable:chipIconEnabled}
{@link #Chip_chipIconSize com.example.iitrtimetable:chipIconSize}
{@link #Chip_chipIconTint com.example.iitrtimetable:chipIconTint}
{@link #Chip_chipIconVisible com.example.iitrtimetable:chipIconVisible}
{@link #Chip_chipMinHeight com.example.iitrtimetable:chipMinHeight}
{@link #Chip_chipStartPadding com.example.iitrtimetable:chipStartPadding}
{@link #Chip_chipStrokeColor com.example.iitrtimetable:chipStrokeColor}
{@link #Chip_chipStrokeWidth com.example.iitrtimetable:chipStrokeWidth}
{@link #Chip_closeIcon com.example.iitrtimetable:closeIcon}Close button icon
{@link #Chip_closeIconEnabled com.example.iitrtimetable:closeIconEnabled}
{@link #Chip_closeIconEndPadding com.example.iitrtimetable:closeIconEndPadding}
{@link #Chip_closeIconSize com.example.iitrtimetable:closeIconSize}
{@link #Chip_closeIconStartPadding com.example.iitrtimetable:closeIconStartPadding}
{@link #Chip_closeIconTint com.example.iitrtimetable:closeIconTint}
{@link #Chip_closeIconVisible com.example.iitrtimetable:closeIconVisible}
{@link #Chip_hideMotionSpec com.example.iitrtimetable:hideMotionSpec}
{@link #Chip_iconEndPadding com.example.iitrtimetable:iconEndPadding}
{@link #Chip_iconStartPadding com.example.iitrtimetable:iconStartPadding}
{@link #Chip_rippleColor com.example.iitrtimetable:rippleColor}
{@link #Chip_showMotionSpec com.example.iitrtimetable:showMotionSpec}
{@link #Chip_textEndPadding com.example.iitrtimetable:textEndPadding}
{@link #Chip_textStartPadding com.example.iitrtimetable:textStartPadding}
+ * @see #Chip_android_textAppearance + * @see #Chip_android_ellipsize + * @see #Chip_android_maxWidth + * @see #Chip_android_text + * @see #Chip_android_checkable + * @see #Chip_checkedIcon + * @see #Chip_checkedIconEnabled + * @see #Chip_checkedIconVisible + * @see #Chip_chipBackgroundColor + * @see #Chip_chipCornerRadius + * @see #Chip_chipEndPadding + * @see #Chip_chipIcon + * @see #Chip_chipIconEnabled + * @see #Chip_chipIconSize + * @see #Chip_chipIconTint + * @see #Chip_chipIconVisible + * @see #Chip_chipMinHeight + * @see #Chip_chipStartPadding + * @see #Chip_chipStrokeColor + * @see #Chip_chipStrokeWidth + * @see #Chip_closeIcon + * @see #Chip_closeIconEnabled + * @see #Chip_closeIconEndPadding + * @see #Chip_closeIconSize + * @see #Chip_closeIconStartPadding + * @see #Chip_closeIconTint + * @see #Chip_closeIconVisible + * @see #Chip_hideMotionSpec + * @see #Chip_iconEndPadding + * @see #Chip_iconStartPadding + * @see #Chip_rippleColor + * @see #Chip_showMotionSpec + * @see #Chip_textEndPadding + * @see #Chip_textStartPadding + */ + public static final int[] Chip={ + 0x01010034, 0x010100ab, 0x0101011f, 0x0101014f, + 0x010101e5, 0x7f030065, 0x7f030066, 0x7f030067, + 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006d, + 0x7f03006e, 0x7f03006f, 0x7f030070, 0x7f030071, + 0x7f030072, 0x7f030077, 0x7f030078, 0x7f030079, + 0x7f03007b, 0x7f03007c, 0x7f03007d, 0x7f03007e, + 0x7f03007f, 0x7f030080, 0x7f030081, 0x7f0300f3, + 0x7f0300fd, 0x7f030101, 0x7f030193, 0x7f03019f, + 0x7f0301f4, 0x7f0301f7 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int Chip_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link android.R.attr#ellipsize} + * attribute's value can be found in the {@link #Chip} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end3
marquee4
middle2
none0
start1
+ * + * @attr name android:ellipsize + */ + public static final int Chip_android_ellipsize=1; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int Chip_android_maxWidth=2; + /** + *

This symbol is the offset where the {@link android.R.attr#text} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:text + */ + public static final int Chip_android_text=3; + /** + *

This symbol is the offset where the {@link android.R.attr#checkable} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:checkable + */ + public static final int Chip_android_checkable=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#checkedIcon} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:checkedIcon + */ + public static final int Chip_checkedIcon=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#checkedIconEnabled} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:checkedIconEnabled + */ + public static final int Chip_checkedIconEnabled=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#checkedIconVisible} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:checkedIconVisible + */ + public static final int Chip_checkedIconVisible=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipBackgroundColor} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:chipBackgroundColor + */ + public static final int Chip_chipBackgroundColor=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipCornerRadius} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:chipCornerRadius + */ + public static final int Chip_chipCornerRadius=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipEndPadding} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:chipEndPadding + */ + public static final int Chip_chipEndPadding=10; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipIcon} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:chipIcon + */ + public static final int Chip_chipIcon=11; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipIconEnabled} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:chipIconEnabled + */ + public static final int Chip_chipIconEnabled=12; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipIconSize} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:chipIconSize + */ + public static final int Chip_chipIconSize=13; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipIconTint} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:chipIconTint + */ + public static final int Chip_chipIconTint=14; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipIconVisible} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:chipIconVisible + */ + public static final int Chip_chipIconVisible=15; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipMinHeight} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:chipMinHeight + */ + public static final int Chip_chipMinHeight=16; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipStartPadding} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:chipStartPadding + */ + public static final int Chip_chipStartPadding=17; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipStrokeColor} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:chipStrokeColor + */ + public static final int Chip_chipStrokeColor=18; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipStrokeWidth} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:chipStrokeWidth + */ + public static final int Chip_chipStrokeWidth=19; + /** + *

+ * @attr description + * Close button icon + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:closeIcon + */ + public static final int Chip_closeIcon=20; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconEnabled} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:closeIconEnabled + */ + public static final int Chip_closeIconEnabled=21; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconEndPadding} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:closeIconEndPadding + */ + public static final int Chip_closeIconEndPadding=22; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconSize} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:closeIconSize + */ + public static final int Chip_closeIconSize=23; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconStartPadding} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:closeIconStartPadding + */ + public static final int Chip_closeIconStartPadding=24; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconTint} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:closeIconTint + */ + public static final int Chip_closeIconTint=25; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconVisible} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:closeIconVisible + */ + public static final int Chip_closeIconVisible=26; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hideMotionSpec} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:hideMotionSpec + */ + public static final int Chip_hideMotionSpec=27; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#iconEndPadding} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:iconEndPadding + */ + public static final int Chip_iconEndPadding=28; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#iconStartPadding} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:iconStartPadding + */ + public static final int Chip_iconStartPadding=29; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#rippleColor} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:rippleColor + */ + public static final int Chip_rippleColor=30; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#showMotionSpec} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:showMotionSpec + */ + public static final int Chip_showMotionSpec=31; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textEndPadding} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:textEndPadding + */ + public static final int Chip_textEndPadding=32; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textStartPadding} + * attribute's value can be found in the {@link #Chip} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:textStartPadding + */ + public static final int Chip_textStartPadding=33; + /** + * Attributes that can be used with a ChipGroup. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ChipGroup_checkedChip com.example.iitrtimetable:checkedChip}
{@link #ChipGroup_chipSpacing com.example.iitrtimetable:chipSpacing}
{@link #ChipGroup_chipSpacingHorizontal com.example.iitrtimetable:chipSpacingHorizontal}
{@link #ChipGroup_chipSpacingVertical com.example.iitrtimetable:chipSpacingVertical}
{@link #ChipGroup_singleLine com.example.iitrtimetable:singleLine}
{@link #ChipGroup_singleSelection com.example.iitrtimetable:singleSelection}
+ * @see #ChipGroup_checkedChip + * @see #ChipGroup_chipSpacing + * @see #ChipGroup_chipSpacingHorizontal + * @see #ChipGroup_chipSpacingVertical + * @see #ChipGroup_singleLine + * @see #ChipGroup_singleSelection + */ + public static final int[] ChipGroup={ + 0x7f030064, 0x7f030073, 0x7f030074, 0x7f030075, + 0x7f0301a3, 0x7f0301a4 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#checkedChip} + * attribute's value can be found in the {@link #ChipGroup} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:checkedChip + */ + public static final int ChipGroup_checkedChip=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipSpacing} + * attribute's value can be found in the {@link #ChipGroup} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:chipSpacing + */ + public static final int ChipGroup_chipSpacing=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipSpacingHorizontal} + * attribute's value can be found in the {@link #ChipGroup} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:chipSpacingHorizontal + */ + public static final int ChipGroup_chipSpacingHorizontal=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipSpacingVertical} + * attribute's value can be found in the {@link #ChipGroup} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:chipSpacingVertical + */ + public static final int ChipGroup_chipSpacingVertical=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#singleLine} + * attribute's value can be found in the {@link #ChipGroup} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:singleLine + */ + public static final int ChipGroup_singleLine=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#singleSelection} + * attribute's value can be found in the {@link #ChipGroup} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:singleSelection + */ + public static final int ChipGroup_singleSelection=5; + /** + * Attributes that can be used with a CollapsingToolbarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity com.example.iitrtimetable:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.example.iitrtimetable:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim com.example.iitrtimetable:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity com.example.iitrtimetable:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin com.example.iitrtimetable:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.example.iitrtimetable:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.example.iitrtimetable:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.example.iitrtimetable:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.example.iitrtimetable:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.example.iitrtimetable:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration com.example.iitrtimetable:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger com.example.iitrtimetable:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim com.example.iitrtimetable:statusBarScrim}
{@link #CollapsingToolbarLayout_title com.example.iitrtimetable:title}
{@link #CollapsingToolbarLayout_titleEnabled com.example.iitrtimetable:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId com.example.iitrtimetable:toolbarId}
+ * @see #CollapsingToolbarLayout_collapsedTitleGravity + * @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + * @see #CollapsingToolbarLayout_contentScrim + * @see #CollapsingToolbarLayout_expandedTitleGravity + * @see #CollapsingToolbarLayout_expandedTitleMargin + * @see #CollapsingToolbarLayout_expandedTitleMarginBottom + * @see #CollapsingToolbarLayout_expandedTitleMarginEnd + * @see #CollapsingToolbarLayout_expandedTitleMarginStart + * @see #CollapsingToolbarLayout_expandedTitleMarginTop + * @see #CollapsingToolbarLayout_expandedTitleTextAppearance + * @see #CollapsingToolbarLayout_scrimAnimationDuration + * @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + * @see #CollapsingToolbarLayout_statusBarScrim + * @see #CollapsingToolbarLayout_title + * @see #CollapsingToolbarLayout_titleEnabled + * @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout={ + 0x7f030085, 0x7f030086, 0x7f0300a3, 0x7f0300cc, + 0x7f0300cd, 0x7f0300ce, 0x7f0300cf, 0x7f0300d0, + 0x7f0300d1, 0x7f0300d2, 0x7f030194, 0x7f030196, + 0x7f0301b4, 0x7f030202, 0x7f030203, 0x7f03020d + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#collapsedTitleGravity} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.example.iitrtimetable:collapsedTitleGravity + */ + public static final int CollapsingToolbarLayout_collapsedTitleGravity=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#collapsedTitleTextAppearance} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:collapsedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#contentScrim} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:contentScrim + */ + public static final int CollapsingToolbarLayout_contentScrim=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleGravity} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.example.iitrtimetable:expandedTitleGravity + */ + public static final int CollapsingToolbarLayout_expandedTitleGravity=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleMargin} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:expandedTitleMargin + */ + public static final int CollapsingToolbarLayout_expandedTitleMargin=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleMarginBottom} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:expandedTitleMarginBottom + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleMarginEnd} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:expandedTitleMarginEnd + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleMarginStart} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:expandedTitleMarginStart + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginStart=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleMarginTop} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:expandedTitleMarginTop + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginTop=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleTextAppearance} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:expandedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#scrimAnimationDuration} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:scrimAnimationDuration + */ + public static final int CollapsingToolbarLayout_scrimAnimationDuration=10; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#scrimVisibleHeightTrigger} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:scrimVisibleHeightTrigger + */ + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger=11; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#statusBarScrim} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:statusBarScrim + */ + public static final int CollapsingToolbarLayout_statusBarScrim=12; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#title} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:title + */ + public static final int CollapsingToolbarLayout_title=13; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#titleEnabled} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:titleEnabled + */ + public static final int CollapsingToolbarLayout_titleEnabled=14; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#toolbarId} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:toolbarId + */ + public static final int CollapsingToolbarLayout_toolbarId=15; + /** + * Attributes that can be used with a CollapsingToolbarLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode com.example.iitrtimetable:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier com.example.iitrtimetable:layout_collapseParallaxMultiplier}
+ * @see #CollapsingToolbarLayout_Layout_layout_collapseMode + * @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout={ + 0x7f03011e, 0x7f03011f + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_collapseMode} + * attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
parallax2
pin1
+ * + * @attr name com.example.iitrtimetable:layout_collapseMode + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_collapseParallaxMultiplier} + * attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_collapseParallaxMultiplier + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier=1; + /** + * Attributes that can be used with a ColorStateListItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ColorStateListItem_android_color android:color}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_alpha com.example.iitrtimetable:alpha}Alpha multiplier applied to the base color.
+ * @see #ColorStateListItem_android_color + * @see #ColorStateListItem_android_alpha + * @see #ColorStateListItem_alpha + */ + public static final int[] ColorStateListItem={ + 0x010101a5, 0x0101031f, 0x7f030027 + }; + /** + *

+ * @attr description + * Base color for this state. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:color + */ + public static final int ColorStateListItem_android_color=0; + /** + *

This symbol is the offset where the {@link android.R.attr#alpha} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha=1; + /** + *

+ * @attr description + * Alpha multiplier applied to the base color. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:alpha + */ + public static final int ColorStateListItem_alpha=2; + /** + * Attributes that can be used with a CompoundButton. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonCompat com.example.iitrtimetable:buttonCompat}Compat attr to load backported drawable types
{@link #CompoundButton_buttonTint com.example.iitrtimetable:buttonTint}Tint to apply to the button drawable.
{@link #CompoundButton_buttonTintMode com.example.iitrtimetable:buttonTintMode}Blending mode used to apply the button tint.
+ * @see #CompoundButton_android_button + * @see #CompoundButton_buttonCompat + * @see #CompoundButton_buttonTint + * @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton={ + 0x01010107, 0x7f030053, 0x7f030059, 0x7f03005a + }; + /** + *

This symbol is the offset where the {@link android.R.attr#button} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:button + */ + public static final int CompoundButton_android_button=0; + /** + *

+ * @attr description + * Compat attr to load backported drawable types + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:buttonCompat + */ + public static final int CompoundButton_buttonCompat=1; + /** + *

+ * @attr description + * Tint to apply to the button drawable. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:buttonTint + */ + public static final int CompoundButton_buttonTint=2; + /** + *

+ * @attr description + * Blending mode used to apply the button tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode=3; + /** + * Attributes that can be used with a ConstraintLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ConstraintLayout_Layout_android_orientation android:orientation}
{@link #ConstraintLayout_Layout_android_maxWidth android:maxWidth}
{@link #ConstraintLayout_Layout_android_maxHeight android:maxHeight}
{@link #ConstraintLayout_Layout_android_minWidth android:minWidth}
{@link #ConstraintLayout_Layout_android_minHeight android:minHeight}
{@link #ConstraintLayout_Layout_barrierAllowsGoneWidgets com.example.iitrtimetable:barrierAllowsGoneWidgets}
{@link #ConstraintLayout_Layout_barrierDirection com.example.iitrtimetable:barrierDirection}
{@link #ConstraintLayout_Layout_chainUseRtl com.example.iitrtimetable:chainUseRtl}
{@link #ConstraintLayout_Layout_constraintSet com.example.iitrtimetable:constraintSet}
{@link #ConstraintLayout_Layout_constraint_referenced_ids com.example.iitrtimetable:constraint_referenced_ids}
{@link #ConstraintLayout_Layout_layout_constrainedHeight com.example.iitrtimetable:layout_constrainedHeight}
{@link #ConstraintLayout_Layout_layout_constrainedWidth com.example.iitrtimetable:layout_constrainedWidth}
{@link #ConstraintLayout_Layout_layout_constraintBaseline_creator com.example.iitrtimetable:layout_constraintBaseline_creator}
{@link #ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf com.example.iitrtimetable:layout_constraintBaseline_toBaselineOf}
{@link #ConstraintLayout_Layout_layout_constraintBottom_creator com.example.iitrtimetable:layout_constraintBottom_creator}
{@link #ConstraintLayout_Layout_layout_constraintBottom_toBottomOf com.example.iitrtimetable:layout_constraintBottom_toBottomOf}
{@link #ConstraintLayout_Layout_layout_constraintBottom_toTopOf com.example.iitrtimetable:layout_constraintBottom_toTopOf}
{@link #ConstraintLayout_Layout_layout_constraintCircle com.example.iitrtimetable:layout_constraintCircle}
{@link #ConstraintLayout_Layout_layout_constraintCircleAngle com.example.iitrtimetable:layout_constraintCircleAngle}
{@link #ConstraintLayout_Layout_layout_constraintCircleRadius com.example.iitrtimetable:layout_constraintCircleRadius}
{@link #ConstraintLayout_Layout_layout_constraintDimensionRatio com.example.iitrtimetable:layout_constraintDimensionRatio}
{@link #ConstraintLayout_Layout_layout_constraintEnd_toEndOf com.example.iitrtimetable:layout_constraintEnd_toEndOf}
{@link #ConstraintLayout_Layout_layout_constraintEnd_toStartOf com.example.iitrtimetable:layout_constraintEnd_toStartOf}
{@link #ConstraintLayout_Layout_layout_constraintGuide_begin com.example.iitrtimetable:layout_constraintGuide_begin}
{@link #ConstraintLayout_Layout_layout_constraintGuide_end com.example.iitrtimetable:layout_constraintGuide_end}
{@link #ConstraintLayout_Layout_layout_constraintGuide_percent com.example.iitrtimetable:layout_constraintGuide_percent}
{@link #ConstraintLayout_Layout_layout_constraintHeight_default com.example.iitrtimetable:layout_constraintHeight_default}
{@link #ConstraintLayout_Layout_layout_constraintHeight_max com.example.iitrtimetable:layout_constraintHeight_max}
{@link #ConstraintLayout_Layout_layout_constraintHeight_min com.example.iitrtimetable:layout_constraintHeight_min}
{@link #ConstraintLayout_Layout_layout_constraintHeight_percent com.example.iitrtimetable:layout_constraintHeight_percent}
{@link #ConstraintLayout_Layout_layout_constraintHorizontal_bias com.example.iitrtimetable:layout_constraintHorizontal_bias}
{@link #ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle com.example.iitrtimetable:layout_constraintHorizontal_chainStyle}
{@link #ConstraintLayout_Layout_layout_constraintHorizontal_weight com.example.iitrtimetable:layout_constraintHorizontal_weight}
{@link #ConstraintLayout_Layout_layout_constraintLeft_creator com.example.iitrtimetable:layout_constraintLeft_creator}
{@link #ConstraintLayout_Layout_layout_constraintLeft_toLeftOf com.example.iitrtimetable:layout_constraintLeft_toLeftOf}
{@link #ConstraintLayout_Layout_layout_constraintLeft_toRightOf com.example.iitrtimetable:layout_constraintLeft_toRightOf}
{@link #ConstraintLayout_Layout_layout_constraintRight_creator com.example.iitrtimetable:layout_constraintRight_creator}
{@link #ConstraintLayout_Layout_layout_constraintRight_toLeftOf com.example.iitrtimetable:layout_constraintRight_toLeftOf}
{@link #ConstraintLayout_Layout_layout_constraintRight_toRightOf com.example.iitrtimetable:layout_constraintRight_toRightOf}
{@link #ConstraintLayout_Layout_layout_constraintStart_toEndOf com.example.iitrtimetable:layout_constraintStart_toEndOf}
{@link #ConstraintLayout_Layout_layout_constraintStart_toStartOf com.example.iitrtimetable:layout_constraintStart_toStartOf}
{@link #ConstraintLayout_Layout_layout_constraintTop_creator com.example.iitrtimetable:layout_constraintTop_creator}
{@link #ConstraintLayout_Layout_layout_constraintTop_toBottomOf com.example.iitrtimetable:layout_constraintTop_toBottomOf}
{@link #ConstraintLayout_Layout_layout_constraintTop_toTopOf com.example.iitrtimetable:layout_constraintTop_toTopOf}
{@link #ConstraintLayout_Layout_layout_constraintVertical_bias com.example.iitrtimetable:layout_constraintVertical_bias}
{@link #ConstraintLayout_Layout_layout_constraintVertical_chainStyle com.example.iitrtimetable:layout_constraintVertical_chainStyle}
{@link #ConstraintLayout_Layout_layout_constraintVertical_weight com.example.iitrtimetable:layout_constraintVertical_weight}
{@link #ConstraintLayout_Layout_layout_constraintWidth_default com.example.iitrtimetable:layout_constraintWidth_default}
{@link #ConstraintLayout_Layout_layout_constraintWidth_max com.example.iitrtimetable:layout_constraintWidth_max}
{@link #ConstraintLayout_Layout_layout_constraintWidth_min com.example.iitrtimetable:layout_constraintWidth_min}
{@link #ConstraintLayout_Layout_layout_constraintWidth_percent com.example.iitrtimetable:layout_constraintWidth_percent}
{@link #ConstraintLayout_Layout_layout_editor_absoluteX com.example.iitrtimetable:layout_editor_absoluteX}
{@link #ConstraintLayout_Layout_layout_editor_absoluteY com.example.iitrtimetable:layout_editor_absoluteY}
{@link #ConstraintLayout_Layout_layout_goneMarginBottom com.example.iitrtimetable:layout_goneMarginBottom}
{@link #ConstraintLayout_Layout_layout_goneMarginEnd com.example.iitrtimetable:layout_goneMarginEnd}
{@link #ConstraintLayout_Layout_layout_goneMarginLeft com.example.iitrtimetable:layout_goneMarginLeft}
{@link #ConstraintLayout_Layout_layout_goneMarginRight com.example.iitrtimetable:layout_goneMarginRight}
{@link #ConstraintLayout_Layout_layout_goneMarginStart com.example.iitrtimetable:layout_goneMarginStart}
{@link #ConstraintLayout_Layout_layout_goneMarginTop com.example.iitrtimetable:layout_goneMarginTop}
{@link #ConstraintLayout_Layout_layout_optimizationLevel com.example.iitrtimetable:layout_optimizationLevel}
+ * @see #ConstraintLayout_Layout_android_orientation + * @see #ConstraintLayout_Layout_android_maxWidth + * @see #ConstraintLayout_Layout_android_maxHeight + * @see #ConstraintLayout_Layout_android_minWidth + * @see #ConstraintLayout_Layout_android_minHeight + * @see #ConstraintLayout_Layout_barrierAllowsGoneWidgets + * @see #ConstraintLayout_Layout_barrierDirection + * @see #ConstraintLayout_Layout_chainUseRtl + * @see #ConstraintLayout_Layout_constraintSet + * @see #ConstraintLayout_Layout_constraint_referenced_ids + * @see #ConstraintLayout_Layout_layout_constrainedHeight + * @see #ConstraintLayout_Layout_layout_constrainedWidth + * @see #ConstraintLayout_Layout_layout_constraintBaseline_creator + * @see #ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf + * @see #ConstraintLayout_Layout_layout_constraintBottom_creator + * @see #ConstraintLayout_Layout_layout_constraintBottom_toBottomOf + * @see #ConstraintLayout_Layout_layout_constraintBottom_toTopOf + * @see #ConstraintLayout_Layout_layout_constraintCircle + * @see #ConstraintLayout_Layout_layout_constraintCircleAngle + * @see #ConstraintLayout_Layout_layout_constraintCircleRadius + * @see #ConstraintLayout_Layout_layout_constraintDimensionRatio + * @see #ConstraintLayout_Layout_layout_constraintEnd_toEndOf + * @see #ConstraintLayout_Layout_layout_constraintEnd_toStartOf + * @see #ConstraintLayout_Layout_layout_constraintGuide_begin + * @see #ConstraintLayout_Layout_layout_constraintGuide_end + * @see #ConstraintLayout_Layout_layout_constraintGuide_percent + * @see #ConstraintLayout_Layout_layout_constraintHeight_default + * @see #ConstraintLayout_Layout_layout_constraintHeight_max + * @see #ConstraintLayout_Layout_layout_constraintHeight_min + * @see #ConstraintLayout_Layout_layout_constraintHeight_percent + * @see #ConstraintLayout_Layout_layout_constraintHorizontal_bias + * @see #ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle + * @see #ConstraintLayout_Layout_layout_constraintHorizontal_weight + * @see #ConstraintLayout_Layout_layout_constraintLeft_creator + * @see #ConstraintLayout_Layout_layout_constraintLeft_toLeftOf + * @see #ConstraintLayout_Layout_layout_constraintLeft_toRightOf + * @see #ConstraintLayout_Layout_layout_constraintRight_creator + * @see #ConstraintLayout_Layout_layout_constraintRight_toLeftOf + * @see #ConstraintLayout_Layout_layout_constraintRight_toRightOf + * @see #ConstraintLayout_Layout_layout_constraintStart_toEndOf + * @see #ConstraintLayout_Layout_layout_constraintStart_toStartOf + * @see #ConstraintLayout_Layout_layout_constraintTop_creator + * @see #ConstraintLayout_Layout_layout_constraintTop_toBottomOf + * @see #ConstraintLayout_Layout_layout_constraintTop_toTopOf + * @see #ConstraintLayout_Layout_layout_constraintVertical_bias + * @see #ConstraintLayout_Layout_layout_constraintVertical_chainStyle + * @see #ConstraintLayout_Layout_layout_constraintVertical_weight + * @see #ConstraintLayout_Layout_layout_constraintWidth_default + * @see #ConstraintLayout_Layout_layout_constraintWidth_max + * @see #ConstraintLayout_Layout_layout_constraintWidth_min + * @see #ConstraintLayout_Layout_layout_constraintWidth_percent + * @see #ConstraintLayout_Layout_layout_editor_absoluteX + * @see #ConstraintLayout_Layout_layout_editor_absoluteY + * @see #ConstraintLayout_Layout_layout_goneMarginBottom + * @see #ConstraintLayout_Layout_layout_goneMarginEnd + * @see #ConstraintLayout_Layout_layout_goneMarginLeft + * @see #ConstraintLayout_Layout_layout_goneMarginRight + * @see #ConstraintLayout_Layout_layout_goneMarginStart + * @see #ConstraintLayout_Layout_layout_goneMarginTop + * @see #ConstraintLayout_Layout_layout_optimizationLevel + */ + public static final int[] ConstraintLayout_Layout={ + 0x010100c4, 0x0101011f, 0x01010120, 0x0101013f, + 0x01010140, 0x7f030037, 0x7f030038, 0x7f030062, + 0x7f030094, 0x7f030095, 0x7f030120, 0x7f030121, + 0x7f030122, 0x7f030123, 0x7f030124, 0x7f030125, + 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, + 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, + 0x7f03012e, 0x7f03012f, 0x7f030130, 0x7f030131, + 0x7f030132, 0x7f030133, 0x7f030134, 0x7f030135, + 0x7f030136, 0x7f030137, 0x7f030138, 0x7f030139, + 0x7f03013a, 0x7f03013b, 0x7f03013c, 0x7f03013d, + 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, + 0x7f030142, 0x7f030143, 0x7f030144, 0x7f030145, + 0x7f030146, 0x7f030147, 0x7f030148, 0x7f03014a, + 0x7f03014b, 0x7f03014c, 0x7f03014d, 0x7f03014e, + 0x7f03014f, 0x7f030150, 0x7f030151, 0x7f030154 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int ConstraintLayout_Layout_android_orientation=0; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int ConstraintLayout_Layout_android_maxWidth=1; + /** + *

This symbol is the offset where the {@link android.R.attr#maxHeight} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxHeight + */ + public static final int ConstraintLayout_Layout_android_maxHeight=2; + /** + *

This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minWidth + */ + public static final int ConstraintLayout_Layout_android_minWidth=3; + /** + *

This symbol is the offset where the {@link android.R.attr#minHeight} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minHeight + */ + public static final int ConstraintLayout_Layout_android_minHeight=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#barrierAllowsGoneWidgets} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:barrierAllowsGoneWidgets + */ + public static final int ConstraintLayout_Layout_barrierAllowsGoneWidgets=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#barrierDirection} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom3
end6
left0
right1
start5
top2
+ * + * @attr name com.example.iitrtimetable:barrierDirection + */ + public static final int ConstraintLayout_Layout_barrierDirection=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chainUseRtl} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:chainUseRtl + */ + public static final int ConstraintLayout_Layout_chainUseRtl=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#constraintSet} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:constraintSet + */ + public static final int ConstraintLayout_Layout_constraintSet=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#constraint_referenced_ids} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:constraint_referenced_ids + */ + public static final int ConstraintLayout_Layout_constraint_referenced_ids=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constrainedHeight} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:layout_constrainedHeight + */ + public static final int ConstraintLayout_Layout_layout_constrainedHeight=10; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constrainedWidth} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:layout_constrainedWidth + */ + public static final int ConstraintLayout_Layout_layout_constrainedWidth=11; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBaseline_creator} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintBaseline_creator + */ + public static final int ConstraintLayout_Layout_layout_constraintBaseline_creator=12; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBaseline_toBaselineOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintBaseline_toBaselineOf + */ + public static final int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf=13; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_creator} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintBottom_creator + */ + public static final int ConstraintLayout_Layout_layout_constraintBottom_creator=14; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_toBottomOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintBottom_toBottomOf + */ + public static final int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf=15; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_toTopOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintBottom_toTopOf + */ + public static final int ConstraintLayout_Layout_layout_constraintBottom_toTopOf=16; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircle} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:layout_constraintCircle + */ + public static final int ConstraintLayout_Layout_layout_constraintCircle=17; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircleAngle} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintCircleAngle + */ + public static final int ConstraintLayout_Layout_layout_constraintCircleAngle=18; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircleRadius} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_constraintCircleRadius + */ + public static final int ConstraintLayout_Layout_layout_constraintCircleRadius=19; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintDimensionRatio} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:layout_constraintDimensionRatio + */ + public static final int ConstraintLayout_Layout_layout_constraintDimensionRatio=20; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintEnd_toEndOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintEnd_toEndOf + */ + public static final int ConstraintLayout_Layout_layout_constraintEnd_toEndOf=21; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintEnd_toStartOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintEnd_toStartOf + */ + public static final int ConstraintLayout_Layout_layout_constraintEnd_toStartOf=22; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_begin} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_constraintGuide_begin + */ + public static final int ConstraintLayout_Layout_layout_constraintGuide_begin=23; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_end} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_constraintGuide_end + */ + public static final int ConstraintLayout_Layout_layout_constraintGuide_end=24; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_percent} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintGuide_percent + */ + public static final int ConstraintLayout_Layout_layout_constraintGuide_percent=25; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_default} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
percent2
spread0
wrap1
+ * + * @attr name com.example.iitrtimetable:layout_constraintHeight_default + */ + public static final int ConstraintLayout_Layout_layout_constraintHeight_default=26; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_max} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ * + * @attr name com.example.iitrtimetable:layout_constraintHeight_max + */ + public static final int ConstraintLayout_Layout_layout_constraintHeight_max=27; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_min} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ * + * @attr name com.example.iitrtimetable:layout_constraintHeight_min + */ + public static final int ConstraintLayout_Layout_layout_constraintHeight_min=28; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_percent} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintHeight_percent + */ + public static final int ConstraintLayout_Layout_layout_constraintHeight_percent=29; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_bias} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintHorizontal_bias + */ + public static final int ConstraintLayout_Layout_layout_constraintHorizontal_bias=30; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_chainStyle} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
packed2
spread0
spread_inside1
+ * + * @attr name com.example.iitrtimetable:layout_constraintHorizontal_chainStyle + */ + public static final int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle=31; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_weight} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintHorizontal_weight + */ + public static final int ConstraintLayout_Layout_layout_constraintHorizontal_weight=32; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_creator} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintLeft_creator + */ + public static final int ConstraintLayout_Layout_layout_constraintLeft_creator=33; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_toLeftOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintLeft_toLeftOf + */ + public static final int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf=34; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_toRightOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintLeft_toRightOf + */ + public static final int ConstraintLayout_Layout_layout_constraintLeft_toRightOf=35; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_creator} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintRight_creator + */ + public static final int ConstraintLayout_Layout_layout_constraintRight_creator=36; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_toLeftOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintRight_toLeftOf + */ + public static final int ConstraintLayout_Layout_layout_constraintRight_toLeftOf=37; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_toRightOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintRight_toRightOf + */ + public static final int ConstraintLayout_Layout_layout_constraintRight_toRightOf=38; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintStart_toEndOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintStart_toEndOf + */ + public static final int ConstraintLayout_Layout_layout_constraintStart_toEndOf=39; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintStart_toStartOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintStart_toStartOf + */ + public static final int ConstraintLayout_Layout_layout_constraintStart_toStartOf=40; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_creator} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintTop_creator + */ + public static final int ConstraintLayout_Layout_layout_constraintTop_creator=41; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_toBottomOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintTop_toBottomOf + */ + public static final int ConstraintLayout_Layout_layout_constraintTop_toBottomOf=42; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_toTopOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintTop_toTopOf + */ + public static final int ConstraintLayout_Layout_layout_constraintTop_toTopOf=43; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_bias} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintVertical_bias + */ + public static final int ConstraintLayout_Layout_layout_constraintVertical_bias=44; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_chainStyle} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
packed2
spread0
spread_inside1
+ * + * @attr name com.example.iitrtimetable:layout_constraintVertical_chainStyle + */ + public static final int ConstraintLayout_Layout_layout_constraintVertical_chainStyle=45; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_weight} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintVertical_weight + */ + public static final int ConstraintLayout_Layout_layout_constraintVertical_weight=46; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_default} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
percent2
spread0
wrap1
+ * + * @attr name com.example.iitrtimetable:layout_constraintWidth_default + */ + public static final int ConstraintLayout_Layout_layout_constraintWidth_default=47; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_max} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ * + * @attr name com.example.iitrtimetable:layout_constraintWidth_max + */ + public static final int ConstraintLayout_Layout_layout_constraintWidth_max=48; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_min} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ * + * @attr name com.example.iitrtimetable:layout_constraintWidth_min + */ + public static final int ConstraintLayout_Layout_layout_constraintWidth_min=49; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_percent} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintWidth_percent + */ + public static final int ConstraintLayout_Layout_layout_constraintWidth_percent=50; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_editor_absoluteX} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_editor_absoluteX + */ + public static final int ConstraintLayout_Layout_layout_editor_absoluteX=51; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_editor_absoluteY} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_editor_absoluteY + */ + public static final int ConstraintLayout_Layout_layout_editor_absoluteY=52; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginBottom} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginBottom + */ + public static final int ConstraintLayout_Layout_layout_goneMarginBottom=53; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginEnd} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginEnd + */ + public static final int ConstraintLayout_Layout_layout_goneMarginEnd=54; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginLeft} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginLeft + */ + public static final int ConstraintLayout_Layout_layout_goneMarginLeft=55; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginRight} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginRight + */ + public static final int ConstraintLayout_Layout_layout_goneMarginRight=56; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginStart} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginStart + */ + public static final int ConstraintLayout_Layout_layout_goneMarginStart=57; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginTop} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginTop + */ + public static final int ConstraintLayout_Layout_layout_goneMarginTop=58; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_optimizationLevel} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
barrier2
chains4
dimensions8
direct1direct, barriers, chains
groups20
none0
standard7
+ * + * @attr name com.example.iitrtimetable:layout_optimizationLevel + */ + public static final int ConstraintLayout_Layout_layout_optimizationLevel=59; + /** + * Attributes that can be used with a ConstraintLayout_placeholder. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ConstraintLayout_placeholder_content com.example.iitrtimetable:content}
{@link #ConstraintLayout_placeholder_emptyVisibility com.example.iitrtimetable:emptyVisibility}
+ * @see #ConstraintLayout_placeholder_content + * @see #ConstraintLayout_placeholder_emptyVisibility + */ + public static final int[] ConstraintLayout_placeholder={ + 0x7f030096, 0x7f0300c5 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#content} + * attribute's value can be found in the {@link #ConstraintLayout_placeholder} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:content + */ + public static final int ConstraintLayout_placeholder_content=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#emptyVisibility} + * attribute's value can be found in the {@link #ConstraintLayout_placeholder} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
gone0
invisible1
+ * + * @attr name com.example.iitrtimetable:emptyVisibility + */ + public static final int ConstraintLayout_placeholder_emptyVisibility=1; + /** + * Attributes that can be used with a ConstraintSet. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ConstraintSet_android_orientation android:orientation}
{@link #ConstraintSet_android_id android:id}
{@link #ConstraintSet_android_visibility android:visibility}
{@link #ConstraintSet_android_layout_width android:layout_width}
{@link #ConstraintSet_android_layout_height android:layout_height}
{@link #ConstraintSet_android_layout_marginLeft android:layout_marginLeft}
{@link #ConstraintSet_android_layout_marginTop android:layout_marginTop}
{@link #ConstraintSet_android_layout_marginRight android:layout_marginRight}
{@link #ConstraintSet_android_layout_marginBottom android:layout_marginBottom}
{@link #ConstraintSet_android_maxWidth android:maxWidth}
{@link #ConstraintSet_android_maxHeight android:maxHeight}
{@link #ConstraintSet_android_minWidth android:minWidth}
{@link #ConstraintSet_android_minHeight android:minHeight}
{@link #ConstraintSet_android_alpha android:alpha}
{@link #ConstraintSet_android_transformPivotX android:transformPivotX}
{@link #ConstraintSet_android_transformPivotY android:transformPivotY}
{@link #ConstraintSet_android_translationX android:translationX}
{@link #ConstraintSet_android_translationY android:translationY}
{@link #ConstraintSet_android_scaleX android:scaleX}
{@link #ConstraintSet_android_scaleY android:scaleY}
{@link #ConstraintSet_android_rotation android:rotation}
{@link #ConstraintSet_android_rotationX android:rotationX}
{@link #ConstraintSet_android_rotationY android:rotationY}
{@link #ConstraintSet_android_layout_marginStart android:layout_marginStart}
{@link #ConstraintSet_android_layout_marginEnd android:layout_marginEnd}
{@link #ConstraintSet_android_translationZ android:translationZ}
{@link #ConstraintSet_android_elevation android:elevation}
{@link #ConstraintSet_barrierAllowsGoneWidgets com.example.iitrtimetable:barrierAllowsGoneWidgets}
{@link #ConstraintSet_barrierDirection com.example.iitrtimetable:barrierDirection}
{@link #ConstraintSet_chainUseRtl com.example.iitrtimetable:chainUseRtl}
{@link #ConstraintSet_constraint_referenced_ids com.example.iitrtimetable:constraint_referenced_ids}
{@link #ConstraintSet_layout_constrainedHeight com.example.iitrtimetable:layout_constrainedHeight}
{@link #ConstraintSet_layout_constrainedWidth com.example.iitrtimetable:layout_constrainedWidth}
{@link #ConstraintSet_layout_constraintBaseline_creator com.example.iitrtimetable:layout_constraintBaseline_creator}
{@link #ConstraintSet_layout_constraintBaseline_toBaselineOf com.example.iitrtimetable:layout_constraintBaseline_toBaselineOf}
{@link #ConstraintSet_layout_constraintBottom_creator com.example.iitrtimetable:layout_constraintBottom_creator}
{@link #ConstraintSet_layout_constraintBottom_toBottomOf com.example.iitrtimetable:layout_constraintBottom_toBottomOf}
{@link #ConstraintSet_layout_constraintBottom_toTopOf com.example.iitrtimetable:layout_constraintBottom_toTopOf}
{@link #ConstraintSet_layout_constraintCircle com.example.iitrtimetable:layout_constraintCircle}
{@link #ConstraintSet_layout_constraintCircleAngle com.example.iitrtimetable:layout_constraintCircleAngle}
{@link #ConstraintSet_layout_constraintCircleRadius com.example.iitrtimetable:layout_constraintCircleRadius}
{@link #ConstraintSet_layout_constraintDimensionRatio com.example.iitrtimetable:layout_constraintDimensionRatio}
{@link #ConstraintSet_layout_constraintEnd_toEndOf com.example.iitrtimetable:layout_constraintEnd_toEndOf}
{@link #ConstraintSet_layout_constraintEnd_toStartOf com.example.iitrtimetable:layout_constraintEnd_toStartOf}
{@link #ConstraintSet_layout_constraintGuide_begin com.example.iitrtimetable:layout_constraintGuide_begin}
{@link #ConstraintSet_layout_constraintGuide_end com.example.iitrtimetable:layout_constraintGuide_end}
{@link #ConstraintSet_layout_constraintGuide_percent com.example.iitrtimetable:layout_constraintGuide_percent}
{@link #ConstraintSet_layout_constraintHeight_default com.example.iitrtimetable:layout_constraintHeight_default}
{@link #ConstraintSet_layout_constraintHeight_max com.example.iitrtimetable:layout_constraintHeight_max}
{@link #ConstraintSet_layout_constraintHeight_min com.example.iitrtimetable:layout_constraintHeight_min}
{@link #ConstraintSet_layout_constraintHeight_percent com.example.iitrtimetable:layout_constraintHeight_percent}
{@link #ConstraintSet_layout_constraintHorizontal_bias com.example.iitrtimetable:layout_constraintHorizontal_bias}
{@link #ConstraintSet_layout_constraintHorizontal_chainStyle com.example.iitrtimetable:layout_constraintHorizontal_chainStyle}
{@link #ConstraintSet_layout_constraintHorizontal_weight com.example.iitrtimetable:layout_constraintHorizontal_weight}
{@link #ConstraintSet_layout_constraintLeft_creator com.example.iitrtimetable:layout_constraintLeft_creator}
{@link #ConstraintSet_layout_constraintLeft_toLeftOf com.example.iitrtimetable:layout_constraintLeft_toLeftOf}
{@link #ConstraintSet_layout_constraintLeft_toRightOf com.example.iitrtimetable:layout_constraintLeft_toRightOf}
{@link #ConstraintSet_layout_constraintRight_creator com.example.iitrtimetable:layout_constraintRight_creator}
{@link #ConstraintSet_layout_constraintRight_toLeftOf com.example.iitrtimetable:layout_constraintRight_toLeftOf}
{@link #ConstraintSet_layout_constraintRight_toRightOf com.example.iitrtimetable:layout_constraintRight_toRightOf}
{@link #ConstraintSet_layout_constraintStart_toEndOf com.example.iitrtimetable:layout_constraintStart_toEndOf}
{@link #ConstraintSet_layout_constraintStart_toStartOf com.example.iitrtimetable:layout_constraintStart_toStartOf}
{@link #ConstraintSet_layout_constraintTop_creator com.example.iitrtimetable:layout_constraintTop_creator}
{@link #ConstraintSet_layout_constraintTop_toBottomOf com.example.iitrtimetable:layout_constraintTop_toBottomOf}
{@link #ConstraintSet_layout_constraintTop_toTopOf com.example.iitrtimetable:layout_constraintTop_toTopOf}
{@link #ConstraintSet_layout_constraintVertical_bias com.example.iitrtimetable:layout_constraintVertical_bias}
{@link #ConstraintSet_layout_constraintVertical_chainStyle com.example.iitrtimetable:layout_constraintVertical_chainStyle}
{@link #ConstraintSet_layout_constraintVertical_weight com.example.iitrtimetable:layout_constraintVertical_weight}
{@link #ConstraintSet_layout_constraintWidth_default com.example.iitrtimetable:layout_constraintWidth_default}
{@link #ConstraintSet_layout_constraintWidth_max com.example.iitrtimetable:layout_constraintWidth_max}
{@link #ConstraintSet_layout_constraintWidth_min com.example.iitrtimetable:layout_constraintWidth_min}
{@link #ConstraintSet_layout_constraintWidth_percent com.example.iitrtimetable:layout_constraintWidth_percent}
{@link #ConstraintSet_layout_editor_absoluteX com.example.iitrtimetable:layout_editor_absoluteX}
{@link #ConstraintSet_layout_editor_absoluteY com.example.iitrtimetable:layout_editor_absoluteY}
{@link #ConstraintSet_layout_goneMarginBottom com.example.iitrtimetable:layout_goneMarginBottom}
{@link #ConstraintSet_layout_goneMarginEnd com.example.iitrtimetable:layout_goneMarginEnd}
{@link #ConstraintSet_layout_goneMarginLeft com.example.iitrtimetable:layout_goneMarginLeft}
{@link #ConstraintSet_layout_goneMarginRight com.example.iitrtimetable:layout_goneMarginRight}
{@link #ConstraintSet_layout_goneMarginStart com.example.iitrtimetable:layout_goneMarginStart}
{@link #ConstraintSet_layout_goneMarginTop com.example.iitrtimetable:layout_goneMarginTop}
+ * @see #ConstraintSet_android_orientation + * @see #ConstraintSet_android_id + * @see #ConstraintSet_android_visibility + * @see #ConstraintSet_android_layout_width + * @see #ConstraintSet_android_layout_height + * @see #ConstraintSet_android_layout_marginLeft + * @see #ConstraintSet_android_layout_marginTop + * @see #ConstraintSet_android_layout_marginRight + * @see #ConstraintSet_android_layout_marginBottom + * @see #ConstraintSet_android_maxWidth + * @see #ConstraintSet_android_maxHeight + * @see #ConstraintSet_android_minWidth + * @see #ConstraintSet_android_minHeight + * @see #ConstraintSet_android_alpha + * @see #ConstraintSet_android_transformPivotX + * @see #ConstraintSet_android_transformPivotY + * @see #ConstraintSet_android_translationX + * @see #ConstraintSet_android_translationY + * @see #ConstraintSet_android_scaleX + * @see #ConstraintSet_android_scaleY + * @see #ConstraintSet_android_rotation + * @see #ConstraintSet_android_rotationX + * @see #ConstraintSet_android_rotationY + * @see #ConstraintSet_android_layout_marginStart + * @see #ConstraintSet_android_layout_marginEnd + * @see #ConstraintSet_android_translationZ + * @see #ConstraintSet_android_elevation + * @see #ConstraintSet_barrierAllowsGoneWidgets + * @see #ConstraintSet_barrierDirection + * @see #ConstraintSet_chainUseRtl + * @see #ConstraintSet_constraint_referenced_ids + * @see #ConstraintSet_layout_constrainedHeight + * @see #ConstraintSet_layout_constrainedWidth + * @see #ConstraintSet_layout_constraintBaseline_creator + * @see #ConstraintSet_layout_constraintBaseline_toBaselineOf + * @see #ConstraintSet_layout_constraintBottom_creator + * @see #ConstraintSet_layout_constraintBottom_toBottomOf + * @see #ConstraintSet_layout_constraintBottom_toTopOf + * @see #ConstraintSet_layout_constraintCircle + * @see #ConstraintSet_layout_constraintCircleAngle + * @see #ConstraintSet_layout_constraintCircleRadius + * @see #ConstraintSet_layout_constraintDimensionRatio + * @see #ConstraintSet_layout_constraintEnd_toEndOf + * @see #ConstraintSet_layout_constraintEnd_toStartOf + * @see #ConstraintSet_layout_constraintGuide_begin + * @see #ConstraintSet_layout_constraintGuide_end + * @see #ConstraintSet_layout_constraintGuide_percent + * @see #ConstraintSet_layout_constraintHeight_default + * @see #ConstraintSet_layout_constraintHeight_max + * @see #ConstraintSet_layout_constraintHeight_min + * @see #ConstraintSet_layout_constraintHeight_percent + * @see #ConstraintSet_layout_constraintHorizontal_bias + * @see #ConstraintSet_layout_constraintHorizontal_chainStyle + * @see #ConstraintSet_layout_constraintHorizontal_weight + * @see #ConstraintSet_layout_constraintLeft_creator + * @see #ConstraintSet_layout_constraintLeft_toLeftOf + * @see #ConstraintSet_layout_constraintLeft_toRightOf + * @see #ConstraintSet_layout_constraintRight_creator + * @see #ConstraintSet_layout_constraintRight_toLeftOf + * @see #ConstraintSet_layout_constraintRight_toRightOf + * @see #ConstraintSet_layout_constraintStart_toEndOf + * @see #ConstraintSet_layout_constraintStart_toStartOf + * @see #ConstraintSet_layout_constraintTop_creator + * @see #ConstraintSet_layout_constraintTop_toBottomOf + * @see #ConstraintSet_layout_constraintTop_toTopOf + * @see #ConstraintSet_layout_constraintVertical_bias + * @see #ConstraintSet_layout_constraintVertical_chainStyle + * @see #ConstraintSet_layout_constraintVertical_weight + * @see #ConstraintSet_layout_constraintWidth_default + * @see #ConstraintSet_layout_constraintWidth_max + * @see #ConstraintSet_layout_constraintWidth_min + * @see #ConstraintSet_layout_constraintWidth_percent + * @see #ConstraintSet_layout_editor_absoluteX + * @see #ConstraintSet_layout_editor_absoluteY + * @see #ConstraintSet_layout_goneMarginBottom + * @see #ConstraintSet_layout_goneMarginEnd + * @see #ConstraintSet_layout_goneMarginLeft + * @see #ConstraintSet_layout_goneMarginRight + * @see #ConstraintSet_layout_goneMarginStart + * @see #ConstraintSet_layout_goneMarginTop + */ + public static final int[] ConstraintSet={ + 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, 0x7f030037, + 0x7f030038, 0x7f030062, 0x7f030095, 0x7f030120, + 0x7f030121, 0x7f030122, 0x7f030123, 0x7f030124, + 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, + 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, + 0x7f03012d, 0x7f03012e, 0x7f03012f, 0x7f030130, + 0x7f030131, 0x7f030132, 0x7f030133, 0x7f030134, + 0x7f030135, 0x7f030136, 0x7f030137, 0x7f030138, + 0x7f030139, 0x7f03013a, 0x7f03013b, 0x7f03013c, + 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, + 0x7f030141, 0x7f030142, 0x7f030143, 0x7f030144, + 0x7f030145, 0x7f030146, 0x7f030147, 0x7f030148, + 0x7f03014a, 0x7f03014b, 0x7f03014c, 0x7f03014d, + 0x7f03014e, 0x7f03014f, 0x7f030150, 0x7f030151 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int ConstraintSet_android_orientation=0; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int ConstraintSet_android_id=1; + /** + *

This symbol is the offset where the {@link android.R.attr#visibility} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
gone2
invisible1
visible0
+ * + * @attr name android:visibility + */ + public static final int ConstraintSet_android_visibility=2; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_width} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:layout_width + */ + public static final int ConstraintSet_android_layout_width=3; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_height} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:layout_height + */ + public static final int ConstraintSet_android_layout_height=4; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_marginLeft} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:layout_marginLeft + */ + public static final int ConstraintSet_android_layout_marginLeft=5; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_marginTop} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:layout_marginTop + */ + public static final int ConstraintSet_android_layout_marginTop=6; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_marginRight} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:layout_marginRight + */ + public static final int ConstraintSet_android_layout_marginRight=7; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_marginBottom} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:layout_marginBottom + */ + public static final int ConstraintSet_android_layout_marginBottom=8; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int ConstraintSet_android_maxWidth=9; + /** + *

This symbol is the offset where the {@link android.R.attr#maxHeight} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxHeight + */ + public static final int ConstraintSet_android_maxHeight=10; + /** + *

This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minWidth + */ + public static final int ConstraintSet_android_minWidth=11; + /** + *

This symbol is the offset where the {@link android.R.attr#minHeight} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minHeight + */ + public static final int ConstraintSet_android_minHeight=12; + /** + *

This symbol is the offset where the {@link android.R.attr#alpha} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:alpha + */ + public static final int ConstraintSet_android_alpha=13; + /** + *

This symbol is the offset where the {@link android.R.attr#transformPivotX} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:transformPivotX + */ + public static final int ConstraintSet_android_transformPivotX=14; + /** + *

This symbol is the offset where the {@link android.R.attr#transformPivotY} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:transformPivotY + */ + public static final int ConstraintSet_android_transformPivotY=15; + /** + *

This symbol is the offset where the {@link android.R.attr#translationX} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:translationX + */ + public static final int ConstraintSet_android_translationX=16; + /** + *

This symbol is the offset where the {@link android.R.attr#translationY} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:translationY + */ + public static final int ConstraintSet_android_translationY=17; + /** + *

This symbol is the offset where the {@link android.R.attr#scaleX} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:scaleX + */ + public static final int ConstraintSet_android_scaleX=18; + /** + *

This symbol is the offset where the {@link android.R.attr#scaleY} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:scaleY + */ + public static final int ConstraintSet_android_scaleY=19; + /** + *

This symbol is the offset where the {@link android.R.attr#rotation} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:rotation + */ + public static final int ConstraintSet_android_rotation=20; + /** + *

This symbol is the offset where the {@link android.R.attr#rotationX} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:rotationX + */ + public static final int ConstraintSet_android_rotationX=21; + /** + *

This symbol is the offset where the {@link android.R.attr#rotationY} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:rotationY + */ + public static final int ConstraintSet_android_rotationY=22; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_marginStart} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:layout_marginStart + */ + public static final int ConstraintSet_android_layout_marginStart=23; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_marginEnd} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:layout_marginEnd + */ + public static final int ConstraintSet_android_layout_marginEnd=24; + /** + *

This symbol is the offset where the {@link android.R.attr#translationZ} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:translationZ + */ + public static final int ConstraintSet_android_translationZ=25; + /** + *

This symbol is the offset where the {@link android.R.attr#elevation} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:elevation + */ + public static final int ConstraintSet_android_elevation=26; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#barrierAllowsGoneWidgets} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:barrierAllowsGoneWidgets + */ + public static final int ConstraintSet_barrierAllowsGoneWidgets=27; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#barrierDirection} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom3
end6
left0
right1
start5
top2
+ * + * @attr name com.example.iitrtimetable:barrierDirection + */ + public static final int ConstraintSet_barrierDirection=28; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chainUseRtl} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:chainUseRtl + */ + public static final int ConstraintSet_chainUseRtl=29; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#constraint_referenced_ids} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:constraint_referenced_ids + */ + public static final int ConstraintSet_constraint_referenced_ids=30; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constrainedHeight} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:layout_constrainedHeight + */ + public static final int ConstraintSet_layout_constrainedHeight=31; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constrainedWidth} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:layout_constrainedWidth + */ + public static final int ConstraintSet_layout_constrainedWidth=32; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBaseline_creator} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintBaseline_creator + */ + public static final int ConstraintSet_layout_constraintBaseline_creator=33; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBaseline_toBaselineOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintBaseline_toBaselineOf + */ + public static final int ConstraintSet_layout_constraintBaseline_toBaselineOf=34; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_creator} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintBottom_creator + */ + public static final int ConstraintSet_layout_constraintBottom_creator=35; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_toBottomOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintBottom_toBottomOf + */ + public static final int ConstraintSet_layout_constraintBottom_toBottomOf=36; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_toTopOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintBottom_toTopOf + */ + public static final int ConstraintSet_layout_constraintBottom_toTopOf=37; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircle} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:layout_constraintCircle + */ + public static final int ConstraintSet_layout_constraintCircle=38; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircleAngle} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintCircleAngle + */ + public static final int ConstraintSet_layout_constraintCircleAngle=39; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircleRadius} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_constraintCircleRadius + */ + public static final int ConstraintSet_layout_constraintCircleRadius=40; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintDimensionRatio} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:layout_constraintDimensionRatio + */ + public static final int ConstraintSet_layout_constraintDimensionRatio=41; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintEnd_toEndOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintEnd_toEndOf + */ + public static final int ConstraintSet_layout_constraintEnd_toEndOf=42; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintEnd_toStartOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintEnd_toStartOf + */ + public static final int ConstraintSet_layout_constraintEnd_toStartOf=43; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_begin} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_constraintGuide_begin + */ + public static final int ConstraintSet_layout_constraintGuide_begin=44; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_end} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_constraintGuide_end + */ + public static final int ConstraintSet_layout_constraintGuide_end=45; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_percent} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintGuide_percent + */ + public static final int ConstraintSet_layout_constraintGuide_percent=46; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_default} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
percent2
spread0
wrap1
+ * + * @attr name com.example.iitrtimetable:layout_constraintHeight_default + */ + public static final int ConstraintSet_layout_constraintHeight_default=47; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_max} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ * + * @attr name com.example.iitrtimetable:layout_constraintHeight_max + */ + public static final int ConstraintSet_layout_constraintHeight_max=48; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_min} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ * + * @attr name com.example.iitrtimetable:layout_constraintHeight_min + */ + public static final int ConstraintSet_layout_constraintHeight_min=49; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_percent} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintHeight_percent + */ + public static final int ConstraintSet_layout_constraintHeight_percent=50; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_bias} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintHorizontal_bias + */ + public static final int ConstraintSet_layout_constraintHorizontal_bias=51; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_chainStyle} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
packed2
spread0
spread_inside1
+ * + * @attr name com.example.iitrtimetable:layout_constraintHorizontal_chainStyle + */ + public static final int ConstraintSet_layout_constraintHorizontal_chainStyle=52; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_weight} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintHorizontal_weight + */ + public static final int ConstraintSet_layout_constraintHorizontal_weight=53; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_creator} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintLeft_creator + */ + public static final int ConstraintSet_layout_constraintLeft_creator=54; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_toLeftOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintLeft_toLeftOf + */ + public static final int ConstraintSet_layout_constraintLeft_toLeftOf=55; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_toRightOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintLeft_toRightOf + */ + public static final int ConstraintSet_layout_constraintLeft_toRightOf=56; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_creator} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintRight_creator + */ + public static final int ConstraintSet_layout_constraintRight_creator=57; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_toLeftOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintRight_toLeftOf + */ + public static final int ConstraintSet_layout_constraintRight_toLeftOf=58; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_toRightOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintRight_toRightOf + */ + public static final int ConstraintSet_layout_constraintRight_toRightOf=59; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintStart_toEndOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintStart_toEndOf + */ + public static final int ConstraintSet_layout_constraintStart_toEndOf=60; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintStart_toStartOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintStart_toStartOf + */ + public static final int ConstraintSet_layout_constraintStart_toStartOf=61; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_creator} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_constraintTop_creator + */ + public static final int ConstraintSet_layout_constraintTop_creator=62; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_toBottomOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintTop_toBottomOf + */ + public static final int ConstraintSet_layout_constraintTop_toBottomOf=63; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_toTopOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
parent0
+ * + * @attr name com.example.iitrtimetable:layout_constraintTop_toTopOf + */ + public static final int ConstraintSet_layout_constraintTop_toTopOf=64; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_bias} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintVertical_bias + */ + public static final int ConstraintSet_layout_constraintVertical_bias=65; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_chainStyle} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
packed2
spread0
spread_inside1
+ * + * @attr name com.example.iitrtimetable:layout_constraintVertical_chainStyle + */ + public static final int ConstraintSet_layout_constraintVertical_chainStyle=66; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_weight} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintVertical_weight + */ + public static final int ConstraintSet_layout_constraintVertical_weight=67; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_default} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
percent2
spread0
wrap1
+ * + * @attr name com.example.iitrtimetable:layout_constraintWidth_default + */ + public static final int ConstraintSet_layout_constraintWidth_default=68; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_max} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ * + * @attr name com.example.iitrtimetable:layout_constraintWidth_max + */ + public static final int ConstraintSet_layout_constraintWidth_max=69; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_min} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrapfffffffe
+ * + * @attr name com.example.iitrtimetable:layout_constraintWidth_min + */ + public static final int ConstraintSet_layout_constraintWidth_min=70; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_percent} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.example.iitrtimetable:layout_constraintWidth_percent + */ + public static final int ConstraintSet_layout_constraintWidth_percent=71; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_editor_absoluteX} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_editor_absoluteX + */ + public static final int ConstraintSet_layout_editor_absoluteX=72; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_editor_absoluteY} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_editor_absoluteY + */ + public static final int ConstraintSet_layout_editor_absoluteY=73; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginBottom} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginBottom + */ + public static final int ConstraintSet_layout_goneMarginBottom=74; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginEnd} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginEnd + */ + public static final int ConstraintSet_layout_goneMarginEnd=75; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginLeft} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginLeft + */ + public static final int ConstraintSet_layout_goneMarginLeft=76; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginRight} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginRight + */ + public static final int ConstraintSet_layout_goneMarginRight=77; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginStart} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginStart + */ + public static final int ConstraintSet_layout_goneMarginStart=78; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginTop} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:layout_goneMarginTop + */ + public static final int ConstraintSet_layout_goneMarginTop=79; + /** + * Attributes that can be used with a CoordinatorLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #CoordinatorLayout_keylines com.example.iitrtimetable:keylines}A reference to an array of integers representing the + * locations of horizontal keylines in dp from the starting edge.
{@link #CoordinatorLayout_statusBarBackground com.example.iitrtimetable:statusBarBackground}Drawable to display behind the status bar when the view is set to draw behind it.
+ * @see #CoordinatorLayout_keylines + * @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout={ + 0x7f030116, 0x7f0301b3 + }; + /** + *

+ * @attr description + * A reference to an array of integers representing the + * locations of horizontal keylines in dp from the starting edge. + * Child views can refer to these keylines for alignment using + * layout_keyline="index" where index is a 0-based index into + * this array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:keylines + */ + public static final int CoordinatorLayout_keylines=0; + /** + *

+ * @attr description + * Drawable to display behind the status bar when the view is set to draw behind it. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground=1; + /** + * Attributes that can be used with a CoordinatorLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor com.example.iitrtimetable:layout_anchor}The id of an anchor view that this view should position relative to.
{@link #CoordinatorLayout_Layout_layout_anchorGravity com.example.iitrtimetable:layout_anchorGravity}Specifies how an object should position relative to an anchor, on both the X and Y axes, + * within its parent's bounds.
{@link #CoordinatorLayout_Layout_layout_behavior com.example.iitrtimetable:layout_behavior}The class name of a Behavior class defining special runtime behavior + * for this child view.
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges com.example.iitrtimetable:layout_dodgeInsetEdges}Specifies how this view dodges the inset edges of the CoordinatorLayout.
{@link #CoordinatorLayout_Layout_layout_insetEdge com.example.iitrtimetable:layout_insetEdge}Specifies how this view insets the CoordinatorLayout and make some other views + * dodge it.
{@link #CoordinatorLayout_Layout_layout_keyline com.example.iitrtimetable:layout_keyline}The index of a keyline this view should position relative to.
+ * @see #CoordinatorLayout_Layout_android_layout_gravity + * @see #CoordinatorLayout_Layout_layout_anchor + * @see #CoordinatorLayout_Layout_layout_anchorGravity + * @see #CoordinatorLayout_Layout_layout_behavior + * @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + * @see #CoordinatorLayout_Layout_layout_insetEdge + * @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout={ + 0x010100b3, 0x7f03011b, 0x7f03011c, 0x7f03011d, + 0x7f030149, 0x7f030152, 0x7f030153 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity=0; + /** + *

+ * @attr description + * The id of an anchor view that this view should position relative to. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor=1; + /** + *

+ * @attr description + * Specifies how an object should position relative to an anchor, on both the X and Y axes, + * within its parent's bounds. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50Push object to the bottom of its container, not changing its size.
center11Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
center_horizontal1Place object in the horizontal center of its container, not changing its size.
center_vertical10Place object in the vertical center of its container, not changing its size.
clip_horizontal8Additional option that can be set to have the left and/or right edges of + * the child clipped to its container's bounds. + * The clip will be based on the horizontal gravity: a left gravity will clip the right + * edge, a right gravity will clip the left edge, and neither will clip both edges.
clip_vertical80Additional option that can be set to have the top and/or bottom edges of + * the child clipped to its container's bounds. + * The clip will be based on the vertical gravity: a top gravity will clip the bottom + * edge, a bottom gravity will clip the top edge, and neither will clip both edges.
end800005Push object to the end of its container, not changing its size.
fill77Grow the horizontal and vertical size of the object if needed so it completely fills its container.
fill_horizontal7Grow the horizontal size of the object if needed so it completely fills its container.
fill_vertical70Grow the vertical size of the object if needed so it completely fills its container.
left3Push object to the left of its container, not changing its size.
right5Push object to the right of its container, not changing its size.
start800003Push object to the beginning of its container, not changing its size.
top30Push object to the top of its container, not changing its size.
+ * + * @attr name com.example.iitrtimetable:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity=2; + /** + *

+ * @attr description + * The class name of a Behavior class defining special runtime behavior + * for this child view. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior=3; + /** + *

+ * @attr description + * Specifies how this view dodges the inset edges of the CoordinatorLayout. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
all77Dodge all the inset edges.
bottom50Dodge the bottom inset edge.
end800005Dodge the end inset edge.
left3Dodge the left inset edge.
none0Don't dodge any edges
right5Dodge the right inset edge.
start800003Dodge the start inset edge.
top30Dodge the top inset edge.
+ * + * @attr name com.example.iitrtimetable:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges=4; + /** + *

+ * @attr description + * Specifies how this view insets the CoordinatorLayout and make some other views + * dodge it. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50Inset the bottom edge.
end800005Inset the end edge.
left3Inset the left edge.
none0Don't inset.
right5Inset the right edge.
start800003Inset the start edge.
top30Inset the top edge.
+ * + * @attr name com.example.iitrtimetable:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge=5; + /** + *

+ * @attr description + * The index of a keyline this view should position relative to. + * android:layout_gravity will affect how the view aligns to the + * specified keyline. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline=6; + /** + * Attributes that can be used with a DesignTheme. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme com.example.iitrtimetable:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle com.example.iitrtimetable:bottomSheetStyle}
+ * @see #DesignTheme_bottomSheetDialogTheme + * @see #DesignTheme_bottomSheetStyle + */ + public static final int[] DesignTheme={ + 0x7f030043, 0x7f030044 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#bottomSheetDialogTheme} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:bottomSheetDialogTheme + */ + public static final int DesignTheme_bottomSheetDialogTheme=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#bottomSheetStyle} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:bottomSheetStyle + */ + public static final int DesignTheme_bottomSheetStyle=1; + /** + * Attributes that can be used with a DrawerArrowToggle. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.example.iitrtimetable:arrowHeadLength}The length of the arrow head when formed to make an arrow
{@link #DrawerArrowToggle_arrowShaftLength com.example.iitrtimetable:arrowShaftLength}The length of the shaft when formed to make an arrow
{@link #DrawerArrowToggle_barLength com.example.iitrtimetable:barLength}The length of the bars when they are parallel to each other
{@link #DrawerArrowToggle_color com.example.iitrtimetable:color}The drawing color for the bars
{@link #DrawerArrowToggle_drawableSize com.example.iitrtimetable:drawableSize}The total size of the drawable
{@link #DrawerArrowToggle_gapBetweenBars com.example.iitrtimetable:gapBetweenBars}The max gap between the bars when they are parallel to each other
{@link #DrawerArrowToggle_spinBars com.example.iitrtimetable:spinBars}Whether bars should rotate or not during transition
{@link #DrawerArrowToggle_thickness com.example.iitrtimetable:thickness}The thickness (stroke size) for the bar paint
+ * @see #DrawerArrowToggle_arrowHeadLength + * @see #DrawerArrowToggle_arrowShaftLength + * @see #DrawerArrowToggle_barLength + * @see #DrawerArrowToggle_color + * @see #DrawerArrowToggle_drawableSize + * @see #DrawerArrowToggle_gapBetweenBars + * @see #DrawerArrowToggle_spinBars + * @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle={ + 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030087, + 0x7f0300b9, 0x7f0300ec, 0x7f0301a8, 0x7f0301f9 + }; + /** + *

+ * @attr description + * The length of the arrow head when formed to make an arrow + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength=0; + /** + *

+ * @attr description + * The length of the shaft when formed to make an arrow + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength=1; + /** + *

+ * @attr description + * The length of the bars when they are parallel to each other + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:barLength + */ + public static final int DrawerArrowToggle_barLength=2; + /** + *

+ * @attr description + * The drawing color for the bars + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:color + */ + public static final int DrawerArrowToggle_color=3; + /** + *

+ * @attr description + * The total size of the drawable + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize=4; + /** + *

+ * @attr description + * The max gap between the bars when they are parallel to each other + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars=5; + /** + *

+ * @attr description + * Whether bars should rotate or not during transition + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:spinBars + */ + public static final int DrawerArrowToggle_spinBars=6; + /** + *

+ * @attr description + * The thickness (stroke size) for the bar paint + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:thickness + */ + public static final int DrawerArrowToggle_thickness=7; + /** + * Attributes that can be used with a FloatingActionButton. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #FloatingActionButton_backgroundTint com.example.iitrtimetable:backgroundTint}Tint to apply to the background.
{@link #FloatingActionButton_backgroundTintMode com.example.iitrtimetable:backgroundTintMode}Blending mode used to apply the background tint.
{@link #FloatingActionButton_borderWidth com.example.iitrtimetable:borderWidth}
{@link #FloatingActionButton_elevation com.example.iitrtimetable:elevation}Elevation for the action bar itself
{@link #FloatingActionButton_fabCustomSize com.example.iitrtimetable:fabCustomSize}
{@link #FloatingActionButton_fabSize com.example.iitrtimetable:fabSize}
{@link #FloatingActionButton_hideMotionSpec com.example.iitrtimetable:hideMotionSpec}
{@link #FloatingActionButton_hoveredFocusedTranslationZ com.example.iitrtimetable:hoveredFocusedTranslationZ}
{@link #FloatingActionButton_maxImageSize com.example.iitrtimetable:maxImageSize}
{@link #FloatingActionButton_pressedTranslationZ com.example.iitrtimetable:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor com.example.iitrtimetable:rippleColor}
{@link #FloatingActionButton_showMotionSpec com.example.iitrtimetable:showMotionSpec}
{@link #FloatingActionButton_useCompatPadding com.example.iitrtimetable:useCompatPadding}
+ * @see #FloatingActionButton_backgroundTint + * @see #FloatingActionButton_backgroundTintMode + * @see #FloatingActionButton_borderWidth + * @see #FloatingActionButton_elevation + * @see #FloatingActionButton_fabCustomSize + * @see #FloatingActionButton_fabSize + * @see #FloatingActionButton_hideMotionSpec + * @see #FloatingActionButton_hoveredFocusedTranslationZ + * @see #FloatingActionButton_maxImageSize + * @see #FloatingActionButton_pressedTranslationZ + * @see #FloatingActionButton_rippleColor + * @see #FloatingActionButton_showMotionSpec + * @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton={ + 0x7f030034, 0x7f030035, 0x7f03003f, 0x7f0300c4, + 0x7f0300d7, 0x7f0300d8, 0x7f0300f3, 0x7f0300fb, + 0x7f03016f, 0x7f030189, 0x7f030193, 0x7f03019f, + 0x7f030217 + }; + /** + *

+ * @attr description + * Tint to apply to the background. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:backgroundTint + */ + public static final int FloatingActionButton_backgroundTint=0; + /** + *

+ * @attr description + * Blending mode used to apply the background tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:backgroundTintMode + */ + public static final int FloatingActionButton_backgroundTintMode=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#borderWidth} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:borderWidth + */ + public static final int FloatingActionButton_borderWidth=2; + /** + *

+ * @attr description + * Elevation for the action bar itself + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:elevation + */ + public static final int FloatingActionButton_elevation=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabCustomSize} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:fabCustomSize + */ + public static final int FloatingActionButton_fabCustomSize=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabSize} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
mini1
normal0
+ * + * @attr name com.example.iitrtimetable:fabSize + */ + public static final int FloatingActionButton_fabSize=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hideMotionSpec} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:hideMotionSpec + */ + public static final int FloatingActionButton_hideMotionSpec=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hoveredFocusedTranslationZ} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:hoveredFocusedTranslationZ + */ + public static final int FloatingActionButton_hoveredFocusedTranslationZ=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#maxImageSize} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:maxImageSize + */ + public static final int FloatingActionButton_maxImageSize=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#pressedTranslationZ} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:pressedTranslationZ + */ + public static final int FloatingActionButton_pressedTranslationZ=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#rippleColor} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:rippleColor + */ + public static final int FloatingActionButton_rippleColor=10; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#showMotionSpec} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:showMotionSpec + */ + public static final int FloatingActionButton_showMotionSpec=11; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#useCompatPadding} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:useCompatPadding + */ + public static final int FloatingActionButton_useCompatPadding=12; + /** + * Attributes that can be used with a FloatingActionButton_Behavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide com.example.iitrtimetable:behavior_autoHide}
+ * @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout={ + 0x7f030039 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_autoHide} + * attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:behavior_autoHide + */ + public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide=0; + /** + * Attributes that can be used with a FlowLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #FlowLayout_itemSpacing com.example.iitrtimetable:itemSpacing}
{@link #FlowLayout_lineSpacing com.example.iitrtimetable:lineSpacing}
+ * @see #FlowLayout_itemSpacing + * @see #FlowLayout_lineSpacing + */ + public static final int[] FlowLayout={ + 0x7f030111, 0x7f030159 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemSpacing} + * attribute's value can be found in the {@link #FlowLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:itemSpacing + */ + public static final int FlowLayout_itemSpacing=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#lineSpacing} + * attribute's value can be found in the {@link #FlowLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:lineSpacing + */ + public static final int FlowLayout_lineSpacing=1; + /** + * Attributes that can be used with a FontFamily. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #FontFamily_fontProviderAuthority com.example.iitrtimetable:fontProviderAuthority}The authority of the Font Provider to be used for the request.
{@link #FontFamily_fontProviderCerts com.example.iitrtimetable:fontProviderCerts}The sets of hashes for the certificates the provider should be signed with.
{@link #FontFamily_fontProviderFetchStrategy com.example.iitrtimetable:fontProviderFetchStrategy}The strategy to be used when fetching font data from a font provider in XML layouts.
{@link #FontFamily_fontProviderFetchTimeout com.example.iitrtimetable:fontProviderFetchTimeout}The length of the timeout during fetching.
{@link #FontFamily_fontProviderPackage com.example.iitrtimetable:fontProviderPackage}The package for the Font Provider to be used for the request.
{@link #FontFamily_fontProviderQuery com.example.iitrtimetable:fontProviderQuery}The query to be sent over to the provider.
+ * @see #FontFamily_fontProviderAuthority + * @see #FontFamily_fontProviderCerts + * @see #FontFamily_fontProviderFetchStrategy + * @see #FontFamily_fontProviderFetchTimeout + * @see #FontFamily_fontProviderPackage + * @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily={ + 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, + 0x7f0300e6, 0x7f0300e7 + }; + /** + *

+ * @attr description + * The authority of the Font Provider to be used for the request. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority=0; + /** + *

+ * @attr description + * The sets of hashes for the certificates the provider should be signed with. This is + * used to verify the identity of the provider, and is only required if the provider is not + * part of the system image. This value may point to one list or a list of lists, where each + * individual list represents one collection of signature hashes. Refer to your font provider's + * documentation for these values. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts=1; + /** + *

+ * @attr description + * The strategy to be used when fetching font data from a font provider in XML layouts. + * This attribute is ignored when the resource is loaded from code, as it is equivalent to the + * choice of API between {@link + * androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + * {@link + * androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + * (async). + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
async1The async font fetch works as follows. + * First, check the local cache, then if the requeted font is not cached, trigger a + * request the font and continue with layout inflation. Once the font fetch succeeds, the + * target text view will be refreshed with the downloaded font data. The + * fontProviderFetchTimeout will be ignored if async loading is specified.
blocking0The blocking font fetch works as follows. + * First, check the local cache, then if the requested font is not cached, request the + * font from the provider and wait until it is finished. You can change the length of + * the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + * default typeface will be used instead.
+ * + * @attr name com.example.iitrtimetable:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy=2; + /** + *

+ * @attr description + * The length of the timeout during fetching. + * + *

May be an integer value, such as "100". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
foreverffffffffA special value for the timeout. In this case, the blocking font fetching will not + * timeout and wait until a reply is received from the font provider.
+ * + * @attr name com.example.iitrtimetable:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout=3; + /** + *

+ * @attr description + * The package for the Font Provider to be used for the request. This is used to verify + * the identity of the provider. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage=4; + /** + *

+ * @attr description + * The query to be sent over to the provider. Refer to your font provider's documentation + * on the format of this string. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery=5; + /** + * Attributes that can be used with a FontFamilyFont. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex}
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings}
{@link #FontFamilyFont_font com.example.iitrtimetable:font}The reference to the font file to be used.
{@link #FontFamilyFont_fontStyle com.example.iitrtimetable:fontStyle}The style of the given font file.
{@link #FontFamilyFont_fontVariationSettings com.example.iitrtimetable:fontVariationSettings}The variation settings to be applied to the font.
{@link #FontFamilyFont_fontWeight com.example.iitrtimetable:fontWeight}The weight of the given font file.
{@link #FontFamilyFont_ttcIndex com.example.iitrtimetable:ttcIndex}The index of the font in the tcc font file.
+ * @see #FontFamilyFont_android_font + * @see #FontFamilyFont_android_fontWeight + * @see #FontFamilyFont_android_fontStyle + * @see #FontFamilyFont_android_ttcIndex + * @see #FontFamilyFont_android_fontVariationSettings + * @see #FontFamilyFont_font + * @see #FontFamilyFont_fontStyle + * @see #FontFamilyFont_fontVariationSettings + * @see #FontFamilyFont_fontWeight + * @see #FontFamilyFont_ttcIndex + */ + public static final int[] FontFamilyFont={ + 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, + 0x01010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, + 0x7f0300ea, 0x7f030216 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#font} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:font + */ + public static final int FontFamilyFont_android_font=0; + /** + *

This symbol is the offset where the {@link android.R.attr#fontWeight} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight=1; + /** + *

+ * @attr description + * References to the framework attrs + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
italic1
normal0
+ * + * @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle=2; + /** + *

This symbol is the offset where the {@link android.R.attr#ttcIndex} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:ttcIndex + */ + public static final int FontFamilyFont_android_ttcIndex=3; + /** + *

This symbol is the offset where the {@link android.R.attr#fontVariationSettings} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:fontVariationSettings + */ + public static final int FontFamilyFont_android_fontVariationSettings=4; + /** + *

+ * @attr description + * The reference to the font file to be used. This should be a file in the res/font folder + * and should therefore have an R reference value. E.g. @font/myfont + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:font + */ + public static final int FontFamilyFont_font=5; + /** + *

+ * @attr description + * The style of the given font file. This will be used when the font is being loaded into + * the font stack and will override any style information in the font's header tables. If + * unspecified, the value in the font's header tables will be used. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
italic1
normal0
+ * + * @attr name com.example.iitrtimetable:fontStyle + */ + public static final int FontFamilyFont_fontStyle=6; + /** + *

+ * @attr description + * The variation settings to be applied to the font. The string should be in the following + * format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + * used, or the font used does not support variation settings, this attribute needs not be + * specified. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontVariationSettings + */ + public static final int FontFamilyFont_fontVariationSettings=7; + /** + *

+ * @attr description + * The weight of the given font file. This will be used when the font is being loaded into + * the font stack and will override any weight information in the font's header tables. Must + * be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + * common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + * in the font's header tables will be used. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:fontWeight + */ + public static final int FontFamilyFont_fontWeight=8; + /** + *

+ * @attr description + * The index of the font in the tcc font file. If the font file referenced is not in the + * tcc format, this attribute needs not be specified. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:ttcIndex + */ + public static final int FontFamilyFont_ttcIndex=9; + /** + * Attributes that can be used with a ForegroundLinearLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding com.example.iitrtimetable:foregroundInsidePadding}
+ * @see #ForegroundLinearLayout_android_foreground + * @see #ForegroundLinearLayout_android_foregroundGravity + * @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout={ + 0x01010109, 0x01010200, 0x7f0300eb + }; + /** + *

This symbol is the offset where the {@link android.R.attr#foreground} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:foreground + */ + public static final int ForegroundLinearLayout_android_foreground=0; + /** + *

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @attr name android:foregroundGravity + */ + public static final int ForegroundLinearLayout_android_foregroundGravity=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#foregroundInsidePadding} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:foregroundInsidePadding + */ + public static final int ForegroundLinearLayout_foregroundInsidePadding=2; + /** + * Attributes that can be used with a GradientColor. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #GradientColor_android_startColor android:startColor}
{@link #GradientColor_android_endColor android:endColor}
{@link #GradientColor_android_type android:type}
{@link #GradientColor_android_centerX android:centerX}
{@link #GradientColor_android_centerY android:centerY}
{@link #GradientColor_android_gradientRadius android:gradientRadius}
{@link #GradientColor_android_tileMode android:tileMode}
{@link #GradientColor_android_centerColor android:centerColor}
{@link #GradientColor_android_startX android:startX}
{@link #GradientColor_android_startY android:startY}
{@link #GradientColor_android_endX android:endX}
{@link #GradientColor_android_endY android:endY}
+ * @see #GradientColor_android_startColor + * @see #GradientColor_android_endColor + * @see #GradientColor_android_type + * @see #GradientColor_android_centerX + * @see #GradientColor_android_centerY + * @see #GradientColor_android_gradientRadius + * @see #GradientColor_android_tileMode + * @see #GradientColor_android_centerColor + * @see #GradientColor_android_startX + * @see #GradientColor_android_startY + * @see #GradientColor_android_endX + * @see #GradientColor_android_endY + */ + public static final int[] GradientColor={ + 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, + 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, + 0x01010510, 0x01010511, 0x01010512, 0x01010513 + }; + /** + *

+ * @attr description + * Start color of the gradient. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:startColor + */ + public static final int GradientColor_android_startColor=0; + /** + *

+ * @attr description + * End color of the gradient. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:endColor + */ + public static final int GradientColor_android_endColor=1; + /** + *

+ * @attr description + * Type of gradient. The default type is linear. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
linear0
radial1
sweep2
+ * + * @attr name android:type + */ + public static final int GradientColor_android_type=2; + /** + *

+ * @attr description + * X coordinate of the center of the gradient within the path. + * + *

May be a floating point value, such as "1.2". + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name android:centerX + */ + public static final int GradientColor_android_centerX=3; + /** + *

+ * @attr description + * Y coordinate of the center of the gradient within the path. + * + *

May be a floating point value, such as "1.2". + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name android:centerY + */ + public static final int GradientColor_android_centerY=4; + /** + *

+ * @attr description + * Radius of the gradient, used only with radial gradient. + * + *

May be a floating point value, such as "1.2". + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name android:gradientRadius + */ + public static final int GradientColor_android_gradientRadius=5; + /** + *

+ * @attr description + * Defines the tile mode of the gradient. SweepGradient doesn't support tiling. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
clamp0
disabledffffffff
mirror2
repeat1
+ * + * @attr name android:tileMode + */ + public static final int GradientColor_android_tileMode=6; + /** + *

+ * @attr description + * Optional center color. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:centerColor + */ + public static final int GradientColor_android_centerColor=7; + /** + *

+ * @attr description + * X coordinate of the start point origin of the gradient. + * Defined in same coordinates as the path itself + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:startX + */ + public static final int GradientColor_android_startX=8; + /** + *

+ * @attr description + * Y coordinate of the start point of the gradient within the shape. + * Defined in same coordinates as the path itself + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:startY + */ + public static final int GradientColor_android_startY=9; + /** + *

+ * @attr description + * X coordinate of the end point origin of the gradient. + * Defined in same coordinates as the path itself + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:endX + */ + public static final int GradientColor_android_endX=10; + /** + *

+ * @attr description + * Y coordinate of the end point of the gradient within the shape. + * Defined in same coordinates as the path itself + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:endY + */ + public static final int GradientColor_android_endY=11; + /** + * Attributes that can be used with a GradientColorItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #GradientColorItem_android_color android:color}
{@link #GradientColorItem_android_offset android:offset}
+ * @see #GradientColorItem_android_color + * @see #GradientColorItem_android_offset + */ + public static final int[] GradientColorItem={ + 0x010101a5, 0x01010514 + }; + /** + *

+ * @attr description + * The current color for the offset inside the gradient. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:color + */ + public static final int GradientColorItem_android_color=0; + /** + *

+ * @attr description + * The offset (or ratio) of this current color item inside the gradient. + * The value is only meaningful when it is between 0 and 1. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:offset + */ + public static final int GradientColorItem_android_offset=1; + /** + * Attributes that can be used with a LinearConstraintLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #LinearConstraintLayout_android_orientation android:orientation}
+ * @see #LinearConstraintLayout_android_orientation + */ + public static final int[] LinearConstraintLayout={ + 0x010100c4 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #LinearConstraintLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int LinearConstraintLayout_android_orientation=0; + /** + * Attributes that can be used with a LinearLayoutCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.example.iitrtimetable:divider}Specifies the drawable used for item dividers.
{@link #LinearLayoutCompat_dividerPadding com.example.iitrtimetable:dividerPadding}Size of padding on either end of a divider.
{@link #LinearLayoutCompat_measureWithLargestChild com.example.iitrtimetable:measureWithLargestChild}When set to true, all children with a weight will be considered having + * the minimum size of the largest child.
{@link #LinearLayoutCompat_showDividers com.example.iitrtimetable:showDividers}Setting for which dividers to show.
+ * @see #LinearLayoutCompat_android_gravity + * @see #LinearLayoutCompat_android_orientation + * @see #LinearLayoutCompat_android_baselineAligned + * @see #LinearLayoutCompat_android_baselineAlignedChildIndex + * @see #LinearLayoutCompat_android_weightSum + * @see #LinearLayoutCompat_divider + * @see #LinearLayoutCompat_dividerPadding + * @see #LinearLayoutCompat_measureWithLargestChild + * @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat={ + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f0300b1, 0x7f0300b3, 0x7f030170, + 0x7f03019e + }; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:gravity + */ + public static final int LinearLayoutCompat_android_gravity=0; + /** + *

+ * @attr description + * Should the layout be a column or a row? Use "horizontal" + * for a row, "vertical" for a column. The default is + * horizontal. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int LinearLayoutCompat_android_orientation=1; + /** + *

+ * @attr description + * When set to false, prevents the layout from aligning its children's + * baselines. This attribute is particularly useful when the children + * use different values for gravity. The default value is true. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:baselineAligned + */ + public static final int LinearLayoutCompat_android_baselineAligned=2; + /** + *

+ * @attr description + * When a linear layout is part of another layout that is baseline + * aligned, it can specify which of its children to baseline align to + * (that is, which child TextView). + * + *

May be an integer value, such as "100". + * + * @attr name android:baselineAlignedChildIndex + */ + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex=3; + /** + *

+ * @attr description + * Defines the maximum weight sum. If unspecified, the sum is computed + * by adding the layout_weight of all of the children. This can be + * used for instance to give a single child 50% of the total available + * space by giving it a layout_weight of 0.5 and setting the weightSum + * to 1.0. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum=4; + /** + *

+ * @attr description + * Drawable to use as a vertical divider between buttons. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:divider + */ + public static final int LinearLayoutCompat_divider=5; + /** + *

+ * @attr description + * Size of padding on either end of a divider. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding=6; + /** + *

+ * @attr description + * When set to true, all children with a weight will be considered having + * the minimum size of the largest child. If false, all children are + * measured normally. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild=7; + /** + *

+ * @attr description + * Setting for which dividers to show. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
beginning1
end4
middle2
none0
+ * + * @attr name com.example.iitrtimetable:showDividers + */ + public static final int LinearLayoutCompat_showDividers=8; + /** + * Attributes that can be used with a LinearLayoutCompat_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
+ * @see #LinearLayoutCompat_Layout_android_layout_gravity + * @see #LinearLayoutCompat_Layout_android_layout_width + * @see #LinearLayoutCompat_Layout_android_layout_height + * @see #LinearLayoutCompat_Layout_android_layout_weight + */ + public static final int[] LinearLayoutCompat_Layout={ + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int LinearLayoutCompat_Layout_android_layout_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_width} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width=1; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_height} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:layout_height + */ + public static final int LinearLayoutCompat_Layout_android_layout_height=2; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_weight} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:layout_weight + */ + public static final int LinearLayoutCompat_Layout_android_layout_weight=3; + /** + * Attributes that can be used with a ListPopupWindow. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ * @see #ListPopupWindow_android_dropDownHorizontalOffset + * @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow={ + 0x010102ac, 0x010102ad + }; + /** + *

+ * @attr description + * Amount of pixels by which the drop down should be offset horizontally. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:dropDownHorizontalOffset + */ + public static final int ListPopupWindow_android_dropDownHorizontalOffset=0; + /** + *

+ * @attr description + * Amount of pixels by which the drop down should be offset vertically. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset=1; + /** + * Attributes that can be used with a MaterialButton. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MaterialButton_android_insetLeft android:insetLeft}
{@link #MaterialButton_android_insetRight android:insetRight}
{@link #MaterialButton_android_insetTop android:insetTop}
{@link #MaterialButton_android_insetBottom android:insetBottom}
{@link #MaterialButton_backgroundTint com.example.iitrtimetable:backgroundTint}Tint to apply to the background.
{@link #MaterialButton_backgroundTintMode com.example.iitrtimetable:backgroundTintMode}Blending mode used to apply the background tint.
{@link #MaterialButton_cornerRadius com.example.iitrtimetable:cornerRadius}
{@link #MaterialButton_icon com.example.iitrtimetable:icon}
{@link #MaterialButton_iconGravity com.example.iitrtimetable:iconGravity}
{@link #MaterialButton_iconPadding com.example.iitrtimetable:iconPadding}
{@link #MaterialButton_iconSize com.example.iitrtimetable:iconSize}
{@link #MaterialButton_iconTint com.example.iitrtimetable:iconTint}Tint to apply to the icon.
{@link #MaterialButton_iconTintMode com.example.iitrtimetable:iconTintMode}Blending mode used to apply the icon tint.
{@link #MaterialButton_rippleColor com.example.iitrtimetable:rippleColor}
{@link #MaterialButton_strokeColor com.example.iitrtimetable:strokeColor}
{@link #MaterialButton_strokeWidth com.example.iitrtimetable:strokeWidth}
+ * @see #MaterialButton_android_insetLeft + * @see #MaterialButton_android_insetRight + * @see #MaterialButton_android_insetTop + * @see #MaterialButton_android_insetBottom + * @see #MaterialButton_backgroundTint + * @see #MaterialButton_backgroundTintMode + * @see #MaterialButton_cornerRadius + * @see #MaterialButton_icon + * @see #MaterialButton_iconGravity + * @see #MaterialButton_iconPadding + * @see #MaterialButton_iconSize + * @see #MaterialButton_iconTint + * @see #MaterialButton_iconTintMode + * @see #MaterialButton_rippleColor + * @see #MaterialButton_strokeColor + * @see #MaterialButton_strokeWidth + */ + public static final int[] MaterialButton={ + 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, + 0x7f030034, 0x7f030035, 0x7f0300a6, 0x7f0300fc, + 0x7f0300fe, 0x7f0300ff, 0x7f030100, 0x7f030102, + 0x7f030103, 0x7f030193, 0x7f0301b5, 0x7f0301b6 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#insetLeft} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name android:insetLeft + */ + public static final int MaterialButton_android_insetLeft=0; + /** + *

This symbol is the offset where the {@link android.R.attr#insetRight} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name android:insetRight + */ + public static final int MaterialButton_android_insetRight=1; + /** + *

This symbol is the offset where the {@link android.R.attr#insetTop} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name android:insetTop + */ + public static final int MaterialButton_android_insetTop=2; + /** + *

This symbol is the offset where the {@link android.R.attr#insetBottom} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name android:insetBottom + */ + public static final int MaterialButton_android_insetBottom=3; + /** + *

+ * @attr description + * Tint to apply to the background. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:backgroundTint + */ + public static final int MaterialButton_backgroundTint=4; + /** + *

+ * @attr description + * Blending mode used to apply the background tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:backgroundTintMode + */ + public static final int MaterialButton_backgroundTintMode=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#cornerRadius} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:cornerRadius + */ + public static final int MaterialButton_cornerRadius=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#icon} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:icon + */ + public static final int MaterialButton_icon=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#iconGravity} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
start1
textStart2
+ * + * @attr name com.example.iitrtimetable:iconGravity + */ + public static final int MaterialButton_iconGravity=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#iconPadding} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:iconPadding + */ + public static final int MaterialButton_iconPadding=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#iconSize} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:iconSize + */ + public static final int MaterialButton_iconSize=10; + /** + *

+ * @attr description + * Tint to apply to the icon. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:iconTint + */ + public static final int MaterialButton_iconTint=11; + /** + *

+ * @attr description + * Blending mode used to apply the icon tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the icon with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the icon, but with the icon’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the icon. The icon’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the icon. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:iconTintMode + */ + public static final int MaterialButton_iconTintMode=12; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#rippleColor} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:rippleColor + */ + public static final int MaterialButton_rippleColor=13; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#strokeColor} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:strokeColor + */ + public static final int MaterialButton_strokeColor=14; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#strokeWidth} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:strokeWidth + */ + public static final int MaterialButton_strokeWidth=15; + /** + * Attributes that can be used with a MaterialCardView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #MaterialCardView_strokeColor com.example.iitrtimetable:strokeColor}
{@link #MaterialCardView_strokeWidth com.example.iitrtimetable:strokeWidth}
+ * @see #MaterialCardView_strokeColor + * @see #MaterialCardView_strokeWidth + */ + public static final int[] MaterialCardView={ + 0x7f0301b5, 0x7f0301b6 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#strokeColor} + * attribute's value can be found in the {@link #MaterialCardView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:strokeColor + */ + public static final int MaterialCardView_strokeColor=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#strokeWidth} + * attribute's value can be found in the {@link #MaterialCardView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:strokeWidth + */ + public static final int MaterialCardView_strokeWidth=1; + /** + * Attributes that can be used with a MaterialComponentsTheme. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MaterialComponentsTheme_bottomSheetDialogTheme com.example.iitrtimetable:bottomSheetDialogTheme}
{@link #MaterialComponentsTheme_bottomSheetStyle com.example.iitrtimetable:bottomSheetStyle}
{@link #MaterialComponentsTheme_chipGroupStyle com.example.iitrtimetable:chipGroupStyle}
{@link #MaterialComponentsTheme_chipStandaloneStyle com.example.iitrtimetable:chipStandaloneStyle}
{@link #MaterialComponentsTheme_chipStyle com.example.iitrtimetable:chipStyle}
{@link #MaterialComponentsTheme_colorAccent com.example.iitrtimetable:colorAccent}Bright complement to the primary branding color.
{@link #MaterialComponentsTheme_colorBackgroundFloating com.example.iitrtimetable:colorBackgroundFloating}Default color of background imagery for floating components, ex.
{@link #MaterialComponentsTheme_colorPrimary com.example.iitrtimetable:colorPrimary}The primary branding color for the app.
{@link #MaterialComponentsTheme_colorPrimaryDark com.example.iitrtimetable:colorPrimaryDark}Dark variant of the primary branding color.
{@link #MaterialComponentsTheme_colorSecondary com.example.iitrtimetable:colorSecondary}
{@link #MaterialComponentsTheme_editTextStyle com.example.iitrtimetable:editTextStyle}Default EditText style.
{@link #MaterialComponentsTheme_floatingActionButtonStyle com.example.iitrtimetable:floatingActionButtonStyle}
{@link #MaterialComponentsTheme_materialButtonStyle com.example.iitrtimetable:materialButtonStyle}
{@link #MaterialComponentsTheme_materialCardViewStyle com.example.iitrtimetable:materialCardViewStyle}
{@link #MaterialComponentsTheme_navigationViewStyle com.example.iitrtimetable:navigationViewStyle}
{@link #MaterialComponentsTheme_scrimBackground com.example.iitrtimetable:scrimBackground}
{@link #MaterialComponentsTheme_snackbarButtonStyle com.example.iitrtimetable:snackbarButtonStyle}
{@link #MaterialComponentsTheme_tabStyle com.example.iitrtimetable:tabStyle}
{@link #MaterialComponentsTheme_textAppearanceBody1 com.example.iitrtimetable:textAppearanceBody1}
{@link #MaterialComponentsTheme_textAppearanceBody2 com.example.iitrtimetable:textAppearanceBody2}
{@link #MaterialComponentsTheme_textAppearanceButton com.example.iitrtimetable:textAppearanceButton}
{@link #MaterialComponentsTheme_textAppearanceCaption com.example.iitrtimetable:textAppearanceCaption}
{@link #MaterialComponentsTheme_textAppearanceHeadline1 com.example.iitrtimetable:textAppearanceHeadline1}
{@link #MaterialComponentsTheme_textAppearanceHeadline2 com.example.iitrtimetable:textAppearanceHeadline2}
{@link #MaterialComponentsTheme_textAppearanceHeadline3 com.example.iitrtimetable:textAppearanceHeadline3}
{@link #MaterialComponentsTheme_textAppearanceHeadline4 com.example.iitrtimetable:textAppearanceHeadline4}
{@link #MaterialComponentsTheme_textAppearanceHeadline5 com.example.iitrtimetable:textAppearanceHeadline5}
{@link #MaterialComponentsTheme_textAppearanceHeadline6 com.example.iitrtimetable:textAppearanceHeadline6}
{@link #MaterialComponentsTheme_textAppearanceOverline com.example.iitrtimetable:textAppearanceOverline}
{@link #MaterialComponentsTheme_textAppearanceSubtitle1 com.example.iitrtimetable:textAppearanceSubtitle1}
{@link #MaterialComponentsTheme_textAppearanceSubtitle2 com.example.iitrtimetable:textAppearanceSubtitle2}
{@link #MaterialComponentsTheme_textInputStyle com.example.iitrtimetable:textInputStyle}
+ * @see #MaterialComponentsTheme_bottomSheetDialogTheme + * @see #MaterialComponentsTheme_bottomSheetStyle + * @see #MaterialComponentsTheme_chipGroupStyle + * @see #MaterialComponentsTheme_chipStandaloneStyle + * @see #MaterialComponentsTheme_chipStyle + * @see #MaterialComponentsTheme_colorAccent + * @see #MaterialComponentsTheme_colorBackgroundFloating + * @see #MaterialComponentsTheme_colorPrimary + * @see #MaterialComponentsTheme_colorPrimaryDark + * @see #MaterialComponentsTheme_colorSecondary + * @see #MaterialComponentsTheme_editTextStyle + * @see #MaterialComponentsTheme_floatingActionButtonStyle + * @see #MaterialComponentsTheme_materialButtonStyle + * @see #MaterialComponentsTheme_materialCardViewStyle + * @see #MaterialComponentsTheme_navigationViewStyle + * @see #MaterialComponentsTheme_scrimBackground + * @see #MaterialComponentsTheme_snackbarButtonStyle + * @see #MaterialComponentsTheme_tabStyle + * @see #MaterialComponentsTheme_textAppearanceBody1 + * @see #MaterialComponentsTheme_textAppearanceBody2 + * @see #MaterialComponentsTheme_textAppearanceButton + * @see #MaterialComponentsTheme_textAppearanceCaption + * @see #MaterialComponentsTheme_textAppearanceHeadline1 + * @see #MaterialComponentsTheme_textAppearanceHeadline2 + * @see #MaterialComponentsTheme_textAppearanceHeadline3 + * @see #MaterialComponentsTheme_textAppearanceHeadline4 + * @see #MaterialComponentsTheme_textAppearanceHeadline5 + * @see #MaterialComponentsTheme_textAppearanceHeadline6 + * @see #MaterialComponentsTheme_textAppearanceOverline + * @see #MaterialComponentsTheme_textAppearanceSubtitle1 + * @see #MaterialComponentsTheme_textAppearanceSubtitle2 + * @see #MaterialComponentsTheme_textInputStyle + */ + public static final int[] MaterialComponentsTheme={ + 0x7f030043, 0x7f030044, 0x7f03006c, 0x7f030076, + 0x7f03007a, 0x7f030088, 0x7f030089, 0x7f03008f, + 0x7f030090, 0x7f030091, 0x7f0300c3, 0x7f0300df, + 0x7f03016b, 0x7f03016c, 0x7f030176, 0x7f030195, + 0x7f0301a5, 0x7f0301d8, 0x7f0301dd, 0x7f0301de, + 0x7f0301df, 0x7f0301e0, 0x7f0301e1, 0x7f0301e2, + 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e6, + 0x7f0301eb, 0x7f0301f0, 0x7f0301f1, 0x7f0301f5 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#bottomSheetDialogTheme} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:bottomSheetDialogTheme + */ + public static final int MaterialComponentsTheme_bottomSheetDialogTheme=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#bottomSheetStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:bottomSheetStyle + */ + public static final int MaterialComponentsTheme_bottomSheetStyle=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipGroupStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:chipGroupStyle + */ + public static final int MaterialComponentsTheme_chipGroupStyle=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipStandaloneStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:chipStandaloneStyle + */ + public static final int MaterialComponentsTheme_chipStandaloneStyle=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:chipStyle + */ + public static final int MaterialComponentsTheme_chipStyle=4; + /** + *

+ * @attr description + * Bright complement to the primary branding color. By default, this is the color applied + * to framework controls (via colorControlActivated). + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorAccent + */ + public static final int MaterialComponentsTheme_colorAccent=5; + /** + *

+ * @attr description + * Default color of background imagery for floating components, ex. dialogs, popups, and cards. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorBackgroundFloating + */ + public static final int MaterialComponentsTheme_colorBackgroundFloating=6; + /** + *

+ * @attr description + * The primary branding color for the app. By default, this is the color applied to the + * action bar background. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorPrimary + */ + public static final int MaterialComponentsTheme_colorPrimary=7; + /** + *

+ * @attr description + * Dark variant of the primary branding color. By default, this is the color applied to + * the status bar (via statusBarColor) and navigation bar (via navigationBarColor). + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorPrimaryDark + */ + public static final int MaterialComponentsTheme_colorPrimaryDark=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#colorSecondary} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:colorSecondary + */ + public static final int MaterialComponentsTheme_colorSecondary=9; + /** + *

+ * @attr description + * Default EditText style. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:editTextStyle + */ + public static final int MaterialComponentsTheme_editTextStyle=10; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#floatingActionButtonStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + *

May be an integer value, such as "100". + *

May be a boolean value, such as "true" or + * "false". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + *

May be a floating point value, such as "1.2". + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.example.iitrtimetable:floatingActionButtonStyle + */ + public static final int MaterialComponentsTheme_floatingActionButtonStyle=11; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#materialButtonStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:materialButtonStyle + */ + public static final int MaterialComponentsTheme_materialButtonStyle=12; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#materialCardViewStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:materialCardViewStyle + */ + public static final int MaterialComponentsTheme_materialCardViewStyle=13; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#navigationViewStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:navigationViewStyle + */ + public static final int MaterialComponentsTheme_navigationViewStyle=14; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#scrimBackground} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:scrimBackground + */ + public static final int MaterialComponentsTheme_scrimBackground=15; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#snackbarButtonStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:snackbarButtonStyle + */ + public static final int MaterialComponentsTheme_snackbarButtonStyle=16; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:tabStyle + */ + public static final int MaterialComponentsTheme_tabStyle=17; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceBody1} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceBody1 + */ + public static final int MaterialComponentsTheme_textAppearanceBody1=18; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceBody2} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceBody2 + */ + public static final int MaterialComponentsTheme_textAppearanceBody2=19; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceButton} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceButton + */ + public static final int MaterialComponentsTheme_textAppearanceButton=20; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceCaption} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceCaption + */ + public static final int MaterialComponentsTheme_textAppearanceCaption=21; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline1} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceHeadline1 + */ + public static final int MaterialComponentsTheme_textAppearanceHeadline1=22; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline2} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceHeadline2 + */ + public static final int MaterialComponentsTheme_textAppearanceHeadline2=23; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline3} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceHeadline3 + */ + public static final int MaterialComponentsTheme_textAppearanceHeadline3=24; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline4} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceHeadline4 + */ + public static final int MaterialComponentsTheme_textAppearanceHeadline4=25; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline5} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceHeadline5 + */ + public static final int MaterialComponentsTheme_textAppearanceHeadline5=26; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline6} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceHeadline6 + */ + public static final int MaterialComponentsTheme_textAppearanceHeadline6=27; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceOverline} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceOverline + */ + public static final int MaterialComponentsTheme_textAppearanceOverline=28; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceSubtitle1} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceSubtitle1 + */ + public static final int MaterialComponentsTheme_textAppearanceSubtitle1=29; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceSubtitle2} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textAppearanceSubtitle2 + */ + public static final int MaterialComponentsTheme_textAppearanceSubtitle2=30; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textInputStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:textInputStyle + */ + public static final int MaterialComponentsTheme_textInputStyle=31; + /** + * Attributes that can be used with a MenuGroup. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_visible android:visible}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
+ * @see #MenuGroup_android_enabled + * @see #MenuGroup_android_id + * @see #MenuGroup_android_visible + * @see #MenuGroup_android_menuCategory + * @see #MenuGroup_android_orderInCategory + * @see #MenuGroup_android_checkableBehavior + */ + public static final int[] MenuGroup={ + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** + *

+ * @attr description + * Whether the items are enabled. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:enabled + */ + public static final int MenuGroup_android_enabled=0; + /** + *

+ * @attr description + * The ID of the group. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int MenuGroup_android_id=1; + /** + *

+ * @attr description + * Whether the items are shown/visible. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuGroup_android_visible=2; + /** + *

+ * @attr description + * The category applied to all items within this group. + * (This will be or'ed with the orderInCategory attribute.) + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @attr name android:menuCategory + */ + public static final int MenuGroup_android_menuCategory=3; + /** + *

+ * @attr description + * The order within the category applied to all items within this group. + * (This will be or'ed with the category attribute.) + * + *

May be an integer value, such as "100". + * + * @attr name android:orderInCategory + */ + public static final int MenuGroup_android_orderInCategory=4; + /** + *

+ * @attr description + * Whether the items are capable of displaying a check mark. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
all1
none0
single2
+ * + * @attr name android:checkableBehavior + */ + public static final int MenuGroup_android_checkableBehavior=5; + /** + * Attributes that can be used with a MenuItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_actionLayout com.example.iitrtimetable:actionLayout}An optional layout to be used as an action view.
{@link #MenuItem_actionProviderClass com.example.iitrtimetable:actionProviderClass}The name of an optional ActionProvider class to instantiate an action view + * and perform operations such as default action for that menu item.
{@link #MenuItem_actionViewClass com.example.iitrtimetable:actionViewClass}The name of an optional View class to instantiate and use as an + * action view.
{@link #MenuItem_alphabeticModifiers com.example.iitrtimetable:alphabeticModifiers}The alphabetic modifier key.
{@link #MenuItem_contentDescription com.example.iitrtimetable:contentDescription}The content description associated with the item.
{@link #MenuItem_iconTint com.example.iitrtimetable:iconTint}Tint to apply to the icon.
{@link #MenuItem_iconTintMode com.example.iitrtimetable:iconTintMode}Blending mode used to apply the icon tint.
{@link #MenuItem_numericModifiers com.example.iitrtimetable:numericModifiers}The numeric modifier key.
{@link #MenuItem_showAsAction com.example.iitrtimetable:showAsAction}How this item should display in the Action Bar, if present.
{@link #MenuItem_tooltipText com.example.iitrtimetable:tooltipText}The tooltip text associated with the item.
+ * @see #MenuItem_android_icon + * @see #MenuItem_android_enabled + * @see #MenuItem_android_id + * @see #MenuItem_android_checked + * @see #MenuItem_android_visible + * @see #MenuItem_android_menuCategory + * @see #MenuItem_android_orderInCategory + * @see #MenuItem_android_title + * @see #MenuItem_android_titleCondensed + * @see #MenuItem_android_alphabeticShortcut + * @see #MenuItem_android_numericShortcut + * @see #MenuItem_android_checkable + * @see #MenuItem_android_onClick + * @see #MenuItem_actionLayout + * @see #MenuItem_actionProviderClass + * @see #MenuItem_actionViewClass + * @see #MenuItem_alphabeticModifiers + * @see #MenuItem_contentDescription + * @see #MenuItem_iconTint + * @see #MenuItem_iconTintMode + * @see #MenuItem_numericModifiers + * @see #MenuItem_showAsAction + * @see #MenuItem_tooltipText + */ + public static final int[] MenuItem={ + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, + 0x7f030028, 0x7f030097, 0x7f030102, 0x7f030103, + 0x7f030177, 0x7f03019d, 0x7f030212 + }; + /** + *

+ * @attr description + * The icon associated with this item. This icon will not always be shown, so + * the title should be sufficient in describing this item. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:icon + */ + public static final int MenuItem_android_icon=0; + /** + *

+ * @attr description + * Whether the item is enabled. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:enabled + */ + public static final int MenuItem_android_enabled=1; + /** + *

+ * @attr description + * The ID of the item. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int MenuItem_android_id=2; + /** + *

+ * @attr description + * Whether the item is checked. Note that you must first have enabled checking with + * the checkable attribute or else the check mark will not appear. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:checked + */ + public static final int MenuItem_android_checked=3; + /** + *

+ * @attr description + * Whether the item is shown/visible. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuItem_android_visible=4; + /** + *

+ * @attr description + * The category applied to the item. + * (This will be or'ed with the orderInCategory attribute.) + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @attr name android:menuCategory + */ + public static final int MenuItem_android_menuCategory=5; + /** + *

+ * @attr description + * The order within the category applied to the item. + * (This will be or'ed with the category attribute.) + * + *

May be an integer value, such as "100". + * + * @attr name android:orderInCategory + */ + public static final int MenuItem_android_orderInCategory=6; + /** + *

+ * @attr description + * The title associated with the item. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:title + */ + public static final int MenuItem_android_title=7; + /** + *

+ * @attr description + * The condensed title associated with the item. This is used in situations where the + * normal title may be too long to be displayed. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:titleCondensed + */ + public static final int MenuItem_android_titleCondensed=8; + /** + *

+ * @attr description + * The alphabetic shortcut key. This is the shortcut when using a keyboard + * with alphabetic keys. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:alphabeticShortcut + */ + public static final int MenuItem_android_alphabeticShortcut=9; + /** + *

+ * @attr description + * The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key) + * keyboard. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:numericShortcut + */ + public static final int MenuItem_android_numericShortcut=10; + /** + *

+ * @attr description + * Whether the item is capable of displaying a check mark. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:checkable + */ + public static final int MenuItem_android_checkable=11; + /** + *

+ * @attr description + * Name of a method on the Context used to inflate the menu that will be + * called when the item is clicked. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:onClick + */ + public static final int MenuItem_android_onClick=12; + /** + *

+ * @attr description + * An optional layout to be used as an action view. + * See {@link android.view.MenuItem#setActionView(android.view.View)} + * for more info. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:actionLayout + */ + public static final int MenuItem_actionLayout=13; + /** + *

+ * @attr description + * The name of an optional ActionProvider class to instantiate an action view + * and perform operations such as default action for that menu item. + * See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)} + * for more info. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:actionProviderClass + */ + public static final int MenuItem_actionProviderClass=14; + /** + *

+ * @attr description + * The name of an optional View class to instantiate and use as an + * action view. See {@link android.view.MenuItem#setActionView(android.view.View)} + * for more info. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:actionViewClass + */ + public static final int MenuItem_actionViewClass=15; + /** + *

+ * @attr description + * The alphabetic modifier key. This is the modifier when using a keyboard + * with alphabetic keys. The values should be kept in sync with KeyEvent + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ * + * @attr name com.example.iitrtimetable:alphabeticModifiers + */ + public static final int MenuItem_alphabeticModifiers=16; + /** + *

+ * @attr description + * The content description associated with the item. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:contentDescription + */ + public static final int MenuItem_contentDescription=17; + /** + *

+ * @attr description + * Tint to apply to the icon. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:iconTint + */ + public static final int MenuItem_iconTint=18; + /** + *

+ * @attr description + * Blending mode used to apply the icon tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the icon with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the icon, but with the icon’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the icon. The icon’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the icon. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:iconTintMode + */ + public static final int MenuItem_iconTintMode=19; + /** + *

+ * @attr description + * The numeric modifier key. This is the modifier when using a numeric (e.g., 12-key) + * keyboard. The values should be kept in sync with KeyEvent + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ * + * @attr name com.example.iitrtimetable:numericModifiers + */ + public static final int MenuItem_numericModifiers=20; + /** + *

+ * @attr description + * How this item should display in the Action Bar, if present. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
always2Always show this item in an actionbar, even if it would override + * the system's limits of how much stuff to put there. This may make + * your action bar look bad on some screens. In most cases you should + * use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never".
collapseActionView8This item's action view collapses to a normal menu + * item. When expanded, the action view takes over a + * larger segment of its container.
ifRoom1Show this item in an action bar if there is room for it as determined + * by the system. Favor this option over "always" where possible. + * Mutually exclusive with "never" and "always".
never0Never show this item in an action bar, show it in the overflow menu instead. + * Mutually exclusive with "ifRoom" and "always".
withText4When this item is shown as an action in the action bar, show a text + * label with it even if it has an icon representation.
+ * + * @attr name com.example.iitrtimetable:showAsAction + */ + public static final int MenuItem_showAsAction=21; + /** + *

+ * @attr description + * The tooltip text associated with the item. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:tooltipText + */ + public static final int MenuItem_tooltipText=22; + /** + * Attributes that can be used with a MenuView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_preserveIconSpacing com.example.iitrtimetable:preserveIconSpacing}Whether space should be reserved in layout when an icon is missing.
{@link #MenuView_subMenuArrow com.example.iitrtimetable:subMenuArrow}Drawable for the arrow icon indicating a particular item is a submenu.
+ * @see #MenuView_android_windowAnimationStyle + * @see #MenuView_android_itemTextAppearance + * @see #MenuView_android_horizontalDivider + * @see #MenuView_android_verticalDivider + * @see #MenuView_android_headerBackground + * @see #MenuView_android_itemBackground + * @see #MenuView_android_itemIconDisabledAlpha + * @see #MenuView_preserveIconSpacing + * @see #MenuView_subMenuArrow + */ + public static final int[] MenuView={ + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f030188, + 0x7f0301b7 + }; + /** + *

+ * @attr description + * Default animations for the menu. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:windowAnimationStyle + */ + public static final int MenuView_android_windowAnimationStyle=0; + /** + *

+ * @attr description + * Default appearance of menu item text. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:itemTextAppearance + */ + public static final int MenuView_android_itemTextAppearance=1; + /** + *

+ * @attr description + * Default horizontal divider between rows of menu items. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:horizontalDivider + */ + public static final int MenuView_android_horizontalDivider=2; + /** + *

+ * @attr description + * Default vertical divider between menu items. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:verticalDivider + */ + public static final int MenuView_android_verticalDivider=3; + /** + *

+ * @attr description + * Default background for the menu header. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:headerBackground + */ + public static final int MenuView_android_headerBackground=4; + /** + *

+ * @attr description + * Default background for each menu item. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:itemBackground + */ + public static final int MenuView_android_itemBackground=5; + /** + *

+ * @attr description + * Default disabled icon alpha for each menu item that shows an icon. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:itemIconDisabledAlpha + */ + public static final int MenuView_android_itemIconDisabledAlpha=6; + /** + *

+ * @attr description + * Whether space should be reserved in layout when an icon is missing. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing=7; + /** + *

+ * @attr description + * Drawable for the arrow icon indicating a particular item is a submenu. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:subMenuArrow + */ + public static final int MenuView_subMenuArrow=8; + /** + * Attributes that can be used with a NavigationView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation com.example.iitrtimetable:elevation}Elevation for the action bar itself
{@link #NavigationView_headerLayout com.example.iitrtimetable:headerLayout}
{@link #NavigationView_itemBackground com.example.iitrtimetable:itemBackground}
{@link #NavigationView_itemHorizontalPadding com.example.iitrtimetable:itemHorizontalPadding}
{@link #NavigationView_itemIconPadding com.example.iitrtimetable:itemIconPadding}
{@link #NavigationView_itemIconTint com.example.iitrtimetable:itemIconTint}
{@link #NavigationView_itemTextAppearance com.example.iitrtimetable:itemTextAppearance}
{@link #NavigationView_itemTextColor com.example.iitrtimetable:itemTextColor}
{@link #NavigationView_menu com.example.iitrtimetable:menu}Menu resource to inflate to be shown in the toolbar
+ * @see #NavigationView_android_background + * @see #NavigationView_android_fitsSystemWindows + * @see #NavigationView_android_maxWidth + * @see #NavigationView_elevation + * @see #NavigationView_headerLayout + * @see #NavigationView_itemBackground + * @see #NavigationView_itemHorizontalPadding + * @see #NavigationView_itemIconPadding + * @see #NavigationView_itemIconTint + * @see #NavigationView_itemTextAppearance + * @see #NavigationView_itemTextColor + * @see #NavigationView_menu + */ + public static final int[] NavigationView={ + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0300c4, + 0x7f0300ee, 0x7f03010a, 0x7f03010b, 0x7f03010d, + 0x7f03010f, 0x7f030112, 0x7f030115, 0x7f030171 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int NavigationView_android_background=0; + /** + *

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:fitsSystemWindows + */ + public static final int NavigationView_android_fitsSystemWindows=1; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int NavigationView_android_maxWidth=2; + /** + *

+ * @attr description + * Elevation for the action bar itself + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:elevation + */ + public static final int NavigationView_elevation=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#headerLayout} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:headerLayout + */ + public static final int NavigationView_headerLayout=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemBackground} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:itemBackground + */ + public static final int NavigationView_itemBackground=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemHorizontalPadding} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:itemHorizontalPadding + */ + public static final int NavigationView_itemHorizontalPadding=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemIconPadding} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:itemIconPadding + */ + public static final int NavigationView_itemIconPadding=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemIconTint} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:itemIconTint + */ + public static final int NavigationView_itemIconTint=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemTextAppearance} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:itemTextAppearance + */ + public static final int NavigationView_itemTextAppearance=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemTextColor} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:itemTextColor + */ + public static final int NavigationView_itemTextColor=10; + /** + *

+ * @attr description + * Menu resource to inflate to be shown in the toolbar + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:menu + */ + public static final int NavigationView_menu=11; + /** + * Attributes that can be used with a PopupWindow. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_overlapAnchor com.example.iitrtimetable:overlapAnchor}Whether the popup window should overlap its anchor view.
+ * @see #PopupWindow_android_popupBackground + * @see #PopupWindow_android_popupAnimationStyle + * @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow={ + 0x01010176, 0x010102c9, 0x7f030178 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:popupBackground + */ + public static final int PopupWindow_android_popupBackground=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:popupAnimationStyle + */ + public static final int PopupWindow_android_popupAnimationStyle=1; + /** + *

+ * @attr description + * Whether the popup window should overlap its anchor view. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor=2; + /** + * Attributes that can be used with a PopupWindowBackgroundState. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.example.iitrtimetable:state_above_anchor}State identifier indicating the popup will be above the anchor.
+ * @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState={ + 0x7f0301ae + }; + /** + *

+ * @attr description + * State identifier indicating the popup will be above the anchor. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor=0; + /** + * Attributes that can be used with a RecycleListView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons com.example.iitrtimetable:paddingBottomNoButtons}Bottom padding to use when no buttons are present.
{@link #RecycleListView_paddingTopNoTitle com.example.iitrtimetable:paddingTopNoTitle}Top padding to use when no title is present.
+ * @see #RecycleListView_paddingBottomNoButtons + * @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView={ + 0x7f030179, 0x7f03017c + }; + /** + *

+ * @attr description + * Bottom padding to use when no buttons are present. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:paddingBottomNoButtons + */ + public static final int RecycleListView_paddingBottomNoButtons=0; + /** + *

+ * @attr description + * Top padding to use when no title is present. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:paddingTopNoTitle + */ + public static final int RecycleListView_paddingTopNoTitle=1; + /** + * Attributes that can be used with a RecyclerView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_fastScrollEnabled com.example.iitrtimetable:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable com.example.iitrtimetable:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable com.example.iitrtimetable:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable com.example.iitrtimetable:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable com.example.iitrtimetable:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager com.example.iitrtimetable:layoutManager}Class name of the Layout Manager to be used.
{@link #RecyclerView_reverseLayout com.example.iitrtimetable:reverseLayout}
{@link #RecyclerView_spanCount com.example.iitrtimetable:spanCount}
{@link #RecyclerView_stackFromEnd com.example.iitrtimetable:stackFromEnd}
+ * @see #RecyclerView_android_orientation + * @see #RecyclerView_android_descendantFocusability + * @see #RecyclerView_fastScrollEnabled + * @see #RecyclerView_fastScrollHorizontalThumbDrawable + * @see #RecyclerView_fastScrollHorizontalTrackDrawable + * @see #RecyclerView_fastScrollVerticalThumbDrawable + * @see #RecyclerView_fastScrollVerticalTrackDrawable + * @see #RecyclerView_layoutManager + * @see #RecyclerView_reverseLayout + * @see #RecyclerView_spanCount + * @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView={ + 0x010100c4, 0x010100f1, 0x7f0300d9, 0x7f0300da, + 0x7f0300db, 0x7f0300dc, 0x7f0300dd, 0x7f03011a, + 0x7f030192, 0x7f0301a7, 0x7f0301ad + }; + /** + *

This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int RecyclerView_android_orientation=0; + /** + *

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
afterDescendants1
beforeDescendants0
blocksDescendants2
+ * + * @attr name android:descendantFocusability + */ + public static final int RecyclerView_android_descendantFocusability=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fastScrollEnabled} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:fastScrollEnabled + */ + public static final int RecyclerView_fastScrollEnabled=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fastScrollHorizontalThumbDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:fastScrollHorizontalThumbDrawable + */ + public static final int RecyclerView_fastScrollHorizontalThumbDrawable=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fastScrollHorizontalTrackDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:fastScrollHorizontalTrackDrawable + */ + public static final int RecyclerView_fastScrollHorizontalTrackDrawable=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fastScrollVerticalThumbDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:fastScrollVerticalThumbDrawable + */ + public static final int RecyclerView_fastScrollVerticalThumbDrawable=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fastScrollVerticalTrackDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:fastScrollVerticalTrackDrawable + */ + public static final int RecyclerView_fastScrollVerticalTrackDrawable=6; + /** + *

+ * @attr description + * Class name of the Layout Manager to be used. + *

+ * The class must extandroidx.recyclerview.widget.RecyclerViewView$LayoutManager + * and have either a default constructor or constructor with the signature + * (android.content.Context, android.util.AttributeSet, int, int). + *

+ * If the name starts with a '.', application package is prefixed. + * Else, if the name contains a '.', the classname is assumed to be a full class name. + * Else, the recycler view package naandroidx.appcompat.widgetdget) is prefixed. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:layoutManager + */ + public static final int RecyclerView_layoutManager=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#reverseLayout} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:reverseLayout + */ + public static final int RecyclerView_reverseLayout=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#spanCount} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:spanCount + */ + public static final int RecyclerView_spanCount=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#stackFromEnd} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:stackFromEnd + */ + public static final int RecyclerView_stackFromEnd=10; + /** + * Attributes that can be used with a ScrimInsetsFrameLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground com.example.iitrtimetable:insetForeground}
+ * @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout={ + 0x7f030108 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#insetForeground} + * attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:insetForeground + */ + public static final int ScrimInsetsFrameLayout_insetForeground=0; + /** + * Attributes that can be used with a ScrollingViewBehavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop com.example.iitrtimetable:behavior_overlapTop}
+ * @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout={ + 0x7f03003c + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_overlapTop} + * attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:behavior_overlapTop + */ + public static final int ScrollingViewBehavior_Layout_behavior_overlapTop=0; + /** + * Attributes that can be used with a SearchView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_closeIcon com.example.iitrtimetable:closeIcon}Close button icon
{@link #SearchView_commitIcon com.example.iitrtimetable:commitIcon}Commit icon shown in the query suggestion row
{@link #SearchView_defaultQueryHint com.example.iitrtimetable:defaultQueryHint}Default query hint used when {@code queryHint} is undefined and + * the search view's {@code SearchableInfo} does not provide a hint.
{@link #SearchView_goIcon com.example.iitrtimetable:goIcon}Go button icon
{@link #SearchView_iconifiedByDefault com.example.iitrtimetable:iconifiedByDefault}The default state of the SearchView.
{@link #SearchView_layout com.example.iitrtimetable:layout}The layout to use for the search view.
{@link #SearchView_queryBackground com.example.iitrtimetable:queryBackground}Background for the section containing the search query
{@link #SearchView_queryHint com.example.iitrtimetable:queryHint}An optional user-defined query hint string to be displayed in the empty query field.
{@link #SearchView_searchHintIcon com.example.iitrtimetable:searchHintIcon}Search icon displayed as a text field hint
{@link #SearchView_searchIcon com.example.iitrtimetable:searchIcon}Search icon
{@link #SearchView_submitBackground com.example.iitrtimetable:submitBackground}Background for the section containing the action (e.g.
{@link #SearchView_suggestionRowLayout com.example.iitrtimetable:suggestionRowLayout}Layout for query suggestion rows
{@link #SearchView_voiceIcon com.example.iitrtimetable:voiceIcon}Voice button icon
+ * @see #SearchView_android_focusable + * @see #SearchView_android_maxWidth + * @see #SearchView_android_inputType + * @see #SearchView_android_imeOptions + * @see #SearchView_closeIcon + * @see #SearchView_commitIcon + * @see #SearchView_defaultQueryHint + * @see #SearchView_goIcon + * @see #SearchView_iconifiedByDefault + * @see #SearchView_layout + * @see #SearchView_queryBackground + * @see #SearchView_queryHint + * @see #SearchView_searchHintIcon + * @see #SearchView_searchIcon + * @see #SearchView_submitBackground + * @see #SearchView_suggestionRowLayout + * @see #SearchView_voiceIcon + */ + public static final int[] SearchView={ + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f03007b, 0x7f030093, 0x7f0300ac, 0x7f0300ed, + 0x7f030104, 0x7f030119, 0x7f03018c, 0x7f03018d, + 0x7f030197, 0x7f030198, 0x7f0301b8, 0x7f0301bd, + 0x7f030219 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a boolean value, such as "true" or + * "false". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
auto10
+ * + * @attr name android:focusable + */ + public static final int SearchView_android_focusable=0; + /** + *

+ * @attr description + * An optional maximum width of the SearchView. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth=1; + /** + *

+ * @attr description + * The input type to set on the query text field. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
date14
datetime4
none0
number2
numberDecimal2002
numberPassword12
numberSigned1002
phone3
text1
textAutoComplete10001
textAutoCorrect8001
textCapCharacters1001
textCapSentences4001
textCapWords2001
textEmailAddress21
textEmailSubject31
textFilterb1
textImeMultiLine40001
textLongMessage51
textMultiLine20001
textNoSuggestions80001
textPassword81
textPersonName61
textPhoneticc1
textPostalAddress71
textShortMessage41
textUri11
textVisiblePassword91
textWebEditTexta1
textWebEmailAddressd1
textWebPassworde1
time24
+ * + * @attr name android:inputType + */ + public static final int SearchView_android_inputType=2; + /** + *

+ * @attr description + * The IME options to set on the query text field. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
actionDone6
actionGo2
actionNext5
actionNone1
actionPrevious7
actionSearch3
actionSend4
actionUnspecified0
flagForceAscii80000000
flagNavigateNext8000000
flagNavigatePrevious4000000
flagNoAccessoryAction20000000
flagNoEnterAction40000000
flagNoExtractUi10000000
flagNoFullscreen2000000
flagNoPersonalizedLearning1000000
normal0
+ * + * @attr name android:imeOptions + */ + public static final int SearchView_android_imeOptions=3; + /** + *

+ * @attr description + * Close button icon + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:closeIcon + */ + public static final int SearchView_closeIcon=4; + /** + *

+ * @attr description + * Commit icon shown in the query suggestion row + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:commitIcon + */ + public static final int SearchView_commitIcon=5; + /** + *

+ * @attr description + * Default query hint used when {@code queryHint} is undefined and + * the search view's {@code SearchableInfo} does not provide a hint. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint=6; + /** + *

+ * @attr description + * Go button icon + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:goIcon + */ + public static final int SearchView_goIcon=7; + /** + *

+ * @attr description + * The default state of the SearchView. If true, it will be iconified when not in + * use and expanded when clicked. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault=8; + /** + *

+ * @attr description + * The layout to use for the search view. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:layout + */ + public static final int SearchView_layout=9; + /** + *

+ * @attr description + * Background for the section containing the search query + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:queryBackground + */ + public static final int SearchView_queryBackground=10; + /** + *

+ * @attr description + * An optional user-defined query hint string to be displayed in the empty query field. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:queryHint + */ + public static final int SearchView_queryHint=11; + /** + *

+ * @attr description + * Search icon displayed as a text field hint + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:searchHintIcon + */ + public static final int SearchView_searchHintIcon=12; + /** + *

+ * @attr description + * Search icon + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:searchIcon + */ + public static final int SearchView_searchIcon=13; + /** + *

+ * @attr description + * Background for the section containing the action (e.g. voice search) + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:submitBackground + */ + public static final int SearchView_submitBackground=14; + /** + *

+ * @attr description + * Layout for query suggestion rows + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout=15; + /** + *

+ * @attr description + * Voice button icon + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:voiceIcon + */ + public static final int SearchView_voiceIcon=16; + /** + * Attributes that can be used with a Snackbar. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #Snackbar_snackbarButtonStyle com.example.iitrtimetable:snackbarButtonStyle}
{@link #Snackbar_snackbarStyle com.example.iitrtimetable:snackbarStyle}
+ * @see #Snackbar_snackbarButtonStyle + * @see #Snackbar_snackbarStyle + */ + public static final int[] Snackbar={ + 0x7f0301a5, 0x7f0301a6 + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#snackbarButtonStyle} + * attribute's value can be found in the {@link #Snackbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:snackbarButtonStyle + */ + public static final int Snackbar_snackbarButtonStyle=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#snackbarStyle} + * attribute's value can be found in the {@link #Snackbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:snackbarStyle + */ + public static final int Snackbar_snackbarStyle=1; + /** + * Attributes that can be used with a SnackbarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation com.example.iitrtimetable:elevation}Elevation for the action bar itself
{@link #SnackbarLayout_maxActionInlineWidth com.example.iitrtimetable:maxActionInlineWidth}
+ * @see #SnackbarLayout_android_maxWidth + * @see #SnackbarLayout_elevation + * @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout={ + 0x0101011f, 0x7f0300c4, 0x7f03016d + }; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SnackbarLayout_android_maxWidth=0; + /** + *

+ * @attr description + * Elevation for the action bar itself + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:elevation + */ + public static final int SnackbarLayout_elevation=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#maxActionInlineWidth} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:maxActionInlineWidth + */ + public static final int SnackbarLayout_maxActionInlineWidth=2; + /** + * Attributes that can be used with a Spinner. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_popupTheme com.example.iitrtimetable:popupTheme}Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar.
+ * @see #Spinner_android_entries + * @see #Spinner_android_popupBackground + * @see #Spinner_android_prompt + * @see #Spinner_android_dropDownWidth + * @see #Spinner_popupTheme + */ + public static final int[] Spinner={ + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f030186 + }; + /** + *

+ * @attr description + * Reference to an array resource that will populate the Spinner. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:entries + */ + public static final int Spinner_android_entries=0; + /** + *

+ * @attr description + * Background drawable to use for the dropdown in spinnerMode="dropdown". + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground=1; + /** + *

+ * @attr description + * The prompt to display when the spinner's dialog is shown. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:prompt + */ + public static final int Spinner_android_prompt=2; + /** + *

+ * @attr description + * Width of the dropdown in spinnerMode="dropdown". + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth=3; + /** + *

+ * @attr description + * Theme to use for the drop-down or dialog popup window. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:popupTheme + */ + public static final int Spinner_popupTheme=4; + /** + * Attributes that can be used with a StateListDrawable. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #StateListDrawable_android_dither android:dither}
{@link #StateListDrawable_android_visible android:visible}
{@link #StateListDrawable_android_variablePadding android:variablePadding}
{@link #StateListDrawable_android_constantSize android:constantSize}
{@link #StateListDrawable_android_enterFadeDuration android:enterFadeDuration}
{@link #StateListDrawable_android_exitFadeDuration android:exitFadeDuration}
+ * @see #StateListDrawable_android_dither + * @see #StateListDrawable_android_visible + * @see #StateListDrawable_android_variablePadding + * @see #StateListDrawable_android_constantSize + * @see #StateListDrawable_android_enterFadeDuration + * @see #StateListDrawable_android_exitFadeDuration + */ + public static final int[] StateListDrawable={ + 0x0101011c, 0x01010194, 0x01010195, 0x01010196, + 0x0101030c, 0x0101030d + }; + /** + *

+ * @attr description + * Enables or disables dithering of the bitmap if the bitmap does not have the + * same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with + * an RGB 565 screen). + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:dither + */ + public static final int StateListDrawable_android_dither=0; + /** + *

+ * @attr description + * Indicates whether the drawable should be initially visible. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int StateListDrawable_android_visible=1; + /** + *

+ * @attr description + * If true, allows the drawable's padding to change based on the + * current state that is selected. If false, the padding will + * stay the same (based on the maximum padding of all the states). + * Enabling this feature requires that the owner of the drawable + * deal with performing layout when the state changes, which is + * often not supported. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:variablePadding + */ + public static final int StateListDrawable_android_variablePadding=2; + /** + *

+ * @attr description + * If true, the drawable's reported internal size will remain + * constant as the state changes; the size is the maximum of all + * of the states. If false, the size will vary based on the + * current state. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:constantSize + */ + public static final int StateListDrawable_android_constantSize=3; + /** + *

+ * @attr description + * Amount of time (in milliseconds) to fade in a new state drawable. + * + *

May be an integer value, such as "100". + * + * @attr name android:enterFadeDuration + */ + public static final int StateListDrawable_android_enterFadeDuration=4; + /** + *

+ * @attr description + * Amount of time (in milliseconds) to fade out an old state drawable. + * + *

May be an integer value, such as "100". + * + * @attr name android:exitFadeDuration + */ + public static final int StateListDrawable_android_exitFadeDuration=5; + /** + * Attributes that can be used with a StateListDrawableItem. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #StateListDrawableItem_android_drawable android:drawable}
+ * @see #StateListDrawableItem_android_drawable + */ + public static final int[] StateListDrawableItem={ + 0x01010199 + }; + /** + *

+ * @attr description + * Reference to a drawable resource to use for the state. If not + * given, the drawable must be defined by the first child tag. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:drawable + */ + public static final int StateListDrawableItem_android_drawable=0; + /** + * Attributes that can be used with a SwitchCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.example.iitrtimetable:showText}Whether to draw on/off text.
{@link #SwitchCompat_splitTrack com.example.iitrtimetable:splitTrack}Whether to split the track and leave a gap for the thumb drawable.
{@link #SwitchCompat_switchMinWidth com.example.iitrtimetable:switchMinWidth}Minimum width for the switch component
{@link #SwitchCompat_switchPadding com.example.iitrtimetable:switchPadding}Minimum space between the switch and caption text
{@link #SwitchCompat_switchTextAppearance com.example.iitrtimetable:switchTextAppearance}TextAppearance style for text displayed on the switch thumb.
{@link #SwitchCompat_thumbTextPadding com.example.iitrtimetable:thumbTextPadding}Amount of padding on either side of text within the switch thumb.
{@link #SwitchCompat_thumbTint com.example.iitrtimetable:thumbTint}Tint to apply to the thumb drawable.
{@link #SwitchCompat_thumbTintMode com.example.iitrtimetable:thumbTintMode}Blending mode used to apply the thumb tint.
{@link #SwitchCompat_track com.example.iitrtimetable:track}Drawable to use as the "track" that the switch thumb slides within.
{@link #SwitchCompat_trackTint com.example.iitrtimetable:trackTint}Tint to apply to the track.
{@link #SwitchCompat_trackTintMode com.example.iitrtimetable:trackTintMode}Blending mode used to apply the track tint.
+ * @see #SwitchCompat_android_textOn + * @see #SwitchCompat_android_textOff + * @see #SwitchCompat_android_thumb + * @see #SwitchCompat_showText + * @see #SwitchCompat_splitTrack + * @see #SwitchCompat_switchMinWidth + * @see #SwitchCompat_switchPadding + * @see #SwitchCompat_switchTextAppearance + * @see #SwitchCompat_thumbTextPadding + * @see #SwitchCompat_thumbTint + * @see #SwitchCompat_thumbTintMode + * @see #SwitchCompat_track + * @see #SwitchCompat_trackTint + * @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat={ + 0x01010124, 0x01010125, 0x01010142, 0x7f0301a0, + 0x7f0301ab, 0x7f0301be, 0x7f0301bf, 0x7f0301c1, + 0x7f0301fa, 0x7f0301fb, 0x7f0301fc, 0x7f030213, + 0x7f030214, 0x7f030215 + }; + /** + *

+ * @attr description + * Text to use when the switch is in the checked/"on" state. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:textOn + */ + public static final int SwitchCompat_android_textOn=0; + /** + *

+ * @attr description + * Text to use when the switch is in the unchecked/"off" state. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:textOff + */ + public static final int SwitchCompat_android_textOff=1; + /** + *

+ * @attr description + * Drawable to use as the "thumb" that switches back and forth. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb=2; + /** + *

+ * @attr description + * Whether to draw on/off text. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:showText + */ + public static final int SwitchCompat_showText=3; + /** + *

+ * @attr description + * Whether to split the track and leave a gap for the thumb drawable. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:splitTrack + */ + public static final int SwitchCompat_splitTrack=4; + /** + *

+ * @attr description + * Minimum width for the switch component + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth=5; + /** + *

+ * @attr description + * Minimum space between the switch and caption text + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:switchPadding + */ + public static final int SwitchCompat_switchPadding=6; + /** + *

+ * @attr description + * TextAppearance style for text displayed on the switch thumb. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance=7; + /** + *

+ * @attr description + * Amount of padding on either side of text within the switch thumb. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding=8; + /** + *

+ * @attr description + * Tint to apply to the thumb drawable. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:thumbTint + */ + public static final int SwitchCompat_thumbTint=9; + /** + *

+ * @attr description + * Blending mode used to apply the thumb tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:thumbTintMode + */ + public static final int SwitchCompat_thumbTintMode=10; + /** + *

+ * @attr description + * Drawable to use as the "track" that the switch thumb slides within. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:track + */ + public static final int SwitchCompat_track=11; + /** + *

+ * @attr description + * Tint to apply to the track. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:trackTint + */ + public static final int SwitchCompat_trackTint=12; + /** + *

+ * @attr description + * Blending mode used to apply the track tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:trackTintMode + */ + public static final int SwitchCompat_trackTintMode=13; + /** + * Attributes that can be used with a TabItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ * @see #TabItem_android_icon + * @see #TabItem_android_layout + * @see #TabItem_android_text + */ + public static final int[] TabItem={ + 0x01010002, 0x010100f2, 0x0101014f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#icon} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:icon + */ + public static final int TabItem_android_icon=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int TabItem_android_layout=1; + /** + *

This symbol is the offset where the {@link android.R.attr#text} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:text + */ + public static final int TabItem_android_text=2; + /** + * Attributes that can be used with a TabLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TabLayout_tabBackground com.example.iitrtimetable:tabBackground}
{@link #TabLayout_tabContentStart com.example.iitrtimetable:tabContentStart}
{@link #TabLayout_tabGravity com.example.iitrtimetable:tabGravity}
{@link #TabLayout_tabIconTint com.example.iitrtimetable:tabIconTint}
{@link #TabLayout_tabIconTintMode com.example.iitrtimetable:tabIconTintMode}
{@link #TabLayout_tabIndicator com.example.iitrtimetable:tabIndicator}
{@link #TabLayout_tabIndicatorAnimationDuration com.example.iitrtimetable:tabIndicatorAnimationDuration}
{@link #TabLayout_tabIndicatorColor com.example.iitrtimetable:tabIndicatorColor}
{@link #TabLayout_tabIndicatorFullWidth com.example.iitrtimetable:tabIndicatorFullWidth}
{@link #TabLayout_tabIndicatorGravity com.example.iitrtimetable:tabIndicatorGravity}
{@link #TabLayout_tabIndicatorHeight com.example.iitrtimetable:tabIndicatorHeight}
{@link #TabLayout_tabInlineLabel com.example.iitrtimetable:tabInlineLabel}
{@link #TabLayout_tabMaxWidth com.example.iitrtimetable:tabMaxWidth}
{@link #TabLayout_tabMinWidth com.example.iitrtimetable:tabMinWidth}
{@link #TabLayout_tabMode com.example.iitrtimetable:tabMode}
{@link #TabLayout_tabPadding com.example.iitrtimetable:tabPadding}
{@link #TabLayout_tabPaddingBottom com.example.iitrtimetable:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd com.example.iitrtimetable:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart com.example.iitrtimetable:tabPaddingStart}
{@link #TabLayout_tabPaddingTop com.example.iitrtimetable:tabPaddingTop}
{@link #TabLayout_tabRippleColor com.example.iitrtimetable:tabRippleColor}
{@link #TabLayout_tabSelectedTextColor com.example.iitrtimetable:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance com.example.iitrtimetable:tabTextAppearance}
{@link #TabLayout_tabTextColor com.example.iitrtimetable:tabTextColor}
{@link #TabLayout_tabUnboundedRipple com.example.iitrtimetable:tabUnboundedRipple}
+ * @see #TabLayout_tabBackground + * @see #TabLayout_tabContentStart + * @see #TabLayout_tabGravity + * @see #TabLayout_tabIconTint + * @see #TabLayout_tabIconTintMode + * @see #TabLayout_tabIndicator + * @see #TabLayout_tabIndicatorAnimationDuration + * @see #TabLayout_tabIndicatorColor + * @see #TabLayout_tabIndicatorFullWidth + * @see #TabLayout_tabIndicatorGravity + * @see #TabLayout_tabIndicatorHeight + * @see #TabLayout_tabInlineLabel + * @see #TabLayout_tabMaxWidth + * @see #TabLayout_tabMinWidth + * @see #TabLayout_tabMode + * @see #TabLayout_tabPadding + * @see #TabLayout_tabPaddingBottom + * @see #TabLayout_tabPaddingEnd + * @see #TabLayout_tabPaddingStart + * @see #TabLayout_tabPaddingTop + * @see #TabLayout_tabRippleColor + * @see #TabLayout_tabSelectedTextColor + * @see #TabLayout_tabTextAppearance + * @see #TabLayout_tabTextColor + * @see #TabLayout_tabUnboundedRipple + */ + public static final int[] TabLayout={ + 0x7f0301c2, 0x7f0301c3, 0x7f0301c4, 0x7f0301c5, + 0x7f0301c6, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, + 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, + 0x7f0301ce, 0x7f0301cf, 0x7f0301d0, 0x7f0301d1, + 0x7f0301d2, 0x7f0301d3, 0x7f0301d4, 0x7f0301d5, + 0x7f0301d6, 0x7f0301d7, 0x7f0301d9, 0x7f0301da, + 0x7f0301db + }; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabBackground} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:tabBackground + */ + public static final int TabLayout_tabBackground=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabContentStart} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:tabContentStart + */ + public static final int TabLayout_tabContentStart=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabGravity} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
center1
fill0
+ * + * @attr name com.example.iitrtimetable:tabGravity + */ + public static final int TabLayout_tabGravity=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIconTint} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:tabIconTint + */ + public static final int TabLayout_tabIconTint=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIconTintMode} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.example.iitrtimetable:tabIconTintMode + */ + public static final int TabLayout_tabIconTintMode=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicator} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:tabIndicator + */ + public static final int TabLayout_tabIndicator=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicatorAnimationDuration} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:tabIndicatorAnimationDuration + */ + public static final int TabLayout_tabIndicatorAnimationDuration=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicatorColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:tabIndicatorColor + */ + public static final int TabLayout_tabIndicatorColor=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicatorFullWidth} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:tabIndicatorFullWidth + */ + public static final int TabLayout_tabIndicatorFullWidth=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicatorGravity} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom0
center1
stretch3
top2
+ * + * @attr name com.example.iitrtimetable:tabIndicatorGravity + */ + public static final int TabLayout_tabIndicatorGravity=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicatorHeight} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:tabIndicatorHeight + */ + public static final int TabLayout_tabIndicatorHeight=10; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabInlineLabel} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:tabInlineLabel + */ + public static final int TabLayout_tabInlineLabel=11; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabMaxWidth} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:tabMaxWidth + */ + public static final int TabLayout_tabMaxWidth=12; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabMinWidth} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:tabMinWidth + */ + public static final int TabLayout_tabMinWidth=13; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabMode} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
fixed1
scrollable0
+ * + * @attr name com.example.iitrtimetable:tabMode + */ + public static final int TabLayout_tabMode=14; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabPadding} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:tabPadding + */ + public static final int TabLayout_tabPadding=15; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabPaddingBottom} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:tabPaddingBottom + */ + public static final int TabLayout_tabPaddingBottom=16; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabPaddingEnd} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:tabPaddingEnd + */ + public static final int TabLayout_tabPaddingEnd=17; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabPaddingStart} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:tabPaddingStart + */ + public static final int TabLayout_tabPaddingStart=18; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabPaddingTop} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:tabPaddingTop + */ + public static final int TabLayout_tabPaddingTop=19; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabRippleColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:tabRippleColor + */ + public static final int TabLayout_tabRippleColor=20; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabSelectedTextColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:tabSelectedTextColor + */ + public static final int TabLayout_tabSelectedTextColor=21; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabTextAppearance} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:tabTextAppearance + */ + public static final int TabLayout_tabTextAppearance=22; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabTextColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:tabTextColor + */ + public static final int TabLayout_tabTextColor=23; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabUnboundedRipple} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:tabUnboundedRipple + */ + public static final int TabLayout_tabUnboundedRipple=24; + /** + * Attributes that can be used with a TextAppearance. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_textFontWeight android:textFontWeight}
{@link #TextAppearance_fontFamily com.example.iitrtimetable:fontFamily}The attribute for the font family.
{@link #TextAppearance_fontVariationSettings com.example.iitrtimetable:fontVariationSettings}The variation settings to be applied to the font.
{@link #TextAppearance_textAllCaps com.example.iitrtimetable:textAllCaps}Present the text in ALL CAPS.
{@link #TextAppearance_textLocale com.example.iitrtimetable:textLocale}Set the textLocale by a comma-separated language tag string, + * for example "ja-JP,zh-CN".
+ * @see #TextAppearance_android_textSize + * @see #TextAppearance_android_typeface + * @see #TextAppearance_android_textStyle + * @see #TextAppearance_android_textColor + * @see #TextAppearance_android_textColorHint + * @see #TextAppearance_android_textColorLink + * @see #TextAppearance_android_shadowColor + * @see #TextAppearance_android_shadowDx + * @see #TextAppearance_android_shadowDy + * @see #TextAppearance_android_shadowRadius + * @see #TextAppearance_android_fontFamily + * @see #TextAppearance_android_textFontWeight + * @see #TextAppearance_fontFamily + * @see #TextAppearance_fontVariationSettings + * @see #TextAppearance_textAllCaps + * @see #TextAppearance_textLocale + */ + public static final int[] TextAppearance={ + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x01010585, + 0x7f0300e1, 0x7f0300e9, 0x7f0301dc, 0x7f0301f6 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textSize} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:textSize + */ + public static final int TextAppearance_android_textSize=0; + /** + *

This symbol is the offset where the {@link android.R.attr#typeface} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
monospace3
normal0
sans1
serif2
+ * + * @attr name android:typeface + */ + public static final int TextAppearance_android_typeface=1; + /** + *

This symbol is the offset where the {@link android.R.attr#textStyle} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
bold1
italic2
normal0
+ * + * @attr name android:textStyle + */ + public static final int TextAppearance_android_textStyle=2; + /** + *

This symbol is the offset where the {@link android.R.attr#textColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColor + */ + public static final int TextAppearance_android_textColor=3; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorHint} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorHint + */ + public static final int TextAppearance_android_textColorHint=4; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorLink} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorLink + */ + public static final int TextAppearance_android_textColorLink=5; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:shadowColor + */ + public static final int TextAppearance_android_shadowColor=6; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowDx} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowDx + */ + public static final int TextAppearance_android_shadowDx=7; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowDy} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowDy + */ + public static final int TextAppearance_android_shadowDy=8; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowRadius} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowRadius + */ + public static final int TextAppearance_android_shadowRadius=9; + /** + *

This symbol is the offset where the {@link android.R.attr#fontFamily} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:fontFamily + */ + public static final int TextAppearance_android_fontFamily=10; + /** + *

This symbol is the offset where the {@link android.R.attr#textFontWeight} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:textFontWeight + */ + public static final int TextAppearance_android_textFontWeight=11; + /** + *

+ * @attr description + * The attribute for the font family. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontFamily + */ + public static final int TextAppearance_fontFamily=12; + /** + *

+ * @attr description + * OpenType font variation settings, available aftear api 26. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontVariationSettings + */ + public static final int TextAppearance_fontVariationSettings=13; + /** + *

+ * @attr description + * Present the text in ALL CAPS. This may use a small-caps form when available. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:textAllCaps + */ + public static final int TextAppearance_textAllCaps=14; + /** + *

+ * @attr description + * Set the textLocale by a comma-separated language tag string, + * for example "ja-JP,zh-CN". This attribute only takes effect on API 21 and above. + * Before API 24, only the first language tag is used. Starting from API 24, + * the string will be converted into a {@link android.os.LocaleList} and then used by + * {@link android.widget.TextView} + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:textLocale + */ + public static final int TextAppearance_textLocale=15; + /** + * Attributes that can be used with a TextInputLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_boxBackgroundColor com.example.iitrtimetable:boxBackgroundColor}
{@link #TextInputLayout_boxBackgroundMode com.example.iitrtimetable:boxBackgroundMode}
{@link #TextInputLayout_boxCollapsedPaddingTop com.example.iitrtimetable:boxCollapsedPaddingTop}
{@link #TextInputLayout_boxCornerRadiusBottomEnd com.example.iitrtimetable:boxCornerRadiusBottomEnd}
{@link #TextInputLayout_boxCornerRadiusBottomStart com.example.iitrtimetable:boxCornerRadiusBottomStart}
{@link #TextInputLayout_boxCornerRadiusTopEnd com.example.iitrtimetable:boxCornerRadiusTopEnd}
{@link #TextInputLayout_boxCornerRadiusTopStart com.example.iitrtimetable:boxCornerRadiusTopStart}
{@link #TextInputLayout_boxStrokeColor com.example.iitrtimetable:boxStrokeColor}
{@link #TextInputLayout_boxStrokeWidth com.example.iitrtimetable:boxStrokeWidth}
{@link #TextInputLayout_counterEnabled com.example.iitrtimetable:counterEnabled}
{@link #TextInputLayout_counterMaxLength com.example.iitrtimetable:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance com.example.iitrtimetable:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance com.example.iitrtimetable:counterTextAppearance}
{@link #TextInputLayout_errorEnabled com.example.iitrtimetable:errorEnabled}
{@link #TextInputLayout_errorTextAppearance com.example.iitrtimetable:errorTextAppearance}
{@link #TextInputLayout_helperText com.example.iitrtimetable:helperText}
{@link #TextInputLayout_helperTextEnabled com.example.iitrtimetable:helperTextEnabled}
{@link #TextInputLayout_helperTextTextAppearance com.example.iitrtimetable:helperTextTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled com.example.iitrtimetable:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled com.example.iitrtimetable:hintEnabled}
{@link #TextInputLayout_hintTextAppearance com.example.iitrtimetable:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription com.example.iitrtimetable:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable com.example.iitrtimetable:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled com.example.iitrtimetable:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint com.example.iitrtimetable:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode com.example.iitrtimetable:passwordToggleTintMode}
+ * @see #TextInputLayout_android_textColorHint + * @see #TextInputLayout_android_hint + * @see #TextInputLayout_boxBackgroundColor + * @see #TextInputLayout_boxBackgroundMode + * @see #TextInputLayout_boxCollapsedPaddingTop + * @see #TextInputLayout_boxCornerRadiusBottomEnd + * @see #TextInputLayout_boxCornerRadiusBottomStart + * @see #TextInputLayout_boxCornerRadiusTopEnd + * @see #TextInputLayout_boxCornerRadiusTopStart + * @see #TextInputLayout_boxStrokeColor + * @see #TextInputLayout_boxStrokeWidth + * @see #TextInputLayout_counterEnabled + * @see #TextInputLayout_counterMaxLength + * @see #TextInputLayout_counterOverflowTextAppearance + * @see #TextInputLayout_counterTextAppearance + * @see #TextInputLayout_errorEnabled + * @see #TextInputLayout_errorTextAppearance + * @see #TextInputLayout_helperText + * @see #TextInputLayout_helperTextEnabled + * @see #TextInputLayout_helperTextTextAppearance + * @see #TextInputLayout_hintAnimationEnabled + * @see #TextInputLayout_hintEnabled + * @see #TextInputLayout_hintTextAppearance + * @see #TextInputLayout_passwordToggleContentDescription + * @see #TextInputLayout_passwordToggleDrawable + * @see #TextInputLayout_passwordToggleEnabled + * @see #TextInputLayout_passwordToggleTint + * @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout={ + 0x0101009a, 0x01010150, 0x7f030045, 0x7f030046, + 0x7f030047, 0x7f030048, 0x7f030049, 0x7f03004a, + 0x7f03004b, 0x7f03004c, 0x7f03004d, 0x7f0300a7, + 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300c8, + 0x7f0300c9, 0x7f0300f0, 0x7f0300f1, 0x7f0300f2, + 0x7f0300f6, 0x7f0300f7, 0x7f0300f8, 0x7f030180, + 0x7f030181, 0x7f030182, 0x7f030183, 0x7f030184 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorHint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorHint + */ + public static final int TextInputLayout_android_textColorHint=0; + /** + *

This symbol is the offset where the {@link android.R.attr#hint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:hint + */ + public static final int TextInputLayout_android_hint=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxBackgroundColor} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:boxBackgroundColor + */ + public static final int TextInputLayout_boxBackgroundColor=2; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxBackgroundMode} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
filled1
none0
outline2
+ * + * @attr name com.example.iitrtimetable:boxBackgroundMode + */ + public static final int TextInputLayout_boxBackgroundMode=3; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxCollapsedPaddingTop} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:boxCollapsedPaddingTop + */ + public static final int TextInputLayout_boxCollapsedPaddingTop=4; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxCornerRadiusBottomEnd} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:boxCornerRadiusBottomEnd + */ + public static final int TextInputLayout_boxCornerRadiusBottomEnd=5; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxCornerRadiusBottomStart} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:boxCornerRadiusBottomStart + */ + public static final int TextInputLayout_boxCornerRadiusBottomStart=6; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxCornerRadiusTopEnd} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:boxCornerRadiusTopEnd + */ + public static final int TextInputLayout_boxCornerRadiusTopEnd=7; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxCornerRadiusTopStart} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:boxCornerRadiusTopStart + */ + public static final int TextInputLayout_boxCornerRadiusTopStart=8; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxStrokeColor} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:boxStrokeColor + */ + public static final int TextInputLayout_boxStrokeColor=9; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxStrokeWidth} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:boxStrokeWidth + */ + public static final int TextInputLayout_boxStrokeWidth=10; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#counterEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:counterEnabled + */ + public static final int TextInputLayout_counterEnabled=11; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#counterMaxLength} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.example.iitrtimetable:counterMaxLength + */ + public static final int TextInputLayout_counterMaxLength=12; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#counterOverflowTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:counterOverflowTextAppearance + */ + public static final int TextInputLayout_counterOverflowTextAppearance=13; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#counterTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:counterTextAppearance + */ + public static final int TextInputLayout_counterTextAppearance=14; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#errorEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:errorEnabled + */ + public static final int TextInputLayout_errorEnabled=15; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#errorTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:errorTextAppearance + */ + public static final int TextInputLayout_errorTextAppearance=16; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#helperText} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:helperText + */ + public static final int TextInputLayout_helperText=17; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#helperTextEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:helperTextEnabled + */ + public static final int TextInputLayout_helperTextEnabled=18; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#helperTextTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:helperTextTextAppearance + */ + public static final int TextInputLayout_helperTextTextAppearance=19; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hintAnimationEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:hintAnimationEnabled + */ + public static final int TextInputLayout_hintAnimationEnabled=20; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hintEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:hintEnabled + */ + public static final int TextInputLayout_hintEnabled=21; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hintTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:hintTextAppearance + */ + public static final int TextInputLayout_hintTextAppearance=22; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#passwordToggleContentDescription} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:passwordToggleContentDescription + */ + public static final int TextInputLayout_passwordToggleContentDescription=23; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#passwordToggleDrawable} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:passwordToggleDrawable + */ + public static final int TextInputLayout_passwordToggleDrawable=24; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#passwordToggleEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:passwordToggleEnabled + */ + public static final int TextInputLayout_passwordToggleEnabled=25; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#passwordToggleTint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:passwordToggleTint + */ + public static final int TextInputLayout_passwordToggleTint=26; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#passwordToggleTintMode} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.example.iitrtimetable:passwordToggleTintMode + */ + public static final int TextInputLayout_passwordToggleTintMode=27; + /** + * Attributes that can be used with a ThemeEnforcement. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ThemeEnforcement_android_textAppearance android:textAppearance}
{@link #ThemeEnforcement_enforceMaterialTheme com.example.iitrtimetable:enforceMaterialTheme}
{@link #ThemeEnforcement_enforceTextAppearance com.example.iitrtimetable:enforceTextAppearance}
+ * @see #ThemeEnforcement_android_textAppearance + * @see #ThemeEnforcement_enforceMaterialTheme + * @see #ThemeEnforcement_enforceTextAppearance + */ + public static final int[] ThemeEnforcement={ + 0x01010034, 0x7f0300c6, 0x7f0300c7 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #ThemeEnforcement} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int ThemeEnforcement_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#enforceMaterialTheme} + * attribute's value can be found in the {@link #ThemeEnforcement} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:enforceMaterialTheme + */ + public static final int ThemeEnforcement_enforceMaterialTheme=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#enforceTextAppearance} + * attribute's value can be found in the {@link #ThemeEnforcement} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.example.iitrtimetable:enforceTextAppearance + */ + public static final int ThemeEnforcement_enforceTextAppearance=2; + /** + * Attributes that can be used with a Toolbar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity com.example.iitrtimetable:buttonGravity}
{@link #Toolbar_collapseContentDescription com.example.iitrtimetable:collapseContentDescription}Text to set as the content description for the collapse button.
{@link #Toolbar_collapseIcon com.example.iitrtimetable:collapseIcon}Icon drawable to use for the collapse button.
{@link #Toolbar_contentInsetEnd com.example.iitrtimetable:contentInsetEnd}Minimum inset for content views within a bar.
{@link #Toolbar_contentInsetEndWithActions com.example.iitrtimetable:contentInsetEndWithActions}Minimum inset for content views within a bar when actions from a menu + * are present.
{@link #Toolbar_contentInsetLeft com.example.iitrtimetable:contentInsetLeft}Minimum inset for content views within a bar.
{@link #Toolbar_contentInsetRight com.example.iitrtimetable:contentInsetRight}Minimum inset for content views within a bar.
{@link #Toolbar_contentInsetStart com.example.iitrtimetable:contentInsetStart}Minimum inset for content views within a bar.
{@link #Toolbar_contentInsetStartWithNavigation com.example.iitrtimetable:contentInsetStartWithNavigation}Minimum inset for content views within a bar when a navigation button + * is present, such as the Up button.
{@link #Toolbar_logo com.example.iitrtimetable:logo}Specifies the drawable used for the application logo.
{@link #Toolbar_logoDescription com.example.iitrtimetable:logoDescription}A content description string to describe the appearance of the + * associated logo image.
{@link #Toolbar_maxButtonHeight com.example.iitrtimetable:maxButtonHeight}
{@link #Toolbar_menu com.example.iitrtimetable:menu}Menu resource to inflate to be shown in the toolbar
{@link #Toolbar_navigationContentDescription com.example.iitrtimetable:navigationContentDescription}Text to set as the content description for the navigation button + * located at the start of the toolbar.
{@link #Toolbar_navigationIcon com.example.iitrtimetable:navigationIcon}Icon drawable to use for the navigation button located at + * the start of the toolbar.
{@link #Toolbar_popupTheme com.example.iitrtimetable:popupTheme}Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar.
{@link #Toolbar_subtitle com.example.iitrtimetable:subtitle}Specifies subtitle text used for navigationMode="normal"
{@link #Toolbar_subtitleTextAppearance com.example.iitrtimetable:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.example.iitrtimetable:subtitleTextColor}A color to apply to the subtitle string.
{@link #Toolbar_title com.example.iitrtimetable:title}
{@link #Toolbar_titleMargin com.example.iitrtimetable:titleMargin}Specifies extra space on the left, start, right and end sides + * of the toolbar's title.
{@link #Toolbar_titleMarginBottom com.example.iitrtimetable:titleMarginBottom}Specifies extra space on the bottom side of the toolbar's title.
{@link #Toolbar_titleMarginEnd com.example.iitrtimetable:titleMarginEnd}Specifies extra space on the end side of the toolbar's title.
{@link #Toolbar_titleMarginStart com.example.iitrtimetable:titleMarginStart}Specifies extra space on the start side of the toolbar's title.
{@link #Toolbar_titleMarginTop com.example.iitrtimetable:titleMarginTop}Specifies extra space on the top side of the toolbar's title.
{@link #Toolbar_titleMargins com.example.iitrtimetable:titleMargins}{@deprecated Use titleMargin}
{@link #Toolbar_titleTextAppearance com.example.iitrtimetable:titleTextAppearance}
{@link #Toolbar_titleTextColor com.example.iitrtimetable:titleTextColor}A color to apply to the title string.
+ * @see #Toolbar_android_gravity + * @see #Toolbar_android_minHeight + * @see #Toolbar_buttonGravity + * @see #Toolbar_collapseContentDescription + * @see #Toolbar_collapseIcon + * @see #Toolbar_contentInsetEnd + * @see #Toolbar_contentInsetEndWithActions + * @see #Toolbar_contentInsetLeft + * @see #Toolbar_contentInsetRight + * @see #Toolbar_contentInsetStart + * @see #Toolbar_contentInsetStartWithNavigation + * @see #Toolbar_logo + * @see #Toolbar_logoDescription + * @see #Toolbar_maxButtonHeight + * @see #Toolbar_menu + * @see #Toolbar_navigationContentDescription + * @see #Toolbar_navigationIcon + * @see #Toolbar_popupTheme + * @see #Toolbar_subtitle + * @see #Toolbar_subtitleTextAppearance + * @see #Toolbar_subtitleTextColor + * @see #Toolbar_title + * @see #Toolbar_titleMargin + * @see #Toolbar_titleMarginBottom + * @see #Toolbar_titleMarginEnd + * @see #Toolbar_titleMarginStart + * @see #Toolbar_titleMarginTop + * @see #Toolbar_titleMargins + * @see #Toolbar_titleTextAppearance + * @see #Toolbar_titleTextColor + */ + @Deprecated + public static final int[] Toolbar={ + 0x010100af, 0x01010140, 0x7f030054, 0x7f030083, + 0x7f030084, 0x7f030098, 0x7f030099, 0x7f03009a, + 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f030169, + 0x7f03016a, 0x7f03016e, 0x7f030171, 0x7f030173, + 0x7f030174, 0x7f030186, 0x7f0301b9, 0x7f0301ba, + 0x7f0301bb, 0x7f030202, 0x7f030204, 0x7f030205, + 0x7f030206, 0x7f030207, 0x7f030208, 0x7f030209, + 0x7f03020a, 0x7f03020b + }; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:gravity + */ + public static final int Toolbar_android_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#minHeight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight=1; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#buttonGravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50Push object to the bottom of its container, not changing its size.
center_vertical10Place object in the vertical center of its container, not changing its size.
top30Push object to the top of its container, not changing its size.
+ * + * @attr name com.example.iitrtimetable:buttonGravity + */ + public static final int Toolbar_buttonGravity=2; + /** + *

+ * @attr description + * Text to set as the content description for the collapse button. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription=3; + /** + *

+ * @attr description + * Icon drawable to use for the collapse button. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:collapseIcon + */ + public static final int Toolbar_collapseIcon=4; + /** + *

+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd=5; + /** + *

+ * @attr description + * Minimum inset for content views within a bar when actions from a menu + * are present. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetEndWithActions + */ + public static final int Toolbar_contentInsetEndWithActions=6; + /** + *

+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft=7; + /** + *

+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetRight + */ + public static final int Toolbar_contentInsetRight=8; + /** + *

+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetStart + */ + public static final int Toolbar_contentInsetStart=9; + /** + *

+ * @attr description + * Minimum inset for content views within a bar when a navigation button + * is present, such as the Up button. Only valid for some themes and configurations. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:contentInsetStartWithNavigation + */ + public static final int Toolbar_contentInsetStartWithNavigation=10; + /** + *

+ * @attr description + * Drawable to set as the logo that appears at the starting side of + * the Toolbar, just after the navigation button. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:logo + */ + public static final int Toolbar_logo=11; + /** + *

+ * @attr description + * A content description string to describe the appearance of the + * associated logo image. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:logoDescription + */ + public static final int Toolbar_logoDescription=12; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#maxButtonHeight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight=13; + /** + *

+ * @attr description + * Menu resource to inflate to be shown in the toolbar + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:menu + */ + public static final int Toolbar_menu=14; + /** + *

+ * @attr description + * Text to set as the content description for the navigation button + * located at the start of the toolbar. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription=15; + /** + *

+ * @attr description + * Icon drawable to use for the navigation button located at + * the start of the toolbar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:navigationIcon + */ + public static final int Toolbar_navigationIcon=16; + /** + *

+ * @attr description + * Reference to a theme that should be used to inflate popups + * shown by widgets in the toolbar. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:popupTheme + */ + public static final int Toolbar_popupTheme=17; + /** + *

+ * @attr description + * Specifies subtitle text used for navigationMode="normal" + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:subtitle + */ + public static final int Toolbar_subtitle=18; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#subtitleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance=19; + /** + *

+ * @attr description + * A color to apply to the subtitle string. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor=20; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#title} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:title + */ + public static final int Toolbar_title=21; + /** + *

+ * @attr description + * Specifies extra space on the left, start, right and end sides + * of the toolbar's title. Margin values should be positive. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:titleMargin + */ + public static final int Toolbar_titleMargin=22; + /** + *

+ * @attr description + * Specifies extra space on the bottom side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom=23; + /** + *

+ * @attr description + * Specifies extra space on the end side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd=24; + /** + *

+ * @attr description + * Specifies extra space on the start side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:titleMarginStart + */ + public static final int Toolbar_titleMarginStart=25; + /** + *

+ * @attr description + * Specifies extra space on the top side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:titleMarginTop + */ + public static final int Toolbar_titleMarginTop=26; + /** + *

+ * @attr description + * {@deprecated Use titleMargin} + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:titleMargins + */ + @Deprecated + public static final int Toolbar_titleMargins=27; + /** + *

This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#titleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance=28; + /** + *

+ * @attr description + * A color to apply to the title string. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:titleTextColor + */ + public static final int Toolbar_titleTextColor=29; + /** + * Attributes that can be used with a View. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #View_android_theme android:theme}
{@link #View_android_focusable android:focusable}
{@link #View_paddingEnd com.example.iitrtimetable:paddingEnd}Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.
{@link #View_paddingStart com.example.iitrtimetable:paddingStart}Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.
{@link #View_theme com.example.iitrtimetable:theme}Deprecated.
+ * @see #View_android_theme + * @see #View_android_focusable + * @see #View_paddingEnd + * @see #View_paddingStart + * @see #View_theme + */ + public static final int[] View={ + 0x01010000, 0x010100da, 0x7f03017a, 0x7f03017b, + 0x7f0301f8 + }; + /** + *

+ * @attr description + * Specifies a theme override for a view. When a theme override is set, the + * view will be inflated using a {@link android.content.Context} themed with + * the specified resource. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:theme + */ + public static final int View_android_theme=0; + /** + *

+ * @attr description + * Boolean that controls whether a view can take focus. By default the user can not + * move focus to a view; by setting this attribute to true the view is + * allowed to take focus. This value does not impact the behavior of + * directly calling {@link android.view.View#requestFocus}, which will + * always request focus regardless of this view. It only impacts where + * focus navigation will try to move focus. + * + *

May be a boolean value, such as "true" or + * "false". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
auto10
+ * + * @attr name android:focusable + */ + public static final int View_android_focusable=1; + /** + *

+ * @attr description + * Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:paddingEnd + */ + public static final int View_paddingEnd=2; + /** + *

+ * @attr description + * Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.example.iitrtimetable:paddingStart + */ + public static final int View_paddingStart=3; + /** + *

+ * @attr description + * Deprecated. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.example.iitrtimetable:theme + */ + public static final int View_theme=4; + /** + * Attributes that can be used with a ViewBackgroundHelper. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.example.iitrtimetable:backgroundTint}Tint to apply to the background.
{@link #ViewBackgroundHelper_backgroundTintMode com.example.iitrtimetable:backgroundTintMode}Blending mode used to apply the background tint.
+ * @see #ViewBackgroundHelper_android_background + * @see #ViewBackgroundHelper_backgroundTint + * @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper={ + 0x010100d4, 0x7f030034, 0x7f030035 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int ViewBackgroundHelper_android_background=0; + /** + *

+ * @attr description + * Tint to apply to the background. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.example.iitrtimetable:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint=1; + /** + *

+ * @attr description + * Blending mode used to apply the background tint. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D)
multiplyeMultiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc]
screenf[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop9The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in5The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da]
src_over3The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
+ * + * @attr name com.example.iitrtimetable:backgroundTintMode + */ + public static final int ViewBackgroundHelper_backgroundTintMode=2; + /** + * Attributes that can be used with a ViewStubCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_layout android:layout}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
+ * @see #ViewStubCompat_android_id + * @see #ViewStubCompat_android_layout + * @see #ViewStubCompat_android_inflatedId + */ + public static final int[] ViewStubCompat={ + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int ViewStubCompat_android_id=0; + /** + *

+ * @attr description + * Supply an identifier for the layout resource to inflate when the ViewStub + * becomes visible or when forced to do so. The layout resource must be a + * valid reference to a layout. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int ViewStubCompat_android_layout=1; + /** + *

+ * @attr description + * Overrides the id of the inflated View with this value. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:inflatedId + */ + public static final int ViewStubCompat_android_inflatedId=2; + } +} \ No newline at end of file diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/com/google/android/material/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/com/google/android/material/R.java new file mode 100644 index 0000000..7b6f36b --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/com/google/android/material/R.java @@ -0,0 +1,2520 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package com.google.android.material; + +public final class R { + private R() {} + + public static final class anim { + private anim() {} + + public static final int abc_fade_in = 0x7f010000; + public static final int abc_fade_out = 0x7f010001; + public static final int abc_grow_fade_in_from_bottom = 0x7f010002; + public static final int abc_popup_enter = 0x7f010003; + public static final int abc_popup_exit = 0x7f010004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; + public static final int abc_slide_in_bottom = 0x7f010006; + public static final int abc_slide_in_top = 0x7f010007; + public static final int abc_slide_out_bottom = 0x7f010008; + public static final int abc_slide_out_top = 0x7f010009; + public static final int abc_tooltip_enter = 0x7f01000a; + public static final int abc_tooltip_exit = 0x7f01000b; + public static final int design_bottom_sheet_slide_in = 0x7f010018; + public static final int design_bottom_sheet_slide_out = 0x7f010019; + public static final int design_snackbar_in = 0x7f01001a; + public static final int design_snackbar_out = 0x7f01001b; + } + public static final class animator { + private animator() {} + + public static final int design_appbar_state_list_animator = 0x7f020000; + public static final int design_fab_hide_motion_spec = 0x7f020001; + public static final int design_fab_show_motion_spec = 0x7f020002; + public static final int mtrl_btn_state_list_anim = 0x7f020003; + public static final int mtrl_btn_unelevated_state_list_anim = 0x7f020004; + public static final int mtrl_chip_state_list_anim = 0x7f020005; + public static final int mtrl_fab_hide_motion_spec = 0x7f020006; + public static final int mtrl_fab_show_motion_spec = 0x7f020007; + public static final int mtrl_fab_transformation_sheet_collapse_spec = 0x7f020008; + public static final int mtrl_fab_transformation_sheet_expand_spec = 0x7f020009; + } + public static final class attr { + private attr() {} + + public static final int actionBarDivider = 0x7f030000; + public static final int actionBarItemBackground = 0x7f030001; + public static final int actionBarPopupTheme = 0x7f030002; + public static final int actionBarSize = 0x7f030003; + public static final int actionBarSplitStyle = 0x7f030004; + public static final int actionBarStyle = 0x7f030005; + public static final int actionBarTabBarStyle = 0x7f030006; + public static final int actionBarTabStyle = 0x7f030007; + public static final int actionBarTabTextStyle = 0x7f030008; + public static final int actionBarTheme = 0x7f030009; + public static final int actionBarWidgetTheme = 0x7f03000a; + public static final int actionButtonStyle = 0x7f03000b; + public static final int actionDropDownStyle = 0x7f03000c; + public static final int actionLayout = 0x7f03000d; + public static final int actionMenuTextAppearance = 0x7f03000e; + public static final int actionMenuTextColor = 0x7f03000f; + public static final int actionModeBackground = 0x7f030010; + public static final int actionModeCloseButtonStyle = 0x7f030011; + public static final int actionModeCloseDrawable = 0x7f030012; + public static final int actionModeCopyDrawable = 0x7f030013; + public static final int actionModeCutDrawable = 0x7f030014; + public static final int actionModeFindDrawable = 0x7f030015; + public static final int actionModePasteDrawable = 0x7f030016; + public static final int actionModePopupWindowStyle = 0x7f030017; + public static final int actionModeSelectAllDrawable = 0x7f030018; + public static final int actionModeShareDrawable = 0x7f030019; + public static final int actionModeSplitBackground = 0x7f03001a; + public static final int actionModeStyle = 0x7f03001b; + public static final int actionModeWebSearchDrawable = 0x7f03001c; + public static final int actionOverflowButtonStyle = 0x7f03001d; + public static final int actionOverflowMenuStyle = 0x7f03001e; + public static final int actionProviderClass = 0x7f03001f; + public static final int actionViewClass = 0x7f030020; + public static final int activityChooserViewStyle = 0x7f030021; + public static final int alertDialogButtonGroupStyle = 0x7f030022; + public static final int alertDialogCenterButtons = 0x7f030023; + public static final int alertDialogStyle = 0x7f030024; + public static final int alertDialogTheme = 0x7f030025; + public static final int allowStacking = 0x7f030026; + public static final int alpha = 0x7f030027; + public static final int alphabeticModifiers = 0x7f030028; + public static final int arrowHeadLength = 0x7f030029; + public static final int arrowShaftLength = 0x7f03002a; + public static final int autoCompleteTextViewStyle = 0x7f03002b; + public static final int autoSizeMaxTextSize = 0x7f03002c; + public static final int autoSizeMinTextSize = 0x7f03002d; + public static final int autoSizePresetSizes = 0x7f03002e; + public static final int autoSizeStepGranularity = 0x7f03002f; + public static final int autoSizeTextType = 0x7f030030; + public static final int background = 0x7f030031; + public static final int backgroundSplit = 0x7f030032; + public static final int backgroundStacked = 0x7f030033; + public static final int backgroundTint = 0x7f030034; + public static final int backgroundTintMode = 0x7f030035; + public static final int barLength = 0x7f030036; + public static final int behavior_autoHide = 0x7f030039; + public static final int behavior_fitToContents = 0x7f03003a; + public static final int behavior_hideable = 0x7f03003b; + public static final int behavior_overlapTop = 0x7f03003c; + public static final int behavior_peekHeight = 0x7f03003d; + public static final int behavior_skipCollapsed = 0x7f03003e; + public static final int borderWidth = 0x7f03003f; + public static final int borderlessButtonStyle = 0x7f030040; + public static final int bottomAppBarStyle = 0x7f030041; + public static final int bottomNavigationStyle = 0x7f030042; + public static final int bottomSheetDialogTheme = 0x7f030043; + public static final int bottomSheetStyle = 0x7f030044; + public static final int boxBackgroundColor = 0x7f030045; + public static final int boxBackgroundMode = 0x7f030046; + public static final int boxCollapsedPaddingTop = 0x7f030047; + public static final int boxCornerRadiusBottomEnd = 0x7f030048; + public static final int boxCornerRadiusBottomStart = 0x7f030049; + public static final int boxCornerRadiusTopEnd = 0x7f03004a; + public static final int boxCornerRadiusTopStart = 0x7f03004b; + public static final int boxStrokeColor = 0x7f03004c; + public static final int boxStrokeWidth = 0x7f03004d; + public static final int buttonBarButtonStyle = 0x7f03004e; + public static final int buttonBarNegativeButtonStyle = 0x7f03004f; + public static final int buttonBarNeutralButtonStyle = 0x7f030050; + public static final int buttonBarPositiveButtonStyle = 0x7f030051; + public static final int buttonBarStyle = 0x7f030052; + public static final int buttonGravity = 0x7f030054; + public static final int buttonIconDimen = 0x7f030055; + public static final int buttonPanelSideLayout = 0x7f030056; + public static final int buttonStyle = 0x7f030057; + public static final int buttonStyleSmall = 0x7f030058; + public static final int buttonTint = 0x7f030059; + public static final int buttonTintMode = 0x7f03005a; + public static final int cardBackgroundColor = 0x7f03005b; + public static final int cardCornerRadius = 0x7f03005c; + public static final int cardElevation = 0x7f03005d; + public static final int cardMaxElevation = 0x7f03005e; + public static final int cardPreventCornerOverlap = 0x7f03005f; + public static final int cardUseCompatPadding = 0x7f030060; + public static final int cardViewStyle = 0x7f030061; + public static final int checkboxStyle = 0x7f030063; + public static final int checkedChip = 0x7f030064; + public static final int checkedIcon = 0x7f030065; + public static final int checkedIconEnabled = 0x7f030066; + public static final int checkedIconVisible = 0x7f030067; + public static final int checkedTextViewStyle = 0x7f030068; + public static final int chipBackgroundColor = 0x7f030069; + public static final int chipCornerRadius = 0x7f03006a; + public static final int chipEndPadding = 0x7f03006b; + public static final int chipGroupStyle = 0x7f03006c; + public static final int chipIcon = 0x7f03006d; + public static final int chipIconEnabled = 0x7f03006e; + public static final int chipIconSize = 0x7f03006f; + public static final int chipIconTint = 0x7f030070; + public static final int chipIconVisible = 0x7f030071; + public static final int chipMinHeight = 0x7f030072; + public static final int chipSpacing = 0x7f030073; + public static final int chipSpacingHorizontal = 0x7f030074; + public static final int chipSpacingVertical = 0x7f030075; + public static final int chipStandaloneStyle = 0x7f030076; + public static final int chipStartPadding = 0x7f030077; + public static final int chipStrokeColor = 0x7f030078; + public static final int chipStrokeWidth = 0x7f030079; + public static final int chipStyle = 0x7f03007a; + public static final int closeIcon = 0x7f03007b; + public static final int closeIconEnabled = 0x7f03007c; + public static final int closeIconEndPadding = 0x7f03007d; + public static final int closeIconSize = 0x7f03007e; + public static final int closeIconStartPadding = 0x7f03007f; + public static final int closeIconTint = 0x7f030080; + public static final int closeIconVisible = 0x7f030081; + public static final int closeItemLayout = 0x7f030082; + public static final int collapseContentDescription = 0x7f030083; + public static final int collapseIcon = 0x7f030084; + public static final int collapsedTitleGravity = 0x7f030085; + public static final int collapsedTitleTextAppearance = 0x7f030086; + public static final int color = 0x7f030087; + public static final int colorAccent = 0x7f030088; + public static final int colorBackgroundFloating = 0x7f030089; + public static final int colorButtonNormal = 0x7f03008a; + public static final int colorControlActivated = 0x7f03008b; + public static final int colorControlHighlight = 0x7f03008c; + public static final int colorControlNormal = 0x7f03008d; + public static final int colorError = 0x7f03008e; + public static final int colorPrimary = 0x7f03008f; + public static final int colorPrimaryDark = 0x7f030090; + public static final int colorSecondary = 0x7f030091; + public static final int colorSwitchThumbNormal = 0x7f030092; + public static final int commitIcon = 0x7f030093; + public static final int contentDescription = 0x7f030097; + public static final int contentInsetEnd = 0x7f030098; + public static final int contentInsetEndWithActions = 0x7f030099; + public static final int contentInsetLeft = 0x7f03009a; + public static final int contentInsetRight = 0x7f03009b; + public static final int contentInsetStart = 0x7f03009c; + public static final int contentInsetStartWithNavigation = 0x7f03009d; + public static final int contentPadding = 0x7f03009e; + public static final int contentPaddingBottom = 0x7f03009f; + public static final int contentPaddingLeft = 0x7f0300a0; + public static final int contentPaddingRight = 0x7f0300a1; + public static final int contentPaddingTop = 0x7f0300a2; + public static final int contentScrim = 0x7f0300a3; + public static final int controlBackground = 0x7f0300a4; + public static final int coordinatorLayoutStyle = 0x7f0300a5; + public static final int cornerRadius = 0x7f0300a6; + public static final int counterEnabled = 0x7f0300a7; + public static final int counterMaxLength = 0x7f0300a8; + public static final int counterOverflowTextAppearance = 0x7f0300a9; + public static final int counterTextAppearance = 0x7f0300aa; + public static final int customNavigationLayout = 0x7f0300ab; + public static final int defaultQueryHint = 0x7f0300ac; + public static final int dialogCornerRadius = 0x7f0300ad; + public static final int dialogPreferredPadding = 0x7f0300ae; + public static final int dialogTheme = 0x7f0300af; + public static final int displayOptions = 0x7f0300b0; + public static final int divider = 0x7f0300b1; + public static final int dividerHorizontal = 0x7f0300b2; + public static final int dividerPadding = 0x7f0300b3; + public static final int dividerVertical = 0x7f0300b4; + public static final int drawableSize = 0x7f0300b9; + public static final int drawerArrowStyle = 0x7f0300be; + public static final int dropDownListViewStyle = 0x7f0300bf; + public static final int dropdownListPreferredItemHeight = 0x7f0300c0; + public static final int editTextBackground = 0x7f0300c1; + public static final int editTextColor = 0x7f0300c2; + public static final int editTextStyle = 0x7f0300c3; + public static final int elevation = 0x7f0300c4; + public static final int enforceMaterialTheme = 0x7f0300c6; + public static final int enforceTextAppearance = 0x7f0300c7; + public static final int errorEnabled = 0x7f0300c8; + public static final int errorTextAppearance = 0x7f0300c9; + public static final int expandActivityOverflowButtonDrawable = 0x7f0300ca; + public static final int expanded = 0x7f0300cb; + public static final int expandedTitleGravity = 0x7f0300cc; + public static final int expandedTitleMargin = 0x7f0300cd; + public static final int expandedTitleMarginBottom = 0x7f0300ce; + public static final int expandedTitleMarginEnd = 0x7f0300cf; + public static final int expandedTitleMarginStart = 0x7f0300d0; + public static final int expandedTitleMarginTop = 0x7f0300d1; + public static final int expandedTitleTextAppearance = 0x7f0300d2; + public static final int fabAlignmentMode = 0x7f0300d3; + public static final int fabCradleMargin = 0x7f0300d4; + public static final int fabCradleRoundedCornerRadius = 0x7f0300d5; + public static final int fabCradleVerticalOffset = 0x7f0300d6; + public static final int fabCustomSize = 0x7f0300d7; + public static final int fabSize = 0x7f0300d8; + public static final int fastScrollEnabled = 0x7f0300d9; + public static final int fastScrollHorizontalThumbDrawable = 0x7f0300da; + public static final int fastScrollHorizontalTrackDrawable = 0x7f0300db; + public static final int fastScrollVerticalThumbDrawable = 0x7f0300dc; + public static final int fastScrollVerticalTrackDrawable = 0x7f0300dd; + public static final int firstBaselineToTopHeight = 0x7f0300de; + public static final int floatingActionButtonStyle = 0x7f0300df; + public static final int font = 0x7f0300e0; + public static final int fontFamily = 0x7f0300e1; + public static final int fontProviderAuthority = 0x7f0300e2; + public static final int fontProviderCerts = 0x7f0300e3; + public static final int fontProviderFetchStrategy = 0x7f0300e4; + public static final int fontProviderFetchTimeout = 0x7f0300e5; + public static final int fontProviderPackage = 0x7f0300e6; + public static final int fontProviderQuery = 0x7f0300e7; + public static final int fontStyle = 0x7f0300e8; + public static final int fontVariationSettings = 0x7f0300e9; + public static final int fontWeight = 0x7f0300ea; + public static final int foregroundInsidePadding = 0x7f0300eb; + public static final int gapBetweenBars = 0x7f0300ec; + public static final int goIcon = 0x7f0300ed; + public static final int headerLayout = 0x7f0300ee; + public static final int height = 0x7f0300ef; + public static final int helperText = 0x7f0300f0; + public static final int helperTextEnabled = 0x7f0300f1; + public static final int helperTextTextAppearance = 0x7f0300f2; + public static final int hideMotionSpec = 0x7f0300f3; + public static final int hideOnContentScroll = 0x7f0300f4; + public static final int hideOnScroll = 0x7f0300f5; + public static final int hintAnimationEnabled = 0x7f0300f6; + public static final int hintEnabled = 0x7f0300f7; + public static final int hintTextAppearance = 0x7f0300f8; + public static final int homeAsUpIndicator = 0x7f0300f9; + public static final int homeLayout = 0x7f0300fa; + public static final int hoveredFocusedTranslationZ = 0x7f0300fb; + public static final int icon = 0x7f0300fc; + public static final int iconEndPadding = 0x7f0300fd; + public static final int iconGravity = 0x7f0300fe; + public static final int iconPadding = 0x7f0300ff; + public static final int iconSize = 0x7f030100; + public static final int iconStartPadding = 0x7f030101; + public static final int iconTint = 0x7f030102; + public static final int iconTintMode = 0x7f030103; + public static final int iconifiedByDefault = 0x7f030104; + public static final int imageButtonStyle = 0x7f030105; + public static final int indeterminateProgressStyle = 0x7f030106; + public static final int initialActivityCount = 0x7f030107; + public static final int insetForeground = 0x7f030108; + public static final int isLightTheme = 0x7f030109; + public static final int itemBackground = 0x7f03010a; + public static final int itemHorizontalPadding = 0x7f03010b; + public static final int itemHorizontalTranslationEnabled = 0x7f03010c; + public static final int itemIconPadding = 0x7f03010d; + public static final int itemIconSize = 0x7f03010e; + public static final int itemIconTint = 0x7f03010f; + public static final int itemPadding = 0x7f030110; + public static final int itemSpacing = 0x7f030111; + public static final int itemTextAppearance = 0x7f030112; + public static final int itemTextAppearanceActive = 0x7f030113; + public static final int itemTextAppearanceInactive = 0x7f030114; + public static final int itemTextColor = 0x7f030115; + public static final int keylines = 0x7f030116; + public static final int labelVisibilityMode = 0x7f030117; + public static final int lastBaselineToBottomHeight = 0x7f030118; + public static final int layout = 0x7f030119; + public static final int layoutManager = 0x7f03011a; + public static final int layout_anchor = 0x7f03011b; + public static final int layout_anchorGravity = 0x7f03011c; + public static final int layout_behavior = 0x7f03011d; + public static final int layout_collapseMode = 0x7f03011e; + public static final int layout_collapseParallaxMultiplier = 0x7f03011f; + public static final int layout_dodgeInsetEdges = 0x7f030149; + public static final int layout_insetEdge = 0x7f030152; + public static final int layout_keyline = 0x7f030153; + public static final int layout_scrollFlags = 0x7f030155; + public static final int layout_scrollInterpolator = 0x7f030156; + public static final int liftOnScroll = 0x7f030157; + public static final int lineHeight = 0x7f030158; + public static final int lineSpacing = 0x7f030159; + public static final int listChoiceBackgroundIndicator = 0x7f03015a; + public static final int listDividerAlertDialog = 0x7f03015d; + public static final int listItemLayout = 0x7f03015e; + public static final int listLayout = 0x7f03015f; + public static final int listMenuViewStyle = 0x7f030160; + public static final int listPopupWindowStyle = 0x7f030161; + public static final int listPreferredItemHeight = 0x7f030162; + public static final int listPreferredItemHeightLarge = 0x7f030163; + public static final int listPreferredItemHeightSmall = 0x7f030164; + public static final int listPreferredItemPaddingLeft = 0x7f030166; + public static final int listPreferredItemPaddingRight = 0x7f030167; + public static final int logo = 0x7f030169; + public static final int logoDescription = 0x7f03016a; + public static final int materialButtonStyle = 0x7f03016b; + public static final int materialCardViewStyle = 0x7f03016c; + public static final int maxActionInlineWidth = 0x7f03016d; + public static final int maxButtonHeight = 0x7f03016e; + public static final int maxImageSize = 0x7f03016f; + public static final int measureWithLargestChild = 0x7f030170; + public static final int menu = 0x7f030171; + public static final int multiChoiceItemLayout = 0x7f030172; + public static final int navigationContentDescription = 0x7f030173; + public static final int navigationIcon = 0x7f030174; + public static final int navigationMode = 0x7f030175; + public static final int navigationViewStyle = 0x7f030176; + public static final int numericModifiers = 0x7f030177; + public static final int overlapAnchor = 0x7f030178; + public static final int paddingBottomNoButtons = 0x7f030179; + public static final int paddingEnd = 0x7f03017a; + public static final int paddingStart = 0x7f03017b; + public static final int paddingTopNoTitle = 0x7f03017c; + public static final int panelBackground = 0x7f03017d; + public static final int panelMenuListTheme = 0x7f03017e; + public static final int panelMenuListWidth = 0x7f03017f; + public static final int passwordToggleContentDescription = 0x7f030180; + public static final int passwordToggleDrawable = 0x7f030181; + public static final int passwordToggleEnabled = 0x7f030182; + public static final int passwordToggleTint = 0x7f030183; + public static final int passwordToggleTintMode = 0x7f030184; + public static final int popupMenuStyle = 0x7f030185; + public static final int popupTheme = 0x7f030186; + public static final int popupWindowStyle = 0x7f030187; + public static final int preserveIconSpacing = 0x7f030188; + public static final int pressedTranslationZ = 0x7f030189; + public static final int progressBarPadding = 0x7f03018a; + public static final int progressBarStyle = 0x7f03018b; + public static final int queryBackground = 0x7f03018c; + public static final int queryHint = 0x7f03018d; + public static final int radioButtonStyle = 0x7f03018e; + public static final int ratingBarStyle = 0x7f03018f; + public static final int ratingBarStyleIndicator = 0x7f030190; + public static final int ratingBarStyleSmall = 0x7f030191; + public static final int reverseLayout = 0x7f030192; + public static final int rippleColor = 0x7f030193; + public static final int scrimAnimationDuration = 0x7f030194; + public static final int scrimBackground = 0x7f030195; + public static final int scrimVisibleHeightTrigger = 0x7f030196; + public static final int searchHintIcon = 0x7f030197; + public static final int searchIcon = 0x7f030198; + public static final int searchViewStyle = 0x7f030199; + public static final int seekBarStyle = 0x7f03019a; + public static final int selectableItemBackground = 0x7f03019b; + public static final int selectableItemBackgroundBorderless = 0x7f03019c; + public static final int showAsAction = 0x7f03019d; + public static final int showDividers = 0x7f03019e; + public static final int showMotionSpec = 0x7f03019f; + public static final int showText = 0x7f0301a0; + public static final int showTitle = 0x7f0301a1; + public static final int singleChoiceItemLayout = 0x7f0301a2; + public static final int singleLine = 0x7f0301a3; + public static final int singleSelection = 0x7f0301a4; + public static final int snackbarButtonStyle = 0x7f0301a5; + public static final int snackbarStyle = 0x7f0301a6; + public static final int spanCount = 0x7f0301a7; + public static final int spinBars = 0x7f0301a8; + public static final int spinnerDropDownItemStyle = 0x7f0301a9; + public static final int spinnerStyle = 0x7f0301aa; + public static final int splitTrack = 0x7f0301ab; + public static final int srcCompat = 0x7f0301ac; + public static final int stackFromEnd = 0x7f0301ad; + public static final int state_above_anchor = 0x7f0301ae; + public static final int state_collapsed = 0x7f0301af; + public static final int state_collapsible = 0x7f0301b0; + public static final int state_liftable = 0x7f0301b1; + public static final int state_lifted = 0x7f0301b2; + public static final int statusBarBackground = 0x7f0301b3; + public static final int statusBarScrim = 0x7f0301b4; + public static final int strokeColor = 0x7f0301b5; + public static final int strokeWidth = 0x7f0301b6; + public static final int subMenuArrow = 0x7f0301b7; + public static final int submitBackground = 0x7f0301b8; + public static final int subtitle = 0x7f0301b9; + public static final int subtitleTextAppearance = 0x7f0301ba; + public static final int subtitleTextColor = 0x7f0301bb; + public static final int subtitleTextStyle = 0x7f0301bc; + public static final int suggestionRowLayout = 0x7f0301bd; + public static final int switchMinWidth = 0x7f0301be; + public static final int switchPadding = 0x7f0301bf; + public static final int switchStyle = 0x7f0301c0; + public static final int switchTextAppearance = 0x7f0301c1; + public static final int tabBackground = 0x7f0301c2; + public static final int tabContentStart = 0x7f0301c3; + public static final int tabGravity = 0x7f0301c4; + public static final int tabIconTint = 0x7f0301c5; + public static final int tabIconTintMode = 0x7f0301c6; + public static final int tabIndicator = 0x7f0301c7; + public static final int tabIndicatorAnimationDuration = 0x7f0301c8; + public static final int tabIndicatorColor = 0x7f0301c9; + public static final int tabIndicatorFullWidth = 0x7f0301ca; + public static final int tabIndicatorGravity = 0x7f0301cb; + public static final int tabIndicatorHeight = 0x7f0301cc; + public static final int tabInlineLabel = 0x7f0301cd; + public static final int tabMaxWidth = 0x7f0301ce; + public static final int tabMinWidth = 0x7f0301cf; + public static final int tabMode = 0x7f0301d0; + public static final int tabPadding = 0x7f0301d1; + public static final int tabPaddingBottom = 0x7f0301d2; + public static final int tabPaddingEnd = 0x7f0301d3; + public static final int tabPaddingStart = 0x7f0301d4; + public static final int tabPaddingTop = 0x7f0301d5; + public static final int tabRippleColor = 0x7f0301d6; + public static final int tabSelectedTextColor = 0x7f0301d7; + public static final int tabStyle = 0x7f0301d8; + public static final int tabTextAppearance = 0x7f0301d9; + public static final int tabTextColor = 0x7f0301da; + public static final int tabUnboundedRipple = 0x7f0301db; + public static final int textAllCaps = 0x7f0301dc; + public static final int textAppearanceBody1 = 0x7f0301dd; + public static final int textAppearanceBody2 = 0x7f0301de; + public static final int textAppearanceButton = 0x7f0301df; + public static final int textAppearanceCaption = 0x7f0301e0; + public static final int textAppearanceHeadline1 = 0x7f0301e1; + public static final int textAppearanceHeadline2 = 0x7f0301e2; + public static final int textAppearanceHeadline3 = 0x7f0301e3; + public static final int textAppearanceHeadline4 = 0x7f0301e4; + public static final int textAppearanceHeadline5 = 0x7f0301e5; + public static final int textAppearanceHeadline6 = 0x7f0301e6; + public static final int textAppearanceLargePopupMenu = 0x7f0301e7; + public static final int textAppearanceListItem = 0x7f0301e8; + public static final int textAppearanceListItemSecondary = 0x7f0301e9; + public static final int textAppearanceListItemSmall = 0x7f0301ea; + public static final int textAppearanceOverline = 0x7f0301eb; + public static final int textAppearancePopupMenuHeader = 0x7f0301ec; + public static final int textAppearanceSearchResultSubtitle = 0x7f0301ed; + public static final int textAppearanceSearchResultTitle = 0x7f0301ee; + public static final int textAppearanceSmallPopupMenu = 0x7f0301ef; + public static final int textAppearanceSubtitle1 = 0x7f0301f0; + public static final int textAppearanceSubtitle2 = 0x7f0301f1; + public static final int textColorAlertDialogListItem = 0x7f0301f2; + public static final int textColorSearchUrl = 0x7f0301f3; + public static final int textEndPadding = 0x7f0301f4; + public static final int textInputStyle = 0x7f0301f5; + public static final int textStartPadding = 0x7f0301f7; + public static final int theme = 0x7f0301f8; + public static final int thickness = 0x7f0301f9; + public static final int thumbTextPadding = 0x7f0301fa; + public static final int thumbTint = 0x7f0301fb; + public static final int thumbTintMode = 0x7f0301fc; + public static final int tickMark = 0x7f0301fd; + public static final int tickMarkTint = 0x7f0301fe; + public static final int tickMarkTintMode = 0x7f0301ff; + public static final int tint = 0x7f030200; + public static final int tintMode = 0x7f030201; + public static final int title = 0x7f030202; + public static final int titleEnabled = 0x7f030203; + public static final int titleMargin = 0x7f030204; + public static final int titleMarginBottom = 0x7f030205; + public static final int titleMarginEnd = 0x7f030206; + public static final int titleMarginStart = 0x7f030207; + public static final int titleMarginTop = 0x7f030208; + public static final int titleMargins = 0x7f030209; + public static final int titleTextAppearance = 0x7f03020a; + public static final int titleTextColor = 0x7f03020b; + public static final int titleTextStyle = 0x7f03020c; + public static final int toolbarId = 0x7f03020d; + public static final int toolbarNavigationButtonStyle = 0x7f03020e; + public static final int toolbarStyle = 0x7f03020f; + public static final int tooltipForegroundColor = 0x7f030210; + public static final int tooltipFrameBackground = 0x7f030211; + public static final int tooltipText = 0x7f030212; + public static final int track = 0x7f030213; + public static final int trackTint = 0x7f030214; + public static final int trackTintMode = 0x7f030215; + public static final int ttcIndex = 0x7f030216; + public static final int useCompatPadding = 0x7f030217; + public static final int viewInflaterClass = 0x7f030218; + public static final int voiceIcon = 0x7f030219; + public static final int windowActionBar = 0x7f03021a; + public static final int windowActionBarOverlay = 0x7f03021b; + public static final int windowActionModeOverlay = 0x7f03021c; + public static final int windowFixedHeightMajor = 0x7f03021d; + public static final int windowFixedHeightMinor = 0x7f03021e; + public static final int windowFixedWidthMajor = 0x7f03021f; + public static final int windowFixedWidthMinor = 0x7f030220; + public static final int windowMinWidthMajor = 0x7f030221; + public static final int windowMinWidthMinor = 0x7f030222; + public static final int windowNoTitle = 0x7f030223; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + public static final int abc_allow_stacked_button_bar = 0x7f040001; + public static final int abc_config_actionMenuItemAllCaps = 0x7f040002; + public static final int mtrl_btn_textappearance_all_caps = 0x7f040003; + } + public static final class color { + private color() {} + + public static final int abc_background_cache_hint_selector_material_dark = 0x7f050000; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050001; + public static final int abc_btn_colored_borderless_text_material = 0x7f050002; + public static final int abc_btn_colored_text_material = 0x7f050003; + public static final int abc_color_highlight_material = 0x7f050004; + public static final int abc_hint_foreground_material_dark = 0x7f050005; + public static final int abc_hint_foreground_material_light = 0x7f050006; + public static final int abc_input_method_navigation_guard = 0x7f050007; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050008; + public static final int abc_primary_text_disable_only_material_light = 0x7f050009; + public static final int abc_primary_text_material_dark = 0x7f05000a; + public static final int abc_primary_text_material_light = 0x7f05000b; + public static final int abc_search_url_text = 0x7f05000c; + public static final int abc_search_url_text_normal = 0x7f05000d; + public static final int abc_search_url_text_pressed = 0x7f05000e; + public static final int abc_search_url_text_selected = 0x7f05000f; + public static final int abc_secondary_text_material_dark = 0x7f050010; + public static final int abc_secondary_text_material_light = 0x7f050011; + public static final int abc_tint_btn_checkable = 0x7f050012; + public static final int abc_tint_default = 0x7f050013; + public static final int abc_tint_edittext = 0x7f050014; + public static final int abc_tint_seek_thumb = 0x7f050015; + public static final int abc_tint_spinner = 0x7f050016; + public static final int abc_tint_switch_track = 0x7f050017; + public static final int accent_material_dark = 0x7f050018; + public static final int accent_material_light = 0x7f050019; + public static final int background_floating_material_dark = 0x7f05001a; + public static final int background_floating_material_light = 0x7f05001b; + public static final int background_material_dark = 0x7f05001c; + public static final int background_material_light = 0x7f05001d; + public static final int bright_foreground_disabled_material_dark = 0x7f05001e; + public static final int bright_foreground_disabled_material_light = 0x7f05001f; + public static final int bright_foreground_inverse_material_dark = 0x7f050020; + public static final int bright_foreground_inverse_material_light = 0x7f050021; + public static final int bright_foreground_material_dark = 0x7f050022; + public static final int bright_foreground_material_light = 0x7f050023; + public static final int button_material_dark = 0x7f050024; + public static final int button_material_light = 0x7f050025; + public static final int cardview_dark_background = 0x7f050026; + public static final int cardview_light_background = 0x7f050027; + public static final int cardview_shadow_end_color = 0x7f050028; + public static final int cardview_shadow_start_color = 0x7f050029; + public static final int design_bottom_navigation_shadow_color = 0x7f05002d; + public static final int design_default_color_primary = 0x7f05002e; + public static final int design_default_color_primary_dark = 0x7f05002f; + public static final int design_error = 0x7f050030; + public static final int design_fab_shadow_end_color = 0x7f050031; + public static final int design_fab_shadow_mid_color = 0x7f050032; + public static final int design_fab_shadow_start_color = 0x7f050033; + public static final int design_fab_stroke_end_inner_color = 0x7f050034; + public static final int design_fab_stroke_end_outer_color = 0x7f050035; + public static final int design_fab_stroke_top_inner_color = 0x7f050036; + public static final int design_fab_stroke_top_outer_color = 0x7f050037; + public static final int design_snackbar_background_color = 0x7f050038; + public static final int design_tint_password_toggle = 0x7f050039; + public static final int dim_foreground_disabled_material_dark = 0x7f05003a; + public static final int dim_foreground_disabled_material_light = 0x7f05003b; + public static final int dim_foreground_material_dark = 0x7f05003c; + public static final int dim_foreground_material_light = 0x7f05003d; + public static final int error_color_material_dark = 0x7f05003e; + public static final int error_color_material_light = 0x7f05003f; + public static final int foreground_material_dark = 0x7f050040; + public static final int foreground_material_light = 0x7f050041; + public static final int highlighted_text_material_dark = 0x7f050042; + public static final int highlighted_text_material_light = 0x7f050043; + public static final int material_blue_grey_800 = 0x7f050044; + public static final int material_blue_grey_900 = 0x7f050045; + public static final int material_blue_grey_950 = 0x7f050046; + public static final int material_deep_teal_200 = 0x7f050047; + public static final int material_deep_teal_500 = 0x7f050048; + public static final int material_grey_100 = 0x7f050049; + public static final int material_grey_300 = 0x7f05004a; + public static final int material_grey_50 = 0x7f05004b; + public static final int material_grey_600 = 0x7f05004c; + public static final int material_grey_800 = 0x7f05004d; + public static final int material_grey_850 = 0x7f05004e; + public static final int material_grey_900 = 0x7f05004f; + public static final int mtrl_bottom_nav_colored_item_tint = 0x7f050050; + public static final int mtrl_bottom_nav_item_tint = 0x7f050051; + public static final int mtrl_btn_bg_color_disabled = 0x7f050052; + public static final int mtrl_btn_bg_color_selector = 0x7f050053; + public static final int mtrl_btn_ripple_color = 0x7f050054; + public static final int mtrl_btn_stroke_color_selector = 0x7f050055; + public static final int mtrl_btn_text_btn_ripple_color = 0x7f050056; + public static final int mtrl_btn_text_color_disabled = 0x7f050057; + public static final int mtrl_btn_text_color_selector = 0x7f050058; + public static final int mtrl_btn_transparent_bg_color = 0x7f050059; + public static final int mtrl_chip_background_color = 0x7f05005a; + public static final int mtrl_chip_close_icon_tint = 0x7f05005b; + public static final int mtrl_chip_ripple_color = 0x7f05005c; + public static final int mtrl_chip_text_color = 0x7f05005d; + public static final int mtrl_fab_ripple_color = 0x7f05005e; + public static final int mtrl_scrim_color = 0x7f05005f; + public static final int mtrl_tabs_colored_ripple_color = 0x7f050060; + public static final int mtrl_tabs_icon_color_selector = 0x7f050061; + public static final int mtrl_tabs_icon_color_selector_colored = 0x7f050062; + public static final int mtrl_tabs_legacy_text_color_selector = 0x7f050063; + public static final int mtrl_tabs_ripple_color = 0x7f050064; + public static final int mtrl_text_btn_text_color_selector = 0x7f050065; + public static final int mtrl_textinput_default_box_stroke_color = 0x7f050066; + public static final int mtrl_textinput_disabled_color = 0x7f050067; + public static final int mtrl_textinput_filled_box_default_background_color = 0x7f050068; + public static final int mtrl_textinput_hovered_box_stroke_color = 0x7f050069; + public static final int notification_action_color_filter = 0x7f05006a; + public static final int notification_icon_bg_color = 0x7f05006b; + public static final int primary_dark_material_dark = 0x7f05006c; + public static final int primary_dark_material_light = 0x7f05006d; + public static final int primary_material_dark = 0x7f05006e; + public static final int primary_material_light = 0x7f05006f; + public static final int primary_text_default_material_dark = 0x7f050070; + public static final int primary_text_default_material_light = 0x7f050071; + public static final int primary_text_disabled_material_dark = 0x7f050072; + public static final int primary_text_disabled_material_light = 0x7f050073; + public static final int ripple_material_dark = 0x7f050074; + public static final int ripple_material_light = 0x7f050075; + public static final int secondary_text_default_material_dark = 0x7f050076; + public static final int secondary_text_default_material_light = 0x7f050077; + public static final int secondary_text_disabled_material_dark = 0x7f050078; + public static final int secondary_text_disabled_material_light = 0x7f050079; + public static final int switch_thumb_disabled_material_dark = 0x7f05007a; + public static final int switch_thumb_disabled_material_light = 0x7f05007b; + public static final int switch_thumb_material_dark = 0x7f05007c; + public static final int switch_thumb_material_light = 0x7f05007d; + public static final int switch_thumb_normal_material_dark = 0x7f05007e; + public static final int switch_thumb_normal_material_light = 0x7f05007f; + public static final int tooltip_background_dark = 0x7f050080; + public static final int tooltip_background_light = 0x7f050081; + } + public static final class dimen { + private dimen() {} + + public static final int abc_action_bar_content_inset_material = 0x7f060000; + public static final int abc_action_bar_content_inset_with_nav = 0x7f060001; + public static final int abc_action_bar_default_height_material = 0x7f060002; + public static final int abc_action_bar_default_padding_end_material = 0x7f060003; + public static final int abc_action_bar_default_padding_start_material = 0x7f060004; + public static final int abc_action_bar_elevation_material = 0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f060008; + public static final int abc_action_bar_stacked_max_height = 0x7f060009; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f06000a; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f06000c; + public static final int abc_action_button_min_height_material = 0x7f06000d; + public static final int abc_action_button_min_width_material = 0x7f06000e; + public static final int abc_action_button_min_width_overflow_material = 0x7f06000f; + public static final int abc_alert_dialog_button_bar_height = 0x7f060010; + public static final int abc_alert_dialog_button_dimen = 0x7f060011; + public static final int abc_button_inset_horizontal_material = 0x7f060012; + public static final int abc_button_inset_vertical_material = 0x7f060013; + public static final int abc_button_padding_horizontal_material = 0x7f060014; + public static final int abc_button_padding_vertical_material = 0x7f060015; + public static final int abc_cascading_menus_min_smallest_width = 0x7f060016; + public static final int abc_config_prefDialogWidth = 0x7f060017; + public static final int abc_control_corner_material = 0x7f060018; + public static final int abc_control_inset_material = 0x7f060019; + public static final int abc_control_padding_material = 0x7f06001a; + public static final int abc_dialog_corner_radius_material = 0x7f06001b; + public static final int abc_dialog_fixed_height_major = 0x7f06001c; + public static final int abc_dialog_fixed_height_minor = 0x7f06001d; + public static final int abc_dialog_fixed_width_major = 0x7f06001e; + public static final int abc_dialog_fixed_width_minor = 0x7f06001f; + public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f060020; + public static final int abc_dialog_list_padding_top_no_title = 0x7f060021; + public static final int abc_dialog_min_width_major = 0x7f060022; + public static final int abc_dialog_min_width_minor = 0x7f060023; + public static final int abc_dialog_padding_material = 0x7f060024; + public static final int abc_dialog_padding_top_material = 0x7f060025; + public static final int abc_dialog_title_divider_material = 0x7f060026; + public static final int abc_disabled_alpha_material_dark = 0x7f060027; + public static final int abc_disabled_alpha_material_light = 0x7f060028; + public static final int abc_dropdownitem_icon_width = 0x7f060029; + public static final int abc_dropdownitem_text_padding_left = 0x7f06002a; + public static final int abc_dropdownitem_text_padding_right = 0x7f06002b; + public static final int abc_edit_text_inset_bottom_material = 0x7f06002c; + public static final int abc_edit_text_inset_horizontal_material = 0x7f06002d; + public static final int abc_edit_text_inset_top_material = 0x7f06002e; + public static final int abc_floating_window_z = 0x7f06002f; + public static final int abc_list_item_padding_horizontal_material = 0x7f060033; + public static final int abc_panel_menu_list_width = 0x7f060034; + public static final int abc_progress_bar_height_material = 0x7f060035; + public static final int abc_search_view_preferred_height = 0x7f060036; + public static final int abc_search_view_preferred_width = 0x7f060037; + public static final int abc_seekbar_track_background_height_material = 0x7f060038; + public static final int abc_seekbar_track_progress_height_material = 0x7f060039; + public static final int abc_select_dialog_padding_start_material = 0x7f06003a; + public static final int abc_switch_padding = 0x7f06003b; + public static final int abc_text_size_body_1_material = 0x7f06003c; + public static final int abc_text_size_body_2_material = 0x7f06003d; + public static final int abc_text_size_button_material = 0x7f06003e; + public static final int abc_text_size_caption_material = 0x7f06003f; + public static final int abc_text_size_display_1_material = 0x7f060040; + public static final int abc_text_size_display_2_material = 0x7f060041; + public static final int abc_text_size_display_3_material = 0x7f060042; + public static final int abc_text_size_display_4_material = 0x7f060043; + public static final int abc_text_size_headline_material = 0x7f060044; + public static final int abc_text_size_large_material = 0x7f060045; + public static final int abc_text_size_medium_material = 0x7f060046; + public static final int abc_text_size_menu_header_material = 0x7f060047; + public static final int abc_text_size_menu_material = 0x7f060048; + public static final int abc_text_size_small_material = 0x7f060049; + public static final int abc_text_size_subhead_material = 0x7f06004a; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f06004b; + public static final int abc_text_size_title_material = 0x7f06004c; + public static final int abc_text_size_title_material_toolbar = 0x7f06004d; + public static final int cardview_compat_inset_shadow = 0x7f060050; + public static final int cardview_default_elevation = 0x7f060051; + public static final int cardview_default_radius = 0x7f060052; + public static final int compat_button_inset_horizontal_material = 0x7f060053; + public static final int compat_button_inset_vertical_material = 0x7f060054; + public static final int compat_button_padding_horizontal_material = 0x7f060055; + public static final int compat_button_padding_vertical_material = 0x7f060056; + public static final int compat_control_corner_material = 0x7f060057; + public static final int compat_notification_large_icon_max_height = 0x7f060058; + public static final int compat_notification_large_icon_max_width = 0x7f060059; + public static final int design_appbar_elevation = 0x7f06005a; + public static final int design_bottom_navigation_active_item_max_width = 0x7f06005b; + public static final int design_bottom_navigation_active_item_min_width = 0x7f06005c; + public static final int design_bottom_navigation_active_text_size = 0x7f06005d; + public static final int design_bottom_navigation_elevation = 0x7f06005e; + public static final int design_bottom_navigation_height = 0x7f06005f; + public static final int design_bottom_navigation_icon_size = 0x7f060060; + public static final int design_bottom_navigation_item_max_width = 0x7f060061; + public static final int design_bottom_navigation_item_min_width = 0x7f060062; + public static final int design_bottom_navigation_margin = 0x7f060063; + public static final int design_bottom_navigation_shadow_height = 0x7f060064; + public static final int design_bottom_navigation_text_size = 0x7f060065; + public static final int design_bottom_sheet_modal_elevation = 0x7f060066; + public static final int design_bottom_sheet_peek_height_min = 0x7f060067; + public static final int design_fab_border_width = 0x7f060068; + public static final int design_fab_elevation = 0x7f060069; + public static final int design_fab_image_size = 0x7f06006a; + public static final int design_fab_size_mini = 0x7f06006b; + public static final int design_fab_size_normal = 0x7f06006c; + public static final int design_fab_translation_z_hovered_focused = 0x7f06006d; + public static final int design_fab_translation_z_pressed = 0x7f06006e; + public static final int design_navigation_elevation = 0x7f06006f; + public static final int design_navigation_icon_padding = 0x7f060070; + public static final int design_navigation_icon_size = 0x7f060071; + public static final int design_navigation_item_horizontal_padding = 0x7f060072; + public static final int design_navigation_item_icon_padding = 0x7f060073; + public static final int design_navigation_max_width = 0x7f060074; + public static final int design_navigation_padding_bottom = 0x7f060075; + public static final int design_navigation_separator_vertical_padding = 0x7f060076; + public static final int design_snackbar_action_inline_max_width = 0x7f060077; + public static final int design_snackbar_background_corner_radius = 0x7f060078; + public static final int design_snackbar_elevation = 0x7f060079; + public static final int design_snackbar_extra_spacing_horizontal = 0x7f06007a; + public static final int design_snackbar_max_width = 0x7f06007b; + public static final int design_snackbar_min_width = 0x7f06007c; + public static final int design_snackbar_padding_horizontal = 0x7f06007d; + public static final int design_snackbar_padding_vertical = 0x7f06007e; + public static final int design_snackbar_padding_vertical_2lines = 0x7f06007f; + public static final int design_snackbar_text_size = 0x7f060080; + public static final int design_tab_max_width = 0x7f060081; + public static final int design_tab_scrollable_min_width = 0x7f060082; + public static final int design_tab_text_size = 0x7f060083; + public static final int design_tab_text_size_2line = 0x7f060084; + public static final int design_textinput_caption_translate_y = 0x7f060085; + public static final int disabled_alpha_material_dark = 0x7f060086; + public static final int disabled_alpha_material_light = 0x7f060087; + public static final int fastscroll_default_thickness = 0x7f060088; + public static final int fastscroll_margin = 0x7f060089; + public static final int fastscroll_minimum_range = 0x7f06008a; + public static final int highlight_alpha_material_colored = 0x7f06008b; + public static final int highlight_alpha_material_dark = 0x7f06008c; + public static final int highlight_alpha_material_light = 0x7f06008d; + public static final int hint_alpha_material_dark = 0x7f06008e; + public static final int hint_alpha_material_light = 0x7f06008f; + public static final int hint_pressed_alpha_material_dark = 0x7f060090; + public static final int hint_pressed_alpha_material_light = 0x7f060091; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060092; + public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060093; + public static final int item_touch_helper_swipe_escape_velocity = 0x7f060094; + public static final int mtrl_bottomappbar_fabOffsetEndMode = 0x7f060095; + public static final int mtrl_bottomappbar_fab_cradle_margin = 0x7f060096; + public static final int mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f060097; + public static final int mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f060098; + public static final int mtrl_bottomappbar_height = 0x7f060099; + public static final int mtrl_btn_corner_radius = 0x7f06009a; + public static final int mtrl_btn_dialog_btn_min_width = 0x7f06009b; + public static final int mtrl_btn_disabled_elevation = 0x7f06009c; + public static final int mtrl_btn_disabled_z = 0x7f06009d; + public static final int mtrl_btn_elevation = 0x7f06009e; + public static final int mtrl_btn_focused_z = 0x7f06009f; + public static final int mtrl_btn_hovered_z = 0x7f0600a0; + public static final int mtrl_btn_icon_btn_padding_left = 0x7f0600a1; + public static final int mtrl_btn_icon_padding = 0x7f0600a2; + public static final int mtrl_btn_inset = 0x7f0600a3; + public static final int mtrl_btn_letter_spacing = 0x7f0600a4; + public static final int mtrl_btn_padding_bottom = 0x7f0600a5; + public static final int mtrl_btn_padding_left = 0x7f0600a6; + public static final int mtrl_btn_padding_right = 0x7f0600a7; + public static final int mtrl_btn_padding_top = 0x7f0600a8; + public static final int mtrl_btn_pressed_z = 0x7f0600a9; + public static final int mtrl_btn_stroke_size = 0x7f0600aa; + public static final int mtrl_btn_text_btn_icon_padding = 0x7f0600ab; + public static final int mtrl_btn_text_btn_padding_left = 0x7f0600ac; + public static final int mtrl_btn_text_btn_padding_right = 0x7f0600ad; + public static final int mtrl_btn_text_size = 0x7f0600ae; + public static final int mtrl_btn_z = 0x7f0600af; + public static final int mtrl_card_elevation = 0x7f0600b0; + public static final int mtrl_card_spacing = 0x7f0600b1; + public static final int mtrl_chip_pressed_translation_z = 0x7f0600b2; + public static final int mtrl_chip_text_size = 0x7f0600b3; + public static final int mtrl_fab_elevation = 0x7f0600b4; + public static final int mtrl_fab_translation_z_hovered_focused = 0x7f0600b5; + public static final int mtrl_fab_translation_z_pressed = 0x7f0600b6; + public static final int mtrl_navigation_elevation = 0x7f0600b7; + public static final int mtrl_navigation_item_horizontal_padding = 0x7f0600b8; + public static final int mtrl_navigation_item_icon_padding = 0x7f0600b9; + public static final int mtrl_snackbar_background_corner_radius = 0x7f0600ba; + public static final int mtrl_snackbar_margin = 0x7f0600bb; + public static final int mtrl_textinput_box_bottom_offset = 0x7f0600bc; + public static final int mtrl_textinput_box_corner_radius_medium = 0x7f0600bd; + public static final int mtrl_textinput_box_corner_radius_small = 0x7f0600be; + public static final int mtrl_textinput_box_label_cutout_padding = 0x7f0600bf; + public static final int mtrl_textinput_box_padding_end = 0x7f0600c0; + public static final int mtrl_textinput_box_stroke_width_default = 0x7f0600c1; + public static final int mtrl_textinput_box_stroke_width_focused = 0x7f0600c2; + public static final int mtrl_textinput_outline_box_expanded_padding = 0x7f0600c3; + public static final int mtrl_toolbar_default_height = 0x7f0600c4; + public static final int notification_action_icon_size = 0x7f0600c5; + public static final int notification_action_text_size = 0x7f0600c6; + public static final int notification_big_circle_margin = 0x7f0600c7; + public static final int notification_content_margin_start = 0x7f0600c8; + public static final int notification_large_icon_height = 0x7f0600c9; + public static final int notification_large_icon_width = 0x7f0600ca; + public static final int notification_main_column_padding_top = 0x7f0600cb; + public static final int notification_media_narrow_margin = 0x7f0600cc; + public static final int notification_right_icon_size = 0x7f0600cd; + public static final int notification_right_side_padding_top = 0x7f0600ce; + public static final int notification_small_icon_background_padding = 0x7f0600cf; + public static final int notification_small_icon_size_as_large = 0x7f0600d0; + public static final int notification_subtext_size = 0x7f0600d1; + public static final int notification_top_pad = 0x7f0600d2; + public static final int notification_top_pad_large_text = 0x7f0600d3; + public static final int tooltip_corner_radius = 0x7f0600d4; + public static final int tooltip_horizontal_padding = 0x7f0600d5; + public static final int tooltip_margin = 0x7f0600d6; + public static final int tooltip_precise_anchor_extra_offset = 0x7f0600d7; + public static final int tooltip_precise_anchor_threshold = 0x7f0600d8; + public static final int tooltip_vertical_padding = 0x7f0600d9; + public static final int tooltip_y_offset_non_touch = 0x7f0600da; + public static final int tooltip_y_offset_touch = 0x7f0600db; + } + public static final class drawable { + private drawable() {} + + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f070007; + public static final int abc_action_bar_item_background_material = 0x7f070008; + public static final int abc_btn_borderless_material = 0x7f070009; + public static final int abc_btn_check_material = 0x7f07000a; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f07000c; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f07000d; + public static final int abc_btn_colored_material = 0x7f07000e; + public static final int abc_btn_default_mtrl_shape = 0x7f07000f; + public static final int abc_btn_radio_material = 0x7f070010; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f070012; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f070013; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f070014; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f070015; + public static final int abc_cab_background_internal_bg = 0x7f070016; + public static final int abc_cab_background_top_material = 0x7f070017; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f070018; + public static final int abc_control_background_material = 0x7f070019; + public static final int abc_dialog_material_background = 0x7f07001a; + public static final int abc_edit_text_material = 0x7f07001b; + public static final int abc_ic_ab_back_material = 0x7f07001c; + public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f07001d; + public static final int abc_ic_clear_material = 0x7f07001e; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f07001f; + public static final int abc_ic_go_search_api_material = 0x7f070020; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f070021; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f070022; + public static final int abc_ic_menu_overflow_material = 0x7f070023; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f070024; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f070025; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f070026; + public static final int abc_ic_search_api_material = 0x7f070027; + public static final int abc_ic_star_black_16dp = 0x7f070028; + public static final int abc_ic_star_black_36dp = 0x7f070029; + public static final int abc_ic_star_black_48dp = 0x7f07002a; + public static final int abc_ic_star_half_black_16dp = 0x7f07002b; + public static final int abc_ic_star_half_black_36dp = 0x7f07002c; + public static final int abc_ic_star_half_black_48dp = 0x7f07002d; + public static final int abc_ic_voice_search_api_material = 0x7f07002e; + public static final int abc_item_background_holo_dark = 0x7f07002f; + public static final int abc_item_background_holo_light = 0x7f070030; + public static final int abc_list_divider_material = 0x7f070031; + public static final int abc_list_divider_mtrl_alpha = 0x7f070032; + public static final int abc_list_focused_holo = 0x7f070033; + public static final int abc_list_longpressed_holo = 0x7f070034; + public static final int abc_list_pressed_holo_dark = 0x7f070035; + public static final int abc_list_pressed_holo_light = 0x7f070036; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f070037; + public static final int abc_list_selector_background_transition_holo_light = 0x7f070038; + public static final int abc_list_selector_disabled_holo_dark = 0x7f070039; + public static final int abc_list_selector_disabled_holo_light = 0x7f07003a; + public static final int abc_list_selector_holo_dark = 0x7f07003b; + public static final int abc_list_selector_holo_light = 0x7f07003c; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f07003d; + public static final int abc_popup_background_mtrl_mult = 0x7f07003e; + public static final int abc_ratingbar_indicator_material = 0x7f07003f; + public static final int abc_ratingbar_material = 0x7f070040; + public static final int abc_ratingbar_small_material = 0x7f070041; + public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f070042; + public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f070043; + public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070044; + public static final int abc_scrubber_primary_mtrl_alpha = 0x7f070045; + public static final int abc_scrubber_track_mtrl_alpha = 0x7f070046; + public static final int abc_seekbar_thumb_material = 0x7f070047; + public static final int abc_seekbar_tick_mark_material = 0x7f070048; + public static final int abc_seekbar_track_material = 0x7f070049; + public static final int abc_spinner_mtrl_am_alpha = 0x7f07004a; + public static final int abc_spinner_textfield_background_material = 0x7f07004b; + public static final int abc_switch_thumb_material = 0x7f07004c; + public static final int abc_switch_track_mtrl_alpha = 0x7f07004d; + public static final int abc_tab_indicator_material = 0x7f07004e; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f07004f; + public static final int abc_text_cursor_material = 0x7f070050; + public static final int abc_text_select_handle_left_mtrl_dark = 0x7f070051; + public static final int abc_text_select_handle_left_mtrl_light = 0x7f070052; + public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f070053; + public static final int abc_text_select_handle_middle_mtrl_light = 0x7f070054; + public static final int abc_text_select_handle_right_mtrl_dark = 0x7f070055; + public static final int abc_text_select_handle_right_mtrl_light = 0x7f070056; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f070057; + public static final int abc_textfield_default_mtrl_alpha = 0x7f070058; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070059; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f07005a; + public static final int abc_textfield_search_material = 0x7f07005b; + public static final int abc_vector_test = 0x7f07005c; + public static final int avd_hide_password = 0x7f07005d; + public static final int avd_show_password = 0x7f07005e; + public static final int design_bottom_navigation_item_background = 0x7f070067; + public static final int design_fab_background = 0x7f070068; + public static final int design_ic_visibility = 0x7f070069; + public static final int design_ic_visibility_off = 0x7f07006a; + public static final int design_password_eye = 0x7f07006b; + public static final int design_snackbar_background = 0x7f07006c; + public static final int ic_mtrl_chip_checked_black = 0x7f07006f; + public static final int ic_mtrl_chip_checked_circle = 0x7f070070; + public static final int ic_mtrl_chip_close_circle = 0x7f070071; + public static final int mtrl_snackbar_background = 0x7f070072; + public static final int mtrl_tabs_default_indicator = 0x7f070073; + public static final int navigation_empty_icon = 0x7f070074; + public static final int notification_action_background = 0x7f070075; + public static final int notification_bg = 0x7f070076; + public static final int notification_bg_low = 0x7f070077; + public static final int notification_bg_low_normal = 0x7f070078; + public static final int notification_bg_low_pressed = 0x7f070079; + public static final int notification_bg_normal = 0x7f07007a; + public static final int notification_bg_normal_pressed = 0x7f07007b; + public static final int notification_icon_background = 0x7f07007c; + public static final int notification_template_icon_bg = 0x7f07007d; + public static final int notification_template_icon_low_bg = 0x7f07007e; + public static final int notification_tile_bg = 0x7f07007f; + public static final int notify_panel_notification_icon_bg = 0x7f070080; + public static final int tooltip_frame_dark = 0x7f070081; + public static final int tooltip_frame_light = 0x7f070082; + } + public static final class id { + private id() {} + + public static final int action_bar = 0x7f080034; + public static final int action_bar_activity_content = 0x7f080035; + public static final int action_bar_container = 0x7f080036; + public static final int action_bar_root = 0x7f080037; + public static final int action_bar_spinner = 0x7f080038; + public static final int action_bar_subtitle = 0x7f080039; + public static final int action_bar_title = 0x7f08003a; + public static final int action_container = 0x7f08003b; + public static final int action_context_bar = 0x7f08003c; + public static final int action_divider = 0x7f08003d; + public static final int action_image = 0x7f08003e; + public static final int action_menu_divider = 0x7f08003f; + public static final int action_menu_presenter = 0x7f080040; + public static final int action_mode_bar = 0x7f080041; + public static final int action_mode_bar_stub = 0x7f080042; + public static final int action_mode_close_button = 0x7f080043; + public static final int action_text = 0x7f080044; + public static final int actions = 0x7f080045; + public static final int activity_chooser_view_content = 0x7f080046; + public static final int add = 0x7f080047; + public static final int alertTitle = 0x7f080048; + public static final int async = 0x7f08004b; + public static final int auto = 0x7f08004c; + public static final int blocking = 0x7f08004f; + public static final int bottom = 0x7f080050; + public static final int buttonPanel = 0x7f080052; + public static final int center = 0x7f080053; + public static final int checkbox = 0x7f080057; + public static final int chronometer = 0x7f080059; + public static final int container = 0x7f08005d; + public static final int content = 0x7f08005e; + public static final int contentPanel = 0x7f08005f; + public static final int coordinator = 0x7f080060; + public static final int custom = 0x7f080061; + public static final int customPanel = 0x7f080062; + public static final int decor_content_parent = 0x7f080063; + public static final int default_activity_button = 0x7f080064; + public static final int design_bottom_sheet = 0x7f080065; + public static final int design_menu_item_action_area = 0x7f080066; + public static final int design_menu_item_action_area_stub = 0x7f080067; + public static final int design_menu_item_text = 0x7f080068; + public static final int design_navigation_view = 0x7f080069; + public static final int edit_query = 0x7f08006e; + public static final int end = 0x7f08006f; + public static final int expand_activities_button = 0x7f080074; + public static final int expanded_menu = 0x7f080075; + public static final int fill = 0x7f080076; + public static final int filled = 0x7f080079; + public static final int fixed = 0x7f08007a; + public static final int forever = 0x7f08007b; + public static final int ghost_view = 0x7f08007c; + public static final int group_divider = 0x7f08007e; + public static final int home = 0x7f080080; + public static final int icon = 0x7f080082; + public static final int icon_group = 0x7f080083; + public static final int image = 0x7f080085; + public static final int info = 0x7f080086; + public static final int italic = 0x7f080088; + public static final int item_touch_helper_previous_elevation = 0x7f080089; + public static final int labeled = 0x7f08008a; + public static final int largeLabel = 0x7f08008b; + public static final int left = 0x7f08008c; + public static final int line1 = 0x7f08008d; + public static final int line3 = 0x7f08008e; + public static final int listMode = 0x7f08008f; + public static final int list_item = 0x7f080090; + public static final int masked = 0x7f080093; + public static final int message = 0x7f080094; + public static final int mini = 0x7f080096; + public static final int mtrl_child_content_container = 0x7f080097; + public static final int mtrl_internal_children_alpha_tag = 0x7f080098; + public static final int multiply = 0x7f080099; + public static final int navigation_header_container = 0x7f08009a; + public static final int none = 0x7f08009c; + public static final int normal = 0x7f08009d; + public static final int notification_background = 0x7f08009e; + public static final int notification_main_column = 0x7f08009f; + public static final int notification_main_column_container = 0x7f0800a0; + public static final int outline = 0x7f0800a3; + public static final int parallax = 0x7f0800a5; + public static final int parentPanel = 0x7f0800a7; + public static final int parent_matrix = 0x7f0800a8; + public static final int pin = 0x7f0800ab; + public static final int progress_circular = 0x7f0800ac; + public static final int progress_horizontal = 0x7f0800ad; + public static final int radio = 0x7f0800ae; + public static final int right = 0x7f0800b0; + public static final int right_icon = 0x7f0800b1; + public static final int right_side = 0x7f0800b2; + public static final int save_image_matrix = 0x7f0800b3; + public static final int save_non_transition_alpha = 0x7f0800b4; + public static final int save_scale_type = 0x7f0800b5; + public static final int screen = 0x7f0800b6; + public static final int scrollIndicatorDown = 0x7f0800b8; + public static final int scrollIndicatorUp = 0x7f0800b9; + public static final int scrollView = 0x7f0800ba; + public static final int scrollable = 0x7f0800bb; + public static final int search_badge = 0x7f0800bc; + public static final int search_bar = 0x7f0800bd; + public static final int search_button = 0x7f0800be; + public static final int search_close_btn = 0x7f0800bf; + public static final int search_edit_frame = 0x7f0800c0; + public static final int search_go_btn = 0x7f0800c1; + public static final int search_mag_icon = 0x7f0800c2; + public static final int search_plate = 0x7f0800c3; + public static final int search_src_text = 0x7f0800c4; + public static final int search_voice_btn = 0x7f0800c5; + public static final int select_dialog_listview = 0x7f0800c6; + public static final int selected = 0x7f0800c7; + public static final int shortcut = 0x7f0800c8; + public static final int smallLabel = 0x7f0800cc; + public static final int snackbar_action = 0x7f0800cd; + public static final int snackbar_text = 0x7f0800ce; + public static final int spacer = 0x7f0800d1; + public static final int split_action_bar = 0x7f0800d2; + public static final int src_atop = 0x7f0800d5; + public static final int src_in = 0x7f0800d6; + public static final int src_over = 0x7f0800d7; + public static final int start = 0x7f0800d9; + public static final int stretch = 0x7f0800da; + public static final int submenuarrow = 0x7f0800db; + public static final int submit_area = 0x7f0800dc; + public static final int tabMode = 0x7f0800dd; + public static final int tag_transition_group = 0x7f0800e3; + public static final int tag_unhandled_key_event_manager = 0x7f0800e4; + public static final int tag_unhandled_key_listeners = 0x7f0800e5; + public static final int text = 0x7f0800e6; + public static final int text2 = 0x7f0800e7; + public static final int textSpacerNoButtons = 0x7f0800e8; + public static final int textSpacerNoTitle = 0x7f0800e9; + public static final int text_input_password_toggle = 0x7f0800ec; + public static final int textinput_counter = 0x7f0800ed; + public static final int textinput_error = 0x7f0800ee; + public static final int textinput_helper_text = 0x7f0800ef; + public static final int time = 0x7f0800f0; + public static final int title = 0x7f0800f1; + public static final int titleDividerNoCustom = 0x7f0800f2; + public static final int title_template = 0x7f0800f3; + public static final int top = 0x7f0800f4; + public static final int topPanel = 0x7f0800f5; + public static final int touch_outside = 0x7f0800f6; + public static final int transition_current_scene = 0x7f0800f7; + public static final int transition_layout_save = 0x7f0800f8; + public static final int transition_position = 0x7f0800f9; + public static final int transition_scene_layoutid_cache = 0x7f0800fa; + public static final int transition_transform = 0x7f0800fb; + public static final int uniform = 0x7f0800fd; + public static final int unlabeled = 0x7f0800fe; + public static final int up = 0x7f0800ff; + public static final int view_offset_helper = 0x7f080101; + public static final int visible = 0x7f080102; + public static final int wrap_content = 0x7f080105; + } + public static final class integer { + private integer() {} + + public static final int abc_config_activityDefaultDur = 0x7f090000; + public static final int abc_config_activityShortDur = 0x7f090001; + public static final int app_bar_elevation_anim_duration = 0x7f090002; + public static final int bottom_sheet_slide_duration = 0x7f090003; + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int config_tooltipAnimTime = 0x7f090005; + public static final int design_snackbar_text_max_lines = 0x7f090006; + public static final int design_tab_indicator_anim_duration_ms = 0x7f090007; + public static final int hide_password_duration = 0x7f090008; + public static final int mtrl_btn_anim_delay_ms = 0x7f090009; + public static final int mtrl_btn_anim_duration_ms = 0x7f09000a; + public static final int mtrl_chip_anim_duration = 0x7f09000b; + public static final int mtrl_tab_indicator_anim_duration_ms = 0x7f09000c; + public static final int show_password_duration = 0x7f09000d; + public static final int status_bar_notification_info_maxnum = 0x7f09000e; + } + public static final class interpolator { + private interpolator() {} + + public static final int mtrl_fast_out_linear_in = 0x7f0a0007; + public static final int mtrl_fast_out_slow_in = 0x7f0a0008; + public static final int mtrl_linear = 0x7f0a0009; + public static final int mtrl_linear_out_slow_in = 0x7f0a000a; + } + public static final class layout { + private layout() {} + + public static final int abc_action_bar_title_item = 0x7f0b0000; + public static final int abc_action_bar_up_container = 0x7f0b0001; + public static final int abc_action_menu_item_layout = 0x7f0b0002; + public static final int abc_action_menu_layout = 0x7f0b0003; + public static final int abc_action_mode_bar = 0x7f0b0004; + public static final int abc_action_mode_close_item_material = 0x7f0b0005; + public static final int abc_activity_chooser_view = 0x7f0b0006; + public static final int abc_activity_chooser_view_list_item = 0x7f0b0007; + public static final int abc_alert_dialog_button_bar_material = 0x7f0b0008; + public static final int abc_alert_dialog_material = 0x7f0b0009; + public static final int abc_alert_dialog_title_material = 0x7f0b000a; + public static final int abc_cascading_menu_item_layout = 0x7f0b000b; + public static final int abc_dialog_title_material = 0x7f0b000c; + public static final int abc_expanded_menu_layout = 0x7f0b000d; + public static final int abc_list_menu_item_checkbox = 0x7f0b000e; + public static final int abc_list_menu_item_icon = 0x7f0b000f; + public static final int abc_list_menu_item_layout = 0x7f0b0010; + public static final int abc_list_menu_item_radio = 0x7f0b0011; + public static final int abc_popup_menu_header_item_layout = 0x7f0b0012; + public static final int abc_popup_menu_item_layout = 0x7f0b0013; + public static final int abc_screen_content_include = 0x7f0b0014; + public static final int abc_screen_simple = 0x7f0b0015; + public static final int abc_screen_simple_overlay_action_mode = 0x7f0b0016; + public static final int abc_screen_toolbar = 0x7f0b0017; + public static final int abc_search_dropdown_item_icons_2line = 0x7f0b0018; + public static final int abc_search_view = 0x7f0b0019; + public static final int abc_select_dialog_material = 0x7f0b001a; + public static final int abc_tooltip = 0x7f0b001b; + public static final int design_bottom_navigation_item = 0x7f0b0021; + public static final int design_bottom_sheet_dialog = 0x7f0b0022; + public static final int design_layout_snackbar = 0x7f0b0023; + public static final int design_layout_snackbar_include = 0x7f0b0024; + public static final int design_layout_tab_icon = 0x7f0b0025; + public static final int design_layout_tab_text = 0x7f0b0026; + public static final int design_menu_item_action_area = 0x7f0b0027; + public static final int design_navigation_item = 0x7f0b0028; + public static final int design_navigation_item_header = 0x7f0b0029; + public static final int design_navigation_item_separator = 0x7f0b002a; + public static final int design_navigation_item_subheader = 0x7f0b002b; + public static final int design_navigation_menu = 0x7f0b002c; + public static final int design_navigation_menu_item = 0x7f0b002d; + public static final int design_text_input_password_icon = 0x7f0b002e; + public static final int mtrl_layout_snackbar = 0x7f0b002f; + public static final int mtrl_layout_snackbar_include = 0x7f0b0030; + public static final int notification_action = 0x7f0b0031; + public static final int notification_action_tombstone = 0x7f0b0032; + public static final int notification_template_custom_big = 0x7f0b0033; + public static final int notification_template_icon_group = 0x7f0b0034; + public static final int notification_template_part_chronometer = 0x7f0b0035; + public static final int notification_template_part_time = 0x7f0b0036; + public static final int select_dialog_item_material = 0x7f0b0037; + public static final int select_dialog_multichoice_material = 0x7f0b0038; + public static final int select_dialog_singlechoice_material = 0x7f0b0039; + public static final int support_simple_spinner_dropdown_item = 0x7f0b003a; + } + public static final class string { + private string() {} + + public static final int abc_action_bar_home_description = 0x7f0d0000; + public static final int abc_action_bar_up_description = 0x7f0d0001; + public static final int abc_action_menu_overflow_description = 0x7f0d0002; + public static final int abc_action_mode_done = 0x7f0d0003; + public static final int abc_activity_chooser_view_see_all = 0x7f0d0004; + public static final int abc_activitychooserview_choose_application = 0x7f0d0005; + public static final int abc_capital_off = 0x7f0d0006; + public static final int abc_capital_on = 0x7f0d0007; + public static final int abc_menu_alt_shortcut_label = 0x7f0d0008; + public static final int abc_menu_ctrl_shortcut_label = 0x7f0d0009; + public static final int abc_menu_delete_shortcut_label = 0x7f0d000a; + public static final int abc_menu_enter_shortcut_label = 0x7f0d000b; + public static final int abc_menu_function_shortcut_label = 0x7f0d000c; + public static final int abc_menu_meta_shortcut_label = 0x7f0d000d; + public static final int abc_menu_shift_shortcut_label = 0x7f0d000e; + public static final int abc_menu_space_shortcut_label = 0x7f0d000f; + public static final int abc_menu_sym_shortcut_label = 0x7f0d0010; + public static final int abc_prepend_shortcut_label = 0x7f0d0011; + public static final int abc_search_hint = 0x7f0d0012; + public static final int abc_searchview_description_clear = 0x7f0d0013; + public static final int abc_searchview_description_query = 0x7f0d0014; + public static final int abc_searchview_description_search = 0x7f0d0015; + public static final int abc_searchview_description_submit = 0x7f0d0016; + public static final int abc_searchview_description_voice = 0x7f0d0017; + public static final int abc_shareactionprovider_share_with = 0x7f0d0018; + public static final int abc_shareactionprovider_share_with_application = 0x7f0d0019; + public static final int abc_toolbar_collapse_description = 0x7f0d001a; + public static final int appbar_scrolling_view_behavior = 0x7f0d001f; + public static final int bottom_sheet_behavior = 0x7f0d0020; + public static final int character_counter_content_description = 0x7f0d0021; + public static final int character_counter_pattern = 0x7f0d0022; + public static final int fab_transformation_scrim_behavior = 0x7f0d0025; + public static final int fab_transformation_sheet_behavior = 0x7f0d0026; + public static final int hide_bottom_view_on_scroll_behavior = 0x7f0d002a; + public static final int mtrl_chip_close_icon_content_description = 0x7f0d002f; + public static final int password_toggle_content_description = 0x7f0d0032; + public static final int path_password_eye = 0x7f0d0033; + public static final int path_password_eye_mask_strike_through = 0x7f0d0034; + public static final int path_password_eye_mask_visible = 0x7f0d0035; + public static final int path_password_strike_through = 0x7f0d0036; + public static final int search_menu_title = 0x7f0d003a; + public static final int status_bar_notification_info_overflow = 0x7f0d003d; + } + public static final class style { + private style() {} + + public static final int AlertDialog_AppCompat = 0x7f0e0000; + public static final int AlertDialog_AppCompat_Light = 0x7f0e0001; + public static final int Animation_AppCompat_Dialog = 0x7f0e0002; + public static final int Animation_AppCompat_DropDownUp = 0x7f0e0003; + public static final int Animation_AppCompat_Tooltip = 0x7f0e0004; + public static final int Animation_Design_BottomSheetDialog = 0x7f0e0005; + public static final int Base_AlertDialog_AppCompat = 0x7f0e0007; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0e0008; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0e0009; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0e000a; + public static final int Base_Animation_AppCompat_Tooltip = 0x7f0e000b; + public static final int Base_CardView = 0x7f0e000c; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0e000e; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0e000d; + public static final int Base_TextAppearance_AppCompat = 0x7f0e000f; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0e0010; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0e0011; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0e0012; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0e0013; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0e0014; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0e0015; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0e0016; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0e0017; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0e0018; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0e0019; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0e001a; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0e001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0e001c; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0e001d; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0e001e; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0e001f; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0e0020; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0e0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0e0022; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0e0023; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0e0024; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0e0025; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0e0026; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0e0027; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0e0028; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0e0029; + public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0e002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0e002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0e002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0e002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0e002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0e002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0e0030; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0e0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0e0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0e0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0e0034; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0e0035; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0e0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0e0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0e0038; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0e0039; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0e003a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0e003b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0e003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0e003d; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0e003e; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0e005e; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0e005f; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0e0060; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0e0061; + public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0e0062; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0e0063; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0e0064; + public static final int Base_ThemeOverlay_MaterialComponents_Dialog = 0x7f0e0065; + public static final int Base_ThemeOverlay_MaterialComponents_Dialog_Alert = 0x7f0e0066; + public static final int Base_Theme_AppCompat = 0x7f0e003f; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0e0040; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0e0041; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0e0045; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0e0042; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0e0043; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0e0044; + public static final int Base_Theme_AppCompat_Light = 0x7f0e0046; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0e0047; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0e0048; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0e004c; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0e0049; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0e004a; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0e004b; + public static final int Base_Theme_MaterialComponents = 0x7f0e004d; + public static final int Base_Theme_MaterialComponents_Bridge = 0x7f0e004e; + public static final int Base_Theme_MaterialComponents_CompactMenu = 0x7f0e004f; + public static final int Base_Theme_MaterialComponents_Dialog = 0x7f0e0050; + public static final int Base_Theme_MaterialComponents_DialogWhenLarge = 0x7f0e0054; + public static final int Base_Theme_MaterialComponents_Dialog_Alert = 0x7f0e0051; + public static final int Base_Theme_MaterialComponents_Dialog_FixedSize = 0x7f0e0052; + public static final int Base_Theme_MaterialComponents_Dialog_MinWidth = 0x7f0e0053; + public static final int Base_Theme_MaterialComponents_Light = 0x7f0e0055; + public static final int Base_Theme_MaterialComponents_Light_Bridge = 0x7f0e0056; + public static final int Base_Theme_MaterialComponents_Light_DarkActionBar = 0x7f0e0057; + public static final int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 0x7f0e0058; + public static final int Base_Theme_MaterialComponents_Light_Dialog = 0x7f0e0059; + public static final int Base_Theme_MaterialComponents_Light_DialogWhenLarge = 0x7f0e005d; + public static final int Base_Theme_MaterialComponents_Light_Dialog_Alert = 0x7f0e005a; + public static final int Base_Theme_MaterialComponents_Light_Dialog_FixedSize = 0x7f0e005b; + public static final int Base_Theme_MaterialComponents_Light_Dialog_MinWidth = 0x7f0e005c; + public static final int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 0x7f0e006e; + public static final int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 0x7f0e006f; + public static final int Base_V14_Theme_MaterialComponents = 0x7f0e0067; + public static final int Base_V14_Theme_MaterialComponents_Bridge = 0x7f0e0068; + public static final int Base_V14_Theme_MaterialComponents_Dialog = 0x7f0e0069; + public static final int Base_V14_Theme_MaterialComponents_Light = 0x7f0e006a; + public static final int Base_V14_Theme_MaterialComponents_Light_Bridge = 0x7f0e006b; + public static final int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 0x7f0e006c; + public static final int Base_V14_Theme_MaterialComponents_Light_Dialog = 0x7f0e006d; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0e0074; + public static final int Base_V21_Theme_AppCompat = 0x7f0e0070; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0e0071; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0e0072; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0e0073; + public static final int Base_V22_Theme_AppCompat = 0x7f0e0075; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0e0076; + public static final int Base_V23_Theme_AppCompat = 0x7f0e0077; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0e0078; + public static final int Base_V26_Theme_AppCompat = 0x7f0e0079; + public static final int Base_V26_Theme_AppCompat_Light = 0x7f0e007a; + public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0e007b; + public static final int Base_V28_Theme_AppCompat = 0x7f0e007c; + public static final int Base_V28_Theme_AppCompat_Light = 0x7f0e007d; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0e0082; + public static final int Base_V7_Theme_AppCompat = 0x7f0e007e; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0e007f; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0e0080; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0e0081; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0e0083; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0e0084; + public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0e0085; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0e0086; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0e0087; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0e0088; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0e0089; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0e008a; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0e008b; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0e008c; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0e008d; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0e008e; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0e008f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0e0090; + public static final int Base_Widget_AppCompat_Button = 0x7f0e0091; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0e0097; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0e0098; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0e0092; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0e0093; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0e0094; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0e0095; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0e0096; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0e0099; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0e009a; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0e009b; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0e009c; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0e009d; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0e009e; + public static final int Base_Widget_AppCompat_EditText = 0x7f0e009f; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0e00a0; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0e00a1; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0e00a2; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0e00a3; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0e00a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0e00a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0e00a6; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0e00a7; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0e00a8; + public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0e00a9; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0e00aa; + public static final int Base_Widget_AppCompat_ListView = 0x7f0e00ab; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0e00ac; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0e00ad; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0e00ae; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0e00af; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0e00b0; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0e00b1; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0e00b2; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0e00b3; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0e00b4; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0e00b5; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0e00b6; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0e00b7; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0e00b8; + public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0e00b9; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0e00ba; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0e00bb; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0e00bd; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0e00be; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0e00bf; + public static final int Base_Widget_Design_TabLayout = 0x7f0e00c0; + public static final int Base_Widget_MaterialComponents_Chip = 0x7f0e00c1; + public static final int Base_Widget_MaterialComponents_TextInputEditText = 0x7f0e00c2; + public static final int Base_Widget_MaterialComponents_TextInputLayout = 0x7f0e00c3; + public static final int CardView = 0x7f0e00c4; + public static final int CardView_Dark = 0x7f0e00c5; + public static final int CardView_Light = 0x7f0e00c6; + public static final int Platform_AppCompat = 0x7f0e00c7; + public static final int Platform_AppCompat_Light = 0x7f0e00c8; + public static final int Platform_MaterialComponents = 0x7f0e00c9; + public static final int Platform_MaterialComponents_Dialog = 0x7f0e00ca; + public static final int Platform_MaterialComponents_Light = 0x7f0e00cb; + public static final int Platform_MaterialComponents_Light_Dialog = 0x7f0e00cc; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0e00cd; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0e00ce; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0e00cf; + public static final int Platform_V21_AppCompat = 0x7f0e00d0; + public static final int Platform_V21_AppCompat_Light = 0x7f0e00d1; + public static final int Platform_V25_AppCompat = 0x7f0e00d2; + public static final int Platform_V25_AppCompat_Light = 0x7f0e00d3; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0e00d4; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0e00d5; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0e00d6; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0e00d7; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0e00d8; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0e00d9; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 0x7f0e00da; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 0x7f0e00db; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0e00dc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 0x7f0e00dd; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0e00e3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0e00de; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0e00df; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0e00e0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0e00e1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0e00e2; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0e00e4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0e00e5; + public static final int TextAppearance_AppCompat = 0x7f0e00e6; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0e00e7; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0e00e8; + public static final int TextAppearance_AppCompat_Button = 0x7f0e00e9; + public static final int TextAppearance_AppCompat_Caption = 0x7f0e00ea; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0e00eb; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0e00ec; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0e00ed; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0e00ee; + public static final int TextAppearance_AppCompat_Headline = 0x7f0e00ef; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0e00f0; + public static final int TextAppearance_AppCompat_Large = 0x7f0e00f1; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0e00f2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0e00f3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0e00f4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0e00f5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0e00f6; + public static final int TextAppearance_AppCompat_Medium = 0x7f0e00f7; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0e00f8; + public static final int TextAppearance_AppCompat_Menu = 0x7f0e00f9; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0e00fa; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0e00fb; + public static final int TextAppearance_AppCompat_Small = 0x7f0e00fc; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0e00fd; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0e00fe; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0e00ff; + public static final int TextAppearance_AppCompat_Title = 0x7f0e0100; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0e0101; + public static final int TextAppearance_AppCompat_Tooltip = 0x7f0e0102; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0e0103; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0e0104; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0e0105; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0e0106; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0e0107; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0e0108; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0e0109; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0e010a; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0e010b; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0e010c; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0e010d; + public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0e010e; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0e010f; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0e0110; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0e0111; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0e0112; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0e0113; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0e0114; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0e0115; + public static final int TextAppearance_Compat_Notification = 0x7f0e0116; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f0e011b; + public static final int TextAppearance_Design_Counter = 0x7f0e011c; + public static final int TextAppearance_Design_Counter_Overflow = 0x7f0e011d; + public static final int TextAppearance_Design_Error = 0x7f0e011e; + public static final int TextAppearance_Design_HelperText = 0x7f0e011f; + public static final int TextAppearance_Design_Hint = 0x7f0e0120; + public static final int TextAppearance_Design_Snackbar_Message = 0x7f0e0121; + public static final int TextAppearance_Design_Tab = 0x7f0e0122; + public static final int TextAppearance_MaterialComponents_Body1 = 0x7f0e0123; + public static final int TextAppearance_MaterialComponents_Body2 = 0x7f0e0124; + public static final int TextAppearance_MaterialComponents_Button = 0x7f0e0125; + public static final int TextAppearance_MaterialComponents_Caption = 0x7f0e0126; + public static final int TextAppearance_MaterialComponents_Chip = 0x7f0e0127; + public static final int TextAppearance_MaterialComponents_Headline1 = 0x7f0e0128; + public static final int TextAppearance_MaterialComponents_Headline2 = 0x7f0e0129; + public static final int TextAppearance_MaterialComponents_Headline3 = 0x7f0e012a; + public static final int TextAppearance_MaterialComponents_Headline4 = 0x7f0e012b; + public static final int TextAppearance_MaterialComponents_Headline5 = 0x7f0e012c; + public static final int TextAppearance_MaterialComponents_Headline6 = 0x7f0e012d; + public static final int TextAppearance_MaterialComponents_Overline = 0x7f0e012e; + public static final int TextAppearance_MaterialComponents_Subtitle1 = 0x7f0e012f; + public static final int TextAppearance_MaterialComponents_Subtitle2 = 0x7f0e0130; + public static final int TextAppearance_MaterialComponents_Tab = 0x7f0e0131; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0e0132; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0e0133; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0e0134; + public static final int ThemeOverlay_AppCompat = 0x7f0e0165; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0e0166; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0e0167; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0e0168; + public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0e016b; + public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0e016c; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0e016d; + public static final int ThemeOverlay_MaterialComponents = 0x7f0e016e; + public static final int ThemeOverlay_MaterialComponents_ActionBar = 0x7f0e016f; + public static final int ThemeOverlay_MaterialComponents_Dark = 0x7f0e0170; + public static final int ThemeOverlay_MaterialComponents_Dark_ActionBar = 0x7f0e0171; + public static final int ThemeOverlay_MaterialComponents_Dialog = 0x7f0e0172; + public static final int ThemeOverlay_MaterialComponents_Dialog_Alert = 0x7f0e0173; + public static final int ThemeOverlay_MaterialComponents_Light = 0x7f0e0174; + public static final int ThemeOverlay_MaterialComponents_TextInputEditText = 0x7f0e0175; + public static final int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 0x7f0e0176; + public static final int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 0x7f0e0177; + public static final int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 0x7f0e0178; + public static final int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 0x7f0e0179; + public static final int Theme_AppCompat = 0x7f0e0135; + public static final int Theme_AppCompat_CompactMenu = 0x7f0e0136; + public static final int Theme_AppCompat_DayNight = 0x7f0e0137; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0e0138; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0e0139; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0e013c; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0e013a; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0e013b; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0e013d; + public static final int Theme_AppCompat_Dialog = 0x7f0e013e; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0e0141; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0e013f; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0e0140; + public static final int Theme_AppCompat_Light = 0x7f0e0142; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0e0143; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0e0144; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0e0147; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0e0145; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0e0146; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0e0148; + public static final int Theme_AppCompat_NoActionBar = 0x7f0e0149; + public static final int Theme_Design = 0x7f0e014a; + public static final int Theme_Design_BottomSheetDialog = 0x7f0e014b; + public static final int Theme_Design_Light = 0x7f0e014c; + public static final int Theme_Design_Light_BottomSheetDialog = 0x7f0e014d; + public static final int Theme_Design_Light_NoActionBar = 0x7f0e014e; + public static final int Theme_Design_NoActionBar = 0x7f0e014f; + public static final int Theme_MaterialComponents = 0x7f0e0150; + public static final int Theme_MaterialComponents_BottomSheetDialog = 0x7f0e0151; + public static final int Theme_MaterialComponents_Bridge = 0x7f0e0152; + public static final int Theme_MaterialComponents_CompactMenu = 0x7f0e0153; + public static final int Theme_MaterialComponents_Dialog = 0x7f0e0154; + public static final int Theme_MaterialComponents_DialogWhenLarge = 0x7f0e0157; + public static final int Theme_MaterialComponents_Dialog_Alert = 0x7f0e0155; + public static final int Theme_MaterialComponents_Dialog_MinWidth = 0x7f0e0156; + public static final int Theme_MaterialComponents_Light = 0x7f0e0158; + public static final int Theme_MaterialComponents_Light_BottomSheetDialog = 0x7f0e0159; + public static final int Theme_MaterialComponents_Light_Bridge = 0x7f0e015a; + public static final int Theme_MaterialComponents_Light_DarkActionBar = 0x7f0e015b; + public static final int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 0x7f0e015c; + public static final int Theme_MaterialComponents_Light_Dialog = 0x7f0e015d; + public static final int Theme_MaterialComponents_Light_DialogWhenLarge = 0x7f0e0160; + public static final int Theme_MaterialComponents_Light_Dialog_Alert = 0x7f0e015e; + public static final int Theme_MaterialComponents_Light_Dialog_MinWidth = 0x7f0e015f; + public static final int Theme_MaterialComponents_Light_NoActionBar = 0x7f0e0161; + public static final int Theme_MaterialComponents_Light_NoActionBar_Bridge = 0x7f0e0162; + public static final int Theme_MaterialComponents_NoActionBar = 0x7f0e0163; + public static final int Theme_MaterialComponents_NoActionBar_Bridge = 0x7f0e0164; + public static final int Widget_AppCompat_ActionBar = 0x7f0e017a; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0e017b; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0e017c; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0e017d; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0e017e; + public static final int Widget_AppCompat_ActionButton = 0x7f0e017f; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0e0180; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0e0181; + public static final int Widget_AppCompat_ActionMode = 0x7f0e0182; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0e0183; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0e0184; + public static final int Widget_AppCompat_Button = 0x7f0e0185; + public static final int Widget_AppCompat_ButtonBar = 0x7f0e018b; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0e018c; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0e0186; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0e0187; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0e0188; + public static final int Widget_AppCompat_Button_Colored = 0x7f0e0189; + public static final int Widget_AppCompat_Button_Small = 0x7f0e018a; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0e018d; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0e018e; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0e018f; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0e0190; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0e0191; + public static final int Widget_AppCompat_EditText = 0x7f0e0192; + public static final int Widget_AppCompat_ImageButton = 0x7f0e0193; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0e0194; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0e0195; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0e0196; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0e0197; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0e0198; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0e0199; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0e019a; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0e019b; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0e019c; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0e019d; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0e019e; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0e019f; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0e01a0; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0e01a1; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0e01a2; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0e01a3; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0e01a4; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0e01a5; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0e01a6; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0e01a7; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0e01a8; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0e01a9; + public static final int Widget_AppCompat_ListMenuView = 0x7f0e01aa; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0e01ab; + public static final int Widget_AppCompat_ListView = 0x7f0e01ac; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0e01ad; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0e01ae; + public static final int Widget_AppCompat_PopupMenu = 0x7f0e01af; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0e01b0; + public static final int Widget_AppCompat_PopupWindow = 0x7f0e01b1; + public static final int Widget_AppCompat_ProgressBar = 0x7f0e01b2; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0e01b3; + public static final int Widget_AppCompat_RatingBar = 0x7f0e01b4; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0e01b5; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0e01b6; + public static final int Widget_AppCompat_SearchView = 0x7f0e01b7; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0e01b8; + public static final int Widget_AppCompat_SeekBar = 0x7f0e01b9; + public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0e01ba; + public static final int Widget_AppCompat_Spinner = 0x7f0e01bb; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0e01bc; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0e01bd; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0e01be; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0e01c0; + public static final int Widget_AppCompat_Toolbar = 0x7f0e01c1; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0e01c2; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3; + public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4; + public static final int Widget_Design_AppBarLayout = 0x7f0e01c5; + public static final int Widget_Design_BottomNavigationView = 0x7f0e01c6; + public static final int Widget_Design_BottomSheet_Modal = 0x7f0e01c7; + public static final int Widget_Design_CollapsingToolbar = 0x7f0e01c8; + public static final int Widget_Design_FloatingActionButton = 0x7f0e01c9; + public static final int Widget_Design_NavigationView = 0x7f0e01ca; + public static final int Widget_Design_ScrimInsetsFrameLayout = 0x7f0e01cb; + public static final int Widget_Design_Snackbar = 0x7f0e01cc; + public static final int Widget_Design_TabLayout = 0x7f0e01cd; + public static final int Widget_Design_TextInputLayout = 0x7f0e01ce; + public static final int Widget_MaterialComponents_BottomAppBar = 0x7f0e01cf; + public static final int Widget_MaterialComponents_BottomAppBar_Colored = 0x7f0e01d0; + public static final int Widget_MaterialComponents_BottomNavigationView = 0x7f0e01d1; + public static final int Widget_MaterialComponents_BottomNavigationView_Colored = 0x7f0e01d2; + public static final int Widget_MaterialComponents_BottomSheet_Modal = 0x7f0e01d3; + public static final int Widget_MaterialComponents_Button = 0x7f0e01d4; + public static final int Widget_MaterialComponents_Button_Icon = 0x7f0e01d5; + public static final int Widget_MaterialComponents_Button_OutlinedButton = 0x7f0e01d6; + public static final int Widget_MaterialComponents_Button_OutlinedButton_Icon = 0x7f0e01d7; + public static final int Widget_MaterialComponents_Button_TextButton = 0x7f0e01d8; + public static final int Widget_MaterialComponents_Button_TextButton_Dialog = 0x7f0e01d9; + public static final int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 0x7f0e01da; + public static final int Widget_MaterialComponents_Button_TextButton_Icon = 0x7f0e01db; + public static final int Widget_MaterialComponents_Button_UnelevatedButton = 0x7f0e01dc; + public static final int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 0x7f0e01dd; + public static final int Widget_MaterialComponents_CardView = 0x7f0e01de; + public static final int Widget_MaterialComponents_ChipGroup = 0x7f0e01e3; + public static final int Widget_MaterialComponents_Chip_Action = 0x7f0e01df; + public static final int Widget_MaterialComponents_Chip_Choice = 0x7f0e01e0; + public static final int Widget_MaterialComponents_Chip_Entry = 0x7f0e01e1; + public static final int Widget_MaterialComponents_Chip_Filter = 0x7f0e01e2; + public static final int Widget_MaterialComponents_FloatingActionButton = 0x7f0e01e4; + public static final int Widget_MaterialComponents_NavigationView = 0x7f0e01e5; + public static final int Widget_MaterialComponents_Snackbar = 0x7f0e01e6; + public static final int Widget_MaterialComponents_Snackbar_FullWidth = 0x7f0e01e7; + public static final int Widget_MaterialComponents_TabLayout = 0x7f0e01e8; + public static final int Widget_MaterialComponents_TabLayout_Colored = 0x7f0e01e9; + public static final int Widget_MaterialComponents_TextInputEditText_FilledBox = 0x7f0e01ea; + public static final int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 0x7f0e01eb; + public static final int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 0x7f0e01ec; + public static final int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 0x7f0e01ed; + public static final int Widget_MaterialComponents_TextInputLayout_FilledBox = 0x7f0e01ee; + public static final int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 0x7f0e01ef; + public static final int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 0x7f0e01f0; + public static final int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 0x7f0e01f1; + public static final int Widget_MaterialComponents_Toolbar = 0x7f0e01f2; + public static final int Widget_Support_CoordinatorLayout = 0x7f0e01f3; + } + public static final class styleable { + private styleable() {} + + public static final int[] ActionBar = { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f0300ab, 0x7f0300b0, 0x7f0300b1, 0x7f0300c4, 0x7f0300ef, 0x7f0300f4, 0x7f0300f9, 0x7f0300fa, 0x7f0300fc, 0x7f030106, 0x7f030110, 0x7f030169, 0x7f030175, 0x7f030186, 0x7f03018a, 0x7f03018b, 0x7f0301b9, 0x7f0301bc, 0x7f030202, 0x7f03020c }; + public static final int ActionBar_background = 0; + public static final int ActionBar_backgroundSplit = 1; + public static final int ActionBar_backgroundStacked = 2; + public static final int ActionBar_contentInsetEnd = 3; + public static final int ActionBar_contentInsetEndWithActions = 4; + public static final int ActionBar_contentInsetLeft = 5; + public static final int ActionBar_contentInsetRight = 6; + public static final int ActionBar_contentInsetStart = 7; + public static final int ActionBar_contentInsetStartWithNavigation = 8; + public static final int ActionBar_customNavigationLayout = 9; + public static final int ActionBar_displayOptions = 10; + public static final int ActionBar_divider = 11; + public static final int ActionBar_elevation = 12; + public static final int ActionBar_height = 13; + public static final int ActionBar_hideOnContentScroll = 14; + public static final int ActionBar_homeAsUpIndicator = 15; + public static final int ActionBar_homeLayout = 16; + public static final int ActionBar_icon = 17; + public static final int ActionBar_indeterminateProgressStyle = 18; + public static final int ActionBar_itemPadding = 19; + public static final int ActionBar_logo = 20; + public static final int ActionBar_navigationMode = 21; + public static final int ActionBar_popupTheme = 22; + public static final int ActionBar_progressBarPadding = 23; + public static final int ActionBar_progressBarStyle = 24; + public static final int ActionBar_subtitle = 25; + public static final int ActionBar_subtitleTextStyle = 26; + public static final int ActionBar_title = 27; + public static final int ActionBar_titleTextStyle = 28; + public static final int[] ActionBarLayout = { 0x10100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionMenuItemView = { 0x101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMode = { 0x7f030031, 0x7f030032, 0x7f030082, 0x7f0300ef, 0x7f0301bc, 0x7f03020c }; + public static final int ActionMode_background = 0; + public static final int ActionMode_backgroundSplit = 1; + public static final int ActionMode_closeItemLayout = 2; + public static final int ActionMode_height = 3; + public static final int ActionMode_subtitleTextStyle = 4; + public static final int ActionMode_titleTextStyle = 5; + public static final int[] ActivityChooserView = { 0x7f0300ca, 0x7f030107 }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + public static final int ActivityChooserView_initialActivityCount = 1; + public static final int[] AlertDialog = { 0x10100f2, 0x7f030055, 0x7f030056, 0x7f03015e, 0x7f03015f, 0x7f030172, 0x7f0301a1, 0x7f0301a2 }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonIconDimen = 1; + public static final int AlertDialog_buttonPanelSideLayout = 2; + public static final int AlertDialog_listItemLayout = 3; + public static final int AlertDialog_listLayout = 4; + public static final int AlertDialog_multiChoiceItemLayout = 5; + public static final int AlertDialog_showTitle = 6; + public static final int AlertDialog_singleChoiceItemLayout = 7; + public static final int[] AppBarLayout = { 0x10100d4, 0x101048f, 0x1010540, 0x7f0300c4, 0x7f0300cb, 0x7f030157 }; + public static final int AppBarLayout_android_background = 0; + public static final int AppBarLayout_android_touchscreenBlocksFocus = 1; + public static final int AppBarLayout_android_keyboardNavigationCluster = 2; + public static final int AppBarLayout_elevation = 3; + public static final int AppBarLayout_expanded = 4; + public static final int AppBarLayout_liftOnScroll = 5; + public static final int[] AppBarLayoutStates = { 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2 }; + public static final int AppBarLayoutStates_state_collapsed = 0; + public static final int AppBarLayoutStates_state_collapsible = 1; + public static final int AppBarLayoutStates_state_liftable = 2; + public static final int AppBarLayoutStates_state_lifted = 3; + public static final int[] AppBarLayout_Layout = { 0x7f030155, 0x7f030156 }; + public static final int AppBarLayout_Layout_layout_scrollFlags = 0; + public static final int AppBarLayout_Layout_layout_scrollInterpolator = 1; + public static final int[] AppCompatImageView = { 0x1010119, 0x7f0301ac, 0x7f030200, 0x7f030201 }; + public static final int AppCompatImageView_android_src = 0; + public static final int AppCompatImageView_srcCompat = 1; + public static final int AppCompatImageView_tint = 2; + public static final int AppCompatImageView_tintMode = 3; + public static final int[] AppCompatSeekBar = { 0x1010142, 0x7f0301fd, 0x7f0301fe, 0x7f0301ff }; + public static final int AppCompatSeekBar_android_thumb = 0; + public static final int AppCompatSeekBar_tickMark = 1; + public static final int AppCompatSeekBar_tickMarkTint = 2; + public static final int AppCompatSeekBar_tickMarkTintMode = 3; + public static final int[] AppCompatTextHelper = { 0x1010034, 0x101016d, 0x101016e, 0x101016f, 0x1010170, 0x1010392, 0x1010393 }; + public static final int AppCompatTextHelper_android_textAppearance = 0; + public static final int AppCompatTextHelper_android_drawableTop = 1; + public static final int AppCompatTextHelper_android_drawableBottom = 2; + public static final int AppCompatTextHelper_android_drawableLeft = 3; + public static final int AppCompatTextHelper_android_drawableRight = 4; + public static final int AppCompatTextHelper_android_drawableStart = 5; + public static final int AppCompatTextHelper_android_drawableEnd = 6; + public static final int[] AppCompatTextView = { 0x1010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f0300b5, 0x7f0300b6, 0x7f0300b7, 0x7f0300b8, 0x7f0300ba, 0x7f0300bb, 0x7f0300bc, 0x7f0300bd, 0x7f0300de, 0x7f0300e1, 0x7f0300e9, 0x7f030118, 0x7f030158, 0x7f0301dc, 0x7f0301f6 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_autoSizeMaxTextSize = 1; + public static final int AppCompatTextView_autoSizeMinTextSize = 2; + public static final int AppCompatTextView_autoSizePresetSizes = 3; + public static final int AppCompatTextView_autoSizeStepGranularity = 4; + public static final int AppCompatTextView_autoSizeTextType = 5; + public static final int AppCompatTextView_drawableBottomCompat = 6; + public static final int AppCompatTextView_drawableEndCompat = 7; + public static final int AppCompatTextView_drawableLeftCompat = 8; + public static final int AppCompatTextView_drawableRightCompat = 9; + public static final int AppCompatTextView_drawableStartCompat = 10; + public static final int AppCompatTextView_drawableTint = 11; + public static final int AppCompatTextView_drawableTintMode = 12; + public static final int AppCompatTextView_drawableTopCompat = 13; + public static final int AppCompatTextView_firstBaselineToTopHeight = 14; + public static final int AppCompatTextView_fontFamily = 15; + public static final int AppCompatTextView_fontVariationSettings = 16; + public static final int AppCompatTextView_lastBaselineToBottomHeight = 17; + public static final int AppCompatTextView_lineHeight = 18; + public static final int AppCompatTextView_textAllCaps = 19; + public static final int AppCompatTextView_textLocale = 20; + public static final int[] AppCompatTheme = { 0x1010057, 0x10100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f030040, 0x7f03004e, 0x7f03004f, 0x7f030050, 0x7f030051, 0x7f030052, 0x7f030057, 0x7f030058, 0x7f030063, 0x7f030068, 0x7f030088, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f03008f, 0x7f030090, 0x7f030092, 0x7f0300a4, 0x7f0300ad, 0x7f0300ae, 0x7f0300af, 0x7f0300b2, 0x7f0300b4, 0x7f0300bf, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300c3, 0x7f0300f9, 0x7f030105, 0x7f03015a, 0x7f03015b, 0x7f03015c, 0x7f03015d, 0x7f030160, 0x7f030161, 0x7f030162, 0x7f030163, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030168, 0x7f03017d, 0x7f03017e, 0x7f03017f, 0x7f030185, 0x7f030187, 0x7f03018e, 0x7f03018f, 0x7f030190, 0x7f030191, 0x7f030199, 0x7f03019a, 0x7f03019b, 0x7f03019c, 0x7f0301a9, 0x7f0301aa, 0x7f0301c0, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f2, 0x7f0301f3, 0x7f03020e, 0x7f03020f, 0x7f030210, 0x7f030211, 0x7f030218, 0x7f03021a, 0x7f03021b, 0x7f03021c, 0x7f03021d, 0x7f03021e, 0x7f03021f, 0x7f030220, 0x7f030221, 0x7f030222, 0x7f030223 }; + public static final int AppCompatTheme_android_windowIsFloating = 0; + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + public static final int AppCompatTheme_actionBarDivider = 2; + public static final int AppCompatTheme_actionBarItemBackground = 3; + public static final int AppCompatTheme_actionBarPopupTheme = 4; + public static final int AppCompatTheme_actionBarSize = 5; + public static final int AppCompatTheme_actionBarSplitStyle = 6; + public static final int AppCompatTheme_actionBarStyle = 7; + public static final int AppCompatTheme_actionBarTabBarStyle = 8; + public static final int AppCompatTheme_actionBarTabStyle = 9; + public static final int AppCompatTheme_actionBarTabTextStyle = 10; + public static final int AppCompatTheme_actionBarTheme = 11; + public static final int AppCompatTheme_actionBarWidgetTheme = 12; + public static final int AppCompatTheme_actionButtonStyle = 13; + public static final int AppCompatTheme_actionDropDownStyle = 14; + public static final int AppCompatTheme_actionMenuTextAppearance = 15; + public static final int AppCompatTheme_actionMenuTextColor = 16; + public static final int AppCompatTheme_actionModeBackground = 17; + public static final int AppCompatTheme_actionModeCloseButtonStyle = 18; + public static final int AppCompatTheme_actionModeCloseDrawable = 19; + public static final int AppCompatTheme_actionModeCopyDrawable = 20; + public static final int AppCompatTheme_actionModeCutDrawable = 21; + public static final int AppCompatTheme_actionModeFindDrawable = 22; + public static final int AppCompatTheme_actionModePasteDrawable = 23; + public static final int AppCompatTheme_actionModePopupWindowStyle = 24; + public static final int AppCompatTheme_actionModeSelectAllDrawable = 25; + public static final int AppCompatTheme_actionModeShareDrawable = 26; + public static final int AppCompatTheme_actionModeSplitBackground = 27; + public static final int AppCompatTheme_actionModeStyle = 28; + public static final int AppCompatTheme_actionModeWebSearchDrawable = 29; + public static final int AppCompatTheme_actionOverflowButtonStyle = 30; + public static final int AppCompatTheme_actionOverflowMenuStyle = 31; + public static final int AppCompatTheme_activityChooserViewStyle = 32; + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33; + public static final int AppCompatTheme_alertDialogCenterButtons = 34; + public static final int AppCompatTheme_alertDialogStyle = 35; + public static final int AppCompatTheme_alertDialogTheme = 36; + public static final int AppCompatTheme_autoCompleteTextViewStyle = 37; + public static final int AppCompatTheme_borderlessButtonStyle = 38; + public static final int AppCompatTheme_buttonBarButtonStyle = 39; + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40; + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41; + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42; + public static final int AppCompatTheme_buttonBarStyle = 43; + public static final int AppCompatTheme_buttonStyle = 44; + public static final int AppCompatTheme_buttonStyleSmall = 45; + public static final int AppCompatTheme_checkboxStyle = 46; + public static final int AppCompatTheme_checkedTextViewStyle = 47; + public static final int AppCompatTheme_colorAccent = 48; + public static final int AppCompatTheme_colorBackgroundFloating = 49; + public static final int AppCompatTheme_colorButtonNormal = 50; + public static final int AppCompatTheme_colorControlActivated = 51; + public static final int AppCompatTheme_colorControlHighlight = 52; + public static final int AppCompatTheme_colorControlNormal = 53; + public static final int AppCompatTheme_colorError = 54; + public static final int AppCompatTheme_colorPrimary = 55; + public static final int AppCompatTheme_colorPrimaryDark = 56; + public static final int AppCompatTheme_colorSwitchThumbNormal = 57; + public static final int AppCompatTheme_controlBackground = 58; + public static final int AppCompatTheme_dialogCornerRadius = 59; + public static final int AppCompatTheme_dialogPreferredPadding = 60; + public static final int AppCompatTheme_dialogTheme = 61; + public static final int AppCompatTheme_dividerHorizontal = 62; + public static final int AppCompatTheme_dividerVertical = 63; + public static final int AppCompatTheme_dropDownListViewStyle = 64; + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 65; + public static final int AppCompatTheme_editTextBackground = 66; + public static final int AppCompatTheme_editTextColor = 67; + public static final int AppCompatTheme_editTextStyle = 68; + public static final int AppCompatTheme_homeAsUpIndicator = 69; + public static final int AppCompatTheme_imageButtonStyle = 70; + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 71; + public static final int AppCompatTheme_listChoiceIndicatorMultipleAnimated = 72; + public static final int AppCompatTheme_listChoiceIndicatorSingleAnimated = 73; + public static final int AppCompatTheme_listDividerAlertDialog = 74; + public static final int AppCompatTheme_listMenuViewStyle = 75; + public static final int AppCompatTheme_listPopupWindowStyle = 76; + public static final int AppCompatTheme_listPreferredItemHeight = 77; + public static final int AppCompatTheme_listPreferredItemHeightLarge = 78; + public static final int AppCompatTheme_listPreferredItemHeightSmall = 79; + public static final int AppCompatTheme_listPreferredItemPaddingEnd = 80; + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 81; + public static final int AppCompatTheme_listPreferredItemPaddingRight = 82; + public static final int AppCompatTheme_listPreferredItemPaddingStart = 83; + public static final int AppCompatTheme_panelBackground = 84; + public static final int AppCompatTheme_panelMenuListTheme = 85; + public static final int AppCompatTheme_panelMenuListWidth = 86; + public static final int AppCompatTheme_popupMenuStyle = 87; + public static final int AppCompatTheme_popupWindowStyle = 88; + public static final int AppCompatTheme_radioButtonStyle = 89; + public static final int AppCompatTheme_ratingBarStyle = 90; + public static final int AppCompatTheme_ratingBarStyleIndicator = 91; + public static final int AppCompatTheme_ratingBarStyleSmall = 92; + public static final int AppCompatTheme_searchViewStyle = 93; + public static final int AppCompatTheme_seekBarStyle = 94; + public static final int AppCompatTheme_selectableItemBackground = 95; + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 96; + public static final int AppCompatTheme_spinnerDropDownItemStyle = 97; + public static final int AppCompatTheme_spinnerStyle = 98; + public static final int AppCompatTheme_switchStyle = 99; + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 100; + public static final int AppCompatTheme_textAppearanceListItem = 101; + public static final int AppCompatTheme_textAppearanceListItemSecondary = 102; + public static final int AppCompatTheme_textAppearanceListItemSmall = 103; + public static final int AppCompatTheme_textAppearancePopupMenuHeader = 104; + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 105; + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 106; + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 107; + public static final int AppCompatTheme_textColorAlertDialogListItem = 108; + public static final int AppCompatTheme_textColorSearchUrl = 109; + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 110; + public static final int AppCompatTheme_toolbarStyle = 111; + public static final int AppCompatTheme_tooltipForegroundColor = 112; + public static final int AppCompatTheme_tooltipFrameBackground = 113; + public static final int AppCompatTheme_viewInflaterClass = 114; + public static final int AppCompatTheme_windowActionBar = 115; + public static final int AppCompatTheme_windowActionBarOverlay = 116; + public static final int AppCompatTheme_windowActionModeOverlay = 117; + public static final int AppCompatTheme_windowFixedHeightMajor = 118; + public static final int AppCompatTheme_windowFixedHeightMinor = 119; + public static final int AppCompatTheme_windowFixedWidthMajor = 120; + public static final int AppCompatTheme_windowFixedWidthMinor = 121; + public static final int AppCompatTheme_windowMinWidthMajor = 122; + public static final int AppCompatTheme_windowMinWidthMinor = 123; + public static final int AppCompatTheme_windowNoTitle = 124; + public static final int[] BottomAppBar = { 0x7f030034, 0x7f0300d3, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6, 0x7f0300f5 }; + public static final int BottomAppBar_backgroundTint = 0; + public static final int BottomAppBar_fabAlignmentMode = 1; + public static final int BottomAppBar_fabCradleMargin = 2; + public static final int BottomAppBar_fabCradleRoundedCornerRadius = 3; + public static final int BottomAppBar_fabCradleVerticalOffset = 4; + public static final int BottomAppBar_hideOnScroll = 5; + public static final int[] BottomNavigationView = { 0x7f0300c4, 0x7f03010a, 0x7f03010c, 0x7f03010e, 0x7f03010f, 0x7f030113, 0x7f030114, 0x7f030115, 0x7f030117, 0x7f030171 }; + public static final int BottomNavigationView_elevation = 0; + public static final int BottomNavigationView_itemBackground = 1; + public static final int BottomNavigationView_itemHorizontalTranslationEnabled = 2; + public static final int BottomNavigationView_itemIconSize = 3; + public static final int BottomNavigationView_itemIconTint = 4; + public static final int BottomNavigationView_itemTextAppearanceActive = 5; + public static final int BottomNavigationView_itemTextAppearanceInactive = 6; + public static final int BottomNavigationView_itemTextColor = 7; + public static final int BottomNavigationView_labelVisibilityMode = 8; + public static final int BottomNavigationView_menu = 9; + public static final int[] BottomSheetBehavior_Layout = { 0x7f03003a, 0x7f03003b, 0x7f03003d, 0x7f03003e }; + public static final int BottomSheetBehavior_Layout_behavior_fitToContents = 0; + public static final int BottomSheetBehavior_Layout_behavior_hideable = 1; + public static final int BottomSheetBehavior_Layout_behavior_peekHeight = 2; + public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed = 3; + public static final int[] ButtonBarLayout = { 0x7f030026 }; + public static final int ButtonBarLayout_allowStacking = 0; + public static final int[] CardView = { 0x101013f, 0x1010140, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300a1, 0x7f0300a2 }; + public static final int CardView_android_minWidth = 0; + public static final int CardView_android_minHeight = 1; + public static final int CardView_cardBackgroundColor = 2; + public static final int CardView_cardCornerRadius = 3; + public static final int CardView_cardElevation = 4; + public static final int CardView_cardMaxElevation = 5; + public static final int CardView_cardPreventCornerOverlap = 6; + public static final int CardView_cardUseCompatPadding = 7; + public static final int CardView_contentPadding = 8; + public static final int CardView_contentPaddingBottom = 9; + public static final int CardView_contentPaddingLeft = 10; + public static final int CardView_contentPaddingRight = 11; + public static final int CardView_contentPaddingTop = 12; + public static final int[] Chip = { 0x1010034, 0x10100ab, 0x101011f, 0x101014f, 0x10101e5, 0x7f030065, 0x7f030066, 0x7f030067, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006d, 0x7f03006e, 0x7f03006f, 0x7f030070, 0x7f030071, 0x7f030072, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007b, 0x7f03007c, 0x7f03007d, 0x7f03007e, 0x7f03007f, 0x7f030080, 0x7f030081, 0x7f0300f3, 0x7f0300fd, 0x7f030101, 0x7f030193, 0x7f03019f, 0x7f0301f4, 0x7f0301f7 }; + public static final int Chip_android_textAppearance = 0; + public static final int Chip_android_ellipsize = 1; + public static final int Chip_android_maxWidth = 2; + public static final int Chip_android_text = 3; + public static final int Chip_android_checkable = 4; + public static final int Chip_checkedIcon = 5; + public static final int Chip_checkedIconEnabled = 6; + public static final int Chip_checkedIconVisible = 7; + public static final int Chip_chipBackgroundColor = 8; + public static final int Chip_chipCornerRadius = 9; + public static final int Chip_chipEndPadding = 10; + public static final int Chip_chipIcon = 11; + public static final int Chip_chipIconEnabled = 12; + public static final int Chip_chipIconSize = 13; + public static final int Chip_chipIconTint = 14; + public static final int Chip_chipIconVisible = 15; + public static final int Chip_chipMinHeight = 16; + public static final int Chip_chipStartPadding = 17; + public static final int Chip_chipStrokeColor = 18; + public static final int Chip_chipStrokeWidth = 19; + public static final int Chip_closeIcon = 20; + public static final int Chip_closeIconEnabled = 21; + public static final int Chip_closeIconEndPadding = 22; + public static final int Chip_closeIconSize = 23; + public static final int Chip_closeIconStartPadding = 24; + public static final int Chip_closeIconTint = 25; + public static final int Chip_closeIconVisible = 26; + public static final int Chip_hideMotionSpec = 27; + public static final int Chip_iconEndPadding = 28; + public static final int Chip_iconStartPadding = 29; + public static final int Chip_rippleColor = 30; + public static final int Chip_showMotionSpec = 31; + public static final int Chip_textEndPadding = 32; + public static final int Chip_textStartPadding = 33; + public static final int[] ChipGroup = { 0x7f030064, 0x7f030073, 0x7f030074, 0x7f030075, 0x7f0301a3, 0x7f0301a4 }; + public static final int ChipGroup_checkedChip = 0; + public static final int ChipGroup_chipSpacing = 1; + public static final int ChipGroup_chipSpacingHorizontal = 2; + public static final int ChipGroup_chipSpacingVertical = 3; + public static final int ChipGroup_singleLine = 4; + public static final int ChipGroup_singleSelection = 5; + public static final int[] CollapsingToolbarLayout = { 0x7f030085, 0x7f030086, 0x7f0300a3, 0x7f0300cc, 0x7f0300cd, 0x7f0300ce, 0x7f0300cf, 0x7f0300d0, 0x7f0300d1, 0x7f0300d2, 0x7f030194, 0x7f030196, 0x7f0301b4, 0x7f030202, 0x7f030203, 0x7f03020d }; + public static final int CollapsingToolbarLayout_collapsedTitleGravity = 0; + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1; + public static final int CollapsingToolbarLayout_contentScrim = 2; + public static final int CollapsingToolbarLayout_expandedTitleGravity = 3; + public static final int CollapsingToolbarLayout_expandedTitleMargin = 4; + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 6; + public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 7; + public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 8; + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 9; + public static final int CollapsingToolbarLayout_scrimAnimationDuration = 10; + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + public static final int CollapsingToolbarLayout_statusBarScrim = 12; + public static final int CollapsingToolbarLayout_title = 13; + public static final int CollapsingToolbarLayout_titleEnabled = 14; + public static final int CollapsingToolbarLayout_toolbarId = 15; + public static final int[] CollapsingToolbarLayout_Layout = { 0x7f03011e, 0x7f03011f }; + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CompoundButton = { 0x1010107, 0x7f030053, 0x7f030059, 0x7f03005a }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonCompat = 1; + public static final int CompoundButton_buttonTint = 2; + public static final int CompoundButton_buttonTintMode = 3; + public static final int[] CoordinatorLayout = { 0x7f030116, 0x7f0301b3 }; + public static final int CoordinatorLayout_keylines = 0; + public static final int CoordinatorLayout_statusBarBackground = 1; + public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f030149, 0x7f030152, 0x7f030153 }; + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + public static final int CoordinatorLayout_Layout_layout_anchor = 1; + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; + public static final int CoordinatorLayout_Layout_layout_behavior = 3; + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + public static final int CoordinatorLayout_Layout_layout_keyline = 6; + public static final int[] DesignTheme = { 0x7f030043, 0x7f030044 }; + public static final int DesignTheme_bottomSheetDialogTheme = 0; + public static final int DesignTheme_bottomSheetStyle = 1; + public static final int[] DrawerArrowToggle = { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030087, 0x7f0300b9, 0x7f0300ec, 0x7f0301a8, 0x7f0301f9 }; + public static final int DrawerArrowToggle_arrowHeadLength = 0; + public static final int DrawerArrowToggle_arrowShaftLength = 1; + public static final int DrawerArrowToggle_barLength = 2; + public static final int DrawerArrowToggle_color = 3; + public static final int DrawerArrowToggle_drawableSize = 4; + public static final int DrawerArrowToggle_gapBetweenBars = 5; + public static final int DrawerArrowToggle_spinBars = 6; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] FloatingActionButton = { 0x7f030034, 0x7f030035, 0x7f03003f, 0x7f0300c4, 0x7f0300d7, 0x7f0300d8, 0x7f0300f3, 0x7f0300fb, 0x7f03016f, 0x7f030189, 0x7f030193, 0x7f03019f, 0x7f030217 }; + public static final int FloatingActionButton_backgroundTint = 0; + public static final int FloatingActionButton_backgroundTintMode = 1; + public static final int FloatingActionButton_borderWidth = 2; + public static final int FloatingActionButton_elevation = 3; + public static final int FloatingActionButton_fabCustomSize = 4; + public static final int FloatingActionButton_fabSize = 5; + public static final int FloatingActionButton_hideMotionSpec = 6; + public static final int FloatingActionButton_hoveredFocusedTranslationZ = 7; + public static final int FloatingActionButton_maxImageSize = 8; + public static final int FloatingActionButton_pressedTranslationZ = 9; + public static final int FloatingActionButton_rippleColor = 10; + public static final int FloatingActionButton_showMotionSpec = 11; + public static final int FloatingActionButton_useCompatPadding = 12; + public static final int[] FloatingActionButton_Behavior_Layout = { 0x7f030039 }; + public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + public static final int[] FlowLayout = { 0x7f030111, 0x7f030159 }; + public static final int FlowLayout_itemSpacing = 0; + public static final int FlowLayout_lineSpacing = 1; + public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 }; + public static final int FontFamilyFont_android_font = 0; + public static final int FontFamilyFont_android_fontWeight = 1; + public static final int FontFamilyFont_android_fontStyle = 2; + public static final int FontFamilyFont_android_ttcIndex = 3; + public static final int FontFamilyFont_android_fontVariationSettings = 4; + public static final int FontFamilyFont_font = 5; + public static final int FontFamilyFont_fontStyle = 6; + public static final int FontFamilyFont_fontVariationSettings = 7; + public static final int FontFamilyFont_fontWeight = 8; + public static final int FontFamilyFont_ttcIndex = 9; + public static final int[] ForegroundLinearLayout = { 0x1010109, 0x1010200, 0x7f0300eb }; + public static final int ForegroundLinearLayout_android_foreground = 0; + public static final int ForegroundLinearLayout_android_foregroundGravity = 1; + public static final int ForegroundLinearLayout_foregroundInsidePadding = 2; + public static final int[] LinearLayoutCompat = { 0x10100af, 0x10100c4, 0x1010126, 0x1010127, 0x1010128, 0x7f0300b1, 0x7f0300b3, 0x7f030170, 0x7f03019e }; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 6; + public static final int LinearLayoutCompat_measureWithLargestChild = 7; + public static final int LinearLayoutCompat_showDividers = 8; + public static final int[] LinearLayoutCompat_Layout = { 0x10100b3, 0x10100f4, 0x10100f5, 0x1010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int[] ListPopupWindow = { 0x10102ac, 0x10102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MaterialButton = { 0x10101b7, 0x10101b8, 0x10101b9, 0x10101ba, 0x7f030034, 0x7f030035, 0x7f0300a6, 0x7f0300fc, 0x7f0300fe, 0x7f0300ff, 0x7f030100, 0x7f030102, 0x7f030103, 0x7f030193, 0x7f0301b5, 0x7f0301b6 }; + public static final int MaterialButton_android_insetLeft = 0; + public static final int MaterialButton_android_insetRight = 1; + public static final int MaterialButton_android_insetTop = 2; + public static final int MaterialButton_android_insetBottom = 3; + public static final int MaterialButton_backgroundTint = 4; + public static final int MaterialButton_backgroundTintMode = 5; + public static final int MaterialButton_cornerRadius = 6; + public static final int MaterialButton_icon = 7; + public static final int MaterialButton_iconGravity = 8; + public static final int MaterialButton_iconPadding = 9; + public static final int MaterialButton_iconSize = 10; + public static final int MaterialButton_iconTint = 11; + public static final int MaterialButton_iconTintMode = 12; + public static final int MaterialButton_rippleColor = 13; + public static final int MaterialButton_strokeColor = 14; + public static final int MaterialButton_strokeWidth = 15; + public static final int[] MaterialCardView = { 0x7f0301b5, 0x7f0301b6 }; + public static final int MaterialCardView_strokeColor = 0; + public static final int MaterialCardView_strokeWidth = 1; + public static final int[] MaterialComponentsTheme = { 0x7f030043, 0x7f030044, 0x7f03006c, 0x7f030076, 0x7f03007a, 0x7f030088, 0x7f030089, 0x7f03008f, 0x7f030090, 0x7f030091, 0x7f0300c3, 0x7f0300df, 0x7f03016b, 0x7f03016c, 0x7f030176, 0x7f030195, 0x7f0301a5, 0x7f0301d8, 0x7f0301dd, 0x7f0301de, 0x7f0301df, 0x7f0301e0, 0x7f0301e1, 0x7f0301e2, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e6, 0x7f0301eb, 0x7f0301f0, 0x7f0301f1, 0x7f0301f5 }; + public static final int MaterialComponentsTheme_bottomSheetDialogTheme = 0; + public static final int MaterialComponentsTheme_bottomSheetStyle = 1; + public static final int MaterialComponentsTheme_chipGroupStyle = 2; + public static final int MaterialComponentsTheme_chipStandaloneStyle = 3; + public static final int MaterialComponentsTheme_chipStyle = 4; + public static final int MaterialComponentsTheme_colorAccent = 5; + public static final int MaterialComponentsTheme_colorBackgroundFloating = 6; + public static final int MaterialComponentsTheme_colorPrimary = 7; + public static final int MaterialComponentsTheme_colorPrimaryDark = 8; + public static final int MaterialComponentsTheme_colorSecondary = 9; + public static final int MaterialComponentsTheme_editTextStyle = 10; + public static final int MaterialComponentsTheme_floatingActionButtonStyle = 11; + public static final int MaterialComponentsTheme_materialButtonStyle = 12; + public static final int MaterialComponentsTheme_materialCardViewStyle = 13; + public static final int MaterialComponentsTheme_navigationViewStyle = 14; + public static final int MaterialComponentsTheme_scrimBackground = 15; + public static final int MaterialComponentsTheme_snackbarButtonStyle = 16; + public static final int MaterialComponentsTheme_tabStyle = 17; + public static final int MaterialComponentsTheme_textAppearanceBody1 = 18; + public static final int MaterialComponentsTheme_textAppearanceBody2 = 19; + public static final int MaterialComponentsTheme_textAppearanceButton = 20; + public static final int MaterialComponentsTheme_textAppearanceCaption = 21; + public static final int MaterialComponentsTheme_textAppearanceHeadline1 = 22; + public static final int MaterialComponentsTheme_textAppearanceHeadline2 = 23; + public static final int MaterialComponentsTheme_textAppearanceHeadline3 = 24; + public static final int MaterialComponentsTheme_textAppearanceHeadline4 = 25; + public static final int MaterialComponentsTheme_textAppearanceHeadline5 = 26; + public static final int MaterialComponentsTheme_textAppearanceHeadline6 = 27; + public static final int MaterialComponentsTheme_textAppearanceOverline = 28; + public static final int MaterialComponentsTheme_textAppearanceSubtitle1 = 29; + public static final int MaterialComponentsTheme_textAppearanceSubtitle2 = 30; + public static final int MaterialComponentsTheme_textInputStyle = 31; + public static final int[] MenuGroup = { 0x101000e, 0x10100d0, 0x1010194, 0x10101de, 0x10101df, 0x10101e0 }; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_visible = 2; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int[] MenuItem = { 0x1010002, 0x101000e, 0x10100d0, 0x1010106, 0x1010194, 0x10101de, 0x10101df, 0x10101e1, 0x10101e2, 0x10101e3, 0x10101e4, 0x10101e5, 0x101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f030097, 0x7f030102, 0x7f030103, 0x7f030177, 0x7f03019d, 0x7f030212 }; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_actionLayout = 13; + public static final int MenuItem_actionProviderClass = 14; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_alphabeticModifiers = 16; + public static final int MenuItem_contentDescription = 17; + public static final int MenuItem_iconTint = 18; + public static final int MenuItem_iconTintMode = 19; + public static final int MenuItem_numericModifiers = 20; + public static final int MenuItem_showAsAction = 21; + public static final int MenuItem_tooltipText = 22; + public static final int[] MenuView = { 0x10100ae, 0x101012c, 0x101012d, 0x101012e, 0x101012f, 0x1010130, 0x1010131, 0x7f030188, 0x7f0301b7 }; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_preserveIconSpacing = 7; + public static final int MenuView_subMenuArrow = 8; + public static final int[] NavigationView = { 0x10100d4, 0x10100dd, 0x101011f, 0x7f0300c4, 0x7f0300ee, 0x7f03010a, 0x7f03010b, 0x7f03010d, 0x7f03010f, 0x7f030112, 0x7f030115, 0x7f030171 }; + public static final int NavigationView_android_background = 0; + public static final int NavigationView_android_fitsSystemWindows = 1; + public static final int NavigationView_android_maxWidth = 2; + public static final int NavigationView_elevation = 3; + public static final int NavigationView_headerLayout = 4; + public static final int NavigationView_itemBackground = 5; + public static final int NavigationView_itemHorizontalPadding = 6; + public static final int NavigationView_itemIconPadding = 7; + public static final int NavigationView_itemIconTint = 8; + public static final int NavigationView_itemTextAppearance = 9; + public static final int NavigationView_itemTextColor = 10; + public static final int NavigationView_menu = 11; + public static final int[] PopupWindow = { 0x1010176, 0x10102c9, 0x7f030178 }; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_android_popupAnimationStyle = 1; + public static final int PopupWindow_overlapAnchor = 2; + public static final int[] PopupWindowBackgroundState = { 0x7f0301ae }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int[] RecycleListView = { 0x7f030179, 0x7f03017c }; + public static final int RecycleListView_paddingBottomNoButtons = 0; + public static final int RecycleListView_paddingTopNoTitle = 1; + public static final int[] RecyclerView = { 0x10100c4, 0x10100f1, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300dc, 0x7f0300dd, 0x7f03011a, 0x7f030192, 0x7f0301a7, 0x7f0301ad }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_android_descendantFocusability = 1; + public static final int RecyclerView_fastScrollEnabled = 2; + public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 3; + public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 4; + public static final int RecyclerView_fastScrollVerticalThumbDrawable = 5; + public static final int RecyclerView_fastScrollVerticalTrackDrawable = 6; + public static final int RecyclerView_layoutManager = 7; + public static final int RecyclerView_reverseLayout = 8; + public static final int RecyclerView_spanCount = 9; + public static final int RecyclerView_stackFromEnd = 10; + public static final int[] ScrimInsetsFrameLayout = { 0x7f030108 }; + public static final int ScrimInsetsFrameLayout_insetForeground = 0; + public static final int[] ScrollingViewBehavior_Layout = { 0x7f03003c }; + public static final int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + public static final int[] SearchView = { 0x10100da, 0x101011f, 0x1010220, 0x1010264, 0x7f03007b, 0x7f030093, 0x7f0300ac, 0x7f0300ed, 0x7f030104, 0x7f030119, 0x7f03018c, 0x7f03018d, 0x7f030197, 0x7f030198, 0x7f0301b8, 0x7f0301bd, 0x7f030219 }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_closeIcon = 4; + public static final int SearchView_commitIcon = 5; + public static final int SearchView_defaultQueryHint = 6; + public static final int SearchView_goIcon = 7; + public static final int SearchView_iconifiedByDefault = 8; + public static final int SearchView_layout = 9; + public static final int SearchView_queryBackground = 10; + public static final int SearchView_queryHint = 11; + public static final int SearchView_searchHintIcon = 12; + public static final int SearchView_searchIcon = 13; + public static final int SearchView_submitBackground = 14; + public static final int SearchView_suggestionRowLayout = 15; + public static final int SearchView_voiceIcon = 16; + public static final int[] Snackbar = { 0x7f0301a5, 0x7f0301a6 }; + public static final int Snackbar_snackbarButtonStyle = 0; + public static final int Snackbar_snackbarStyle = 1; + public static final int[] SnackbarLayout = { 0x101011f, 0x7f0300c4, 0x7f03016d }; + public static final int SnackbarLayout_android_maxWidth = 0; + public static final int SnackbarLayout_elevation = 1; + public static final int SnackbarLayout_maxActionInlineWidth = 2; + public static final int[] Spinner = { 0x10100b2, 0x1010176, 0x101017b, 0x1010262, 0x7f030186 }; + public static final int Spinner_android_entries = 0; + public static final int Spinner_android_popupBackground = 1; + public static final int Spinner_android_prompt = 2; + public static final int Spinner_android_dropDownWidth = 3; + public static final int Spinner_popupTheme = 4; + public static final int[] SwitchCompat = { 0x1010124, 0x1010125, 0x1010142, 0x7f0301a0, 0x7f0301ab, 0x7f0301be, 0x7f0301bf, 0x7f0301c1, 0x7f0301fa, 0x7f0301fb, 0x7f0301fc, 0x7f030213, 0x7f030214, 0x7f030215 }; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 3; + public static final int SwitchCompat_splitTrack = 4; + public static final int SwitchCompat_switchMinWidth = 5; + public static final int SwitchCompat_switchPadding = 6; + public static final int SwitchCompat_switchTextAppearance = 7; + public static final int SwitchCompat_thumbTextPadding = 8; + public static final int SwitchCompat_thumbTint = 9; + public static final int SwitchCompat_thumbTintMode = 10; + public static final int SwitchCompat_track = 11; + public static final int SwitchCompat_trackTint = 12; + public static final int SwitchCompat_trackTintMode = 13; + public static final int[] TabItem = { 0x1010002, 0x10100f2, 0x101014f }; + public static final int TabItem_android_icon = 0; + public static final int TabItem_android_layout = 1; + public static final int TabItem_android_text = 2; + public static final int[] TabLayout = { 0x7f0301c2, 0x7f0301c3, 0x7f0301c4, 0x7f0301c5, 0x7f0301c6, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d0, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d4, 0x7f0301d5, 0x7f0301d6, 0x7f0301d7, 0x7f0301d9, 0x7f0301da, 0x7f0301db }; + public static final int TabLayout_tabBackground = 0; + public static final int TabLayout_tabContentStart = 1; + public static final int TabLayout_tabGravity = 2; + public static final int TabLayout_tabIconTint = 3; + public static final int TabLayout_tabIconTintMode = 4; + public static final int TabLayout_tabIndicator = 5; + public static final int TabLayout_tabIndicatorAnimationDuration = 6; + public static final int TabLayout_tabIndicatorColor = 7; + public static final int TabLayout_tabIndicatorFullWidth = 8; + public static final int TabLayout_tabIndicatorGravity = 9; + public static final int TabLayout_tabIndicatorHeight = 10; + public static final int TabLayout_tabInlineLabel = 11; + public static final int TabLayout_tabMaxWidth = 12; + public static final int TabLayout_tabMinWidth = 13; + public static final int TabLayout_tabMode = 14; + public static final int TabLayout_tabPadding = 15; + public static final int TabLayout_tabPaddingBottom = 16; + public static final int TabLayout_tabPaddingEnd = 17; + public static final int TabLayout_tabPaddingStart = 18; + public static final int TabLayout_tabPaddingTop = 19; + public static final int TabLayout_tabRippleColor = 20; + public static final int TabLayout_tabSelectedTextColor = 21; + public static final int TabLayout_tabTextAppearance = 22; + public static final int TabLayout_tabTextColor = 23; + public static final int TabLayout_tabUnboundedRipple = 24; + public static final int[] TextAppearance = { 0x1010095, 0x1010096, 0x1010097, 0x1010098, 0x101009a, 0x101009b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x10103ac, 0x1010585, 0x7f0300e1, 0x7f0300e9, 0x7f0301dc, 0x7f0301f6 }; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textColorHint = 4; + public static final int TextAppearance_android_textColorLink = 5; + public static final int TextAppearance_android_shadowColor = 6; + public static final int TextAppearance_android_shadowDx = 7; + public static final int TextAppearance_android_shadowDy = 8; + public static final int TextAppearance_android_shadowRadius = 9; + public static final int TextAppearance_android_fontFamily = 10; + public static final int TextAppearance_android_textFontWeight = 11; + public static final int TextAppearance_fontFamily = 12; + public static final int TextAppearance_fontVariationSettings = 13; + public static final int TextAppearance_textAllCaps = 14; + public static final int TextAppearance_textLocale = 15; + public static final int[] TextInputLayout = { 0x101009a, 0x1010150, 0x7f030045, 0x7f030046, 0x7f030047, 0x7f030048, 0x7f030049, 0x7f03004a, 0x7f03004b, 0x7f03004c, 0x7f03004d, 0x7f0300a7, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300c8, 0x7f0300c9, 0x7f0300f0, 0x7f0300f1, 0x7f0300f2, 0x7f0300f6, 0x7f0300f7, 0x7f0300f8, 0x7f030180, 0x7f030181, 0x7f030182, 0x7f030183, 0x7f030184 }; + public static final int TextInputLayout_android_textColorHint = 0; + public static final int TextInputLayout_android_hint = 1; + public static final int TextInputLayout_boxBackgroundColor = 2; + public static final int TextInputLayout_boxBackgroundMode = 3; + public static final int TextInputLayout_boxCollapsedPaddingTop = 4; + public static final int TextInputLayout_boxCornerRadiusBottomEnd = 5; + public static final int TextInputLayout_boxCornerRadiusBottomStart = 6; + public static final int TextInputLayout_boxCornerRadiusTopEnd = 7; + public static final int TextInputLayout_boxCornerRadiusTopStart = 8; + public static final int TextInputLayout_boxStrokeColor = 9; + public static final int TextInputLayout_boxStrokeWidth = 10; + public static final int TextInputLayout_counterEnabled = 11; + public static final int TextInputLayout_counterMaxLength = 12; + public static final int TextInputLayout_counterOverflowTextAppearance = 13; + public static final int TextInputLayout_counterTextAppearance = 14; + public static final int TextInputLayout_errorEnabled = 15; + public static final int TextInputLayout_errorTextAppearance = 16; + public static final int TextInputLayout_helperText = 17; + public static final int TextInputLayout_helperTextEnabled = 18; + public static final int TextInputLayout_helperTextTextAppearance = 19; + public static final int TextInputLayout_hintAnimationEnabled = 20; + public static final int TextInputLayout_hintEnabled = 21; + public static final int TextInputLayout_hintTextAppearance = 22; + public static final int TextInputLayout_passwordToggleContentDescription = 23; + public static final int TextInputLayout_passwordToggleDrawable = 24; + public static final int TextInputLayout_passwordToggleEnabled = 25; + public static final int TextInputLayout_passwordToggleTint = 26; + public static final int TextInputLayout_passwordToggleTintMode = 27; + public static final int[] ThemeEnforcement = { 0x1010034, 0x7f0300c6, 0x7f0300c7 }; + public static final int ThemeEnforcement_android_textAppearance = 0; + public static final int ThemeEnforcement_enforceMaterialTheme = 1; + public static final int ThemeEnforcement_enforceTextAppearance = 2; + public static final int[] Toolbar = { 0x10100af, 0x1010140, 0x7f030054, 0x7f030083, 0x7f030084, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f030169, 0x7f03016a, 0x7f03016e, 0x7f030171, 0x7f030173, 0x7f030174, 0x7f030186, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f030202, 0x7f030204, 0x7f030205, 0x7f030206, 0x7f030207, 0x7f030208, 0x7f030209, 0x7f03020a, 0x7f03020b }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_buttonGravity = 2; + public static final int Toolbar_collapseContentDescription = 3; + public static final int Toolbar_collapseIcon = 4; + public static final int Toolbar_contentInsetEnd = 5; + public static final int Toolbar_contentInsetEndWithActions = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 9; + public static final int Toolbar_contentInsetStartWithNavigation = 10; + public static final int Toolbar_logo = 11; + public static final int Toolbar_logoDescription = 12; + public static final int Toolbar_maxButtonHeight = 13; + public static final int Toolbar_menu = 14; + public static final int Toolbar_navigationContentDescription = 15; + public static final int Toolbar_navigationIcon = 16; + public static final int Toolbar_popupTheme = 17; + public static final int Toolbar_subtitle = 18; + public static final int Toolbar_subtitleTextAppearance = 19; + public static final int Toolbar_subtitleTextColor = 20; + public static final int Toolbar_title = 21; + public static final int Toolbar_titleMargin = 22; + public static final int Toolbar_titleMarginBottom = 23; + public static final int Toolbar_titleMarginEnd = 24; + public static final int Toolbar_titleMarginStart = 25; + public static final int Toolbar_titleMarginTop = 26; + public static final int Toolbar_titleMargins = 27; + public static final int Toolbar_titleTextAppearance = 28; + public static final int Toolbar_titleTextColor = 29; + public static final int[] View = { 0x1010000, 0x10100da, 0x7f03017a, 0x7f03017b, 0x7f0301f8 }; + public static final int View_android_theme = 0; + public static final int View_android_focusable = 1; + public static final int View_paddingEnd = 2; + public static final int View_paddingStart = 3; + public static final int View_theme = 4; + public static final int[] ViewBackgroundHelper = { 0x10100d4, 0x7f030034, 0x7f030035 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x10100d0, 0x10100f2, 0x10100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_layout = 1; + public static final int ViewStubCompat_android_inflatedId = 2; + } +} diff --git a/app/build/generated/source/buildConfig/androidTest/debug/com/example/iitrtimetable/test/BuildConfig.java b/app/build/generated/source/buildConfig/androidTest/debug/com/example/iitrtimetable/test/BuildConfig.java new file mode 100644 index 0000000..35cb6fe --- /dev/null +++ b/app/build/generated/source/buildConfig/androidTest/debug/com/example/iitrtimetable/test/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.example.iitrtimetable.test; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.example.iitrtimetable.test"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.0"; +} diff --git a/app/build/generated/source/buildConfig/debug/com/example/iitrtimetable/BuildConfig.java b/app/build/generated/source/buildConfig/debug/com/example/iitrtimetable/BuildConfig.java new file mode 100644 index 0000000..8a8f0f1 --- /dev/null +++ b/app/build/generated/source/buildConfig/debug/com/example/iitrtimetable/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.example.iitrtimetable; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.example.iitrtimetable"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.0"; +} diff --git a/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson b/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson new file mode 100644 index 0000000..eaec468 --- /dev/null +++ b/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson @@ -0,0 +1 @@ +[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"}] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/debug.json b/app/build/intermediates/blame/res/debug/multi-v2/debug.json new file mode 100644 index 0000000..7bbb329 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/debug.json @@ -0,0 +1,3432 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2744", + "endColumns": "100", + "endOffsets": "2840" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,833,925,1018,1109,1205,1301,1395,1491,1583,1675,1767,1844,1940,2035,2130,2227,2323,2421,2572,2666", + "endColumns": "94,92,99,81,96,107,76,75,91,92,90,95,95,93,95,91,91,91,76,95,94,94,96,95,97,150,93,77", + "endOffsets": "195,288,388,470,567,675,752,828,920,1013,1104,1200,1296,1390,1486,1578,1670,1762,1839,1935,2030,2125,2222,2318,2416,2567,2661,2739" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2868", + "endColumns": "100", + "endOffsets": "2964" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,884,975,1067,1162,1256,1357,1450,1545,1639,1730,1821,1901,2006,2108,2206,2316,2419,2528,2686,2787", + "endColumns": "105,97,109,85,101,120,77,77,90,91,94,93,100,92,94,93,90,90,79,104,101,97,109,102,108,157,100,80", + "endOffsets": "206,304,414,500,602,723,801,879,970,1062,1157,1251,1352,1445,1540,1634,1725,1816,1896,2001,2103,2201,2311,2414,2523,2681,2782,2863" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2900", + "endColumns": "100", + "endOffsets": "2996" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1912,2016,2128,2229,2334,2448,2550,2719,2816", + "endColumns": "104,94,106,85,103,118,84,82,90,91,94,93,100,92,94,94,90,90,84,103,111,100,104,113,101,168,96,83", + "endOffsets": "205,300,407,493,597,716,801,884,975,1067,1162,1256,1357,1450,1545,1640,1731,1822,1907,2011,2123,2224,2329,2443,2545,2714,2811,2895" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,20,34,35,36,37,41,42,43,44", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1371,2267,2386,2513,2618,2842,2957,3064,3177", + "endLines": "2,3,4,5,19,33,34,35,36,40,41,42,43,47", + "endColumns": "134,134,74,86,12,12,118,126,104,12,114,106,112,12", + "endOffsets": "185,320,395,482,1366,2262,2381,2508,2613,2837,2952,3059,3172,3402" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c034f7088c57e18a85dafc68b942945f\\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": "48", + "startColumns": "4", + "startOffsets": "3407", + "endLines": "50", + "endColumns": "12", + "endOffsets": "3552" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2880", + "endColumns": "100", + "endOffsets": "2976" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,889,980,1072,1167,1261,1360,1453,1548,1642,1733,1824,1903,2015,2123,2220,2329,2433,2540,2699,2800", + "endColumns": "110,104,107,86,103,110,78,78,90,91,94,93,98,92,94,93,90,90,78,111,107,96,108,103,106,158,100,79", + "endOffsets": "211,316,424,511,615,726,805,884,975,1067,1162,1256,1355,1448,1543,1637,1728,1819,1898,2010,2118,2215,2324,2428,2535,2694,2795,2875" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,878,969,1062,1156,1250,1351,1444,1539,1632,1723,1815,1895,2000,2103,2201,2306,2408,2510,2664,2761", + "endColumns": "104,99,107,83,101,115,78,78,90,92,93,93,100,92,94,92,90,91,79,104,102,97,104,101,101,153,96,80", + "endOffsets": "205,305,413,497,599,715,794,873,964,1057,1151,1245,1346,1439,1534,1627,1718,1810,1890,1995,2098,2196,2301,2403,2505,2659,2756,2837" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2842", + "endColumns": "100", + "endOffsets": "2938" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,897,988,1080,1175,1269,1364,1457,1553,1652,1743,1837,1916,2023,2124,2221,2327,2427,2525,2675,2775", + "endColumns": "107,99,108,85,104,117,85,79,90,91,94,93,94,92,95,98,90,93,78,106,100,96,105,99,97,149,99,79", + "endOffsets": "208,308,417,503,608,726,812,892,983,1075,1170,1264,1359,1452,1548,1647,1738,1832,1911,2018,2119,2216,2322,2422,2520,2670,2770,2850" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2855", + "endColumns": "100", + "endOffsets": "2951" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2859", + "endColumns": "100", + "endOffsets": "2955" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,868,959,1051,1146,1240,1335,1428,1523,1618,1709,1801,1884,1994,2100,2200,2308,2414,2516,2677,2776", + "endColumns": "104,94,99,81,99,116,84,78,90,91,94,93,94,92,94,94,90,91,82,109,105,99,107,105,101,160,98,82", + "endOffsets": "205,300,400,482,582,699,784,863,954,1046,1141,1235,1330,1423,1518,1613,1704,1796,1879,1989,2095,2195,2303,2409,2511,2672,2771,2854" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v18\\values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2899", + "endColumns": "100", + "endOffsets": "2995" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,893,984,1076,1174,1268,1369,1462,1557,1655,1746,1837,1920,2025,2133,2232,2338,2450,2553,2719,2817", + "endColumns": "106,100,110,85,107,117,78,77,90,91,97,93,100,92,94,97,90,90,82,104,107,98,105,111,102,165,97,81", + "endOffsets": "207,308,419,505,613,731,810,888,979,1071,1169,1263,1364,1457,1552,1650,1741,1832,1915,2020,2128,2227,2333,2445,2548,2714,2812,2894" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,914,1005,1097,1195,1290,1391,1484,1577,1672,1763,1854,1939,2049,2160,2263,2374,2482,2589,2748,2847", + "endColumns": "110,114,109,81,105,129,77,76,90,91,97,94,100,92,92,94,90,90,84,109,110,102,110,107,106,158,98,85", + "endOffsets": "211,326,436,518,624,754,832,909,1000,1092,1190,1285,1386,1479,1572,1667,1758,1849,1934,2044,2155,2258,2369,2477,2584,2743,2842,2928" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2933", + "endColumns": "100", + "endOffsets": "3029" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,899,990,1082,1177,1271,1372,1465,1560,1665,1756,1847,1932,2037,2143,2246,2353,2462,2569,2739,2836", + "endColumns": "106,100,105,85,103,121,84,82,90,91,94,93,100,92,94,104,90,90,84,104,105,102,106,108,106,169,96,85", + "endOffsets": "207,308,414,500,604,726,811,894,985,1077,1172,1266,1367,1460,1555,1660,1751,1842,1927,2032,2138,2241,2348,2457,2564,2734,2831,2917" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2922", + "endColumns": "100", + "endOffsets": "3018" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-in_values-in.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2893", + "endColumns": "100", + "endOffsets": "2989" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,898,989,1081,1176,1270,1371,1464,1559,1653,1744,1835,1920,2023,2128,2229,2333,2442,2550,2710,2809", + "endColumns": "114,103,104,86,103,115,82,78,90,91,94,93,100,92,94,93,90,90,84,102,104,100,103,108,107,159,98,83", + "endOffsets": "215,319,424,511,615,731,814,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1915,2018,2123,2224,2328,2437,2545,2705,2804,2888" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,10,11,12", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,115,185,256,328,386,444,553,617,680", + "endLines": "2,3,4,5,6,7,9,10,11,15", + "endColumns": "59,69,70,71,57,57,10,63,62,10", + "endOffsets": "110,180,251,323,381,439,548,612,675,847" + }, + "to": { + "startLines": "10,11,12,13,14,15,16,18,19,20", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1236", + "endLines": "10,11,12,13,14,15,17,18,19,23", + "endColumns": "59,69,70,71,57,57,10,63,62,10", + "endOffsets": "666,736,807,879,937,995,1104,1168,1231,1403" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2928", + "endColumns": "100", + "endOffsets": "3024" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,913,1004,1096,1191,1285,1386,1479,1574,1669,1760,1851,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,80,90,91,94,93,100,92,94,94,90,90,83,106,110,101,107,107,109,161,99,84", + "endOffsets": "220,326,433,522,623,742,827,908,999,1091,1186,1280,1381,1474,1569,1664,1755,1846,1930,2037,2148,2250,2358,2466,2576,2738,2838,2923" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,920,1011,1103,1198,1292,1393,1486,1581,1675,1766,1857,1938,2054,2164,2263,2376,2481,2595,2759,2859", + "endColumns": "113,111,112,87,106,125,77,76,90,91,94,93,100,92,94,93,90,90,80,115,109,98,112,104,113,163,99,81", + "endOffsets": "214,326,439,527,634,760,838,915,1006,1098,1193,1287,1388,1481,1576,1670,1761,1852,1933,2049,2159,2258,2371,2476,2590,2754,2854,2936" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2941", + "endColumns": "100", + "endOffsets": "3037" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,913,1004,1096,1191,1285,1386,1479,1574,1669,1760,1851,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,80,90,91,94,93,100,92,94,94,90,90,83,106,110,101,107,107,109,161,99,84", + "endOffsets": "220,326,433,522,623,742,827,908,999,1091,1186,1280,1381,1474,1569,1664,1755,1846,1930,2037,2148,2250,2358,2466,2576,2738,2838,2923" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2928", + "endColumns": "100", + "endOffsets": "3024" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2967", + "endColumns": "100", + "endOffsets": "3063" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,216,327,435,526,633,760,844,924,1015,1107,1202,1296,1397,1490,1585,1679,1770,1861,1946,2059,2160,2256,2369,2479,2603,2777,2888", + "endColumns": "110,110,107,90,106,126,83,79,90,91,94,93,100,92,94,93,90,90,84,112,100,95,112,109,123,173,110,78", + "endOffsets": "211,322,430,521,628,755,839,919,1010,1102,1197,1291,1392,1485,1580,1674,1765,1856,1941,2054,2155,2251,2364,2474,2598,2772,2883,2962" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values_values.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,83,84,88,89,90,91,98,141,173,210", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,124,319,389,457,529,599,660,734,807,868,929,991,1055,1117,1178,1246,1346,1406,1472,1545,1614,1671,1723,1785,1857,1933,1998,2057,2116,2176,2236,2296,2356,2416,2476,2536,2596,2656,2716,2775,2835,2895,2955,3015,3075,3135,3195,3255,3315,3375,3434,3494,3554,3613,3672,3731,3790,3849,3908,3943,3978,4033,4096,4151,4209,4266,4316,4377,4434,4468,4503,4538,4608,4679,4796,4997,5107,5308,5437,5509,5576,5874,8780,10845,12605", + "endLines": "2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,82,83,87,88,89,90,97,140,172,209,216", + "endColumns": "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,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24", + "endOffsets": "119,182,384,452,524,594,655,729,802,863,924,986,1050,1112,1173,1241,1341,1401,1467,1540,1609,1666,1718,1780,1852,1928,1993,2052,2111,2171,2231,2291,2351,2411,2471,2531,2591,2651,2711,2770,2830,2890,2950,3010,3070,3130,3190,3250,3310,3370,3429,3489,3549,3608,3667,3726,3785,3844,3903,3938,3973,4028,4091,4146,4204,4261,4311,4372,4429,4463,4498,4533,4603,4674,4791,4992,5102,5303,5432,5504,5571,5869,8775,10840,12600,12977" + }, + "to": { + "startLines": "236,237,341,342,343,344,345,346,347,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,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,520,521,533,534,535,536,537,538,539,540,541,542,546,568,630,2361,2362,2366,2367,2371,2739,2740,3861,4027,4070,4103,4140", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "12785,12854,19919,19989,20057,20129,20199,20260,20334,27231,27292,27353,27415,27479,27541,27602,27670,27770,27830,27896,27969,28038,28095,28147,28662,28734,28810,28875,28934,28993,29053,29113,29173,29233,29293,29353,29413,29473,29533,29593,29652,29712,29772,29832,29892,29952,30012,30072,30132,30192,30252,30311,30371,30431,30490,30549,30608,30667,30726,31130,31165,31740,31795,31858,31913,31971,32028,32078,32139,32196,32230,32408,33654,38591,155139,155256,155457,155567,155768,180520,180592,245009,260767,263673,265940,267700", + "endLines": "236,237,341,342,343,344,345,346,347,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,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,520,521,533,534,535,536,537,538,539,540,541,542,546,568,630,2361,2365,2366,2370,2371,2739,2740,3867,4069,4101,4139,4146", + "endColumns": "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,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24", + "endOffsets": "12849,12912,19984,20052,20124,20194,20255,20329,20402,27287,27348,27410,27474,27536,27597,27665,27765,27825,27891,27964,28033,28090,28142,28204,28729,28805,28870,28929,28988,29048,29108,29168,29228,29288,29348,29408,29468,29528,29588,29647,29707,29767,29827,29887,29947,30007,30067,30127,30187,30247,30306,30366,30426,30485,30544,30603,30662,30721,30780,31160,31195,31790,31853,31908,31966,32023,32073,32134,32191,32225,32260,32438,33719,38657,155251,155452,155562,155763,155892,180587,180654,245302,263668,265733,267695,268072" + } + }, + { + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "5,6,13,1,26,12,22,29,28,9,8,10,18,25,27,3,4,23,15,11,24,14,21,17,19,16,20,7", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "205,268,677,16,1323,615,1128,1482,1429,439,373,515,948,1258,1368,105,152,1170,782,571,1216,736,1082,900,990,846,1034,325", + "endColumns": "62,56,58,50,44,61,41,73,52,75,65,55,41,64,60,46,52,45,63,43,41,45,45,47,43,53,47,47", + "endOffsets": "263,320,731,62,1363,672,1165,1551,1477,510,434,566,985,1318,1424,147,200,1211,841,610,1253,777,1123,943,1029,895,1077,368" + }, + "to": { + "startLines": "596,597,598,599,604,605,608,609,610,612,613,614,615,617,618,624,625,626,628,629,631,632,633,634,635,636,637,638", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "35590,35653,35710,35769,36292,36337,36713,36755,36829,37035,37111,37177,37233,37356,37421,38284,38331,38384,38483,38547,38662,38704,38750,38796,38844,38888,38942,38990", + "endColumns": "62,56,58,50,44,61,41,73,52,75,65,55,41,64,60,46,52,45,63,43,41,45,45,47,43,53,47,47", + "endOffsets": "35648,35705,35764,35815,36332,36394,36750,36824,36877,37106,37172,37228,37270,37416,37477,38326,38379,38425,38542,38586,38699,38745,38791,38839,38883,38937,38985,39033" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.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,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,218,219,223,227,231,236,242,249,253,257,262,266,270,274,278,282,286,292,296,302,306,312,316,321,325,328,332,338,342,348,352,358,361,365,369,373,377,381,382,383,384,387,390,393,396,400,401,402,403,404,407,409,411,413,418,419,423,429,433,434,436,447,448,452,458,462,463,464,468,495,499,500,504,532,703,729,901,927,958,966,972,986,1008,1013,1018,1028,1037,1046,1050,1057,1065,1072,1073,1082,1085,1088,1092,1096,1100,1103,1104,1109,1114,1124,1129,1136,1142,1143,1146,1150,1155,1157,1159,1162,1165,1167,1171,1174,1181,1184,1187,1191,1193,1197,1199,1201,1203,1207,1215,1223,1235,1241,1250,1253,1264,1267,1268,1273,1274,1279,1348,1418,1419,1429,1438,1439,1441,1445,1448,1451,1454,1457,1460,1463,1466,1470,1473,1476,1479,1483,1486,1490,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1516,1518,1519,1520,1521,1522,1523,1524,1525,1527,1528,1530,1531,1533,1535,1536,1538,1539,1540,1541,1542,1543,1545,1546,1547,1548,1549,1550,1552,1554,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1570,1571,1572,1573,1574,1575,1577,1581,1585,1586,1587,1588,1589,1590,1594,1595,1596,1597,1599,1601,1603,1605,1607,1608,1609,1610,1612,1614,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1630,1631,1632,1633,1635,1637,1638,1640,1641,1643,1645,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1660,1661,1662,1663,1665,1666,1667,1668,1669,1671,1673,1675,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1775,1778,1781,1784,1798,1809,1819,1849,1876,1885,1960,2357,2362,2390,2408,2444,2450,2456,2479,2620,2640,2646,2650,2656,2693,2705,2771,2795,2864,2883,2909", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,409,471,552,613,688,764,841,919,1004,1086,1162,1238,1315,1393,1499,1605,1684,1764,1821,1879,1953,2028,2093,2159,2219,2280,2352,2425,2492,2560,2619,2678,2737,2796,2855,2909,2963,3016,3070,3124,3178,3232,3306,3385,3458,3532,3603,3675,3747,3820,3877,3935,4008,4082,4156,4231,4303,4376,4446,4517,4577,4638,4707,4776,4846,4920,4996,5060,5137,5213,5290,5355,5424,5501,5576,5645,5713,5790,5856,5917,6014,6079,6148,6247,6318,6377,6435,6492,6551,6615,6686,6758,6830,6902,6974,7041,7109,7177,7236,7299,7363,7453,7544,7604,7670,7737,7803,7873,7937,7990,8057,8118,8185,8298,8356,8419,8484,8549,8624,8697,8769,8818,8879,8940,9001,9063,9127,9191,9255,9320,9383,9443,9504,9570,9629,9689,9751,9822,9882,9950,10036,10123,10213,10300,10388,10470,10553,10643,10734,10786,10844,10889,10955,11019,11076,11133,11187,11244,11292,11341,11392,11426,11473,11522,11568,11600,11664,11726,11786,11843,11917,11987,12065,12119,12189,12274,12322,12368,12429,12492,12558,12622,12693,12756,12821,12885,12946,13007,13059,13132,13206,13275,13350,13424,13498,13639,13709,13762,13840,13930,14018,14114,14204,14786,14875,15122,15403,15655,15940,16333,16810,17032,17254,17530,17757,17987,18217,18447,18677,18904,19323,19549,19974,20204,20632,20851,21134,21342,21473,21700,22126,22351,22778,22999,23424,23544,23820,24121,24445,24736,25050,25187,25318,25423,25665,25832,26036,26244,26515,26627,26739,26844,26961,27175,27321,27461,27547,27895,27983,28229,28647,28896,28978,29076,29693,29793,30045,30469,30724,30818,30907,31144,33196,33438,33540,33793,35977,47101,48617,59840,61368,63125,63751,64171,65232,66497,66753,66989,67536,68030,68635,68833,69413,69977,70352,70470,71008,71165,71361,71634,71890,72060,72201,72265,72630,72997,73673,73937,74275,74628,74722,74908,75214,75476,75601,75728,75967,76178,76297,76490,76667,77122,77303,77425,77684,77797,77984,78086,78193,78322,78597,79105,79601,80478,80772,81342,81491,82223,82395,82479,82815,82907,83185,88594,94146,94208,94838,95452,95543,95656,95885,96045,96197,96368,96534,96703,96870,97033,97276,97446,97619,97790,98064,98263,98468,98798,98882,98978,99074,99172,99272,99374,99476,99578,99680,99782,99882,99978,100090,100219,100342,100473,100604,100702,100816,100910,101050,101184,101280,101392,101492,101608,101704,101816,101916,102056,102192,102356,102486,102644,102794,102935,103079,103214,103326,103476,103604,103732,103868,104000,104130,104260,104372,104512,104658,104802,104940,105006,105096,105172,105276,105366,105468,105576,105684,105784,105864,105956,106054,106164,106242,106348,106440,106544,106654,106776,106939,107096,107176,107276,107366,107476,107566,107807,107901,108007,108099,108199,108311,108425,108541,108657,108751,108865,108977,109079,109199,109321,109403,109507,109627,109753,109851,109945,110033,110145,110261,110383,110495,110670,110786,110872,110964,111076,111200,111267,111393,111461,111589,111733,111861,111930,112025,112140,112253,112352,112461,112572,112683,112784,112889,112989,113119,113210,113333,113427,113539,113625,113729,113825,113913,114031,114135,114239,114365,114453,114561,114661,114751,114861,114945,115047,115131,115185,115249,115355,115441,115551,115635,115755,120899,121017,121132,121264,121979,122671,123188,124787,126320,126708,131443,151705,151965,153475,154508,156521,156783,157139,157969,164751,165885,166179,166402,166729,168779,169427,173278,174480,178559,179774,181183", + "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,217,218,222,226,230,235,241,248,252,256,261,265,269,273,277,281,285,291,295,301,305,311,315,320,324,327,331,337,341,347,351,357,360,364,368,372,376,380,381,382,383,386,389,392,395,399,400,401,402,403,406,408,410,412,417,418,422,428,432,433,435,446,447,451,457,461,462,463,467,494,498,499,503,531,702,728,900,926,957,965,971,985,1007,1012,1017,1027,1036,1045,1049,1056,1064,1071,1072,1081,1084,1087,1091,1095,1099,1102,1103,1108,1113,1123,1128,1135,1141,1142,1145,1149,1154,1156,1158,1161,1164,1166,1170,1173,1180,1183,1186,1190,1192,1196,1198,1200,1202,1206,1214,1222,1234,1240,1249,1252,1263,1266,1267,1272,1273,1278,1347,1417,1418,1428,1437,1438,1440,1444,1447,1450,1453,1456,1459,1462,1465,1469,1472,1475,1478,1482,1485,1489,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1515,1517,1518,1519,1520,1521,1522,1523,1524,1526,1527,1529,1530,1532,1534,1535,1537,1538,1539,1540,1541,1542,1544,1545,1546,1547,1548,1549,1551,1553,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1569,1570,1571,1572,1573,1574,1576,1580,1584,1585,1586,1587,1588,1589,1593,1594,1595,1596,1598,1600,1602,1604,1606,1607,1608,1609,1611,1613,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1629,1630,1631,1632,1634,1636,1637,1639,1640,1642,1644,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1659,1660,1661,1662,1664,1665,1666,1667,1668,1670,1672,1674,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1774,1777,1780,1783,1797,1808,1818,1848,1875,1884,1959,2356,2361,2389,2407,2443,2449,2455,2478,2619,2639,2645,2649,2655,2692,2704,2770,2794,2863,2882,2908,2917", + "endColumns": "54,44,48,40,54,58,61,80,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,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,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", + "endOffsets": "155,200,249,290,345,404,466,547,608,683,759,836,914,999,1081,1157,1233,1310,1388,1494,1600,1679,1759,1816,1874,1948,2023,2088,2154,2214,2275,2347,2420,2487,2555,2614,2673,2732,2791,2850,2904,2958,3011,3065,3119,3173,3227,3301,3380,3453,3527,3598,3670,3742,3815,3872,3930,4003,4077,4151,4226,4298,4371,4441,4512,4572,4633,4702,4771,4841,4915,4991,5055,5132,5208,5285,5350,5419,5496,5571,5640,5708,5785,5851,5912,6009,6074,6143,6242,6313,6372,6430,6487,6546,6610,6681,6753,6825,6897,6969,7036,7104,7172,7231,7294,7358,7448,7539,7599,7665,7732,7798,7868,7932,7985,8052,8113,8180,8293,8351,8414,8479,8544,8619,8692,8764,8813,8874,8935,8996,9058,9122,9186,9250,9315,9378,9438,9499,9565,9624,9684,9746,9817,9877,9945,10031,10118,10208,10295,10383,10465,10548,10638,10729,10781,10839,10884,10950,11014,11071,11128,11182,11239,11287,11336,11387,11421,11468,11517,11563,11595,11659,11721,11781,11838,11912,11982,12060,12114,12184,12269,12317,12363,12424,12487,12553,12617,12688,12751,12816,12880,12941,13002,13054,13127,13201,13270,13345,13419,13493,13634,13704,13757,13835,13925,14013,14109,14199,14781,14870,15117,15398,15650,15935,16328,16805,17027,17249,17525,17752,17982,18212,18442,18672,18899,19318,19544,19969,20199,20627,20846,21129,21337,21468,21695,22121,22346,22773,22994,23419,23539,23815,24116,24440,24731,25045,25182,25313,25418,25660,25827,26031,26239,26510,26622,26734,26839,26956,27170,27316,27456,27542,27890,27978,28224,28642,28891,28973,29071,29688,29788,30040,30464,30719,30813,30902,31139,33191,33433,33535,33788,35972,47096,48612,59835,61363,63120,63746,64166,65227,66492,66748,66984,67531,68025,68630,68828,69408,69972,70347,70465,71003,71160,71356,71629,71885,72055,72196,72260,72625,72992,73668,73932,74270,74623,74717,74903,75209,75471,75596,75723,75962,76173,76292,76485,76662,77117,77298,77420,77679,77792,77979,78081,78188,78317,78592,79100,79596,80473,80767,81337,81486,82218,82390,82474,82810,82902,83180,88589,94141,94203,94833,95447,95538,95651,95880,96040,96192,96363,96529,96698,96865,97028,97271,97441,97614,97785,98059,98258,98463,98793,98877,98973,99069,99167,99267,99369,99471,99573,99675,99777,99877,99973,100085,100214,100337,100468,100599,100697,100811,100905,101045,101179,101275,101387,101487,101603,101699,101811,101911,102051,102187,102351,102481,102639,102789,102930,103074,103209,103321,103471,103599,103727,103863,103995,104125,104255,104367,104507,104653,104797,104935,105001,105091,105167,105271,105361,105463,105571,105679,105779,105859,105951,106049,106159,106237,106343,106435,106539,106649,106771,106934,107091,107171,107271,107361,107471,107561,107802,107896,108002,108094,108194,108306,108420,108536,108652,108746,108860,108972,109074,109194,109316,109398,109502,109622,109748,109846,109940,110028,110140,110256,110378,110490,110665,110781,110867,110959,111071,111195,111262,111388,111456,111584,111728,111856,111925,112020,112135,112248,112347,112456,112567,112678,112779,112884,112984,113114,113205,113328,113422,113534,113620,113724,113820,113908,114026,114130,114234,114360,114448,114556,114656,114746,114856,114940,115042,115126,115180,115244,115350,115436,115546,115630,115750,120894,121012,121127,121259,121974,122666,123183,124782,126315,126703,131438,151700,151960,153470,154503,156516,156778,157134,157964,164746,165880,166174,166397,166724,168774,169422,173273,174475,178554,179769,181178,181652" + }, + "to": { + "startLines": "25,31,33,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,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,392,393,397,398,399,400,401,402,403,470,471,472,473,474,475,476,477,513,514,515,516,518,525,526,532,552,554,555,558,559,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,627,639,640,641,642,643,654,662,663,667,671,682,687,693,700,704,708,713,717,721,725,729,733,737,743,747,753,757,763,767,772,776,779,783,789,793,799,803,809,812,816,820,824,828,832,833,834,835,838,841,844,847,851,852,853,854,855,858,860,862,864,869,870,874,880,884,885,887,898,899,903,909,913,967,968,972,999,1003,1004,1008,1258,1429,1455,1627,1653,1684,1692,1698,1712,1734,1739,1744,1754,1763,1772,1776,1783,1791,1798,1799,1808,1811,1814,1818,1822,1826,1829,1830,1835,1840,1850,1855,1862,1868,1869,1872,1876,1881,1883,1885,1888,1891,1893,1897,1900,1907,1910,1913,1917,1919,1923,1925,1927,1929,1933,1941,1949,1961,1967,1976,1979,1990,1993,1994,1999,2000,2086,2155,2229,2230,2240,2249,2250,2252,2256,2259,2262,2265,2268,2271,2274,2277,2281,2284,2287,2290,2294,2297,2301,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2327,2329,2330,2331,2332,2333,2334,2335,2336,2338,2339,2341,2342,2344,2346,2347,2349,2350,2351,2352,2353,2354,2356,2357,2358,2359,2360,2510,2512,2514,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2530,2531,2532,2533,2534,2535,2537,2541,2610,2611,2612,2613,2614,2615,2619,2620,2621,2644,2646,2648,2650,2652,2654,2655,2656,2657,2659,2661,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2677,2678,2679,2680,2682,2684,2685,2687,2688,2690,2692,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2707,2708,2709,2710,2712,2713,2714,2715,2716,2718,2720,2722,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,3024,3107,3110,3113,3116,3130,3141,3217,3247,3274,3283,3358,3775,3868,3999,4148,4184,4190,4204,4227,4368,4389,4395,4399,4435,4474,4518,4608,4652,4721,4740,4766", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1262,1489,1587,8037,8078,8133,8192,8316,8397,8458,8533,8609,8686,8764,8849,8931,9007,9083,9160,9238,9344,9450,9529,9609,9666,10880,10954,11029,11094,11160,11220,11281,11353,11426,11493,11561,11620,11679,11738,11797,11856,11910,11964,12017,12071,12125,12179,12917,12991,13070,13143,13217,13288,13360,13432,13505,13562,13620,13693,13767,13841,13916,13988,14061,14131,14202,14262,14323,14392,14461,14531,14605,14681,14745,14822,14898,14975,15040,15109,15186,15261,15330,15398,15475,15541,15602,15699,15764,15833,15932,16003,16062,16120,16177,16236,16300,16371,16443,16515,16587,16659,16726,16794,16862,16921,16984,17048,17138,17229,17289,17355,17422,17488,17558,17622,17675,17742,17803,17870,17983,18041,18104,18169,18234,18309,18382,18454,18503,18564,18625,18686,18748,18812,18876,18940,19005,19068,19128,19189,19255,19314,19374,19436,19507,19567,23211,23297,23547,23637,23724,23812,23894,23977,24067,28209,28261,28319,28364,28430,28494,28551,28608,30785,30842,30890,30939,31030,31363,31410,31694,32709,32789,32853,33043,33103,33724,33798,33868,33946,34000,34070,34155,34203,34249,34310,34373,34439,34503,34574,34637,34702,34766,34827,34888,34940,35013,35087,35156,35231,35305,35379,35520,38430,39038,39116,39206,39294,39390,40076,40658,40747,40994,41275,41941,42226,42619,43096,43318,43540,43816,44043,44273,44503,44733,44963,45190,45609,45835,46260,46490,46918,47137,47420,47628,47759,47986,48412,48637,49064,49285,49710,49830,50106,50407,50731,51022,51336,51473,51604,51709,51951,52118,52322,52530,52801,52913,53025,53130,53247,53461,53607,53747,53833,54181,54269,54515,54933,55182,55264,55362,55979,56079,56331,56755,57010,60837,60926,61163,63215,63457,63559,63812,82213,93337,94853,106076,107604,109361,109987,110407,111468,112733,112989,113225,113772,114266,114871,115069,115649,116213,116588,116706,117244,117401,117597,117870,118126,118296,118437,118501,118866,119233,119909,120173,120511,120864,120958,121144,121450,121712,121837,121964,122203,122414,122533,122726,122903,123358,123539,123661,123920,124033,124220,124322,124429,124558,124833,125341,125837,126714,127008,127578,127727,128459,128631,128715,129051,129143,133468,138877,144773,144835,145465,146079,146170,146283,146512,146672,146824,146995,147161,147330,147497,147660,147903,148073,148246,148417,148691,148890,149095,149425,149509,149605,149701,149799,149899,150001,150103,150205,150307,150409,150509,150605,150717,150846,150969,151100,151231,151329,151443,151537,151677,151811,151907,152019,152119,152235,152331,152443,152543,152683,152819,152983,153113,153271,153421,153562,153706,153841,153953,154103,154231,154359,154495,154627,154757,154887,154999,163343,163489,163633,163771,163837,163927,164003,164107,164197,164299,164407,164515,164615,164695,164787,164885,164995,165073,165179,165271,165375,165485,165607,165770,170255,170335,170435,170525,170635,170725,170966,171060,171166,172864,172964,173076,173190,173306,173422,173516,173630,173742,173844,173964,174086,174168,174272,174392,174518,174616,174710,174798,174910,175026,175148,175260,175435,175551,175637,175729,175841,175965,176032,176158,176226,176354,176498,176626,176695,176790,176905,177018,177117,177226,177337,177448,177549,177654,177754,177884,177975,178098,178192,178304,178390,178494,178590,178678,178796,178900,179004,179130,179218,179326,179426,179516,179626,179710,179812,179896,179950,180014,180120,180206,180316,180400,197756,202900,203018,203133,203265,203980,204672,208869,210468,212001,212389,217124,238820,245307,258739,268185,270198,270460,272790,273620,280402,282103,282397,282620,284689,287074,289625,295405,298655,302734,303949,305358", + "endLines": "25,31,33,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,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,392,393,397,398,399,400,401,402,403,470,471,472,473,474,475,476,477,513,514,515,516,518,525,526,532,552,554,555,558,559,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,627,639,640,641,642,643,661,662,666,670,674,686,692,699,703,707,712,716,720,724,728,732,736,742,746,752,756,762,766,771,775,778,782,788,792,798,802,808,811,815,819,823,827,831,832,833,834,837,840,843,846,850,851,852,853,854,857,859,861,863,868,869,873,879,883,884,886,897,898,902,908,912,913,967,971,998,1002,1003,1007,1035,1428,1454,1626,1652,1683,1691,1697,1711,1733,1738,1743,1753,1762,1771,1775,1782,1790,1797,1798,1807,1810,1813,1817,1821,1825,1828,1829,1834,1839,1849,1854,1861,1867,1868,1871,1875,1880,1882,1884,1887,1890,1892,1896,1899,1906,1909,1912,1916,1918,1922,1924,1926,1928,1932,1940,1948,1960,1966,1975,1978,1989,1992,1993,1998,1999,2004,2154,2224,2229,2239,2248,2249,2251,2255,2258,2261,2264,2267,2270,2273,2276,2280,2283,2286,2289,2293,2296,2300,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2326,2328,2329,2330,2331,2332,2333,2334,2335,2337,2338,2340,2341,2343,2345,2346,2348,2349,2350,2351,2352,2353,2355,2356,2357,2358,2359,2360,2511,2513,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2529,2530,2531,2532,2533,2534,2536,2540,2544,2610,2611,2612,2613,2614,2618,2619,2620,2621,2645,2647,2649,2651,2653,2654,2655,2656,2658,2660,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2676,2677,2678,2679,2681,2683,2684,2686,2687,2689,2691,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2706,2707,2708,2709,2711,2712,2713,2714,2715,2717,2719,2721,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,3106,3109,3112,3115,3129,3140,3150,3246,3273,3282,3357,3754,3779,3895,4016,4183,4189,4195,4226,4367,4387,4394,4398,4404,4471,4485,4583,4631,4720,4739,4765,4774", + "endColumns": "54,44,48,40,54,58,61,80,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,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,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", + "endOffsets": "1312,1529,1631,8073,8128,8187,8249,8392,8453,8528,8604,8681,8759,8844,8926,9002,9078,9155,9233,9339,9445,9524,9604,9661,9719,10949,11024,11089,11155,11215,11276,11348,11421,11488,11556,11615,11674,11733,11792,11851,11905,11959,12012,12066,12120,12174,12228,12986,13065,13138,13212,13283,13355,13427,13500,13557,13615,13688,13762,13836,13911,13983,14056,14126,14197,14257,14318,14387,14456,14526,14600,14676,14740,14817,14893,14970,15035,15104,15181,15256,15325,15393,15470,15536,15597,15694,15759,15828,15927,15998,16057,16115,16172,16231,16295,16366,16438,16510,16582,16654,16721,16789,16857,16916,16979,17043,17133,17224,17284,17350,17417,17483,17553,17617,17670,17737,17798,17865,17978,18036,18099,18164,18229,18304,18377,18449,18498,18559,18620,18681,18743,18807,18871,18935,19000,19063,19123,19184,19250,19309,19369,19431,19502,19562,19630,23292,23379,23632,23719,23807,23889,23972,24062,24153,28256,28314,28359,28425,28489,28546,28603,28657,30837,30885,30934,30985,31059,31405,31454,31735,32736,32848,32910,33098,33155,33793,33863,33941,33995,34065,34150,34198,34244,34305,34368,34434,34498,34569,34632,34697,34761,34822,34883,34935,35008,35082,35151,35226,35300,35374,35515,35585,38478,39111,39201,39289,39385,39475,40653,40742,40989,41270,41522,42221,42614,43091,43313,43535,43811,44038,44268,44498,44728,44958,45185,45604,45830,46255,46485,46913,47132,47415,47623,47754,47981,48407,48632,49059,49280,49705,49825,50101,50402,50726,51017,51331,51468,51599,51704,51946,52113,52317,52525,52796,52908,53020,53125,53242,53456,53602,53742,53828,54176,54264,54510,54928,55177,55259,55357,55974,56074,56326,56750,57005,57099,60921,61158,63210,63452,63554,63807,65991,93332,94848,106071,107599,109356,109982,110402,111463,112728,112984,113220,113767,114261,114866,115064,115644,116208,116583,116701,117239,117396,117592,117865,118121,118291,118432,118496,118861,119228,119904,120168,120506,120859,120953,121139,121445,121707,121832,121959,122198,122409,122528,122721,122898,123353,123534,123656,123915,124028,124215,124317,124424,124553,124828,125336,125832,126709,127003,127573,127722,128454,128626,128710,129046,129138,129416,138872,144424,144830,145460,146074,146165,146278,146507,146667,146819,146990,147156,147325,147492,147655,147898,148068,148241,148412,148686,148885,149090,149420,149504,149600,149696,149794,149894,149996,150098,150200,150302,150404,150504,150600,150712,150841,150964,151095,151226,151324,151438,151532,151672,151806,151902,152014,152114,152230,152326,152438,152538,152678,152814,152978,153108,153266,153416,153557,153701,153836,153948,154098,154226,154354,154490,154622,154752,154882,154994,155134,163484,163628,163766,163832,163922,163998,164102,164192,164294,164402,164510,164610,164690,164782,164880,164990,165068,165174,165266,165370,165480,165602,165765,165922,170330,170430,170520,170630,170720,170961,171055,171161,171253,172959,173071,173185,173301,173417,173511,173625,173737,173839,173959,174081,174163,174267,174387,174513,174611,174705,174793,174905,175021,175143,175255,175430,175546,175632,175724,175836,175960,176027,176153,176221,176349,176493,176621,176690,176785,176900,177013,177112,177221,177332,177443,177544,177649,177749,177879,177970,178093,178187,178299,178385,178489,178585,178673,178791,178895,178999,179125,179213,179321,179421,179511,179621,179705,179807,179891,179945,180009,180115,180201,180311,180395,180515,202895,203013,203128,203260,203975,204667,205184,210463,211996,212384,217119,237381,239075,246812,259767,270193,270455,270811,273615,280397,281531,282392,282615,282942,286734,287717,293471,296602,302729,303944,305353,305827" + } + }, + { + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\styles.xml", + "from": { + "startLines": "3,10", + "startColumns": "4,4", + "startOffsets": "54,374", + "endLines": "8,15", + "endColumns": "12,12", + "endOffsets": "368,637" + }, + "to": { + "startLines": "648,3018", + "startColumns": "4,4", + "startOffsets": "39757,197488", + "endLines": "653,3023", + "endColumns": "12,12", + "endOffsets": "40071,197751" + } + }, + { + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "4,2,3", + "startColumns": "4,4,4", + "startOffsets": "153,55,102", + "endColumns": "45,46,50", + "endOffsets": "194,97,148" + }, + "to": { + "startLines": "192,193,194", + "startColumns": "4,4,4", + "startOffsets": "9973,10019,10066", + "endColumns": "45,46,50", + "endOffsets": "10014,10061,10112" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\a44642c3bddc1cd9ae77529ce5394be3\\appcompat-resources-1.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,29,36,47,74", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,1702,2087,2684,4317", + "endLines": "28,35,46,73,78", + "endColumns": "24,24,24,24,24", + "endOffsets": "1697,2082,2679,4312,4582" + }, + "to": { + "startLines": "3151,3178,3185,4486,4513", + "startColumns": "4,4,4,4,4", + "startOffsets": "205189,206836,207221,287722,289355", + "endLines": "3177,3184,3195,4512,4517", + "endColumns": "24,24,24,24,24", + "endOffsets": "206831,207216,207813,289350,289620" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c1763829f79bc3811543d2bb9a22b866\\constraintlayout-1.1.3\\res\\values\\values.xml", + "from": { + "startLines": "2,3,11,12,13,14,15,19,20,21,22,25,26,29,32,33,34,35,36,39,42,43,44,45,50,53,56,57,58,63,64,65,68,71,72,75,78,81,84,85,88,91,92,97,98,103,106,109,110,111,112,113,114,115,116,117,118,127,128,129,130", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,116,407,455,507,568,614,741,802,862,932,1065,1133,1262,1388,1450,1515,1583,1650,1773,1898,1965,2030,2095,2276,2397,2518,2584,2651,2861,2930,2996,3121,3247,3314,3440,3567,3692,3819,3884,4010,4133,4198,4406,4473,4653,4773,4893,4958,5020,5082,5144,5203,5263,5324,5385,5444,5819,8395,8527,11791", + "endLines": "2,10,11,12,13,14,18,19,20,21,24,25,28,31,32,33,34,35,38,41,42,43,44,49,52,55,56,57,62,63,64,67,70,71,74,77,80,83,84,87,90,91,96,97,102,105,108,109,110,111,112,113,114,115,116,117,126,127,128,129,130", + "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107", + "endOffsets": "111,402,450,502,563,609,736,797,857,927,1060,1128,1257,1383,1445,1510,1578,1645,1768,1893,1960,2025,2090,2271,2392,2513,2579,2646,2856,2925,2991,3116,3242,3309,3435,3562,3687,3814,3879,4005,4128,4193,4401,4468,4648,4768,4888,4953,5015,5077,5139,5198,5258,5319,5380,5439,5814,8390,8522,11786,11894" + }, + "to": { + "startLines": "2,3,16,21,22,23,26,34,35,36,37,40,41,44,47,48,49,50,51,54,57,58,59,60,65,68,71,72,73,78,79,80,83,86,87,90,93,96,99,100,103,106,107,112,113,118,121,124,125,126,127,128,129,130,131,132,133,3896,3897,3898,4147", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "150,211,786,1042,1094,1155,1317,1636,1697,1757,1827,1960,2028,2157,2283,2345,2410,2478,2545,2668,2793,2860,2925,2990,3171,3292,3413,3479,3546,3756,3825,3891,4016,4142,4209,4335,4462,4587,4714,4779,4905,5028,5093,5301,5368,5548,5668,5788,5853,5915,5977,6039,6098,6158,6219,6280,6339,246817,249393,249525,268077", + "endLines": "2,10,16,21,22,23,29,34,35,36,39,40,43,46,47,48,49,50,53,56,57,58,59,64,67,70,71,72,77,78,79,82,85,86,89,92,95,98,99,102,105,106,111,112,117,120,123,124,125,126,127,128,129,130,131,132,141,3896,3897,3898,4147", + "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107", + "endOffsets": "206,497,829,1089,1150,1196,1439,1692,1752,1822,1955,2023,2152,2278,2340,2405,2473,2540,2663,2788,2855,2920,2985,3166,3287,3408,3474,3541,3751,3820,3886,4011,4137,4204,4330,4457,4582,4709,4774,4900,5023,5088,5296,5363,5543,5663,5783,5848,5910,5972,6034,6093,6153,6214,6275,6334,6709,249388,249520,252784,268180" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\cbfe81a657ef2afb513a6ca64388f844\\coordinatorlayout-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,102,3,13", + "startColumns": "4,4,4,4", + "startOffsets": "55,5935,116,724", + "endLines": "2,104,12,101", + "endColumns": "60,12,24,24", + "endOffsets": "111,6075,719,5930" + }, + "to": { + "startLines": "24,3015,3899,3909", + "startColumns": "4,4,4,4", + "startOffsets": "1201,197343,252789,253397", + "endLines": "24,3017,3908,3997", + "endColumns": "60,12,24,24", + "endOffsets": "1257,197483,253392,258603" + } + }, + { + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\dimens.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "88,146", + "endColumns": "57,55", + "endOffsets": "141,197" + }, + "to": { + "startLines": "336,337", + "startColumns": "4,4", + "startOffsets": "19635,19693", + "endColumns": "57,55", + "endOffsets": "19688,19744" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\4ea847ccfe34de0657fc7a139eae5de8\\transition-1.0.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,138,185,240,285,339,391,440,501", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "90,133,180,235,280,334,386,435,496,546" + }, + "to": { + "startLines": "517,524,527,528,529,547,548,549,550,551", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "30990,31320,31459,31506,31561,32443,32497,32549,32598,32659", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "31025,31358,31501,31556,31601,32492,32544,32593,32654,32704" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.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,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,345,346,347,352,353,357,363,367,368,369,370,381,382,383,387,393,397,398,399,400,430,450,496,526,546,566,612,616,620,634,675,683,693,694,695,696,697,700,701,704,707,708,711,715,720,728,736,745,753,757,765,773,781,789,797,806,815,823,832,835,837,842,844,849,853,857,858,863,864,865,866,867,868,870,871,876,877,878,879,880,881,882,884,888,892,896,900,901,902,903,904,905,906,907,908,911,915,918,922,930,937,946,950,965,973,976,985,990,1001,1009,1012,1021,1028,1029,1048,1051,1057,1060,1069,1072,1075,1078,1081,1084,1088,1091,1100,1103,1111,1116,1124,1129,1133,1134,1145,1152,1156,1160,1161,1165,1173,1177,1182,1187,55,56,57,76,82,92,96,97,98,141,149,150,158,159,160,161,167,168,169,170,171,172,173,174,175,198,217", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "100,156,216,277,332,385,443,491,540,585,638,696,756,814,860,920,973,1019,1069,1116,1174,1232,1291,1351,1413,1475,1537,1599,1661,1723,1784,1846,1908,1961,2023,2097,2160,2228,2309,2373,2439,2509,2579,2649,2719,2786,2849,2914,2980,3033,3109,3175,3262,18372,18426,18505,18583,18656,18721,18784,18850,18921,18992,19054,19123,19189,19256,19323,19379,19430,19483,19535,19589,19660,19723,19782,19844,19903,19976,20043,20103,20166,20241,20313,20384,20440,20511,20568,20625,20691,20755,20826,20883,20936,20999,21051,21109,21176,21242,21308,21389,21464,21520,21573,21634,21692,21742,21791,21840,21889,21951,22003,22048,22129,22183,22236,22290,22341,22390,22441,22502,22563,22625,22675,22716,22766,22814,22876,22927,22976,23045,23106,23162,23233,23298,23367,23418,23481,23551,23620,23690,23752,23822,23892,23967,24026,24084,24146,24191,24234,24281,24326,24377,24425,24491,24553,24616,24688,24745,24802,24862,24920,24990,25047,25197,25328,25432,25519,25676,25833,25986,26067,26145,26446,26612,26767,26869,27146,27239,27346,27689,27796,28025,28434,28666,28766,28871,28990,29613,29760,29879,30114,30529,30767,30879,31000,31133,33276,34792,38088,40227,41755,43299,46591,46837,47096,47900,49660,50110,50825,50898,50985,51070,51169,51364,51456,51629,51791,51886,52055,52298,52591,53000,53414,53874,54292,54533,54963,55398,55808,56230,56640,57097,57551,57967,58433,58615,58683,59027,59107,59463,59613,59757,59841,60206,60304,60412,60510,60620,60736,60862,60958,61335,61445,61569,61707,61817,61939,62067,62205,62367,62583,62739,62943,63027,63131,63225,63339,63451,63575,63671,63751,63940,64146,64339,64549,64981,65402,65827,66024,66972,67493,67616,68253,68474,69289,69758,69941,70537,70997,71102,72363,72513,72930,73095,73775,73934,74096,74251,74447,74614,74836,74996,75373,75532,75860,76077,76652,77002,77251,77348,78054,78492,78733,78922,79056,79247,79884,80134,80437,80652,3338,3636,3892,4389,4823,5480,5823,7362,7710,9607,9929,10060,10766,10903,11055,11257,11962,12082,13231,13798,13927,14060,14220,14395,14537,16324,18162", + "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,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,344,345,346,351,352,356,362,366,367,368,369,380,381,382,386,392,396,397,398,399,429,449,495,525,545,565,611,615,619,633,674,682,692,693,694,695,696,699,700,703,706,707,710,714,719,727,735,744,752,756,764,772,780,788,796,805,814,822,831,834,836,841,843,848,852,856,857,862,863,864,865,866,867,869,870,875,876,877,878,879,880,881,883,887,891,895,899,900,901,902,903,904,905,906,907,910,914,917,921,929,936,945,949,964,972,975,984,989,1000,1008,1011,1020,1027,1028,1047,1050,1056,1059,1068,1071,1074,1077,1080,1083,1087,1090,1099,1102,1110,1115,1123,1128,1132,1133,1144,1151,1155,1159,1160,1164,1172,1176,1181,1186,1195,55,56,75,81,91,95,96,97,140,148,149,157,158,159,160,166,167,168,169,170,171,172,173,174,197,216,217", + "endColumns": "55,59,60,54,52,57,47,48,44,52,57,59,57,45,59,52,45,49,46,57,57,58,59,61,61,61,61,61,61,60,61,61,52,61,73,62,67,80,63,65,69,69,69,69,66,62,64,65,52,75,65,86,75,53,78,77,72,64,62,65,70,70,61,68,65,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,66,65,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,49,47,61,50,48,68,60,55,70,64,68,50,62,69,68,69,61,69,69,74,58,57,61,44,42,46,44,50,47,65,61,62,71,56,56,59,57,69,56,149,130,103,86,156,156,152,80,77,300,165,154,101,10,92,106,10,106,10,10,10,99,104,118,10,146,118,10,10,10,111,120,132,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,91,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,83,10,97,107,97,109,115,10,95,10,109,123,137,109,121,127,10,10,10,10,10,83,103,93,113,111,123,95,79,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,96,10,10,10,10,133,10,10,10,10,10,10,297,255,90,243,367,188,1538,347,95,94,130,412,136,151,201,220,119,1148,566,128,132,159,174,141,125,457,209", + "endOffsets": "151,211,272,327,380,438,486,535,580,633,691,751,809,855,915,968,1014,1064,1111,1169,1227,1286,1346,1408,1470,1532,1594,1656,1718,1779,1841,1903,1956,2018,2092,2155,2223,2304,2368,2434,2504,2574,2644,2714,2781,2844,2909,2975,3028,3104,3170,3257,3333,18421,18500,18578,18651,18716,18779,18845,18916,18987,19049,19118,19184,19251,19318,19374,19425,19478,19530,19584,19655,19718,19777,19839,19898,19971,20038,20098,20161,20236,20308,20379,20435,20506,20563,20620,20686,20750,20821,20878,20931,20994,21046,21104,21171,21237,21303,21384,21459,21515,21568,21629,21687,21737,21786,21835,21884,21946,21998,22043,22124,22178,22231,22285,22336,22385,22436,22497,22558,22620,22670,22711,22761,22809,22871,22922,22971,23040,23101,23157,23228,23293,23362,23413,23476,23546,23615,23685,23747,23817,23887,23962,24021,24079,24141,24186,24229,24276,24321,24372,24420,24486,24548,24611,24683,24740,24797,24857,24915,24985,25042,25192,25323,25427,25514,25671,25828,25981,26062,26140,26441,26607,26762,26864,27141,27234,27341,27684,27791,28020,28429,28661,28761,28866,28985,29608,29755,29874,30109,30524,30762,30874,30995,31128,33271,34787,38083,40222,41750,43294,46586,46832,47091,47895,49655,50105,50820,50893,50980,51065,51164,51359,51451,51624,51786,51881,52050,52293,52586,52995,53409,53869,54287,54528,54958,55393,55803,56225,56635,57092,57546,57962,58428,58610,58678,59022,59102,59458,59608,59752,59836,60201,60299,60407,60505,60615,60731,60857,60953,61330,61440,61564,61702,61812,61934,62062,62200,62362,62578,62734,62938,63022,63126,63220,63334,63446,63570,63666,63746,63935,64141,64334,64544,64976,65397,65822,66019,66967,67488,67611,68248,68469,69284,69753,69936,70532,70992,71097,72358,72508,72925,73090,73770,73929,74091,74246,74442,74609,74831,74991,75368,75527,75855,76072,76647,76997,77246,77343,78049,78487,78728,78917,79051,79242,79879,80129,80432,80647,81228,3631,3887,4384,4818,5475,5818,7357,7705,9602,9924,10055,10761,10898,11050,11252,11957,12077,13226,13793,13922,14055,14215,14390,14532,16319,18157,18367" + }, + "to": { + "startLines": "11,12,13,14,17,18,19,20,30,32,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,169,195,196,197,198,199,200,201,202,203,204,205,228,229,230,231,232,233,234,235,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,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,522,523,530,531,543,544,545,553,556,557,560,561,562,563,564,565,566,567,600,601,602,603,606,607,611,616,619,620,621,622,623,644,914,915,916,921,922,926,932,936,937,938,939,950,951,952,956,962,966,1036,1037,1038,1068,1088,1134,1164,1184,1204,1250,1254,2005,2019,2060,2068,2225,2226,2227,2228,2372,2375,2376,2379,2382,2383,2386,2390,2395,2403,2411,2420,2428,2432,2440,2448,2456,2464,2472,2481,2490,2498,2507,2545,2547,2552,2554,2559,2563,2567,2568,2573,2574,2575,2576,2577,2578,2580,2581,2586,2587,2588,2589,2590,2591,2592,2594,2598,2602,2606,2622,2623,2624,2625,2626,2627,2628,2629,2630,2633,2637,2640,2741,2749,2756,2765,2769,2784,2792,2795,2804,2809,2820,2828,2831,2840,2847,2848,2867,2870,2876,2879,2888,2891,2894,2897,2900,2903,2907,2910,2919,2922,2930,2935,2943,2948,2952,2953,2964,2971,2975,2979,2980,2984,2992,2996,3001,3006,3196,3197,3198,3755,3761,3771,3808,3809,3810,3853,3998,4017,4025,4026,4102,4196,4202,4203,4388,4433,4434,4472,4473,4584,4585,4632,4651", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "502,558,618,679,834,887,945,993,1444,1534,6714,6772,6832,6890,6936,6996,7049,7095,7145,7192,7250,7308,7367,7427,7489,7551,7613,7675,7737,7799,7860,7922,7984,8254,10117,10191,10254,10322,10403,10467,10533,10603,10673,10743,10813,12233,12296,12361,12427,12480,12556,12622,12709,20407,20461,20540,20618,20691,20756,20819,20885,20956,21027,21089,21158,21224,21291,21358,21414,21465,21518,21570,21624,21695,21758,21817,21879,21938,22011,22078,22138,22201,22276,22348,22419,22475,22546,22603,22660,22726,22790,22861,22918,22971,23034,23086,23144,24381,24447,24513,24594,24669,24725,24778,24839,24897,24947,24996,25045,25094,25156,25208,25253,25334,25388,25441,25495,25546,25595,25646,25707,25768,25830,25880,25921,25971,26019,26081,26132,26181,26250,26311,26367,26438,26503,26572,26623,26686,26756,26825,26895,26957,27027,27097,27172,31200,31258,31606,31651,32265,32312,32357,32741,32915,32981,33160,33223,33295,33352,33409,33469,33527,33597,35820,35970,36101,36205,36399,36556,36882,37275,37482,37560,37861,38027,38182,39480,57104,57197,57304,57647,57754,57983,58392,58624,58724,58829,58948,59571,59718,59837,60072,60487,60725,65996,66117,66250,68393,69909,73205,75344,76872,78416,81708,81954,129421,130225,131985,132435,144429,144502,144589,144674,155897,156092,156184,156357,156519,156614,156783,157026,157319,157728,158142,158602,159020,159261,159691,160126,160536,160958,161368,161825,162279,162695,163161,165927,165995,166339,166419,166775,166925,167069,167153,167518,167616,167724,167822,167932,168048,168174,168270,168647,168757,168881,169019,169129,169251,169379,169517,169679,169895,170051,171258,171342,171446,171540,171654,171766,171890,171986,172066,172255,172461,172654,180659,181091,181512,181937,182134,183082,183603,183726,184363,184584,185399,185868,186051,186647,187107,187212,188473,188623,189040,189205,189885,190044,190206,190361,190557,190724,190946,191106,191483,191642,191970,192187,192762,193112,193361,193458,194164,194602,194843,195032,195166,195357,195994,196244,196547,196762,207818,208116,208372,237386,237820,238477,240903,242442,242790,244687,258608,259772,260478,260615,265738,270816,271521,271641,281536,284427,284556,286739,286899,293476,293618,296607,298445", + "endLines": "11,12,13,14,17,18,19,20,30,32,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,169,195,196,197,198,199,200,201,202,203,204,205,228,229,230,231,232,233,234,235,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,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,522,523,530,531,543,544,545,553,556,557,560,561,562,563,564,565,566,567,600,601,602,603,606,607,611,616,619,620,621,622,623,647,914,915,920,921,925,931,935,936,937,938,949,950,951,955,961,965,966,1036,1037,1067,1087,1133,1163,1183,1203,1249,1253,1257,2018,2059,2067,2077,2225,2226,2227,2228,2374,2375,2378,2381,2382,2385,2389,2394,2402,2410,2419,2427,2431,2439,2447,2455,2463,2471,2480,2489,2497,2506,2509,2546,2551,2553,2558,2562,2566,2567,2572,2573,2574,2575,2576,2577,2579,2580,2585,2586,2587,2588,2589,2590,2591,2593,2597,2601,2605,2609,2622,2623,2624,2625,2626,2627,2628,2629,2632,2636,2639,2643,2748,2755,2764,2768,2783,2791,2794,2803,2808,2819,2827,2830,2839,2846,2847,2866,2869,2875,2878,2887,2890,2893,2896,2899,2902,2906,2909,2918,2921,2929,2934,2942,2947,2951,2952,2963,2970,2974,2978,2979,2983,2991,2995,3000,3005,3014,3196,3197,3216,3760,3770,3774,3808,3809,3852,3860,3998,4024,4025,4026,4102,4201,4202,4203,4388,4433,4434,4472,4473,4584,4607,4650,4651", + "endColumns": "55,59,60,54,52,57,47,48,44,52,57,59,57,45,59,52,45,49,46,57,57,58,59,61,61,61,61,61,61,60,61,61,52,61,73,62,67,80,63,65,69,69,69,69,66,62,64,65,52,75,65,86,75,53,78,77,72,64,62,65,70,70,61,68,65,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,66,65,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,49,47,61,50,48,68,60,55,70,64,68,50,62,69,68,69,61,69,69,74,58,57,61,44,42,46,44,50,47,65,61,62,71,56,56,59,57,69,56,149,130,103,86,156,156,152,80,77,300,165,154,101,10,92,106,10,106,10,10,10,99,104,118,10,146,118,10,10,10,111,120,132,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,91,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,83,10,97,107,97,109,115,10,95,10,109,123,137,109,121,127,10,10,10,10,10,83,103,93,113,111,123,95,79,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,96,10,10,10,10,133,10,10,10,10,10,10,297,255,90,243,367,188,1538,347,95,94,130,412,136,151,201,220,119,1148,566,128,132,159,174,141,125,457,209", + "endOffsets": "553,613,674,729,882,940,988,1037,1484,1582,6767,6827,6885,6931,6991,7044,7090,7140,7187,7245,7303,7362,7422,7484,7546,7608,7670,7732,7794,7855,7917,7979,8032,8311,10186,10249,10317,10398,10462,10528,10598,10668,10738,10808,10875,12291,12356,12422,12475,12551,12617,12704,12780,20456,20535,20613,20686,20751,20814,20880,20951,21022,21084,21153,21219,21286,21353,21409,21460,21513,21565,21619,21690,21753,21812,21874,21933,22006,22073,22133,22196,22271,22343,22414,22470,22541,22598,22655,22721,22785,22856,22913,22966,23029,23081,23139,23206,24442,24508,24589,24664,24720,24773,24834,24892,24942,24991,25040,25089,25151,25203,25248,25329,25383,25436,25490,25541,25590,25641,25702,25763,25825,25875,25916,25966,26014,26076,26127,26176,26245,26306,26362,26433,26498,26567,26618,26681,26751,26820,26890,26952,27022,27092,27167,27226,31253,31315,31646,31689,32307,32352,32403,32784,32976,33038,33218,33290,33347,33404,33464,33522,33592,33649,35965,36096,36200,36287,36551,36708,37030,37351,37555,37856,38022,38177,38279,39752,57192,57299,57642,57749,57978,58387,58619,58719,58824,58943,59566,59713,59832,60067,60482,60720,60832,66112,66245,68388,69904,73200,75339,76867,78411,81703,81949,82208,130220,131980,132430,133145,144497,144584,144669,144768,156087,156179,156352,156514,156609,156778,157021,157314,157723,158137,158597,159015,159256,159686,160121,160531,160953,161363,161820,162274,162690,163156,163338,165990,166334,166414,166770,166920,167064,167148,167513,167611,167719,167817,167927,168043,168169,168265,168642,168752,168876,169014,169124,169246,169374,169512,169674,169890,170046,170250,171337,171441,171535,171649,171761,171885,171981,172061,172250,172456,172649,172859,181086,181507,181932,182129,183077,183598,183721,184358,184579,185394,185863,186046,186642,187102,187207,188468,188618,189035,189200,189880,190039,190201,190356,190552,190719,190941,191101,191478,191637,191965,192182,192757,193107,193356,193453,194159,194597,194838,195027,195161,195352,195989,196239,196542,196757,197338,208111,208367,208864,237815,238472,238815,242437,242785,244682,245004,258734,260473,260610,260762,265935,271516,271636,272785,282098,284551,284684,286894,287069,293613,295400,298440,298650" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\99839343cfb353ec06147cc6109cf9b2\\recyclerview-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "30,31,32,33,34,35,36,2", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "1535,1594,1642,1698,1773,1849,1921,55", + "endLines": "30,31,32,33,34,35,36,29", + "endColumns": "58,47,55,74,75,71,65,24", + "endOffsets": "1589,1637,1693,1768,1844,1916,1982,1530" + }, + "to": { + "startLines": "394,395,396,404,405,406,519,4405", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "23384,23443,23491,24158,24233,24309,31064,282947", + "endLines": "394,395,396,404,405,406,519,4432", + "endColumns": "58,47,55,74,75,71,65,24", + "endOffsets": "23438,23486,23542,24228,24304,24376,31125,284422" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c034f7088c57e18a85dafc68b942945f\\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": "15,188,189,190,191,338,339,340,675,2078,2080,2083,3780", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "734,9724,9785,9847,9909,19749,19808,19865,41527,133150,133214,133340,239080", + "endLines": "15,188,189,190,191,338,339,340,681,2079,2082,2085,3807", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "781,9780,9842,9904,9968,19803,19860,19914,41936,133209,133335,133463,240898" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-watch-v21_values-watch-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,431,657,896", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,984" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,884,975,1067,1162,1256,1357,1450,1545,1639,1730,1821,1904,2008,2116,2217,2322,2437,2542,2699,2798", + "endColumns": "106,101,108,83,102,118,77,76,90,91,94,93,100,92,94,93,90,90,82,103,107,100,104,114,104,156,98,83", + "endOffsets": "207,309,418,502,605,724,802,879,970,1062,1157,1251,1352,1445,1540,1634,1725,1816,1899,2003,2111,2212,2317,2432,2537,2694,2793,2877" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2882", + "endColumns": "100", + "endOffsets": "2978" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,212", + "endColumns": "156,134", + "endOffsets": "207,342" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2877", + "endColumns": "100", + "endOffsets": "2973" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,896,987,1079,1174,1268,1369,1462,1557,1654,1745,1836,1916,2021,2124,2222,2329,2435,2535,2701,2796", + "endColumns": "107,104,109,84,105,118,79,77,90,91,94,93,100,92,94,96,90,90,79,104,102,97,106,105,99,165,94,80", + "endOffsets": "208,313,423,508,614,733,813,891,982,1074,1169,1263,1364,1457,1552,1649,1740,1831,1911,2016,2119,2217,2324,2430,2530,2696,2791,2872" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2882", + "endColumns": "100", + "endOffsets": "2978" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,907,998,1090,1185,1279,1381,1474,1569,1666,1757,1850,1930,2036,2140,2238,2344,2448,2550,2704,2801", + "endColumns": "113,99,111,85,105,122,81,78,90,91,94,93,101,92,94,96,90,92,79,105,103,97,105,103,101,153,96,80", + "endOffsets": "214,314,426,512,618,741,823,902,993,1085,1180,1274,1376,1469,1564,1661,1752,1845,1925,2031,2135,2233,2339,2443,2545,2699,2796,2877" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v22\\values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,553", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,548,896" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,918,1009,1101,1196,1290,1391,1484,1579,1673,1764,1856,1938,2050,2158,2258,2372,2478,2584,2748,2851", + "endColumns": "120,103,112,83,103,120,84,80,90,91,94,93,100,92,94,93,90,91,81,111,107,99,113,105,105,163,102,82", + "endOffsets": "221,325,438,522,626,747,832,913,1004,1096,1191,1285,1386,1479,1574,1668,1759,1851,1933,2045,2153,2253,2367,2473,2579,2743,2846,2929" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2934", + "endColumns": "100", + "endOffsets": "3030" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-h720dp-v13\\values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-is_values-is.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,875,966,1058,1151,1245,1352,1445,1540,1635,1726,1820,1900,2010,2117,2214,2323,2423,2526,2681,2779", + "endColumns": "99,96,111,84,100,113,80,79,90,91,92,93,106,92,94,94,90,93,79,109,106,96,108,99,102,154,97,79", + "endOffsets": "200,297,409,494,595,709,790,870,961,1053,1146,1240,1347,1440,1535,1630,1721,1815,1895,2005,2112,2209,2318,2418,2521,2676,2774,2854" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2859", + "endColumns": "100", + "endOffsets": "2955" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2763", + "endColumns": "100", + "endOffsets": "2859" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,839,930,1022,1117,1211,1312,1405,1500,1594,1685,1776,1855,1953,2047,2142,2242,2339,2439,2591,2685", + "endColumns": "96,93,100,81,97,105,79,75,90,91,94,93,100,92,94,93,90,90,78,97,93,94,99,96,99,151,93,77", + "endOffsets": "197,291,392,474,572,678,758,834,925,1017,1112,1206,1307,1400,1495,1589,1680,1771,1850,1948,2042,2137,2237,2334,2434,2586,2680,2758" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,874,967,1061,1156,1250,1353,1448,1545,1643,1739,1832,1911,2017,2116,2212,2317,2420,2522,2676,2778", + "endColumns": "102,102,110,83,101,112,76,75,92,93,94,93,102,94,96,97,95,92,78,105,98,95,104,102,101,153,101,78", + "endOffsets": "203,306,417,501,603,716,793,869,962,1056,1151,1245,1348,1443,1540,1638,1734,1827,1906,2012,2111,2207,2312,2415,2517,2671,2773,2852" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2857", + "endColumns": "100", + "endOffsets": "2953" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "3071", + "endColumns": "100", + "endOffsets": "3167" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,919,1029,1136,1242,1351,1463,1566,1678,1785,1890,1990,2074,2183,2294,2393,2504,2611,2716,2890,2989", + "endColumns": "119,109,108,85,103,121,81,80,109,106,105,108,111,102,111,106,104,99,83,108,110,98,110,106,104,173,98,81", + "endOffsets": "220,330,439,525,629,751,833,914,1024,1131,1237,1346,1458,1561,1673,1780,1885,1985,2069,2178,2289,2388,2499,2606,2711,2885,2984,3066" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-am_values-am.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,868,959,1051,1143,1237,1338,1431,1526,1619,1710,1801,1880,1980,2080,2176,2278,2378,2477,2627,2723", + "endColumns": "97,97,105,85,102,116,77,76,90,91,91,93,100,92,94,92,90,90,78,99,99,95,101,99,98,149,95,78", + "endOffsets": "198,296,402,488,591,708,786,863,954,1046,1138,1232,1333,1426,1521,1614,1705,1796,1875,1975,2075,2171,2273,2373,2472,2622,2718,2797" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2802", + "endColumns": "100", + "endOffsets": "2898" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,895,986,1078,1173,1267,1368,1461,1556,1650,1741,1834,1914,2018,2121,2219,2326,2433,2538,2695,2791", + "endColumns": "107,106,111,87,102,114,78,77,90,91,94,93,100,92,94,93,90,92,79,103,102,97,106,106,104,156,95,80", + "endOffsets": "208,315,427,515,618,733,812,890,981,1073,1168,1262,1363,1456,1551,1645,1736,1829,1909,2013,2116,2214,2321,2428,2533,2690,2786,2867" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2872", + "endColumns": "100", + "endOffsets": "2968" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2839", + "endColumns": "100", + "endOffsets": "2935" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,1063,1155,1249,1350,1443,1538,1631,1722,1816,1894,1999,2097,2195,2303,2403,2506,2661,2758", + "endColumns": "107,103,106,81,100,113,79,78,90,91,91,93,100,92,94,92,90,93,77,104,97,97,107,99,102,154,96,80", + "endOffsets": "208,312,419,501,602,716,796,875,966,1058,1150,1244,1345,1438,1533,1626,1717,1811,1889,1994,2092,2190,2298,2398,2501,2656,2753,2834" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,922,1013,1105,1203,1298,1399,1492,1585,1680,1771,1862,1947,2057,2168,2271,2382,2490,2597,2756,2855", + "endColumns": "110,106,109,86,105,129,84,80,90,91,97,94,100,92,92,94,90,90,84,109,110,102,110,107,106,158,98,85", + "endOffsets": "211,318,428,515,621,751,836,917,1008,1100,1198,1293,1394,1487,1580,1675,1766,1857,1942,2052,2163,2266,2377,2485,2592,2751,2850,2936" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2941", + "endColumns": "100", + "endOffsets": "3037" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2937", + "endColumns": "100", + "endOffsets": "3033" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,911,1002,1094,1189,1283,1384,1477,1572,1680,1771,1862,1944,2058,2166,2266,2380,2487,2595,2755,2854", + "endColumns": "119,105,104,85,109,120,79,77,90,91,94,93,100,92,94,107,90,90,81,113,107,99,113,106,107,159,98,82", + "endOffsets": "220,326,431,517,627,748,828,906,997,1089,1184,1278,1379,1472,1567,1675,1766,1857,1939,2053,2161,2261,2375,2482,2590,2750,2849,2932" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-es_values-es.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2918", + "endColumns": "100", + "endOffsets": "3014" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,910,1002,1095,1192,1286,1387,1481,1577,1673,1765,1857,1938,2045,2156,2255,2363,2471,2578,2737,2836", + "endColumns": "101,112,107,84,100,127,85,81,91,92,96,93,100,93,95,95,91,91,80,106,110,98,107,107,106,158,98,81", + "endOffsets": "202,315,423,508,609,737,823,905,997,1090,1187,1281,1382,1476,1572,1668,1760,1852,1933,2040,2151,2250,2358,2466,2573,2732,2831,2913" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-watch-v20_values-watch-v20.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-it_values-it.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2880", + "endColumns": "100", + "endOffsets": "2976" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,884,976,1069,1162,1256,1358,1452,1549,1644,1736,1828,1908,2014,2121,2219,2323,2429,2536,2699,2799", + "endColumns": "104,102,108,83,104,118,77,75,91,92,92,93,101,93,96,94,91,91,79,105,106,97,103,105,106,162,99,80", + "endOffsets": "205,308,417,501,606,725,803,879,971,1064,1157,1251,1353,1447,1544,1639,1731,1823,1903,2009,2116,2214,2318,2424,2531,2694,2794,2875" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rXC_values-en-rXC.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,310,510,719,904,1106,1321,1494,1671,1862,2055,2253,2449,2652,2847,3044,3239,3432,3623,3807,4011,4216,4417,4624,4826,5031,5303,5503", + "endColumns": "204,199,208,184,201,214,172,176,190,192,197,195,202,194,196,194,192,190,183,203,204,200,206,201,204,271,199,178", + "endOffsets": "305,505,714,899,1101,1316,1489,1666,1857,2050,2248,2444,2647,2842,3039,3234,3427,3618,3802,4006,4211,4412,4619,4821,5026,5298,5498,5677" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "202", + "endOffsets": "253" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "5682", + "endColumns": "202", + "endOffsets": "5880" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-my_values-my.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2957", + "endColumns": "100", + "endOffsets": "3053" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,842,924,1015,1107,1202,1296,1397,1490,1585,1679,1770,1861,1945,2060,2169,2268,2394,2501,2609,2769,2872", + "endColumns": "112,106,115,86,108,122,81,81,90,91,94,93,100,92,94,93,90,90,83,114,108,98,125,106,107,159,102,84", + "endOffsets": "213,320,436,523,632,755,837,919,1010,1102,1197,1291,1392,1485,1580,1674,1765,1856,1940,2055,2164,2263,2389,2496,2604,2764,2867,2952" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,904,995,1087,1183,1277,1378,1471,1566,1662,1753,1844,1930,2036,2142,2243,2350,2462,2566,2722,2820", + "endColumns": "107,103,107,85,107,118,83,81,90,91,95,93,100,92,94,95,90,90,85,105,105,100,106,111,103,155,97,83", + "endOffsets": "208,312,420,506,614,733,817,899,990,1082,1178,1272,1373,1466,1561,1657,1748,1839,1925,2031,2137,2238,2345,2457,2561,2717,2815,2899" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2904", + "endColumns": "100", + "endOffsets": "3000" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,896,988,1081,1176,1270,1366,1460,1556,1656,1748,1840,1923,2031,2139,2239,2352,2460,2568,2751,2851", + "endColumns": "111,101,107,86,102,118,80,78,91,92,94,93,95,93,95,99,91,91,82,107,107,99,112,107,107,182,99,82", + "endOffsets": "212,314,422,509,612,731,812,891,983,1076,1171,1265,1361,1455,1551,1651,1743,1835,1918,2026,2134,2234,2347,2455,2563,2746,2846,2929" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2934", + "endColumns": "100", + "endOffsets": "3030" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-te_values-te.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,445,535,640,759,837,914,1005,1097,1192,1286,1387,1480,1575,1670,1761,1852,1934,2048,2150,2247,2362,2465,2580,2742,2845", + "endColumns": "116,111,110,89,104,118,77,76,90,91,94,93,100,92,94,94,90,90,81,113,101,96,114,102,114,161,102,79", + "endOffsets": "217,329,440,530,635,754,832,909,1000,1092,1187,1281,1382,1475,1570,1665,1756,1847,1929,2043,2145,2242,2357,2460,2575,2737,2840,2920" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2925", + "endColumns": "100", + "endOffsets": "3021" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,894,985,1077,1172,1266,1367,1460,1555,1650,1741,1832,1912,2025,2131,2229,2342,2447,2551,2709,2808", + "endColumns": "107,102,110,85,104,112,82,79,90,91,94,93,100,92,94,94,90,90,79,112,105,97,112,104,103,157,98,80", + "endOffsets": "208,311,422,508,613,726,809,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1907,2020,2126,2224,2337,2442,2546,2704,2803,2884" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2889", + "endColumns": "100", + "endOffsets": "2985" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,902,993,1085,1180,1274,1375,1468,1563,1658,1749,1840,1920,2026,2131,2229,2336,2442,2557,2718,2820", + "endColumns": "110,108,111,84,104,116,78,78,90,91,94,93,100,92,94,94,90,90,79,105,104,97,106,105,114,160,101,80", + "endOffsets": "211,320,432,517,622,739,818,897,988,1080,1175,1269,1370,1463,1558,1653,1744,1835,1915,2021,2126,2224,2331,2437,2552,2713,2815,2896" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2901", + "endColumns": "100", + "endOffsets": "2997" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,911,1002,1094,1189,1283,1383,1476,1575,1671,1762,1853,1934,2041,2140,2239,2347,2455,2562,2721,2821", + "endColumns": "119,108,107,84,101,115,84,80,90,91,94,93,99,92,98,95,90,90,80,106,98,98,107,107,106,158,99,81", + "endOffsets": "220,329,437,522,624,740,825,906,997,1089,1184,1278,1378,1471,1570,1666,1757,1848,1929,2036,2135,2234,2342,2450,2557,2716,2816,2898" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,423,509,614,731,809,886,977,1069,1164,1258,1353,1446,1541,1638,1729,1820,1903,2007,2119,2218,2324,2435,2537,2700,2798", + "endColumns": "106,101,108,85,104,116,77,76,90,91,94,93,94,92,94,96,90,90,82,103,111,98,105,110,101,162,97,81", + "endOffsets": "207,309,418,504,609,726,804,881,972,1064,1159,1253,1348,1441,1536,1633,1724,1815,1898,2002,2114,2213,2319,2430,2532,2695,2793,2875" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2880", + "endColumns": "100", + "endOffsets": "2976" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,223,328,435,518,624,750,834,914,1005,1097,1190,1285,1384,1477,1570,1664,1755,1846,1926,2037,2145,2243,2353,2458,2566,2726,2825", + "endColumns": "117,104,106,82,105,125,83,79,90,91,92,94,98,92,92,93,90,90,79,110,107,97,109,104,107,159,98,80", + "endOffsets": "218,323,430,513,619,745,829,909,1000,1092,1185,1280,1379,1472,1565,1659,1750,1841,1921,2032,2140,2238,2348,2453,2561,2721,2820,2901" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2906", + "endColumns": "100", + "endOffsets": "3002" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,833,925,1018,1115,1211,1307,1401,1497,1589,1681,1773,1850,1946,2041,2136,2233,2329,2427,2577,2671", + "endColumns": "94,92,99,81,96,107,76,75,91,92,96,95,95,93,95,91,91,91,76,95,94,94,96,95,97,149,93,77", + "endOffsets": "195,288,388,470,567,675,752,828,920,1013,1110,1206,1302,1396,1492,1584,1676,1768,1845,1941,2036,2131,2228,2324,2422,2572,2666,2744" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2749", + "endColumns": "100", + "endOffsets": "2845" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,10,18,26", + "startColumns": "4,4,4,4", + "startOffsets": "55,484,910,1333", + "endLines": "9,17,25,33", + "endColumns": "10,10,10,10", + "endOffsets": "479,905,1328,1763" + }, + "to": { + "startLines": "268,276,284,292", + "startColumns": "4,4,4,4", + "startOffsets": "19766,20195,20621,21044", + "endLines": "275,283,291,299", + "endColumns": "10,10,10,10", + "endOffsets": "20190,20616,21039,21474" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,8499,8684,11670,11867,12066,12189,12312,12425,12608,12863,13064,13153,13264,13497,13598,13693,13816,13945,14062,14239,14338,14473,14616,14751,14870,15071,15190,15283,15394,15450,15557,15752,15863,15996,16091,16182,16273,16366,16483,16622,16693,16776,17456,17513,17571,18265", + "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,8494,8679,11665,11862,12061,12184,12307,12420,12603,12858,13059,13148,13259,13492,13593,13688,13811,13940,14057,14234,14333,14468,14611,14746,14865,15066,15185,15278,15389,15445,15552,15747,15858,15991,16086,16177,16268,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966" + }, + "to": { + "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,110,113,156,159,162,164,166,168,171,175,178,179,180,183,184,185,186,187,188,191,192,194,196,198,200,204,206,207,208,209,211,215,217,219,220,221,222,223,224,226,227,228,238,239,240,252", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4512,4661,4810,4922,5069,5222,5369,5444,5533,5620,5721,5824,8798,8983,11969,12166,12365,12488,12611,12724,12907,13162,13363,13452,13563,13796,13897,13992,14115,14244,14361,14538,14637,14772,14915,15050,15169,15370,15489,15582,15693,15749,15856,16051,16162,16295,16390,16481,16572,16665,16782,16921,16992,17075,17755,17812,17870,18564", + "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,109,112,155,158,161,163,165,167,170,174,177,178,179,182,183,184,185,186,187,190,191,193,195,197,199,203,205,206,207,208,210,214,216,218,219,220,221,222,223,225,226,227,237,238,239,251,263", + "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": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4507,4656,4805,4917,5064,5217,5364,5439,5528,5615,5716,5819,8793,8978,11964,12161,12360,12483,12606,12719,12902,13157,13358,13447,13558,13791,13892,13987,14110,14239,14356,14533,14632,14767,14910,15045,15164,15365,15484,15577,15688,15744,15851,16046,16157,16290,16385,16476,16567,16660,16777,16916,16987,17070,17750,17807,17865,18559,19265" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.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,159,223,290,354,470,596,722,850,1022", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,465,591,717,845,1017,1355" + }, + "to": { + "startLines": "2,3,4,5,264,265,266,267,300,303", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,19270,19386,19512,19638,21479,21651", + "endLines": "2,3,4,5,264,265,266,267,302,307", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,19381,19507,19633,19761,21646,21984" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rCA_values-en-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764", + "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,912,1010,1109,1204,1298,1406,1506,1608,1702,1800,1898,1978,2086,2189,2288,2404,2507,2612,2769,2871", + "endColumns": "112,101,114,88,110,120,78,76,97,98,94,93,107,99,101,93,97,97,79,107,102,98,115,102,104,156,101,80", + "endOffsets": "213,315,430,519,630,751,830,907,1005,1104,1199,1293,1401,1501,1603,1697,1795,1893,1973,2081,2184,2283,2399,2502,2607,2764,2866,2947" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2952", + "endColumns": "100", + "endOffsets": "3048" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,910,1001,1093,1188,1282,1383,1476,1571,1666,1757,1848,1935,2038,2142,2243,2348,2462,2565,2734,2830", + "endColumns": "120,96,106,85,103,121,84,82,90,91,94,93,100,92,94,94,90,90,86,102,103,100,104,113,102,168,95,85", + "endOffsets": "221,318,425,511,615,737,822,905,996,1088,1183,1277,1378,1471,1566,1661,1752,1843,1930,2033,2137,2238,2343,2457,2560,2729,2825,2911" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2916", + "endColumns": "100", + "endOffsets": "3012" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-land_values-land.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "10", + "endOffsets": "222" + }, + "to": { + "startLines": "5", + "startColumns": "4", + "startOffsets": "264", + "endLines": "8", + "endColumns": "10", + "endOffsets": "431" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-si_values-si.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2902", + "endColumns": "100", + "endOffsets": "2998" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,916,1007,1099,1193,1287,1388,1481,1576,1670,1761,1852,1935,2044,2148,2246,2356,2456,2563,2722,2821", + "endColumns": "115,106,106,82,104,115,89,86,90,91,93,93,100,92,94,93,90,90,82,108,103,97,109,99,106,158,98,80", + "endOffsets": "216,323,430,513,618,734,824,911,1002,1094,1188,1282,1383,1476,1571,1665,1756,1847,1930,2039,2143,2241,2351,2451,2558,2717,2816,2897" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2896", + "endColumns": "100", + "endOffsets": "2992" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,898,989,1081,1176,1270,1371,1464,1559,1653,1744,1835,1917,2023,2129,2228,2338,2446,2547,2717,2814", + "endColumns": "107,99,109,88,105,116,81,80,90,91,94,93,100,92,94,93,90,90,81,105,105,98,109,107,100,169,96,81", + "endOffsets": "208,308,418,507,613,730,812,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1912,2018,2124,2223,2333,2441,2542,2712,2809,2891" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-as_values-as.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,612,732,809,885,976,1068,1163,1257,1358,1451,1546,1640,1731,1822,1907,2020,2128,2227,2336,2452,2572,2739,2841", + "endColumns": "107,98,106,90,101,119,76,75,90,91,94,93,100,92,94,93,90,90,84,112,107,98,108,115,119,166,101,81", + "endOffsets": "208,307,414,505,607,727,804,880,971,1063,1158,1252,1353,1446,1541,1635,1726,1817,1902,2015,2123,2222,2331,2447,2567,2734,2836,2918" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2923", + "endColumns": "100", + "endOffsets": "3019" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2844", + "endColumns": "100", + "endOffsets": "2940" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,897,988,1080,1172,1266,1367,1460,1562,1657,1748,1839,1917,2024,2128,2224,2331,2434,2543,2699,2797", + "endColumns": "113,98,111,84,105,119,79,75,90,91,91,93,100,92,101,94,90,90,77,106,103,95,106,102,108,155,97,78", + "endOffsets": "214,313,425,510,616,736,816,892,983,1075,1167,1261,1362,1455,1557,1652,1743,1834,1912,2019,2123,2219,2326,2429,2538,2694,2792,2871" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2876", + "endColumns": "100", + "endOffsets": "2972" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-be_values-be.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,912,1004,1097,1192,1286,1382,1476,1572,1667,1759,1851,1931,2037,2142,2240,2348,2454,2562,2735,2835", + "endColumns": "119,102,115,85,104,118,79,77,91,92,94,93,95,93,95,94,91,91,79,105,104,97,107,105,107,172,99,80", + "endOffsets": "220,323,439,525,630,749,829,907,999,1092,1187,1281,1377,1471,1567,1662,1754,1846,1926,2032,2137,2235,2343,2449,2557,2730,2830,2911" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2916", + "endColumns": "100", + "endOffsets": "3012" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,897,989,1082,1177,1271,1373,1467,1563,1657,1749,1841,1925,2033,2139,2241,2352,2453,2569,2734,2832", + "endColumns": "113,105,108,85,103,119,76,75,91,92,94,93,101,93,95,93,91,91,83,107,105,101,110,100,115,164,97,84", + "endOffsets": "214,320,429,515,619,739,816,892,984,1077,1172,1266,1368,1462,1558,1652,1744,1836,1920,2028,2134,2236,2347,2448,2564,2729,2827,2912" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2917", + "endColumns": "100", + "endOffsets": "3013" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-et_values-et.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,885,977,1070,1166,1268,1378,1472,1573,1667,1759,1852,1934,2045,2149,2248,2358,2460,2559,2725,2827", + "endColumns": "105,98,110,85,101,116,80,77,91,92,95,101,109,93,100,93,91,92,81,110,103,98,109,101,98,165,101,81", + "endOffsets": "206,305,416,502,604,721,802,880,972,1065,1161,1263,1373,1467,1568,1662,1754,1847,1929,2040,2144,2243,2353,2455,2554,2720,2822,2904" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2909", + "endColumns": "100", + "endOffsets": "3005" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2914", + "endColumns": "100", + "endOffsets": "3010" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,521,629,749,827,904,996,1089,1184,1278,1379,1473,1569,1664,1756,1848,1929,2040,2143,2242,2357,2471,2574,2729,2832", + "endColumns": "117,104,106,85,107,119,77,76,91,92,94,93,100,93,95,94,91,91,80,110,102,98,114,113,102,154,102,81", + "endOffsets": "218,323,430,516,624,744,822,899,991,1084,1179,1273,1374,1468,1564,1659,1751,1843,1924,2035,2138,2237,2352,2466,2569,2724,2827,2909" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,897,988,1080,1175,1269,1370,1463,1558,1663,1754,1845,1930,2035,2141,2244,2350,2459,2566,2736,2833", + "endColumns": "106,100,105,85,103,121,83,81,90,91,94,93,100,92,94,104,90,90,84,104,105,102,105,108,106,169,96,85", + "endOffsets": "207,308,414,500,604,726,810,892,983,1075,1170,1264,1365,1458,1553,1658,1749,1840,1925,2030,2136,2239,2345,2454,2561,2731,2828,2914" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2919", + "endColumns": "100", + "endOffsets": "3015" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2844", + "endColumns": "100", + "endOffsets": "2940" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2883", + "endColumns": "100", + "endOffsets": "2979" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1911,2012,2120,2219,2326,2438,2542,2704,2801", + "endColumns": "102,98,107,89,104,116,82,82,90,91,94,93,100,92,94,93,90,90,80,100,107,98,106,111,103,161,96,81", + "endOffsets": "203,302,410,500,605,722,805,888,979,1071,1166,1260,1361,1454,1549,1643,1734,1825,1906,2007,2115,2214,2321,2433,2537,2699,2796,2878" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2942", + "endColumns": "100", + "endOffsets": "3038" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,895,986,1078,1173,1267,1368,1461,1556,1651,1742,1833,1915,2025,2135,2235,2346,2455,2574,2756,2859", + "endColumns": "107,91,114,83,114,122,76,75,90,91,94,93,100,92,94,94,90,90,81,109,109,99,110,108,118,181,102,82", + "endOffsets": "208,300,415,499,614,737,814,890,981,1073,1168,1262,1363,1456,1551,1646,1737,1828,1910,2020,2130,2230,2341,2450,2569,2751,2854,2937" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2936", + "endColumns": "100", + "endOffsets": "3032" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,901,992,1084,1185,1279,1380,1474,1569,1668,1759,1850,1931,2040,2144,2243,2355,2467,2588,2753,2854", + "endColumns": "106,105,110,90,104,121,77,75,90,91,100,93,100,93,94,98,90,90,80,108,103,98,111,111,120,164,100,81", + "endOffsets": "207,313,424,515,620,742,820,896,987,1079,1180,1274,1375,1469,1564,1663,1754,1845,1926,2035,2139,2238,2350,2462,2583,2748,2849,2931" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,177", + "endColumns": "121,133", + "endOffsets": "172,306" + }, + "to": { + "startLines": "11,12", + "startColumns": "4,4", + "startOffsets": "752,874", + "endColumns": "121,133", + "endOffsets": "869,1003" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-da_values-da.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,868,959,1051,1144,1238,1333,1426,1521,1619,1710,1801,1879,1987,2094,2190,2303,2406,2507,2660,2757", + "endColumns": "99,93,115,84,99,112,77,76,90,91,92,93,94,92,94,97,90,90,77,107,106,95,112,102,100,152,96,78", + "endOffsets": "200,294,410,495,595,708,786,863,954,1046,1139,1233,1328,1421,1516,1614,1705,1796,1874,1982,2089,2185,2298,2401,2502,2655,2752,2831" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2836", + "endColumns": "100", + "endOffsets": "2932" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v28_values-v28.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v28\\values-v28.xml", + "from": { + "startLines": "2,3,4,8", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,447", + "endLines": "2,3,7,11", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,442,684" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,913,1007,1102,1199,1295,1399,1495,1593,1689,1783,1877,1959,2068,2176,2276,2386,2491,2597,2773,2874", + "endColumns": "115,103,112,86,101,121,82,80,93,94,96,95,103,95,97,95,93,93,81,108,107,99,109,104,105,175,100,82", + "endOffsets": "216,320,433,520,622,744,827,908,1002,1097,1194,1290,1394,1490,1588,1684,1778,1872,1954,2063,2171,2271,2381,2486,2592,2768,2869,2952" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2957", + "endColumns": "100", + "endOffsets": "3053" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,621,733,811,889,980,1072,1165,1262,1363,1456,1551,1645,1736,1827,1906,2013,2114,2210,2319,2421,2535,2692,2795", + "endColumns": "110,105,106,89,101,111,77,77,90,91,92,96,100,92,94,93,90,90,78,106,100,95,108,101,113,156,102,78", + "endOffsets": "211,317,424,514,616,728,806,884,975,1067,1160,1257,1358,1451,1546,1640,1731,1822,1901,2008,2109,2205,2314,2416,2530,2687,2790,2869" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2874", + "endColumns": "100", + "endOffsets": "2970" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2899", + "endColumns": "100", + "endOffsets": "2995" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,898,989,1081,1176,1270,1372,1465,1560,1655,1746,1837,1918,2027,2127,2226,2335,2447,2558,2721,2817", + "endColumns": "114,101,107,85,106,118,78,76,90,91,94,93,101,92,94,94,90,90,80,108,99,98,108,111,110,162,95,81", + "endOffsets": "215,317,425,511,618,737,816,893,984,1076,1171,1265,1367,1460,1555,1650,1741,1832,1913,2022,2122,2221,2330,2442,2553,2716,2812,2894" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,894,985,1077,1172,1266,1367,1460,1555,1650,1741,1832,1930,2036,2142,2240,2347,2454,2559,2729,2829", + "endColumns": "108,101,107,85,104,117,80,79,90,91,94,93,100,92,94,94,90,90,97,105,105,97,106,106,104,169,99,80", + "endOffsets": "209,311,419,505,610,728,809,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1925,2031,2137,2235,2342,2449,2554,2724,2824,2905" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2910", + "endColumns": "100", + "endOffsets": "3006" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2935", + "endColumns": "100", + "endOffsets": "3031" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,820,901,993,1086,1183,1277,1378,1472,1568,1663,1755,1847,1927,2035,2142,2249,2358,2463,2577,2754,2853", + "endColumns": "103,103,107,84,100,127,84,80,91,92,96,93,100,93,95,94,91,91,79,107,106,106,108,104,113,176,98,81", + "endOffsets": "204,308,416,501,602,730,815,896,988,1081,1178,1272,1373,1467,1563,1658,1750,1842,1922,2030,2137,2244,2353,2458,2572,2749,2848,2930" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,865,956,1048,1142,1236,1337,1430,1525,1619,1710,1801,1879,1989,2092,2188,2299,2401,2511,2670,2767", + "endColumns": "102,96,104,85,99,112,77,77,90,91,93,93,100,92,94,93,90,90,77,109,102,95,110,101,109,158,96,78", + "endOffsets": "203,300,405,491,591,704,782,860,951,1043,1137,1231,1332,1425,1520,1614,1705,1796,1874,1984,2087,2183,2294,2396,2506,2665,2762,2841" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,886,977,1069,1164,1258,1359,1452,1547,1641,1732,1823,1902,2008,2109,2206,2315,2415,2525,2685,2788", + "endColumns": "106,103,106,86,99,119,77,77,90,91,94,93,100,92,94,93,90,90,78,105,100,96,108,99,109,159,102,79", + "endOffsets": "207,311,418,505,605,725,803,881,972,1064,1159,1253,1354,1447,1542,1636,1727,1818,1897,2003,2104,2201,2310,2410,2520,2680,2783,2863" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2868", + "endColumns": "100", + "endOffsets": "2964" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2876", + "endColumns": "100", + "endOffsets": "2972" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,885,978,1072,1164,1258,1361,1456,1553,1647,1740,1830,1911,2019,2123,2221,2327,2432,2537,2694,2795", + "endColumns": "109,100,110,83,100,114,79,77,92,93,91,93,102,94,96,93,92,89,80,107,103,97,105,104,104,156,100,80", + "endOffsets": "210,311,422,506,607,722,802,880,973,1067,1159,1253,1356,1451,1548,1642,1735,1825,1906,2014,2118,2216,2322,2427,2532,2689,2790,2871" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-af_values-af.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,875,966,1058,1153,1247,1347,1440,1535,1634,1729,1823,1903,2010,2115,2212,2320,2423,2525,2679,2777", + "endColumns": "107,95,105,84,102,117,76,76,90,91,94,93,99,92,94,98,94,93,79,106,104,96,107,102,101,153,97,79", + "endOffsets": "208,304,410,495,598,716,793,870,961,1053,1148,1242,1342,1435,1530,1629,1724,1818,1898,2005,2110,2207,2315,2418,2520,2674,2772,2852" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2857", + "endColumns": "100", + "endOffsets": "2953" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-az_values-az.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,896,987,1079,1173,1272,1373,1466,1561,1655,1746,1838,1922,2027,2133,2233,2342,2447,2549,2707,2813", + "endColumns": "109,100,109,87,106,113,81,78,90,91,93,98,100,92,94,93,90,91,83,104,105,99,108,104,101,157,105,82", + "endOffsets": "210,311,421,509,616,730,812,891,982,1074,1168,1267,1368,1461,1556,1650,1741,1833,1917,2022,2128,2228,2337,2442,2544,2702,2808,2891" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2896", + "endColumns": "100", + "endOffsets": "2992" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,833,924,1016,1113,1209,1304,1397,1492,1584,1675,1766,1843,1939,2034,2129,2226,2322,2420,2568,2662", + "endColumns": "94,94,99,81,96,105,76,75,90,91,96,95,94,92,94,91,90,90,76,95,94,94,96,95,97,147,93,77", + "endOffsets": "195,290,390,472,569,675,752,828,919,1011,1108,1204,1299,1392,1487,1579,1670,1761,1838,1934,2029,2124,2221,2317,2415,2563,2657,2735" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2740", + "endColumns": "100", + "endOffsets": "2836" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-de_values-de.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,881,973,1066,1162,1263,1371,1471,1575,1673,1771,1868,1949,2060,2162,2260,2367,2470,2574,2730,2832", + "endColumns": "104,97,111,85,105,114,77,75,91,92,95,100,107,99,103,97,97,96,80,110,101,97,106,102,103,155,101,80", + "endOffsets": "205,303,415,501,607,722,800,876,968,1061,1157,1258,1366,1466,1570,1668,1766,1863,1944,2055,2157,2255,2362,2465,2569,2725,2827,2908" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2913", + "endColumns": "100", + "endOffsets": "3009" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-port_values-port.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-port\\values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,899,990,1082,1177,1273,1371,1464,1558,1650,1741,1831,1910,2017,2120,2217,2324,2426,2539,2698,2797", + "endColumns": "113,99,108,85,105,113,82,81,90,91,94,95,97,92,93,91,90,89,78,106,102,96,106,101,112,158,98,79", + "endOffsets": "214,314,423,509,615,729,812,894,985,1077,1172,1268,1366,1459,1553,1645,1736,1826,1905,2012,2115,2212,2319,2421,2534,2693,2792,2872" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2877", + "endColumns": "100", + "endOffsets": "2973" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2932", + "endColumns": "100", + "endOffsets": "3028" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,906,998,1091,1187,1281,1383,1477,1573,1670,1762,1855,1936,2045,2154,2253,2362,2469,2580,2751,2850", + "endColumns": "108,97,109,85,105,123,85,81,91,92,95,93,101,93,95,96,91,92,80,108,108,98,108,106,110,170,98,81", + "endOffsets": "209,307,417,503,609,733,819,901,993,1086,1182,1276,1378,1472,1568,1665,1757,1850,1931,2040,2149,2248,2357,2464,2575,2746,2845,2927" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-th_values-th.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,864,955,1047,1138,1232,1333,1426,1521,1615,1706,1797,1877,1980,2078,2176,2279,2385,2486,2639,2734", + "endColumns": "104,92,107,84,101,109,77,77,90,91,90,93,100,92,94,93,90,90,79,102,97,97,102,105,100,152,94,80", + "endOffsets": "205,298,406,491,593,703,781,859,950,1042,1133,1227,1328,1421,1516,1610,1701,1792,1872,1975,2073,2171,2274,2380,2481,2634,2729,2810" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2815", + "endColumns": "100", + "endOffsets": "2911" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,880,971,1063,1155,1249,1350,1443,1538,1634,1725,1816,1896,2003,2107,2205,2308,2412,2516,2673,2772", + "endColumns": "102,102,112,84,103,110,77,77,90,91,91,93,100,92,94,95,90,90,79,106,103,97,102,103,103,156,98,80", + "endOffsets": "203,306,419,504,608,719,797,875,966,1058,1150,1244,1345,1438,1533,1629,1720,1811,1891,1998,2102,2200,2303,2407,2511,2668,2767,2848" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2853", + "endColumns": "100", + "endOffsets": "2949" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,869,960,1052,1146,1240,1341,1434,1529,1627,1718,1809,1886,1989,2087,2183,2287,2386,2487,2640,2737", + "endColumns": "102,94,113,85,99,112,76,75,90,91,93,93,100,92,94,97,90,90,76,102,97,95,103,98,100,152,96,78", + "endOffsets": "203,298,412,498,598,711,788,864,955,1047,1141,1235,1336,1429,1524,1622,1713,1804,1881,1984,2082,2178,2282,2381,2482,2635,2732,2811" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2816", + "endColumns": "100", + "endOffsets": "2912" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-or_values-or.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2945", + "endColumns": "100", + "endOffsets": "3041" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,829,906,997,1089,1185,1280,1381,1474,1569,1665,1756,1846,1934,2044,2148,2254,2365,2469,2587,2750,2856", + "endColumns": "118,109,106,85,103,119,77,76,90,91,95,94,100,92,94,95,90,89,87,109,103,105,110,103,117,162,105,88", + "endOffsets": "219,329,436,522,626,746,824,901,992,1084,1180,1275,1376,1469,1564,1660,1751,1841,1929,2039,2143,2249,2360,2464,2582,2745,2851,2940" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,842,933,1025,1120,1214,1315,1408,1503,1597,1688,1779,1856,1958,2056,2151,2254,2350,2446,2594,2691", + "endColumns": "96,92,104,81,97,107,77,75,90,91,94,93,100,92,94,93,90,90,76,101,97,94,102,95,95,147,96,77", + "endOffsets": "197,290,395,477,575,683,761,837,928,1020,1115,1209,1310,1403,1498,1592,1683,1774,1851,1953,2051,2146,2249,2345,2441,2589,2686,2764" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2769", + "endColumns": "100", + "endOffsets": "2865" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,889,981,1074,1169,1262,1358,1452,1548,1643,1735,1827,1915,2021,2128,2226,2335,2442,2556,2722,2822", + "endColumns": "114,101,98,85,104,120,78,76,91,92,94,92,95,93,95,94,91,91,87,105,106,97,108,106,113,165,99,80", + "endOffsets": "215,317,416,502,607,728,807,884,976,1069,1164,1257,1353,1447,1543,1638,1730,1822,1910,2016,2123,2221,2330,2437,2551,2717,2817,2898" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2844", + "endColumns": "100", + "endOffsets": "2940" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,906,997,1089,1183,1277,1378,1471,1566,1660,1751,1842,1927,2037,2141,2244,2352,2460,2565,2730,2835", + "endColumns": "107,105,105,88,104,120,82,82,90,91,93,93,100,92,94,93,90,90,84,109,103,102,107,107,104,164,104,85", + "endOffsets": "208,314,420,509,614,735,818,901,992,1084,1178,1272,1373,1466,1561,1655,1746,1837,1922,2032,2136,2239,2347,2455,2560,2725,2830,2916" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2921", + "endColumns": "100", + "endOffsets": "3017" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-el_values-el.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2971", + "endColumns": "100", + "endOffsets": "3067" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,940,1031,1123,1218,1312,1413,1506,1601,1698,1789,1880,1964,2075,2184,2286,2397,2507,2615,2786,2886", + "endColumns": "117,110,116,84,105,122,88,85,90,91,94,93,100,92,94,96,90,90,83,110,108,101,110,109,107,170,99,84", + "endOffsets": "218,329,446,531,637,760,849,935,1026,1118,1213,1307,1408,1501,1596,1693,1784,1875,1959,2070,2179,2281,2392,2502,2610,2781,2881,2966" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,904,995,1087,1182,1276,1377,1470,1565,1659,1750,1841,1924,2033,2143,2244,2354,2472,2580,2743,2845", + "endColumns": "110,107,112,87,105,114,79,77,90,91,94,93,100,92,94,93,90,90,82,108,109,100,109,117,107,162,101,83", + "endOffsets": "211,319,432,520,626,741,821,899,990,1082,1177,1271,1372,1465,1560,1654,1745,1836,1919,2028,2138,2239,2349,2467,2575,2738,2840,2924" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,740,825,906,998,1091,1188,1282,1382,1476,1572,1667,1759,1851,1935,2042,2153,2255,2363,2471,2578,2749,2848", + "endColumns": "107,105,106,88,100,123,84,80,91,92,96,93,99,93,95,94,91,91,83,106,110,101,107,107,106,170,98,84", + "endOffsets": "208,314,421,510,611,735,820,901,993,1086,1183,1277,1377,1471,1567,1662,1754,1846,1930,2037,2148,2250,2358,2466,2573,2744,2843,2928" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2933", + "endColumns": "100", + "endOffsets": "3029" + } + } + ] + }, + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-km_values-km.arsc.flat", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2876", + "endColumns": "100", + "endOffsets": "2972" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,882,973,1065,1157,1251,1352,1445,1540,1634,1725,1816,1898,2002,2106,2206,2315,2424,2533,2695,2793", + "endColumns": "101,98,109,86,102,120,77,76,90,91,91,93,100,92,94,93,90,90,81,103,103,99,108,108,108,161,97,82", + "endOffsets": "202,301,411,498,601,722,800,877,968,1060,1152,1246,1347,1440,1535,1629,1720,1811,1893,1997,2101,2201,2310,2419,2528,2690,2788,2871" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-af.json b/app/build/intermediates/blame/res/debug/multi-v2/values-af.json new file mode 100644 index 0000000..88e43e3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-af.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-af\\values-af.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,875,966,1058,1153,1247,1347,1440,1535,1634,1729,1823,1903,2010,2115,2212,2320,2423,2525,2679,2777", + "endColumns": "107,95,105,84,102,117,76,76,90,91,94,93,99,92,94,98,94,93,79,106,104,96,107,102,101,153,97,79", + "endOffsets": "208,304,410,495,598,716,793,870,961,1053,1148,1242,1342,1435,1530,1629,1724,1818,1898,2005,2110,2207,2315,2418,2520,2674,2772,2852" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2857", + "endColumns": "100", + "endOffsets": "2953" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-am.json b/app/build/intermediates/blame/res/debug/multi-v2/values-am.json new file mode 100644 index 0000000..41f1802 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-am.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-am\\values-am.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,868,959,1051,1143,1237,1338,1431,1526,1619,1710,1801,1880,1980,2080,2176,2278,2378,2477,2627,2723", + "endColumns": "97,97,105,85,102,116,77,76,90,91,91,93,100,92,94,92,90,90,78,99,99,95,101,99,98,149,95,78", + "endOffsets": "198,296,402,488,591,708,786,863,954,1046,1138,1232,1333,1426,1521,1614,1705,1796,1875,1975,2075,2171,2273,2373,2472,2622,2718,2797" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2802", + "endColumns": "100", + "endOffsets": "2898" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json new file mode 100644 index 0000000..d6eb752 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ar\\values-ar.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2839", + "endColumns": "100", + "endOffsets": "2935" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,1063,1155,1249,1350,1443,1538,1631,1722,1816,1894,1999,2097,2195,2303,2403,2506,2661,2758", + "endColumns": "107,103,106,81,100,113,79,78,90,91,91,93,100,92,94,92,90,93,77,104,97,97,107,99,102,154,96,80", + "endOffsets": "208,312,419,501,602,716,796,875,966,1058,1150,1244,1345,1438,1533,1626,1717,1811,1889,1994,2092,2190,2298,2398,2501,2656,2753,2834" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-as.json b/app/build/intermediates/blame/res/debug/multi-v2/values-as.json new file mode 100644 index 0000000..0f158f3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-as.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-as\\values-as.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,612,732,809,885,976,1068,1163,1257,1358,1451,1546,1640,1731,1822,1907,2020,2128,2227,2336,2452,2572,2739,2841", + "endColumns": "107,98,106,90,101,119,76,75,90,91,94,93,100,92,94,93,90,90,84,112,107,98,108,115,119,166,101,81", + "endOffsets": "208,307,414,505,607,727,804,880,971,1063,1158,1252,1353,1446,1541,1635,1726,1817,1902,2015,2123,2222,2331,2447,2567,2734,2836,2918" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2923", + "endColumns": "100", + "endOffsets": "3019" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-az.json b/app/build/intermediates/blame/res/debug/multi-v2/values-az.json new file mode 100644 index 0000000..f4d1fbf --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-az.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-az\\values-az.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,896,987,1079,1173,1272,1373,1466,1561,1655,1746,1838,1922,2027,2133,2233,2342,2447,2549,2707,2813", + "endColumns": "109,100,109,87,106,113,81,78,90,91,93,98,100,92,94,93,90,91,83,104,105,99,108,104,101,157,105,82", + "endOffsets": "210,311,421,509,616,730,812,891,982,1074,1168,1267,1368,1461,1556,1650,1741,1833,1917,2022,2128,2228,2337,2442,2544,2702,2808,2891" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2896", + "endColumns": "100", + "endOffsets": "2992" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json new file mode 100644 index 0000000..44f22f1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,899,990,1082,1177,1271,1372,1465,1560,1665,1756,1847,1932,2037,2143,2246,2353,2462,2569,2739,2836", + "endColumns": "106,100,105,85,103,121,84,82,90,91,94,93,100,92,94,104,90,90,84,104,105,102,106,108,106,169,96,85", + "endOffsets": "207,308,414,500,604,726,811,894,985,1077,1172,1266,1367,1460,1555,1660,1751,1842,1927,2032,2138,2241,2348,2457,2564,2734,2831,2917" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2922", + "endColumns": "100", + "endOffsets": "3018" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-be.json b/app/build/intermediates/blame/res/debug/multi-v2/values-be.json new file mode 100644 index 0000000..cb9618e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-be.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-be\\values-be.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,912,1004,1097,1192,1286,1382,1476,1572,1667,1759,1851,1931,2037,2142,2240,2348,2454,2562,2735,2835", + "endColumns": "119,102,115,85,104,118,79,77,91,92,94,93,95,93,95,94,91,91,79,105,104,97,107,105,107,172,99,80", + "endOffsets": "220,323,439,525,630,749,829,907,999,1092,1187,1281,1377,1471,1567,1662,1754,1846,1926,2032,2137,2235,2343,2449,2557,2730,2830,2911" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2916", + "endColumns": "100", + "endOffsets": "3012" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json new file mode 100644 index 0000000..eab53b0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bg\\values-bg.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2937", + "endColumns": "100", + "endOffsets": "3033" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,911,1002,1094,1189,1283,1384,1477,1572,1680,1771,1862,1944,2058,2166,2266,2380,2487,2595,2755,2854", + "endColumns": "119,105,104,85,109,120,79,77,90,91,94,93,100,92,94,107,90,90,81,113,107,99,113,106,107,159,98,82", + "endOffsets": "220,326,431,517,627,748,828,906,997,1089,1184,1278,1379,1472,1567,1675,1766,1857,1939,2053,2161,2261,2375,2482,2590,2750,2849,2932" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json new file mode 100644 index 0000000..f7657a3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bn\\values-bn.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,906,997,1089,1183,1277,1378,1471,1566,1660,1751,1842,1927,2037,2141,2244,2352,2460,2565,2730,2835", + "endColumns": "107,105,105,88,104,120,82,82,90,91,93,93,100,92,94,93,90,90,84,109,103,102,107,107,104,164,104,85", + "endOffsets": "208,314,420,509,614,735,818,901,992,1084,1178,1272,1373,1466,1561,1655,1746,1837,1922,2032,2136,2239,2347,2455,2560,2725,2830,2916" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2921", + "endColumns": "100", + "endOffsets": "3017" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json new file mode 100644 index 0000000..e0620fc --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bs\\values-bs.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,910,1001,1093,1188,1282,1383,1476,1571,1666,1757,1848,1935,2038,2142,2243,2348,2462,2565,2734,2830", + "endColumns": "120,96,106,85,103,121,84,82,90,91,94,93,100,92,94,94,90,90,86,102,103,100,104,113,102,168,95,85", + "endOffsets": "221,318,425,511,615,737,822,905,996,1088,1183,1277,1378,1471,1566,1661,1752,1843,1930,2033,2137,2238,2343,2457,2560,2729,2825,2911" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2916", + "endColumns": "100", + "endOffsets": "3012" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json new file mode 100644 index 0000000..bd29b6d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ca\\values-ca.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,223,328,435,518,624,750,834,914,1005,1097,1190,1285,1384,1477,1570,1664,1755,1846,1926,2037,2145,2243,2353,2458,2566,2726,2825", + "endColumns": "117,104,106,82,105,125,83,79,90,91,92,94,98,92,92,93,90,90,79,110,107,97,109,104,107,159,98,80", + "endOffsets": "218,323,430,513,619,745,829,909,1000,1092,1185,1280,1379,1472,1565,1659,1750,1841,1921,2032,2140,2238,2348,2453,2561,2721,2820,2901" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2906", + "endColumns": "100", + "endOffsets": "3002" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json b/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json new file mode 100644 index 0000000..f3c55a3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-cs\\values-cs.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,423,509,614,731,809,886,977,1069,1164,1258,1353,1446,1541,1638,1729,1820,1903,2007,2119,2218,2324,2435,2537,2700,2798", + "endColumns": "106,101,108,85,104,116,77,76,90,91,94,93,94,92,94,96,90,90,82,103,111,98,105,110,101,162,97,81", + "endOffsets": "207,309,418,504,609,726,804,881,972,1064,1159,1253,1348,1441,1536,1633,1724,1815,1898,2002,2114,2213,2319,2430,2532,2695,2793,2875" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2880", + "endColumns": "100", + "endOffsets": "2976" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-da.json b/app/build/intermediates/blame/res/debug/multi-v2/values-da.json new file mode 100644 index 0000000..a34ed5a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-da.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-da\\values-da.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,868,959,1051,1144,1238,1333,1426,1521,1619,1710,1801,1879,1987,2094,2190,2303,2406,2507,2660,2757", + "endColumns": "99,93,115,84,99,112,77,76,90,91,92,93,94,92,94,97,90,90,77,107,106,95,112,102,100,152,96,78", + "endOffsets": "200,294,410,495,595,708,786,863,954,1046,1139,1233,1328,1421,1516,1614,1705,1796,1874,1982,2089,2185,2298,2401,2502,2655,2752,2831" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2836", + "endColumns": "100", + "endOffsets": "2932" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-de.json b/app/build/intermediates/blame/res/debug/multi-v2/values-de.json new file mode 100644 index 0000000..ab3a5f0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-de.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-de\\values-de.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,881,973,1066,1162,1263,1371,1471,1575,1673,1771,1868,1949,2060,2162,2260,2367,2470,2574,2730,2832", + "endColumns": "104,97,111,85,105,114,77,75,91,92,95,100,107,99,103,97,97,96,80,110,101,97,106,102,103,155,101,80", + "endOffsets": "205,303,415,501,607,722,800,876,968,1061,1157,1258,1366,1466,1570,1668,1766,1863,1944,2055,2157,2255,2362,2465,2569,2725,2827,2908" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2913", + "endColumns": "100", + "endOffsets": "3009" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-el.json b/app/build/intermediates/blame/res/debug/multi-v2/values-el.json new file mode 100644 index 0000000..90a6536 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-el.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-el\\values-el.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2971", + "endColumns": "100", + "endOffsets": "3067" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,940,1031,1123,1218,1312,1413,1506,1601,1698,1789,1880,1964,2075,2184,2286,2397,2507,2615,2786,2886", + "endColumns": "117,110,116,84,105,122,88,85,90,91,94,93,100,92,94,96,90,90,83,110,108,101,110,109,107,170,99,84", + "endOffsets": "218,329,446,531,637,760,849,935,1026,1118,1213,1307,1408,1501,1596,1693,1784,1875,1959,2070,2179,2281,2392,2502,2610,2781,2881,2966" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json new file mode 100644 index 0000000..73de20f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rAU\\values-en-rAU.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2844", + "endColumns": "100", + "endOffsets": "2940" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json new file mode 100644 index 0000000..9fc6859 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rCA\\values-en-rCA.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764", + "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..bccdfb8 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rGB\\values-en-rGB.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2844", + "endColumns": "100", + "endOffsets": "2940" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..8f8292b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rIN\\values-en-rIN.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2844", + "endColumns": "100", + "endOffsets": "2940" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json new file mode 100644 index 0000000..fbd0c9e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rXC\\values-en-rXC.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,310,510,719,904,1106,1321,1494,1671,1862,2055,2253,2449,2652,2847,3044,3239,3432,3623,3807,4011,4216,4417,4624,4826,5031,5303,5503", + "endColumns": "204,199,208,184,201,214,172,176,190,192,197,195,202,194,196,194,192,190,183,203,204,200,206,201,204,271,199,178", + "endOffsets": "305,505,714,899,1101,1316,1489,1666,1857,2050,2248,2444,2647,2842,3039,3234,3427,3618,3802,4006,4211,4412,4619,4821,5026,5298,5498,5677" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "202", + "endOffsets": "253" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "5682", + "endColumns": "202", + "endOffsets": "5880" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json b/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..9cdeffd --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es-rUS\\values-es-rUS.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,911,1002,1094,1189,1283,1383,1476,1575,1671,1762,1853,1934,2041,2140,2239,2347,2455,2562,2721,2821", + "endColumns": "119,108,107,84,101,115,84,80,90,91,94,93,99,92,98,95,90,90,80,106,98,98,107,107,106,158,99,81", + "endOffsets": "220,329,437,522,624,740,825,906,997,1089,1184,1278,1378,1471,1570,1666,1757,1848,1929,2036,2135,2234,2342,2450,2557,2716,2816,2898" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-es.json b/app/build/intermediates/blame/res/debug/multi-v2/values-es.json new file mode 100644 index 0000000..fed01ee --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-es.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es\\values-es.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2918", + "endColumns": "100", + "endOffsets": "3014" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,910,1002,1095,1192,1286,1387,1481,1577,1673,1765,1857,1938,2045,2156,2255,2363,2471,2578,2737,2836", + "endColumns": "101,112,107,84,100,127,85,81,91,92,96,93,100,93,95,95,91,91,80,106,110,98,107,107,106,158,98,81", + "endOffsets": "202,315,423,508,609,737,823,905,997,1090,1187,1281,1382,1476,1572,1668,1760,1852,1933,2040,2151,2250,2358,2466,2573,2732,2831,2913" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-et.json b/app/build/intermediates/blame/res/debug/multi-v2/values-et.json new file mode 100644 index 0000000..cc0686a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-et.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-et\\values-et.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,885,977,1070,1166,1268,1378,1472,1573,1667,1759,1852,1934,2045,2149,2248,2358,2460,2559,2725,2827", + "endColumns": "105,98,110,85,101,116,80,77,91,92,95,101,109,93,100,93,91,92,81,110,103,98,109,101,98,165,101,81", + "endOffsets": "206,305,416,502,604,721,802,880,972,1065,1161,1263,1373,1467,1568,1662,1754,1847,1929,2040,2144,2243,2353,2455,2554,2720,2822,2904" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2909", + "endColumns": "100", + "endOffsets": "3005" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json new file mode 100644 index 0000000..5c3eb9e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-eu\\values-eu.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2932", + "endColumns": "100", + "endOffsets": "3028" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,906,998,1091,1187,1281,1383,1477,1573,1670,1762,1855,1936,2045,2154,2253,2362,2469,2580,2751,2850", + "endColumns": "108,97,109,85,105,123,85,81,91,92,95,93,101,93,95,96,91,92,80,108,108,98,108,106,110,170,98,81", + "endOffsets": "209,307,417,503,609,733,819,901,993,1086,1182,1276,1378,1472,1568,1665,1757,1850,1931,2040,2149,2248,2357,2464,2575,2746,2845,2927" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json new file mode 100644 index 0000000..1517428 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fa\\values-fa.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2876", + "endColumns": "100", + "endOffsets": "2972" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,885,978,1072,1164,1258,1361,1456,1553,1647,1740,1830,1911,2019,2123,2221,2327,2432,2537,2694,2795", + "endColumns": "109,100,110,83,100,114,79,77,92,93,91,93,102,94,96,93,92,89,80,107,103,97,105,104,104,156,100,80", + "endOffsets": "210,311,422,506,607,722,802,880,973,1067,1159,1253,1356,1451,1548,1642,1735,1825,1906,2014,2118,2216,2322,2427,2532,2689,2790,2871" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json new file mode 100644 index 0000000..f9c757b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fi\\values-fi.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,897,988,1080,1175,1269,1364,1457,1553,1652,1743,1837,1916,2023,2124,2221,2327,2427,2525,2675,2775", + "endColumns": "107,99,108,85,104,117,85,79,90,91,94,93,94,92,95,98,90,93,78,106,100,96,105,99,97,149,99,79", + "endOffsets": "208,308,417,503,608,726,812,892,983,1075,1170,1264,1359,1452,1548,1647,1738,1832,1911,2018,2119,2216,2322,2422,2520,2670,2770,2850" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2855", + "endColumns": "100", + "endOffsets": "2951" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..e484c9f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr-rCA\\values-fr-rCA.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,922,1013,1105,1203,1298,1399,1492,1585,1680,1771,1862,1947,2057,2168,2271,2382,2490,2597,2756,2855", + "endColumns": "110,106,109,86,105,129,84,80,90,91,97,94,100,92,92,94,90,90,84,109,110,102,110,107,106,158,98,85", + "endOffsets": "211,318,428,515,621,751,836,917,1008,1100,1198,1293,1394,1487,1580,1675,1766,1857,1942,2052,2163,2266,2377,2485,2592,2751,2850,2936" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2941", + "endColumns": "100", + "endOffsets": "3037" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json new file mode 100644 index 0000000..ea3142f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr\\values-fr.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,914,1005,1097,1195,1290,1391,1484,1577,1672,1763,1854,1939,2049,2160,2263,2374,2482,2589,2748,2847", + "endColumns": "110,114,109,81,105,129,77,76,90,91,97,94,100,92,92,94,90,90,84,109,110,102,110,107,106,158,98,85", + "endOffsets": "211,326,436,518,624,754,832,909,1000,1092,1190,1285,1386,1479,1572,1667,1758,1849,1934,2044,2155,2258,2369,2477,2584,2743,2842,2928" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2933", + "endColumns": "100", + "endOffsets": "3029" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json new file mode 100644 index 0000000..bc396af --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gl\\values-gl.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2935", + "endColumns": "100", + "endOffsets": "3031" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,820,901,993,1086,1183,1277,1378,1472,1568,1663,1755,1847,1927,2035,2142,2249,2358,2463,2577,2754,2853", + "endColumns": "103,103,107,84,100,127,84,80,91,92,96,93,100,93,95,94,91,91,79,107,106,106,108,104,113,176,98,81", + "endOffsets": "204,308,416,501,602,730,815,896,988,1081,1178,1272,1373,1467,1563,1658,1750,1842,1922,2030,2137,2244,2353,2458,2572,2749,2848,2930" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json new file mode 100644 index 0000000..837db87 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gu\\values-gu.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,886,977,1069,1164,1258,1359,1452,1547,1641,1732,1823,1902,2008,2109,2206,2315,2415,2525,2685,2788", + "endColumns": "106,103,106,86,99,119,77,77,90,91,94,93,100,92,94,93,90,90,78,105,100,96,108,99,109,159,102,79", + "endOffsets": "207,311,418,505,605,725,803,881,972,1064,1159,1253,1354,1447,1542,1636,1727,1818,1897,2003,2104,2201,2310,2410,2520,2680,2783,2863" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2868", + "endColumns": "100", + "endOffsets": "2964" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..a962d2a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-hdpi-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..1be41d3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-hi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json new file mode 100644 index 0000000..6dbb7e7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hi\\values-hi.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2868", + "endColumns": "100", + "endOffsets": "2964" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,884,975,1067,1162,1256,1357,1450,1545,1639,1730,1821,1901,2006,2108,2206,2316,2419,2528,2686,2787", + "endColumns": "105,97,109,85,101,120,77,77,90,91,94,93,100,92,94,93,90,90,79,104,101,97,109,102,108,157,100,80", + "endOffsets": "206,304,414,500,602,723,801,879,970,1062,1157,1251,1352,1445,1540,1634,1725,1816,1896,2001,2103,2201,2311,2414,2523,2681,2782,2863" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json new file mode 100644 index 0000000..0549d96 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hr\\values-hr.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2900", + "endColumns": "100", + "endOffsets": "2996" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1912,2016,2128,2229,2334,2448,2550,2719,2816", + "endColumns": "104,94,106,85,103,118,84,82,90,91,94,93,100,92,94,94,90,90,84,103,111,100,104,113,101,168,96,83", + "endOffsets": "205,300,407,493,597,716,801,884,975,1067,1162,1256,1357,1450,1545,1640,1731,1822,1907,2011,2123,2224,2329,2443,2545,2714,2811,2895" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json new file mode 100644 index 0000000..82410a8 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hu\\values-hu.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2942", + "endColumns": "100", + "endOffsets": "3038" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,895,986,1078,1173,1267,1368,1461,1556,1651,1742,1833,1915,2025,2135,2235,2346,2455,2574,2756,2859", + "endColumns": "107,91,114,83,114,122,76,75,90,91,94,93,100,92,94,94,90,90,81,109,109,99,110,108,118,181,102,82", + "endOffsets": "208,300,415,499,614,737,814,890,981,1073,1168,1262,1363,1456,1551,1646,1737,1828,1910,2020,2130,2230,2341,2450,2569,2751,2854,2937" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json new file mode 100644 index 0000000..0d22552 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hy\\values-hy.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2896", + "endColumns": "100", + "endOffsets": "2992" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,898,989,1081,1176,1270,1371,1464,1559,1653,1744,1835,1917,2023,2129,2228,2338,2446,2547,2717,2814", + "endColumns": "107,99,109,88,105,116,81,80,90,91,94,93,100,92,94,93,90,90,81,105,105,98,109,107,100,169,96,81", + "endOffsets": "208,308,418,507,613,730,812,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1912,2018,2124,2223,2333,2441,2542,2712,2809,2891" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-in.json b/app/build/intermediates/blame/res/debug/multi-v2/values-in.json new file mode 100644 index 0000000..68de4f1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-in.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-in\\values-in.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2893", + "endColumns": "100", + "endOffsets": "2989" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,898,989,1081,1176,1270,1371,1464,1559,1653,1744,1835,1920,2023,2128,2229,2333,2442,2550,2710,2809", + "endColumns": "114,103,104,86,103,115,82,78,90,91,94,93,100,92,94,93,90,90,84,102,104,100,103,108,107,159,98,83", + "endOffsets": "215,319,424,511,615,731,814,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1915,2018,2123,2224,2328,2437,2545,2705,2804,2888" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-is.json b/app/build/intermediates/blame/res/debug/multi-v2/values-is.json new file mode 100644 index 0000000..d7b61f0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-is.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-is\\values-is.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,875,966,1058,1151,1245,1352,1445,1540,1635,1726,1820,1900,2010,2117,2214,2323,2423,2526,2681,2779", + "endColumns": "99,96,111,84,100,113,80,79,90,91,92,93,106,92,94,94,90,93,79,109,106,96,108,99,102,154,97,79", + "endOffsets": "200,297,409,494,595,709,790,870,961,1053,1146,1240,1347,1440,1535,1630,1721,1815,1895,2005,2112,2209,2318,2418,2521,2676,2774,2854" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2859", + "endColumns": "100", + "endOffsets": "2955" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-it.json b/app/build/intermediates/blame/res/debug/multi-v2/values-it.json new file mode 100644 index 0000000..75e91df --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-it.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-it\\values-it.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2880", + "endColumns": "100", + "endOffsets": "2976" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,884,976,1069,1162,1256,1358,1452,1549,1644,1736,1828,1908,2014,2121,2219,2323,2429,2536,2699,2799", + "endColumns": "104,102,108,83,104,118,77,75,91,92,92,93,101,93,96,94,91,91,79,105,106,97,103,105,106,162,99,80", + "endOffsets": "205,308,417,501,606,725,803,879,971,1064,1157,1251,1353,1447,1544,1639,1731,1823,1903,2009,2116,2214,2318,2424,2531,2694,2794,2875" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json b/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json new file mode 100644 index 0000000..6740226 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-iw\\values-iw.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,878,969,1062,1156,1250,1351,1444,1539,1632,1723,1815,1895,2000,2103,2201,2306,2408,2510,2664,2761", + "endColumns": "104,99,107,83,101,115,78,78,90,92,93,93,100,92,94,92,90,91,79,104,102,97,104,101,101,153,96,80", + "endOffsets": "205,305,413,497,599,715,794,873,964,1057,1151,1245,1346,1439,1534,1627,1718,1810,1890,1995,2098,2196,2301,2403,2505,2659,2756,2837" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2842", + "endColumns": "100", + "endOffsets": "2938" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json new file mode 100644 index 0000000..f18ff0c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ja\\values-ja.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,842,933,1025,1120,1214,1315,1408,1503,1597,1688,1779,1856,1958,2056,2151,2254,2350,2446,2594,2691", + "endColumns": "96,92,104,81,97,107,77,75,90,91,94,93,100,92,94,93,90,90,76,101,97,94,102,95,95,147,96,77", + "endOffsets": "197,290,395,477,575,683,761,837,928,1020,1115,1209,1310,1403,1498,1592,1683,1774,1851,1953,2051,2146,2249,2345,2441,2589,2686,2764" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2769", + "endColumns": "100", + "endOffsets": "2865" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json new file mode 100644 index 0000000..3a9929a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ka\\values-ka.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,894,985,1077,1172,1266,1367,1460,1555,1650,1741,1832,1912,2025,2131,2229,2342,2447,2551,2709,2808", + "endColumns": "107,102,110,85,104,112,82,79,90,91,94,93,100,92,94,94,90,90,79,112,105,97,112,104,103,157,98,80", + "endOffsets": "208,311,422,508,613,726,809,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1907,2020,2126,2224,2337,2442,2546,2704,2803,2884" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2889", + "endColumns": "100", + "endOffsets": "2985" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json new file mode 100644 index 0000000..1679f20 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kk\\values-kk.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2877", + "endColumns": "100", + "endOffsets": "2973" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,896,987,1079,1174,1268,1369,1462,1557,1654,1745,1836,1916,2021,2124,2222,2329,2435,2535,2701,2796", + "endColumns": "107,104,109,84,105,118,79,77,90,91,94,93,100,92,94,96,90,90,79,104,102,97,106,105,99,165,94,80", + "endOffsets": "208,313,423,508,614,733,813,891,982,1074,1169,1263,1364,1457,1552,1649,1740,1831,1911,2016,2119,2217,2324,2430,2530,2696,2791,2872" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-km.json b/app/build/intermediates/blame/res/debug/multi-v2/values-km.json new file mode 100644 index 0000000..dd65aff --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-km.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-km\\values-km.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2876", + "endColumns": "100", + "endOffsets": "2972" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,882,973,1065,1157,1251,1352,1445,1540,1634,1725,1816,1898,2002,2106,2206,2315,2424,2533,2695,2793", + "endColumns": "101,98,109,86,102,120,77,76,90,91,91,93,100,92,94,93,90,90,81,103,103,99,108,108,108,161,97,82", + "endOffsets": "202,301,411,498,601,722,800,877,968,1060,1152,1246,1347,1440,1535,1629,1720,1811,1893,1997,2101,2201,2310,2419,2528,2690,2788,2871" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json new file mode 100644 index 0000000..dfbfc09 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kn\\values-kn.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,920,1011,1103,1198,1292,1393,1486,1581,1675,1766,1857,1938,2054,2164,2263,2376,2481,2595,2759,2859", + "endColumns": "113,111,112,87,106,125,77,76,90,91,94,93,100,92,94,93,90,90,80,115,109,98,112,104,113,163,99,81", + "endOffsets": "214,326,439,527,634,760,838,915,1006,1098,1193,1287,1388,1481,1576,1670,1761,1852,1933,2049,2159,2258,2371,2476,2590,2754,2854,2936" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2941", + "endColumns": "100", + "endOffsets": "3037" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json new file mode 100644 index 0000000..2832dc2 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ko\\values-ko.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2763", + "endColumns": "100", + "endOffsets": "2859" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,839,930,1022,1117,1211,1312,1405,1500,1594,1685,1776,1855,1953,2047,2142,2242,2339,2439,2591,2685", + "endColumns": "96,93,100,81,97,105,79,75,90,91,94,93,100,92,94,93,90,90,78,97,93,94,99,96,99,151,93,77", + "endOffsets": "197,291,392,474,572,678,758,834,925,1017,1112,1206,1307,1400,1495,1589,1680,1771,1850,1948,2042,2137,2237,2334,2434,2586,2680,2758" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json new file mode 100644 index 0000000..596027b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ky\\values-ky.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,902,993,1085,1180,1274,1375,1468,1563,1658,1749,1840,1920,2026,2131,2229,2336,2442,2557,2718,2820", + "endColumns": "110,108,111,84,104,116,78,78,90,91,94,93,100,92,94,94,90,90,79,105,104,97,106,105,114,160,101,80", + "endOffsets": "211,320,432,517,622,739,818,897,988,1080,1175,1269,1370,1463,1558,1653,1744,1835,1915,2021,2126,2224,2331,2437,2552,2713,2815,2896" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2901", + "endColumns": "100", + "endOffsets": "2997" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-land.json b/app/build/intermediates/blame/res/debug/multi-v2/values-land.json new file mode 100644 index 0000000..2e48b71 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-land.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-land\\values-land.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "10", + "endOffsets": "222" + }, + "to": { + "startLines": "5", + "startColumns": "4", + "startOffsets": "264", + "endLines": "8", + "endColumns": "10", + "endOffsets": "431" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json new file mode 100644 index 0000000..4b9cd90 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-large-v4\\values-large-v4.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,177", + "endColumns": "121,133", + "endOffsets": "172,306" + }, + "to": { + "startLines": "11,12", + "startColumns": "4,4", + "startOffsets": "752,874", + "endColumns": "121,133", + "endOffsets": "869,1003" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-ldltr-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json new file mode 100644 index 0000000..f4cccdd --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-lo.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json new file mode 100644 index 0000000..22ea188 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lo\\values-lo.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,880,971,1063,1155,1249,1350,1443,1538,1634,1725,1816,1896,2003,2107,2205,2308,2412,2516,2673,2772", + "endColumns": "102,102,112,84,103,110,77,77,90,91,91,93,100,92,94,95,90,90,79,106,103,97,102,103,103,156,98,80", + "endOffsets": "203,306,419,504,608,719,797,875,966,1058,1150,1244,1345,1438,1533,1629,1720,1811,1891,1998,2102,2200,2303,2407,2511,2668,2767,2848" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2853", + "endColumns": "100", + "endOffsets": "2949" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json new file mode 100644 index 0000000..67e7172 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lt\\values-lt.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,913,1007,1102,1199,1295,1399,1495,1593,1689,1783,1877,1959,2068,2176,2276,2386,2491,2597,2773,2874", + "endColumns": "115,103,112,86,101,121,82,80,93,94,96,95,103,95,97,95,93,93,81,108,107,99,109,104,105,175,100,82", + "endOffsets": "216,320,433,520,622,744,827,908,1002,1097,1194,1290,1394,1490,1588,1684,1778,1872,1954,2063,2171,2271,2381,2486,2592,2768,2869,2952" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2957", + "endColumns": "100", + "endOffsets": "3053" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json new file mode 100644 index 0000000..54ccd26 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lv\\values-lv.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "3071", + "endColumns": "100", + "endOffsets": "3167" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,919,1029,1136,1242,1351,1463,1566,1678,1785,1890,1990,2074,2183,2294,2393,2504,2611,2716,2890,2989", + "endColumns": "119,109,108,85,103,121,81,80,109,106,105,108,111,102,111,106,104,99,83,108,110,98,110,106,104,173,98,81", + "endOffsets": "220,330,439,525,629,751,833,914,1024,1131,1237,1346,1458,1561,1673,1780,1885,1985,2069,2178,2289,2388,2499,2606,2711,2885,2984,3066" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json new file mode 100644 index 0000000..a933dd1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mk\\values-mk.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,904,995,1087,1183,1277,1378,1471,1566,1662,1753,1844,1930,2036,2142,2243,2350,2462,2566,2722,2820", + "endColumns": "107,103,107,85,107,118,83,81,90,91,95,93,100,92,94,95,90,90,85,105,105,100,106,111,103,155,97,83", + "endOffsets": "208,312,420,506,614,733,817,899,990,1082,1178,1272,1373,1466,1561,1657,1748,1839,1925,2031,2137,2238,2345,2457,2561,2717,2815,2899" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2904", + "endColumns": "100", + "endOffsets": "3000" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json new file mode 100644 index 0000000..f9d0035 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ml\\values-ml.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2936", + "endColumns": "100", + "endOffsets": "3032" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,901,992,1084,1185,1279,1380,1474,1569,1668,1759,1850,1931,2040,2144,2243,2355,2467,2588,2753,2854", + "endColumns": "106,105,110,90,104,121,77,75,90,91,100,93,100,93,94,98,90,90,80,108,103,98,111,111,120,164,100,81", + "endOffsets": "207,313,424,515,620,742,820,896,987,1079,1180,1274,1375,1469,1564,1663,1754,1845,1926,2035,2139,2238,2350,2462,2583,2748,2849,2931" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json new file mode 100644 index 0000000..4957ee4 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mn\\values-mn.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,899,990,1082,1177,1273,1371,1464,1558,1650,1741,1831,1910,2017,2120,2217,2324,2426,2539,2698,2797", + "endColumns": "113,99,108,85,105,113,82,81,90,91,94,95,97,92,93,91,90,89,78,106,102,96,106,101,112,158,98,79", + "endOffsets": "214,314,423,509,615,729,812,894,985,1077,1172,1268,1366,1459,1553,1645,1736,1826,1905,2012,2115,2212,2319,2421,2534,2693,2792,2872" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2877", + "endColumns": "100", + "endOffsets": "2973" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json new file mode 100644 index 0000000..18d7a14 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mr\\values-mr.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,621,733,811,889,980,1072,1165,1262,1363,1456,1551,1645,1736,1827,1906,2013,2114,2210,2319,2421,2535,2692,2795", + "endColumns": "110,105,106,89,101,111,77,77,90,91,92,96,100,92,94,93,90,90,78,106,100,95,108,101,113,156,102,78", + "endOffsets": "211,317,424,514,616,728,806,884,975,1067,1160,1257,1358,1451,1546,1640,1731,1822,1901,2008,2109,2205,2314,2416,2530,2687,2790,2869" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2874", + "endColumns": "100", + "endOffsets": "2970" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json new file mode 100644 index 0000000..00767a3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ms\\values-ms.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2880", + "endColumns": "100", + "endOffsets": "2976" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,889,980,1072,1167,1261,1360,1453,1548,1642,1733,1824,1903,2015,2123,2220,2329,2433,2540,2699,2800", + "endColumns": "110,104,107,86,103,110,78,78,90,91,94,93,98,92,94,93,90,90,78,111,107,96,108,103,106,158,100,79", + "endOffsets": "211,316,424,511,615,726,805,884,975,1067,1162,1256,1355,1448,1543,1637,1728,1819,1898,2010,2118,2215,2324,2428,2535,2694,2795,2875" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-my.json b/app/build/intermediates/blame/res/debug/multi-v2/values-my.json new file mode 100644 index 0000000..1403e3e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-my.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-my\\values-my.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2957", + "endColumns": "100", + "endOffsets": "3053" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,842,924,1015,1107,1202,1296,1397,1490,1585,1679,1770,1861,1945,2060,2169,2268,2394,2501,2609,2769,2872", + "endColumns": "112,106,115,86,108,122,81,81,90,91,94,93,100,92,94,93,90,90,83,114,108,98,125,106,107,159,102,84", + "endOffsets": "213,320,436,523,632,755,837,919,1010,1102,1197,1291,1392,1485,1580,1674,1765,1856,1940,2055,2164,2263,2389,2496,2604,2764,2867,2952" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json b/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json new file mode 100644 index 0000000..23d71e7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nb\\values-nb.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,869,960,1052,1146,1240,1341,1434,1529,1627,1718,1809,1886,1989,2087,2183,2287,2386,2487,2640,2737", + "endColumns": "102,94,113,85,99,112,76,75,90,91,93,93,100,92,94,97,90,90,76,102,97,95,103,98,100,152,96,78", + "endOffsets": "203,298,412,498,598,711,788,864,955,1047,1141,1235,1336,1429,1524,1622,1713,1804,1881,1984,2082,2178,2282,2381,2482,2635,2732,2811" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2816", + "endColumns": "100", + "endOffsets": "2912" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json new file mode 100644 index 0000000..db9401f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ne\\values-ne.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2967", + "endColumns": "100", + "endOffsets": "3063" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,216,327,435,526,633,760,844,924,1015,1107,1202,1296,1397,1490,1585,1679,1770,1861,1946,2059,2160,2256,2369,2479,2603,2777,2888", + "endColumns": "110,110,107,90,106,126,83,79,90,91,94,93,100,92,94,93,90,90,84,112,100,95,112,109,123,173,110,78", + "endOffsets": "211,322,430,521,628,755,839,919,1010,1102,1197,1291,1392,1485,1580,1674,1765,1856,1941,2054,2155,2251,2364,2474,2598,2772,2883,2962" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json b/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json new file mode 100644 index 0000000..9e9baa1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-night-v8\\values-night-v8.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json new file mode 100644 index 0000000..27442d5 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nl\\values-nl.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2914", + "endColumns": "100", + "endOffsets": "3010" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,521,629,749,827,904,996,1089,1184,1278,1379,1473,1569,1664,1756,1848,1929,2040,2143,2242,2357,2471,2574,2729,2832", + "endColumns": "117,104,106,85,107,119,77,76,91,92,94,93,100,93,95,94,91,91,80,110,102,98,114,113,102,154,102,81", + "endOffsets": "218,323,430,516,624,744,822,899,991,1084,1179,1273,1374,1468,1564,1659,1751,1843,1924,2035,2138,2237,2352,2466,2569,2724,2827,2909" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-or.json b/app/build/intermediates/blame/res/debug/multi-v2/values-or.json new file mode 100644 index 0000000..38b8a46 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-or.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-or\\values-or.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2945", + "endColumns": "100", + "endOffsets": "3041" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,829,906,997,1089,1185,1280,1381,1474,1569,1665,1756,1846,1934,2044,2148,2254,2365,2469,2587,2750,2856", + "endColumns": "118,109,106,85,103,119,77,76,90,91,95,94,100,92,94,95,90,89,87,109,103,105,110,103,117,162,105,88", + "endOffsets": "219,329,436,522,626,746,824,901,992,1084,1180,1275,1376,1469,1564,1660,1751,1841,1929,2039,2143,2249,2360,2464,2582,2745,2851,2940" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json new file mode 100644 index 0000000..d5ba44c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pa\\values-pa.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,865,956,1048,1142,1236,1337,1430,1525,1619,1710,1801,1879,1989,2092,2188,2299,2401,2511,2670,2767", + "endColumns": "102,96,104,85,99,112,77,77,90,91,93,93,100,92,94,93,90,90,77,109,102,95,110,101,109,158,96,78", + "endOffsets": "203,300,405,491,591,704,782,860,951,1043,1137,1231,1332,1425,1520,1614,1705,1796,1874,1984,2087,2183,2294,2396,2506,2665,2762,2841" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json new file mode 100644 index 0000000..5f6cac1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pl\\values-pl.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2899", + "endColumns": "100", + "endOffsets": "2995" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,898,989,1081,1176,1270,1372,1465,1560,1655,1746,1837,1918,2027,2127,2226,2335,2447,2558,2721,2817", + "endColumns": "114,101,107,85,106,118,78,76,90,91,94,93,101,92,94,94,90,90,80,108,99,98,108,111,110,162,95,81", + "endOffsets": "215,317,425,511,618,737,816,893,984,1076,1171,1265,1367,1460,1555,1650,1741,1832,1913,2022,2122,2221,2330,2442,2553,2716,2812,2894" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-port.json b/app/build/intermediates/blame/res/debug/multi-v2/values-port.json new file mode 100644 index 0000000..91fd369 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-port.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-pt-rBR.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json new file mode 100644 index 0000000..8be159e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rBR\\values-pt-rBR.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2928", + "endColumns": "100", + "endOffsets": "3024" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,913,1004,1096,1191,1285,1386,1479,1574,1669,1760,1851,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,80,90,91,94,93,100,92,94,94,90,90,83,106,110,101,107,107,109,161,99,84", + "endOffsets": "220,326,433,522,623,742,827,908,999,1091,1186,1280,1381,1474,1569,1664,1755,1846,1930,2037,2148,2250,2358,2466,2576,2738,2838,2923" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..33fff5e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rPT\\values-pt-rPT.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,740,825,906,998,1091,1188,1282,1382,1476,1572,1667,1759,1851,1935,2042,2153,2255,2363,2471,2578,2749,2848", + "endColumns": "107,105,106,88,100,123,84,80,91,92,96,93,99,93,95,94,91,91,83,106,110,101,107,107,106,170,98,84", + "endOffsets": "208,314,421,510,611,735,820,901,993,1086,1183,1277,1377,1471,1567,1662,1754,1846,1930,2037,2148,2250,2358,2466,2573,2744,2843,2928" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2933", + "endColumns": "100", + "endOffsets": "3029" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json new file mode 100644 index 0000000..976bde2 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt\\values-pt.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,913,1004,1096,1191,1285,1386,1479,1574,1669,1760,1851,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,80,90,91,94,93,100,92,94,94,90,90,83,106,110,101,107,107,109,161,99,84", + "endOffsets": "220,326,433,522,623,742,827,908,999,1091,1186,1280,1381,1474,1569,1664,1755,1846,1930,2037,2148,2250,2358,2466,2576,2738,2838,2923" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2928", + "endColumns": "100", + "endOffsets": "3024" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json new file mode 100644 index 0000000..86580bc --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ro\\values-ro.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,918,1009,1101,1196,1290,1391,1484,1579,1673,1764,1856,1938,2050,2158,2258,2372,2478,2584,2748,2851", + "endColumns": "120,103,112,83,103,120,84,80,90,91,94,93,100,92,94,93,90,91,81,111,107,99,113,105,105,163,102,82", + "endOffsets": "221,325,438,522,626,747,832,913,1004,1096,1191,1285,1386,1479,1574,1668,1759,1851,1933,2045,2153,2253,2367,2473,2579,2743,2846,2929" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2934", + "endColumns": "100", + "endOffsets": "3030" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json new file mode 100644 index 0000000..fe0e5d7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ru\\values-ru.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,889,981,1074,1169,1262,1358,1452,1548,1643,1735,1827,1915,2021,2128,2226,2335,2442,2556,2722,2822", + "endColumns": "114,101,98,85,104,120,78,76,91,92,94,92,95,93,95,94,91,91,87,105,106,97,108,106,113,165,99,80", + "endOffsets": "215,317,416,502,607,728,807,884,976,1069,1164,1257,1353,1447,1543,1638,1730,1822,1910,2016,2123,2221,2330,2437,2551,2717,2817,2898" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-si.json b/app/build/intermediates/blame/res/debug/multi-v2/values-si.json new file mode 100644 index 0000000..9fff46f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-si.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-si\\values-si.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2902", + "endColumns": "100", + "endOffsets": "2998" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,916,1007,1099,1193,1287,1388,1481,1576,1670,1761,1852,1935,2044,2148,2246,2356,2456,2563,2722,2821", + "endColumns": "115,106,106,82,104,115,89,86,90,91,93,93,100,92,94,93,90,90,82,108,103,97,109,99,106,158,98,80", + "endOffsets": "216,323,430,513,618,734,824,911,1002,1094,1188,1282,1383,1476,1571,1665,1756,1847,1930,2039,2143,2241,2351,2451,2558,2717,2816,2897" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json new file mode 100644 index 0000000..4db3dfb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sk\\values-sk.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2899", + "endColumns": "100", + "endOffsets": "2995" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,893,984,1076,1174,1268,1369,1462,1557,1655,1746,1837,1920,2025,2133,2232,2338,2450,2553,2719,2817", + "endColumns": "106,100,110,85,107,117,78,77,90,91,97,93,100,92,94,97,90,90,82,104,107,98,105,111,102,165,97,81", + "endOffsets": "207,308,419,505,613,731,810,888,979,1071,1169,1263,1364,1457,1552,1650,1741,1832,1915,2020,2128,2227,2333,2445,2548,2714,2812,2894" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json new file mode 100644 index 0000000..3bc7564 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sl\\values-sl.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,896,988,1081,1176,1270,1366,1460,1556,1656,1748,1840,1923,2031,2139,2239,2352,2460,2568,2751,2851", + "endColumns": "111,101,107,86,102,118,80,78,91,92,94,93,95,93,95,99,91,91,82,107,107,99,112,107,107,182,99,82", + "endOffsets": "212,314,422,509,612,731,812,891,983,1076,1171,1265,1361,1455,1551,1651,1743,1835,1918,2026,2134,2234,2347,2455,2563,2746,2846,2929" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2934", + "endColumns": "100", + "endOffsets": "3030" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json new file mode 100644 index 0000000..f1cd1d0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sq\\values-sq.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2882", + "endColumns": "100", + "endOffsets": "2978" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,907,998,1090,1185,1279,1381,1474,1569,1666,1757,1850,1930,2036,2140,2238,2344,2448,2550,2704,2801", + "endColumns": "113,99,111,85,105,122,81,78,90,91,94,93,101,92,94,96,90,92,79,105,103,97,105,103,101,153,96,80", + "endOffsets": "214,314,426,512,618,741,823,902,993,1085,1180,1274,1376,1469,1564,1661,1752,1845,1925,2031,2135,2233,2339,2443,2545,2699,2796,2877" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json new file mode 100644 index 0000000..044ec22 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sr\\values-sr.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,897,988,1080,1175,1269,1370,1463,1558,1663,1754,1845,1930,2035,2141,2244,2350,2459,2566,2736,2833", + "endColumns": "106,100,105,85,103,121,83,81,90,91,94,93,100,92,94,104,90,90,84,104,105,102,105,108,106,169,96,85", + "endOffsets": "207,308,414,500,604,726,810,892,983,1075,1170,1264,1365,1458,1553,1658,1749,1840,1925,2030,2136,2239,2345,2454,2561,2731,2828,2914" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2919", + "endColumns": "100", + "endOffsets": "3015" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json new file mode 100644 index 0000000..490a557 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sv\\values-sv.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,874,967,1061,1156,1250,1353,1448,1545,1643,1739,1832,1911,2017,2116,2212,2317,2420,2522,2676,2778", + "endColumns": "102,102,110,83,101,112,76,75,92,93,94,93,102,94,96,97,95,92,78,105,98,95,104,102,101,153,101,78", + "endOffsets": "203,306,417,501,603,716,793,869,962,1056,1151,1245,1348,1443,1540,1638,1734,1827,1906,2012,2111,2207,2312,2415,2517,2671,2773,2852" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2857", + "endColumns": "100", + "endOffsets": "2953" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json new file mode 100644 index 0000000..211a0eb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw\\values-sw.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2883", + "endColumns": "100", + "endOffsets": "2979" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1911,2012,2120,2219,2326,2438,2542,2704,2801", + "endColumns": "102,98,107,89,104,116,82,82,90,91,94,93,100,92,94,93,90,90,80,100,107,98,106,111,103,161,96,81", + "endOffsets": "203,302,410,500,605,722,805,888,979,1071,1166,1260,1361,1454,1549,1643,1734,1825,1906,2007,2115,2214,2321,2433,2537,2699,2796,2878" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..6ae6b8a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,10,11,12", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,115,185,256,328,386,444,553,617,680", + "endLines": "2,3,4,5,6,7,9,10,11,15", + "endColumns": "59,69,70,71,57,57,10,63,62,10", + "endOffsets": "110,180,251,323,381,439,548,612,675,847" + }, + "to": { + "startLines": "10,11,12,13,14,15,16,18,19,20", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1236", + "endLines": "10,11,12,13,14,15,17,18,19,23", + "endColumns": "59,69,70,71,57,57,10,63,62,10", + "endOffsets": "666,736,807,879,937,995,1104,1168,1231,1403" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json new file mode 100644 index 0000000..9bcc2a2 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ta\\values-ta.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,912,1010,1109,1204,1298,1406,1506,1608,1702,1800,1898,1978,2086,2189,2288,2404,2507,2612,2769,2871", + "endColumns": "112,101,114,88,110,120,78,76,97,98,94,93,107,99,101,93,97,97,79,107,102,98,115,102,104,156,101,80", + "endOffsets": "213,315,430,519,630,751,830,907,1005,1104,1199,1293,1401,1501,1603,1697,1795,1893,1973,2081,2184,2283,2399,2502,2607,2764,2866,2947" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2952", + "endColumns": "100", + "endOffsets": "3048" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-te.json b/app/build/intermediates/blame/res/debug/multi-v2/values-te.json new file mode 100644 index 0000000..8ec4d8c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-te.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-te\\values-te.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,445,535,640,759,837,914,1005,1097,1192,1286,1387,1480,1575,1670,1761,1852,1934,2048,2150,2247,2362,2465,2580,2742,2845", + "endColumns": "116,111,110,89,104,118,77,76,90,91,94,93,100,92,94,94,90,90,81,113,101,96,114,102,114,161,102,79", + "endOffsets": "217,329,440,530,635,754,832,909,1000,1092,1187,1281,1382,1475,1570,1665,1756,1847,1929,2043,2145,2242,2357,2460,2575,2737,2840,2920" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2925", + "endColumns": "100", + "endOffsets": "3021" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-th.json b/app/build/intermediates/blame/res/debug/multi-v2/values-th.json new file mode 100644 index 0000000..87bef04 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-th.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-th\\values-th.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,864,955,1047,1138,1232,1333,1426,1521,1615,1706,1797,1877,1980,2078,2176,2279,2385,2486,2639,2734", + "endColumns": "104,92,107,84,101,109,77,77,90,91,90,93,100,92,94,93,90,90,79,102,97,97,102,105,100,152,94,80", + "endOffsets": "205,298,406,491,593,703,781,859,950,1042,1133,1227,1328,1421,1516,1610,1701,1792,1872,1975,2073,2171,2274,2380,2481,2634,2729,2810" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2815", + "endColumns": "100", + "endOffsets": "2911" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json new file mode 100644 index 0000000..ff05357 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tl\\values-tl.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,904,995,1087,1182,1276,1377,1470,1565,1659,1750,1841,1924,2033,2143,2244,2354,2472,2580,2743,2845", + "endColumns": "110,107,112,87,105,114,79,77,90,91,94,93,100,92,94,93,90,90,82,108,109,100,109,117,107,162,101,83", + "endOffsets": "211,319,432,520,626,741,821,899,990,1082,1177,1271,1372,1465,1560,1654,1745,1836,1919,2028,2138,2239,2349,2467,2575,2738,2840,2924" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json new file mode 100644 index 0000000..75d4def --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tr\\values-tr.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,897,988,1080,1172,1266,1367,1460,1562,1657,1748,1839,1917,2024,2128,2224,2331,2434,2543,2699,2797", + "endColumns": "113,98,111,84,105,119,79,75,90,91,91,93,100,92,101,94,90,90,77,106,103,95,106,102,108,155,97,78", + "endOffsets": "214,313,425,510,616,736,816,892,983,1075,1167,1261,1362,1455,1557,1652,1743,1834,1912,2019,2123,2219,2326,2429,2538,2694,2792,2871" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2876", + "endColumns": "100", + "endOffsets": "2972" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json new file mode 100644 index 0000000..d807824 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uk\\values-uk.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,894,985,1077,1172,1266,1367,1460,1555,1650,1741,1832,1930,2036,2142,2240,2347,2454,2559,2729,2829", + "endColumns": "108,101,107,85,104,117,80,79,90,91,94,93,100,92,94,94,90,90,97,105,105,97,106,106,104,169,99,80", + "endOffsets": "209,311,419,505,610,728,809,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1925,2031,2137,2235,2342,2449,2554,2724,2824,2905" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2910", + "endColumns": "100", + "endOffsets": "3006" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json new file mode 100644 index 0000000..e967cac --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ur\\values-ur.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,897,989,1082,1177,1271,1373,1467,1563,1657,1749,1841,1925,2033,2139,2241,2352,2453,2569,2734,2832", + "endColumns": "113,105,108,85,103,119,76,75,91,92,94,93,101,93,95,93,91,91,83,107,105,101,110,100,115,164,97,84", + "endOffsets": "214,320,429,515,619,739,816,892,984,1077,1172,1266,1368,1462,1558,1652,1744,1836,1920,2028,2134,2236,2347,2448,2564,2729,2827,2912" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2917", + "endColumns": "100", + "endOffsets": "3013" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json b/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json new file mode 100644 index 0000000..f0fe5a3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uz\\values-uz.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2859", + "endColumns": "100", + "endOffsets": "2955" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,868,959,1051,1146,1240,1335,1428,1523,1618,1709,1801,1884,1994,2100,2200,2308,2414,2516,2677,2776", + "endColumns": "104,94,99,81,99,116,84,78,90,91,94,93,94,92,94,94,90,91,82,109,105,99,107,105,101,160,98,82", + "endOffsets": "205,300,400,482,582,699,784,863,954,1046,1141,1235,1330,1423,1518,1613,1704,1796,1879,1989,2095,2195,2303,2409,2511,2672,2771,2854" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json new file mode 100644 index 0000000..0110361 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v16\\values-v16.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.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/blame/res/debug/multi-v2/values-v17.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json new file mode 100644 index 0000000..a5da789 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v17\\values-v17.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-v18.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json new file mode 100644 index 0000000..8ae96fa --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v18\\values-v18.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json new file mode 100644 index 0000000..e6fb9ce --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json @@ -0,0 +1,66 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v21\\values-v21.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,10,18,26", + "startColumns": "4,4,4,4", + "startOffsets": "55,484,910,1333", + "endLines": "9,17,25,33", + "endColumns": "10,10,10,10", + "endOffsets": "479,905,1328,1763" + }, + "to": { + "startLines": "268,276,284,292", + "startColumns": "4,4,4,4", + "startOffsets": "19766,20195,20621,21044", + "endLines": "275,283,291,299", + "endColumns": "10,10,10,10", + "endOffsets": "20190,20616,21039,21474" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,8499,8684,11670,11867,12066,12189,12312,12425,12608,12863,13064,13153,13264,13497,13598,13693,13816,13945,14062,14239,14338,14473,14616,14751,14870,15071,15190,15283,15394,15450,15557,15752,15863,15996,16091,16182,16273,16366,16483,16622,16693,16776,17456,17513,17571,18265", + "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,8494,8679,11665,11862,12061,12184,12307,12420,12603,12858,13059,13148,13259,13492,13593,13688,13811,13940,14057,14234,14333,14468,14611,14746,14865,15066,15185,15278,15389,15445,15552,15747,15858,15991,16086,16177,16268,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966" + }, + "to": { + "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,110,113,156,159,162,164,166,168,171,175,178,179,180,183,184,185,186,187,188,191,192,194,196,198,200,204,206,207,208,209,211,215,217,219,220,221,222,223,224,226,227,228,238,239,240,252", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4512,4661,4810,4922,5069,5222,5369,5444,5533,5620,5721,5824,8798,8983,11969,12166,12365,12488,12611,12724,12907,13162,13363,13452,13563,13796,13897,13992,14115,14244,14361,14538,14637,14772,14915,15050,15169,15370,15489,15582,15693,15749,15856,16051,16162,16295,16390,16481,16572,16665,16782,16921,16992,17075,17755,17812,17870,18564", + "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,109,112,155,158,161,163,165,167,170,174,177,178,179,182,183,184,185,186,187,190,191,193,195,197,199,203,205,206,207,208,210,214,216,218,219,220,221,222,223,225,226,227,237,238,239,251,263", + "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": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4507,4656,4805,4917,5064,5217,5364,5439,5528,5615,5716,5819,8793,8978,11964,12161,12360,12483,12606,12719,12902,13157,13358,13447,13558,13791,13892,13987,14110,14239,14356,14533,14632,14767,14910,15045,15164,15365,15484,15577,15688,15744,15851,16046,16157,16290,16385,16476,16567,16660,16777,16916,16987,17070,17750,17807,17865,18559,19265" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.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,159,223,290,354,470,596,722,850,1022", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,465,591,717,845,1017,1355" + }, + "to": { + "startLines": "2,3,4,5,264,265,266,267,300,303", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,19270,19386,19512,19638,21479,21651", + "endLines": "2,3,4,5,264,265,266,267,302,307", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,19381,19507,19633,19761,21646,21984" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json new file mode 100644 index 0000000..0e28ecb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v22\\values-v22.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v22\\values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,553", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,548,896" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json new file mode 100644 index 0000000..b61f994 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json @@ -0,0 +1,39 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v23\\values-v23.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,20,34,35,36,37,41,42,43,44", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1371,2267,2386,2513,2618,2842,2957,3064,3177", + "endLines": "2,3,4,5,19,33,34,35,36,40,41,42,43,47", + "endColumns": "134,134,74,86,12,12,118,126,104,12,114,106,112,12", + "endOffsets": "185,320,395,482,1366,2262,2381,2508,2613,2837,2952,3059,3172,3402" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c034f7088c57e18a85dafc68b942945f\\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": "48", + "startColumns": "4", + "startOffsets": "3407", + "endLines": "50", + "endColumns": "12", + "endOffsets": "3552" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json new file mode 100644 index 0000000..bd41cf6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v24\\values-v24.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-v25.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json new file mode 100644 index 0000000..8c544fb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v25\\values-v25.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-v26.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json new file mode 100644 index 0000000..e3e7ec6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v26\\values-v26.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,431,657,896", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,984" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json new file mode 100644 index 0000000..6bbcc61 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v28\\values-v28.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v28\\values-v28.xml", + "from": { + "startLines": "2,3,4,8", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,447", + "endLines": "2,3,7,11", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,442,684" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json new file mode 100644 index 0000000..bac925c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-vi\\values-vi.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,884,975,1067,1162,1256,1357,1450,1545,1639,1730,1821,1904,2008,2116,2217,2322,2437,2542,2699,2798", + "endColumns": "106,101,108,83,102,118,77,76,90,91,94,93,100,92,94,93,90,90,82,103,107,100,104,114,104,156,98,83", + "endOffsets": "207,309,418,502,605,724,802,879,970,1062,1157,1251,1352,1445,1540,1634,1725,1816,1899,2003,2111,2212,2317,2432,2537,2694,2793,2877" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2882", + "endColumns": "100", + "endOffsets": "2978" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json new file mode 100644 index 0000000..26954a3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v20\\values-watch-v20.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-watch-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json new file mode 100644 index 0000000..aef1d5e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v21\\values-watch-v21.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-xlarge-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..890ac4e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-xlarge-v4\\values-xlarge-v4.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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/blame/res/debug/multi-v2/values-zh-rCN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..be96772 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,833,924,1016,1113,1209,1304,1397,1492,1584,1675,1766,1843,1939,2034,2129,2226,2322,2420,2568,2662", + "endColumns": "94,94,99,81,96,105,76,75,90,91,96,95,94,92,94,91,90,90,76,95,94,94,96,95,97,147,93,77", + "endOffsets": "195,290,390,472,569,675,752,828,919,1011,1108,1204,1299,1392,1487,1579,1670,1761,1838,1934,2029,2124,2221,2317,2415,2563,2657,2735" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2740", + "endColumns": "100", + "endOffsets": "2836" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..eea5d45 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rHK\\values-zh-rHK.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2744", + "endColumns": "100", + "endOffsets": "2840" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,833,925,1018,1109,1205,1301,1395,1491,1583,1675,1767,1844,1940,2035,2130,2227,2323,2421,2572,2666", + "endColumns": "94,92,99,81,96,107,76,75,91,92,90,95,95,93,95,91,91,91,76,95,94,94,96,95,97,150,93,77", + "endOffsets": "195,288,388,470,567,675,752,828,920,1013,1104,1200,1296,1390,1486,1578,1670,1762,1839,1935,2030,2125,2222,2318,2416,2567,2661,2739" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..cce567c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,833,925,1018,1115,1211,1307,1401,1497,1589,1681,1773,1850,1946,2041,2136,2233,2329,2427,2577,2671", + "endColumns": "94,92,99,81,96,107,76,75,91,92,96,95,95,93,95,91,91,91,76,95,94,94,96,95,97,149,93,77", + "endOffsets": "195,288,388,470,567,675,752,828,920,1013,1110,1206,1302,1396,1492,1584,1676,1768,1845,1941,2036,2131,2228,2324,2422,2572,2666,2744" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2749", + "endColumns": "100", + "endOffsets": "2845" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json new file mode 100644 index 0000000..a4b3c7e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zu\\values-zu.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\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,895,986,1078,1173,1267,1368,1461,1556,1650,1741,1834,1914,2018,2121,2219,2326,2433,2538,2695,2791", + "endColumns": "107,106,111,87,102,114,78,77,90,91,94,93,100,92,94,93,90,92,79,103,102,97,106,106,104,156,95,80", + "endOffsets": "208,315,427,515,618,733,812,890,981,1073,1168,1262,1363,1456,1551,1645,1736,1829,1909,2013,2116,2214,2321,2428,2533,2690,2786,2867" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2872", + "endColumns": "100", + "endOffsets": "2968" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values.json b/app/build/intermediates/blame/res/debug/multi-v2/values.json new file mode 100644 index 0000000..2573d8c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values.json @@ -0,0 +1,248 @@ +{ + "logs": [ + { + "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml", + "map": [ + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,83,84,88,89,90,91,98,141,173,210", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,124,319,389,457,529,599,660,734,807,868,929,991,1055,1117,1178,1246,1346,1406,1472,1545,1614,1671,1723,1785,1857,1933,1998,2057,2116,2176,2236,2296,2356,2416,2476,2536,2596,2656,2716,2775,2835,2895,2955,3015,3075,3135,3195,3255,3315,3375,3434,3494,3554,3613,3672,3731,3790,3849,3908,3943,3978,4033,4096,4151,4209,4266,4316,4377,4434,4468,4503,4538,4608,4679,4796,4997,5107,5308,5437,5509,5576,5874,8780,10845,12605", + "endLines": "2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,82,83,87,88,89,90,97,140,172,209,216", + "endColumns": "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,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24", + "endOffsets": "119,182,384,452,524,594,655,729,802,863,924,986,1050,1112,1173,1241,1341,1401,1467,1540,1609,1666,1718,1780,1852,1928,1993,2052,2111,2171,2231,2291,2351,2411,2471,2531,2591,2651,2711,2770,2830,2890,2950,3010,3070,3130,3190,3250,3310,3370,3429,3489,3549,3608,3667,3726,3785,3844,3903,3938,3973,4028,4091,4146,4204,4261,4311,4372,4429,4463,4498,4533,4603,4674,4791,4992,5102,5303,5432,5504,5571,5869,8775,10840,12600,12977" + }, + "to": { + "startLines": "236,237,341,342,343,344,345,346,347,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,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,520,521,533,534,535,536,537,538,539,540,541,542,546,568,630,2361,2362,2366,2367,2371,2739,2740,3861,4027,4070,4103,4140", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "12785,12854,19919,19989,20057,20129,20199,20260,20334,27231,27292,27353,27415,27479,27541,27602,27670,27770,27830,27896,27969,28038,28095,28147,28662,28734,28810,28875,28934,28993,29053,29113,29173,29233,29293,29353,29413,29473,29533,29593,29652,29712,29772,29832,29892,29952,30012,30072,30132,30192,30252,30311,30371,30431,30490,30549,30608,30667,30726,31130,31165,31740,31795,31858,31913,31971,32028,32078,32139,32196,32230,32408,33654,38591,155139,155256,155457,155567,155768,180520,180592,245009,260767,263673,265940,267700", + "endLines": "236,237,341,342,343,344,345,346,347,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,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,520,521,533,534,535,536,537,538,539,540,541,542,546,568,630,2361,2365,2366,2370,2371,2739,2740,3867,4069,4101,4139,4146", + "endColumns": "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,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24", + "endOffsets": "12849,12912,19984,20052,20124,20194,20255,20329,20402,27287,27348,27410,27474,27536,27597,27665,27765,27825,27891,27964,28033,28090,28142,28204,28729,28805,28870,28929,28988,29048,29108,29168,29228,29288,29348,29408,29468,29528,29588,29647,29707,29767,29827,29887,29947,30007,30067,30127,30187,30247,30306,30366,30426,30485,30544,30603,30662,30721,30780,31160,31195,31790,31853,31908,31966,32023,32073,32134,32191,32225,32260,32438,33719,38657,155251,155452,155562,155763,155892,180587,180654,245302,263668,265733,267695,268072" + } + }, + { + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "5,6,13,1,26,12,22,29,28,9,8,10,18,25,27,3,4,23,15,11,24,14,21,17,19,16,20,7", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "205,268,677,16,1323,615,1128,1482,1429,439,373,515,948,1258,1368,105,152,1170,782,571,1216,736,1082,900,990,846,1034,325", + "endColumns": "62,56,58,50,44,61,41,73,52,75,65,55,41,64,60,46,52,45,63,43,41,45,45,47,43,53,47,47", + "endOffsets": "263,320,731,62,1363,672,1165,1551,1477,510,434,566,985,1318,1424,147,200,1211,841,610,1253,777,1123,943,1029,895,1077,368" + }, + "to": { + "startLines": "596,597,598,599,604,605,608,609,610,612,613,614,615,617,618,624,625,626,628,629,631,632,633,634,635,636,637,638", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "35590,35653,35710,35769,36292,36337,36713,36755,36829,37035,37111,37177,37233,37356,37421,38284,38331,38384,38483,38547,38662,38704,38750,38796,38844,38888,38942,38990", + "endColumns": "62,56,58,50,44,61,41,73,52,75,65,55,41,64,60,46,52,45,63,43,41,45,45,47,43,53,47,47", + "endOffsets": "35648,35705,35764,35815,36332,36394,36750,36824,36877,37106,37172,37228,37270,37416,37477,38326,38379,38425,38542,38586,38699,38745,38791,38839,38883,38937,38985,39033" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.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,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,218,219,223,227,231,236,242,249,253,257,262,266,270,274,278,282,286,292,296,302,306,312,316,321,325,328,332,338,342,348,352,358,361,365,369,373,377,381,382,383,384,387,390,393,396,400,401,402,403,404,407,409,411,413,418,419,423,429,433,434,436,447,448,452,458,462,463,464,468,495,499,500,504,532,703,729,901,927,958,966,972,986,1008,1013,1018,1028,1037,1046,1050,1057,1065,1072,1073,1082,1085,1088,1092,1096,1100,1103,1104,1109,1114,1124,1129,1136,1142,1143,1146,1150,1155,1157,1159,1162,1165,1167,1171,1174,1181,1184,1187,1191,1193,1197,1199,1201,1203,1207,1215,1223,1235,1241,1250,1253,1264,1267,1268,1273,1274,1279,1348,1418,1419,1429,1438,1439,1441,1445,1448,1451,1454,1457,1460,1463,1466,1470,1473,1476,1479,1483,1486,1490,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1516,1518,1519,1520,1521,1522,1523,1524,1525,1527,1528,1530,1531,1533,1535,1536,1538,1539,1540,1541,1542,1543,1545,1546,1547,1548,1549,1550,1552,1554,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1570,1571,1572,1573,1574,1575,1577,1581,1585,1586,1587,1588,1589,1590,1594,1595,1596,1597,1599,1601,1603,1605,1607,1608,1609,1610,1612,1614,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1630,1631,1632,1633,1635,1637,1638,1640,1641,1643,1645,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1660,1661,1662,1663,1665,1666,1667,1668,1669,1671,1673,1675,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1775,1778,1781,1784,1798,1809,1819,1849,1876,1885,1960,2357,2362,2390,2408,2444,2450,2456,2479,2620,2640,2646,2650,2656,2693,2705,2771,2795,2864,2883,2909", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,409,471,552,613,688,764,841,919,1004,1086,1162,1238,1315,1393,1499,1605,1684,1764,1821,1879,1953,2028,2093,2159,2219,2280,2352,2425,2492,2560,2619,2678,2737,2796,2855,2909,2963,3016,3070,3124,3178,3232,3306,3385,3458,3532,3603,3675,3747,3820,3877,3935,4008,4082,4156,4231,4303,4376,4446,4517,4577,4638,4707,4776,4846,4920,4996,5060,5137,5213,5290,5355,5424,5501,5576,5645,5713,5790,5856,5917,6014,6079,6148,6247,6318,6377,6435,6492,6551,6615,6686,6758,6830,6902,6974,7041,7109,7177,7236,7299,7363,7453,7544,7604,7670,7737,7803,7873,7937,7990,8057,8118,8185,8298,8356,8419,8484,8549,8624,8697,8769,8818,8879,8940,9001,9063,9127,9191,9255,9320,9383,9443,9504,9570,9629,9689,9751,9822,9882,9950,10036,10123,10213,10300,10388,10470,10553,10643,10734,10786,10844,10889,10955,11019,11076,11133,11187,11244,11292,11341,11392,11426,11473,11522,11568,11600,11664,11726,11786,11843,11917,11987,12065,12119,12189,12274,12322,12368,12429,12492,12558,12622,12693,12756,12821,12885,12946,13007,13059,13132,13206,13275,13350,13424,13498,13639,13709,13762,13840,13930,14018,14114,14204,14786,14875,15122,15403,15655,15940,16333,16810,17032,17254,17530,17757,17987,18217,18447,18677,18904,19323,19549,19974,20204,20632,20851,21134,21342,21473,21700,22126,22351,22778,22999,23424,23544,23820,24121,24445,24736,25050,25187,25318,25423,25665,25832,26036,26244,26515,26627,26739,26844,26961,27175,27321,27461,27547,27895,27983,28229,28647,28896,28978,29076,29693,29793,30045,30469,30724,30818,30907,31144,33196,33438,33540,33793,35977,47101,48617,59840,61368,63125,63751,64171,65232,66497,66753,66989,67536,68030,68635,68833,69413,69977,70352,70470,71008,71165,71361,71634,71890,72060,72201,72265,72630,72997,73673,73937,74275,74628,74722,74908,75214,75476,75601,75728,75967,76178,76297,76490,76667,77122,77303,77425,77684,77797,77984,78086,78193,78322,78597,79105,79601,80478,80772,81342,81491,82223,82395,82479,82815,82907,83185,88594,94146,94208,94838,95452,95543,95656,95885,96045,96197,96368,96534,96703,96870,97033,97276,97446,97619,97790,98064,98263,98468,98798,98882,98978,99074,99172,99272,99374,99476,99578,99680,99782,99882,99978,100090,100219,100342,100473,100604,100702,100816,100910,101050,101184,101280,101392,101492,101608,101704,101816,101916,102056,102192,102356,102486,102644,102794,102935,103079,103214,103326,103476,103604,103732,103868,104000,104130,104260,104372,104512,104658,104802,104940,105006,105096,105172,105276,105366,105468,105576,105684,105784,105864,105956,106054,106164,106242,106348,106440,106544,106654,106776,106939,107096,107176,107276,107366,107476,107566,107807,107901,108007,108099,108199,108311,108425,108541,108657,108751,108865,108977,109079,109199,109321,109403,109507,109627,109753,109851,109945,110033,110145,110261,110383,110495,110670,110786,110872,110964,111076,111200,111267,111393,111461,111589,111733,111861,111930,112025,112140,112253,112352,112461,112572,112683,112784,112889,112989,113119,113210,113333,113427,113539,113625,113729,113825,113913,114031,114135,114239,114365,114453,114561,114661,114751,114861,114945,115047,115131,115185,115249,115355,115441,115551,115635,115755,120899,121017,121132,121264,121979,122671,123188,124787,126320,126708,131443,151705,151965,153475,154508,156521,156783,157139,157969,164751,165885,166179,166402,166729,168779,169427,173278,174480,178559,179774,181183", + "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,217,218,222,226,230,235,241,248,252,256,261,265,269,273,277,281,285,291,295,301,305,311,315,320,324,327,331,337,341,347,351,357,360,364,368,372,376,380,381,382,383,386,389,392,395,399,400,401,402,403,406,408,410,412,417,418,422,428,432,433,435,446,447,451,457,461,462,463,467,494,498,499,503,531,702,728,900,926,957,965,971,985,1007,1012,1017,1027,1036,1045,1049,1056,1064,1071,1072,1081,1084,1087,1091,1095,1099,1102,1103,1108,1113,1123,1128,1135,1141,1142,1145,1149,1154,1156,1158,1161,1164,1166,1170,1173,1180,1183,1186,1190,1192,1196,1198,1200,1202,1206,1214,1222,1234,1240,1249,1252,1263,1266,1267,1272,1273,1278,1347,1417,1418,1428,1437,1438,1440,1444,1447,1450,1453,1456,1459,1462,1465,1469,1472,1475,1478,1482,1485,1489,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1515,1517,1518,1519,1520,1521,1522,1523,1524,1526,1527,1529,1530,1532,1534,1535,1537,1538,1539,1540,1541,1542,1544,1545,1546,1547,1548,1549,1551,1553,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1569,1570,1571,1572,1573,1574,1576,1580,1584,1585,1586,1587,1588,1589,1593,1594,1595,1596,1598,1600,1602,1604,1606,1607,1608,1609,1611,1613,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1629,1630,1631,1632,1634,1636,1637,1639,1640,1642,1644,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1659,1660,1661,1662,1664,1665,1666,1667,1668,1670,1672,1674,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1774,1777,1780,1783,1797,1808,1818,1848,1875,1884,1959,2356,2361,2389,2407,2443,2449,2455,2478,2619,2639,2645,2649,2655,2692,2704,2770,2794,2863,2882,2908,2917", + "endColumns": "54,44,48,40,54,58,61,80,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,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,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", + "endOffsets": "155,200,249,290,345,404,466,547,608,683,759,836,914,999,1081,1157,1233,1310,1388,1494,1600,1679,1759,1816,1874,1948,2023,2088,2154,2214,2275,2347,2420,2487,2555,2614,2673,2732,2791,2850,2904,2958,3011,3065,3119,3173,3227,3301,3380,3453,3527,3598,3670,3742,3815,3872,3930,4003,4077,4151,4226,4298,4371,4441,4512,4572,4633,4702,4771,4841,4915,4991,5055,5132,5208,5285,5350,5419,5496,5571,5640,5708,5785,5851,5912,6009,6074,6143,6242,6313,6372,6430,6487,6546,6610,6681,6753,6825,6897,6969,7036,7104,7172,7231,7294,7358,7448,7539,7599,7665,7732,7798,7868,7932,7985,8052,8113,8180,8293,8351,8414,8479,8544,8619,8692,8764,8813,8874,8935,8996,9058,9122,9186,9250,9315,9378,9438,9499,9565,9624,9684,9746,9817,9877,9945,10031,10118,10208,10295,10383,10465,10548,10638,10729,10781,10839,10884,10950,11014,11071,11128,11182,11239,11287,11336,11387,11421,11468,11517,11563,11595,11659,11721,11781,11838,11912,11982,12060,12114,12184,12269,12317,12363,12424,12487,12553,12617,12688,12751,12816,12880,12941,13002,13054,13127,13201,13270,13345,13419,13493,13634,13704,13757,13835,13925,14013,14109,14199,14781,14870,15117,15398,15650,15935,16328,16805,17027,17249,17525,17752,17982,18212,18442,18672,18899,19318,19544,19969,20199,20627,20846,21129,21337,21468,21695,22121,22346,22773,22994,23419,23539,23815,24116,24440,24731,25045,25182,25313,25418,25660,25827,26031,26239,26510,26622,26734,26839,26956,27170,27316,27456,27542,27890,27978,28224,28642,28891,28973,29071,29688,29788,30040,30464,30719,30813,30902,31139,33191,33433,33535,33788,35972,47096,48612,59835,61363,63120,63746,64166,65227,66492,66748,66984,67531,68025,68630,68828,69408,69972,70347,70465,71003,71160,71356,71629,71885,72055,72196,72260,72625,72992,73668,73932,74270,74623,74717,74903,75209,75471,75596,75723,75962,76173,76292,76485,76662,77117,77298,77420,77679,77792,77979,78081,78188,78317,78592,79100,79596,80473,80767,81337,81486,82218,82390,82474,82810,82902,83180,88589,94141,94203,94833,95447,95538,95651,95880,96040,96192,96363,96529,96698,96865,97028,97271,97441,97614,97785,98059,98258,98463,98793,98877,98973,99069,99167,99267,99369,99471,99573,99675,99777,99877,99973,100085,100214,100337,100468,100599,100697,100811,100905,101045,101179,101275,101387,101487,101603,101699,101811,101911,102051,102187,102351,102481,102639,102789,102930,103074,103209,103321,103471,103599,103727,103863,103995,104125,104255,104367,104507,104653,104797,104935,105001,105091,105167,105271,105361,105463,105571,105679,105779,105859,105951,106049,106159,106237,106343,106435,106539,106649,106771,106934,107091,107171,107271,107361,107471,107561,107802,107896,108002,108094,108194,108306,108420,108536,108652,108746,108860,108972,109074,109194,109316,109398,109502,109622,109748,109846,109940,110028,110140,110256,110378,110490,110665,110781,110867,110959,111071,111195,111262,111388,111456,111584,111728,111856,111925,112020,112135,112248,112347,112456,112567,112678,112779,112884,112984,113114,113205,113328,113422,113534,113620,113724,113820,113908,114026,114130,114234,114360,114448,114556,114656,114746,114856,114940,115042,115126,115180,115244,115350,115436,115546,115630,115750,120894,121012,121127,121259,121974,122666,123183,124782,126315,126703,131438,151700,151960,153470,154503,156516,156778,157134,157964,164746,165880,166174,166397,166724,168774,169422,173273,174475,178554,179769,181178,181652" + }, + "to": { + "startLines": "25,31,33,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,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,392,393,397,398,399,400,401,402,403,470,471,472,473,474,475,476,477,513,514,515,516,518,525,526,532,552,554,555,558,559,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,627,639,640,641,642,643,654,662,663,667,671,682,687,693,700,704,708,713,717,721,725,729,733,737,743,747,753,757,763,767,772,776,779,783,789,793,799,803,809,812,816,820,824,828,832,833,834,835,838,841,844,847,851,852,853,854,855,858,860,862,864,869,870,874,880,884,885,887,898,899,903,909,913,967,968,972,999,1003,1004,1008,1258,1429,1455,1627,1653,1684,1692,1698,1712,1734,1739,1744,1754,1763,1772,1776,1783,1791,1798,1799,1808,1811,1814,1818,1822,1826,1829,1830,1835,1840,1850,1855,1862,1868,1869,1872,1876,1881,1883,1885,1888,1891,1893,1897,1900,1907,1910,1913,1917,1919,1923,1925,1927,1929,1933,1941,1949,1961,1967,1976,1979,1990,1993,1994,1999,2000,2086,2155,2229,2230,2240,2249,2250,2252,2256,2259,2262,2265,2268,2271,2274,2277,2281,2284,2287,2290,2294,2297,2301,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2327,2329,2330,2331,2332,2333,2334,2335,2336,2338,2339,2341,2342,2344,2346,2347,2349,2350,2351,2352,2353,2354,2356,2357,2358,2359,2360,2510,2512,2514,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2530,2531,2532,2533,2534,2535,2537,2541,2610,2611,2612,2613,2614,2615,2619,2620,2621,2644,2646,2648,2650,2652,2654,2655,2656,2657,2659,2661,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2677,2678,2679,2680,2682,2684,2685,2687,2688,2690,2692,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2707,2708,2709,2710,2712,2713,2714,2715,2716,2718,2720,2722,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,3024,3107,3110,3113,3116,3130,3141,3217,3247,3274,3283,3358,3775,3868,3999,4148,4184,4190,4204,4227,4368,4389,4395,4399,4435,4474,4518,4608,4652,4721,4740,4766", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1262,1489,1587,8037,8078,8133,8192,8316,8397,8458,8533,8609,8686,8764,8849,8931,9007,9083,9160,9238,9344,9450,9529,9609,9666,10880,10954,11029,11094,11160,11220,11281,11353,11426,11493,11561,11620,11679,11738,11797,11856,11910,11964,12017,12071,12125,12179,12917,12991,13070,13143,13217,13288,13360,13432,13505,13562,13620,13693,13767,13841,13916,13988,14061,14131,14202,14262,14323,14392,14461,14531,14605,14681,14745,14822,14898,14975,15040,15109,15186,15261,15330,15398,15475,15541,15602,15699,15764,15833,15932,16003,16062,16120,16177,16236,16300,16371,16443,16515,16587,16659,16726,16794,16862,16921,16984,17048,17138,17229,17289,17355,17422,17488,17558,17622,17675,17742,17803,17870,17983,18041,18104,18169,18234,18309,18382,18454,18503,18564,18625,18686,18748,18812,18876,18940,19005,19068,19128,19189,19255,19314,19374,19436,19507,19567,23211,23297,23547,23637,23724,23812,23894,23977,24067,28209,28261,28319,28364,28430,28494,28551,28608,30785,30842,30890,30939,31030,31363,31410,31694,32709,32789,32853,33043,33103,33724,33798,33868,33946,34000,34070,34155,34203,34249,34310,34373,34439,34503,34574,34637,34702,34766,34827,34888,34940,35013,35087,35156,35231,35305,35379,35520,38430,39038,39116,39206,39294,39390,40076,40658,40747,40994,41275,41941,42226,42619,43096,43318,43540,43816,44043,44273,44503,44733,44963,45190,45609,45835,46260,46490,46918,47137,47420,47628,47759,47986,48412,48637,49064,49285,49710,49830,50106,50407,50731,51022,51336,51473,51604,51709,51951,52118,52322,52530,52801,52913,53025,53130,53247,53461,53607,53747,53833,54181,54269,54515,54933,55182,55264,55362,55979,56079,56331,56755,57010,60837,60926,61163,63215,63457,63559,63812,82213,93337,94853,106076,107604,109361,109987,110407,111468,112733,112989,113225,113772,114266,114871,115069,115649,116213,116588,116706,117244,117401,117597,117870,118126,118296,118437,118501,118866,119233,119909,120173,120511,120864,120958,121144,121450,121712,121837,121964,122203,122414,122533,122726,122903,123358,123539,123661,123920,124033,124220,124322,124429,124558,124833,125341,125837,126714,127008,127578,127727,128459,128631,128715,129051,129143,133468,138877,144773,144835,145465,146079,146170,146283,146512,146672,146824,146995,147161,147330,147497,147660,147903,148073,148246,148417,148691,148890,149095,149425,149509,149605,149701,149799,149899,150001,150103,150205,150307,150409,150509,150605,150717,150846,150969,151100,151231,151329,151443,151537,151677,151811,151907,152019,152119,152235,152331,152443,152543,152683,152819,152983,153113,153271,153421,153562,153706,153841,153953,154103,154231,154359,154495,154627,154757,154887,154999,163343,163489,163633,163771,163837,163927,164003,164107,164197,164299,164407,164515,164615,164695,164787,164885,164995,165073,165179,165271,165375,165485,165607,165770,170255,170335,170435,170525,170635,170725,170966,171060,171166,172864,172964,173076,173190,173306,173422,173516,173630,173742,173844,173964,174086,174168,174272,174392,174518,174616,174710,174798,174910,175026,175148,175260,175435,175551,175637,175729,175841,175965,176032,176158,176226,176354,176498,176626,176695,176790,176905,177018,177117,177226,177337,177448,177549,177654,177754,177884,177975,178098,178192,178304,178390,178494,178590,178678,178796,178900,179004,179130,179218,179326,179426,179516,179626,179710,179812,179896,179950,180014,180120,180206,180316,180400,197756,202900,203018,203133,203265,203980,204672,208869,210468,212001,212389,217124,238820,245307,258739,268185,270198,270460,272790,273620,280402,282103,282397,282620,284689,287074,289625,295405,298655,302734,303949,305358", + "endLines": "25,31,33,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,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,392,393,397,398,399,400,401,402,403,470,471,472,473,474,475,476,477,513,514,515,516,518,525,526,532,552,554,555,558,559,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,627,639,640,641,642,643,661,662,666,670,674,686,692,699,703,707,712,716,720,724,728,732,736,742,746,752,756,762,766,771,775,778,782,788,792,798,802,808,811,815,819,823,827,831,832,833,834,837,840,843,846,850,851,852,853,854,857,859,861,863,868,869,873,879,883,884,886,897,898,902,908,912,913,967,971,998,1002,1003,1007,1035,1428,1454,1626,1652,1683,1691,1697,1711,1733,1738,1743,1753,1762,1771,1775,1782,1790,1797,1798,1807,1810,1813,1817,1821,1825,1828,1829,1834,1839,1849,1854,1861,1867,1868,1871,1875,1880,1882,1884,1887,1890,1892,1896,1899,1906,1909,1912,1916,1918,1922,1924,1926,1928,1932,1940,1948,1960,1966,1975,1978,1989,1992,1993,1998,1999,2004,2154,2224,2229,2239,2248,2249,2251,2255,2258,2261,2264,2267,2270,2273,2276,2280,2283,2286,2289,2293,2296,2300,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2326,2328,2329,2330,2331,2332,2333,2334,2335,2337,2338,2340,2341,2343,2345,2346,2348,2349,2350,2351,2352,2353,2355,2356,2357,2358,2359,2360,2511,2513,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2529,2530,2531,2532,2533,2534,2536,2540,2544,2610,2611,2612,2613,2614,2618,2619,2620,2621,2645,2647,2649,2651,2653,2654,2655,2656,2658,2660,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2676,2677,2678,2679,2681,2683,2684,2686,2687,2689,2691,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2706,2707,2708,2709,2711,2712,2713,2714,2715,2717,2719,2721,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,3106,3109,3112,3115,3129,3140,3150,3246,3273,3282,3357,3754,3779,3895,4016,4183,4189,4195,4226,4367,4387,4394,4398,4404,4471,4485,4583,4631,4720,4739,4765,4774", + "endColumns": "54,44,48,40,54,58,61,80,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,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,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", + "endOffsets": "1312,1529,1631,8073,8128,8187,8249,8392,8453,8528,8604,8681,8759,8844,8926,9002,9078,9155,9233,9339,9445,9524,9604,9661,9719,10949,11024,11089,11155,11215,11276,11348,11421,11488,11556,11615,11674,11733,11792,11851,11905,11959,12012,12066,12120,12174,12228,12986,13065,13138,13212,13283,13355,13427,13500,13557,13615,13688,13762,13836,13911,13983,14056,14126,14197,14257,14318,14387,14456,14526,14600,14676,14740,14817,14893,14970,15035,15104,15181,15256,15325,15393,15470,15536,15597,15694,15759,15828,15927,15998,16057,16115,16172,16231,16295,16366,16438,16510,16582,16654,16721,16789,16857,16916,16979,17043,17133,17224,17284,17350,17417,17483,17553,17617,17670,17737,17798,17865,17978,18036,18099,18164,18229,18304,18377,18449,18498,18559,18620,18681,18743,18807,18871,18935,19000,19063,19123,19184,19250,19309,19369,19431,19502,19562,19630,23292,23379,23632,23719,23807,23889,23972,24062,24153,28256,28314,28359,28425,28489,28546,28603,28657,30837,30885,30934,30985,31059,31405,31454,31735,32736,32848,32910,33098,33155,33793,33863,33941,33995,34065,34150,34198,34244,34305,34368,34434,34498,34569,34632,34697,34761,34822,34883,34935,35008,35082,35151,35226,35300,35374,35515,35585,38478,39111,39201,39289,39385,39475,40653,40742,40989,41270,41522,42221,42614,43091,43313,43535,43811,44038,44268,44498,44728,44958,45185,45604,45830,46255,46485,46913,47132,47415,47623,47754,47981,48407,48632,49059,49280,49705,49825,50101,50402,50726,51017,51331,51468,51599,51704,51946,52113,52317,52525,52796,52908,53020,53125,53242,53456,53602,53742,53828,54176,54264,54510,54928,55177,55259,55357,55974,56074,56326,56750,57005,57099,60921,61158,63210,63452,63554,63807,65991,93332,94848,106071,107599,109356,109982,110402,111463,112728,112984,113220,113767,114261,114866,115064,115644,116208,116583,116701,117239,117396,117592,117865,118121,118291,118432,118496,118861,119228,119904,120168,120506,120859,120953,121139,121445,121707,121832,121959,122198,122409,122528,122721,122898,123353,123534,123656,123915,124028,124215,124317,124424,124553,124828,125336,125832,126709,127003,127573,127722,128454,128626,128710,129046,129138,129416,138872,144424,144830,145460,146074,146165,146278,146507,146667,146819,146990,147156,147325,147492,147655,147898,148068,148241,148412,148686,148885,149090,149420,149504,149600,149696,149794,149894,149996,150098,150200,150302,150404,150504,150600,150712,150841,150964,151095,151226,151324,151438,151532,151672,151806,151902,152014,152114,152230,152326,152438,152538,152678,152814,152978,153108,153266,153416,153557,153701,153836,153948,154098,154226,154354,154490,154622,154752,154882,154994,155134,163484,163628,163766,163832,163922,163998,164102,164192,164294,164402,164510,164610,164690,164782,164880,164990,165068,165174,165266,165370,165480,165602,165765,165922,170330,170430,170520,170630,170720,170961,171055,171161,171253,172959,173071,173185,173301,173417,173511,173625,173737,173839,173959,174081,174163,174267,174387,174513,174611,174705,174793,174905,175021,175143,175255,175430,175546,175632,175724,175836,175960,176027,176153,176221,176349,176493,176621,176690,176785,176900,177013,177112,177221,177332,177443,177544,177649,177749,177879,177970,178093,178187,178299,178385,178489,178585,178673,178791,178895,178999,179125,179213,179321,179421,179511,179621,179705,179807,179891,179945,180009,180115,180201,180311,180395,180515,202895,203013,203128,203260,203975,204667,205184,210463,211996,212384,217119,237381,239075,246812,259767,270193,270455,270811,273615,280397,281531,282392,282615,282942,286734,287717,293471,296602,302729,303944,305353,305827" + } + }, + { + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\styles.xml", + "from": { + "startLines": "3,10", + "startColumns": "4,4", + "startOffsets": "54,374", + "endLines": "8,15", + "endColumns": "12,12", + "endOffsets": "368,637" + }, + "to": { + "startLines": "648,3018", + "startColumns": "4,4", + "startOffsets": "39757,197488", + "endLines": "653,3023", + "endColumns": "12,12", + "endOffsets": "40071,197751" + } + }, + { + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "4,2,3", + "startColumns": "4,4,4", + "startOffsets": "153,55,102", + "endColumns": "45,46,50", + "endOffsets": "194,97,148" + }, + "to": { + "startLines": "192,193,194", + "startColumns": "4,4,4", + "startOffsets": "9973,10019,10066", + "endColumns": "45,46,50", + "endOffsets": "10014,10061,10112" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\a44642c3bddc1cd9ae77529ce5394be3\\appcompat-resources-1.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,29,36,47,74", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,1702,2087,2684,4317", + "endLines": "28,35,46,73,78", + "endColumns": "24,24,24,24,24", + "endOffsets": "1697,2082,2679,4312,4582" + }, + "to": { + "startLines": "3151,3178,3185,4486,4513", + "startColumns": "4,4,4,4,4", + "startOffsets": "205189,206836,207221,287722,289355", + "endLines": "3177,3184,3195,4512,4517", + "endColumns": "24,24,24,24,24", + "endOffsets": "206831,207216,207813,289350,289620" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c1763829f79bc3811543d2bb9a22b866\\constraintlayout-1.1.3\\res\\values\\values.xml", + "from": { + "startLines": "2,3,11,12,13,14,15,19,20,21,22,25,26,29,32,33,34,35,36,39,42,43,44,45,50,53,56,57,58,63,64,65,68,71,72,75,78,81,84,85,88,91,92,97,98,103,106,109,110,111,112,113,114,115,116,117,118,127,128,129,130", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,116,407,455,507,568,614,741,802,862,932,1065,1133,1262,1388,1450,1515,1583,1650,1773,1898,1965,2030,2095,2276,2397,2518,2584,2651,2861,2930,2996,3121,3247,3314,3440,3567,3692,3819,3884,4010,4133,4198,4406,4473,4653,4773,4893,4958,5020,5082,5144,5203,5263,5324,5385,5444,5819,8395,8527,11791", + "endLines": "2,10,11,12,13,14,18,19,20,21,24,25,28,31,32,33,34,35,38,41,42,43,44,49,52,55,56,57,62,63,64,67,70,71,74,77,80,83,84,87,90,91,96,97,102,105,108,109,110,111,112,113,114,115,116,117,126,127,128,129,130", + "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107", + "endOffsets": "111,402,450,502,563,609,736,797,857,927,1060,1128,1257,1383,1445,1510,1578,1645,1768,1893,1960,2025,2090,2271,2392,2513,2579,2646,2856,2925,2991,3116,3242,3309,3435,3562,3687,3814,3879,4005,4128,4193,4401,4468,4648,4768,4888,4953,5015,5077,5139,5198,5258,5319,5380,5439,5814,8390,8522,11786,11894" + }, + "to": { + "startLines": "2,3,16,21,22,23,26,34,35,36,37,40,41,44,47,48,49,50,51,54,57,58,59,60,65,68,71,72,73,78,79,80,83,86,87,90,93,96,99,100,103,106,107,112,113,118,121,124,125,126,127,128,129,130,131,132,133,3896,3897,3898,4147", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "150,211,786,1042,1094,1155,1317,1636,1697,1757,1827,1960,2028,2157,2283,2345,2410,2478,2545,2668,2793,2860,2925,2990,3171,3292,3413,3479,3546,3756,3825,3891,4016,4142,4209,4335,4462,4587,4714,4779,4905,5028,5093,5301,5368,5548,5668,5788,5853,5915,5977,6039,6098,6158,6219,6280,6339,246817,249393,249525,268077", + "endLines": "2,10,16,21,22,23,29,34,35,36,39,40,43,46,47,48,49,50,53,56,57,58,59,64,67,70,71,72,77,78,79,82,85,86,89,92,95,98,99,102,105,106,111,112,117,120,123,124,125,126,127,128,129,130,131,132,141,3896,3897,3898,4147", + "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107", + "endOffsets": "206,497,829,1089,1150,1196,1439,1692,1752,1822,1955,2023,2152,2278,2340,2405,2473,2540,2663,2788,2855,2920,2985,3166,3287,3408,3474,3541,3751,3820,3886,4011,4137,4204,4330,4457,4582,4709,4774,4900,5023,5088,5296,5363,5543,5663,5783,5848,5910,5972,6034,6093,6153,6214,6275,6334,6709,249388,249520,252784,268180" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\cbfe81a657ef2afb513a6ca64388f844\\coordinatorlayout-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,102,3,13", + "startColumns": "4,4,4,4", + "startOffsets": "55,5935,116,724", + "endLines": "2,104,12,101", + "endColumns": "60,12,24,24", + "endOffsets": "111,6075,719,5930" + }, + "to": { + "startLines": "24,3015,3899,3909", + "startColumns": "4,4,4,4", + "startOffsets": "1201,197343,252789,253397", + "endLines": "24,3017,3908,3997", + "endColumns": "60,12,24,24", + "endOffsets": "1257,197483,253392,258603" + } + }, + { + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\dimens.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "88,146", + "endColumns": "57,55", + "endOffsets": "141,197" + }, + "to": { + "startLines": "336,337", + "startColumns": "4,4", + "startOffsets": "19635,19693", + "endColumns": "57,55", + "endOffsets": "19688,19744" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\4ea847ccfe34de0657fc7a139eae5de8\\transition-1.0.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,138,185,240,285,339,391,440,501", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "90,133,180,235,280,334,386,435,496,546" + }, + "to": { + "startLines": "517,524,527,528,529,547,548,549,550,551", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "30990,31320,31459,31506,31561,32443,32497,32549,32598,32659", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "31025,31358,31501,31556,31601,32492,32544,32593,32654,32704" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.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,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,345,346,347,352,353,357,363,367,368,369,370,381,382,383,387,393,397,398,399,400,430,450,496,526,546,566,612,616,620,634,675,683,693,694,695,696,697,700,701,704,707,708,711,715,720,728,736,745,753,757,765,773,781,789,797,806,815,823,832,835,837,842,844,849,853,857,858,863,864,865,866,867,868,870,871,876,877,878,879,880,881,882,884,888,892,896,900,901,902,903,904,905,906,907,908,911,915,918,922,930,937,946,950,965,973,976,985,990,1001,1009,1012,1021,1028,1029,1048,1051,1057,1060,1069,1072,1075,1078,1081,1084,1088,1091,1100,1103,1111,1116,1124,1129,1133,1134,1145,1152,1156,1160,1161,1165,1173,1177,1182,1187,55,56,57,76,82,92,96,97,98,141,149,150,158,159,160,161,167,168,169,170,171,172,173,174,175,198,217", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "100,156,216,277,332,385,443,491,540,585,638,696,756,814,860,920,973,1019,1069,1116,1174,1232,1291,1351,1413,1475,1537,1599,1661,1723,1784,1846,1908,1961,2023,2097,2160,2228,2309,2373,2439,2509,2579,2649,2719,2786,2849,2914,2980,3033,3109,3175,3262,18372,18426,18505,18583,18656,18721,18784,18850,18921,18992,19054,19123,19189,19256,19323,19379,19430,19483,19535,19589,19660,19723,19782,19844,19903,19976,20043,20103,20166,20241,20313,20384,20440,20511,20568,20625,20691,20755,20826,20883,20936,20999,21051,21109,21176,21242,21308,21389,21464,21520,21573,21634,21692,21742,21791,21840,21889,21951,22003,22048,22129,22183,22236,22290,22341,22390,22441,22502,22563,22625,22675,22716,22766,22814,22876,22927,22976,23045,23106,23162,23233,23298,23367,23418,23481,23551,23620,23690,23752,23822,23892,23967,24026,24084,24146,24191,24234,24281,24326,24377,24425,24491,24553,24616,24688,24745,24802,24862,24920,24990,25047,25197,25328,25432,25519,25676,25833,25986,26067,26145,26446,26612,26767,26869,27146,27239,27346,27689,27796,28025,28434,28666,28766,28871,28990,29613,29760,29879,30114,30529,30767,30879,31000,31133,33276,34792,38088,40227,41755,43299,46591,46837,47096,47900,49660,50110,50825,50898,50985,51070,51169,51364,51456,51629,51791,51886,52055,52298,52591,53000,53414,53874,54292,54533,54963,55398,55808,56230,56640,57097,57551,57967,58433,58615,58683,59027,59107,59463,59613,59757,59841,60206,60304,60412,60510,60620,60736,60862,60958,61335,61445,61569,61707,61817,61939,62067,62205,62367,62583,62739,62943,63027,63131,63225,63339,63451,63575,63671,63751,63940,64146,64339,64549,64981,65402,65827,66024,66972,67493,67616,68253,68474,69289,69758,69941,70537,70997,71102,72363,72513,72930,73095,73775,73934,74096,74251,74447,74614,74836,74996,75373,75532,75860,76077,76652,77002,77251,77348,78054,78492,78733,78922,79056,79247,79884,80134,80437,80652,3338,3636,3892,4389,4823,5480,5823,7362,7710,9607,9929,10060,10766,10903,11055,11257,11962,12082,13231,13798,13927,14060,14220,14395,14537,16324,18162", + "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,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,344,345,346,351,352,356,362,366,367,368,369,380,381,382,386,392,396,397,398,399,429,449,495,525,545,565,611,615,619,633,674,682,692,693,694,695,696,699,700,703,706,707,710,714,719,727,735,744,752,756,764,772,780,788,796,805,814,822,831,834,836,841,843,848,852,856,857,862,863,864,865,866,867,869,870,875,876,877,878,879,880,881,883,887,891,895,899,900,901,902,903,904,905,906,907,910,914,917,921,929,936,945,949,964,972,975,984,989,1000,1008,1011,1020,1027,1028,1047,1050,1056,1059,1068,1071,1074,1077,1080,1083,1087,1090,1099,1102,1110,1115,1123,1128,1132,1133,1144,1151,1155,1159,1160,1164,1172,1176,1181,1186,1195,55,56,75,81,91,95,96,97,140,148,149,157,158,159,160,166,167,168,169,170,171,172,173,174,197,216,217", + "endColumns": "55,59,60,54,52,57,47,48,44,52,57,59,57,45,59,52,45,49,46,57,57,58,59,61,61,61,61,61,61,60,61,61,52,61,73,62,67,80,63,65,69,69,69,69,66,62,64,65,52,75,65,86,75,53,78,77,72,64,62,65,70,70,61,68,65,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,66,65,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,49,47,61,50,48,68,60,55,70,64,68,50,62,69,68,69,61,69,69,74,58,57,61,44,42,46,44,50,47,65,61,62,71,56,56,59,57,69,56,149,130,103,86,156,156,152,80,77,300,165,154,101,10,92,106,10,106,10,10,10,99,104,118,10,146,118,10,10,10,111,120,132,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,91,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,83,10,97,107,97,109,115,10,95,10,109,123,137,109,121,127,10,10,10,10,10,83,103,93,113,111,123,95,79,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,96,10,10,10,10,133,10,10,10,10,10,10,297,255,90,243,367,188,1538,347,95,94,130,412,136,151,201,220,119,1148,566,128,132,159,174,141,125,457,209", + "endOffsets": "151,211,272,327,380,438,486,535,580,633,691,751,809,855,915,968,1014,1064,1111,1169,1227,1286,1346,1408,1470,1532,1594,1656,1718,1779,1841,1903,1956,2018,2092,2155,2223,2304,2368,2434,2504,2574,2644,2714,2781,2844,2909,2975,3028,3104,3170,3257,3333,18421,18500,18578,18651,18716,18779,18845,18916,18987,19049,19118,19184,19251,19318,19374,19425,19478,19530,19584,19655,19718,19777,19839,19898,19971,20038,20098,20161,20236,20308,20379,20435,20506,20563,20620,20686,20750,20821,20878,20931,20994,21046,21104,21171,21237,21303,21384,21459,21515,21568,21629,21687,21737,21786,21835,21884,21946,21998,22043,22124,22178,22231,22285,22336,22385,22436,22497,22558,22620,22670,22711,22761,22809,22871,22922,22971,23040,23101,23157,23228,23293,23362,23413,23476,23546,23615,23685,23747,23817,23887,23962,24021,24079,24141,24186,24229,24276,24321,24372,24420,24486,24548,24611,24683,24740,24797,24857,24915,24985,25042,25192,25323,25427,25514,25671,25828,25981,26062,26140,26441,26607,26762,26864,27141,27234,27341,27684,27791,28020,28429,28661,28761,28866,28985,29608,29755,29874,30109,30524,30762,30874,30995,31128,33271,34787,38083,40222,41750,43294,46586,46832,47091,47895,49655,50105,50820,50893,50980,51065,51164,51359,51451,51624,51786,51881,52050,52293,52586,52995,53409,53869,54287,54528,54958,55393,55803,56225,56635,57092,57546,57962,58428,58610,58678,59022,59102,59458,59608,59752,59836,60201,60299,60407,60505,60615,60731,60857,60953,61330,61440,61564,61702,61812,61934,62062,62200,62362,62578,62734,62938,63022,63126,63220,63334,63446,63570,63666,63746,63935,64141,64334,64544,64976,65397,65822,66019,66967,67488,67611,68248,68469,69284,69753,69936,70532,70992,71097,72358,72508,72925,73090,73770,73929,74091,74246,74442,74609,74831,74991,75368,75527,75855,76072,76647,76997,77246,77343,78049,78487,78728,78917,79051,79242,79879,80129,80432,80647,81228,3631,3887,4384,4818,5475,5818,7357,7705,9602,9924,10055,10761,10898,11050,11252,11957,12077,13226,13793,13922,14055,14215,14390,14532,16319,18157,18367" + }, + "to": { + "startLines": "11,12,13,14,17,18,19,20,30,32,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,169,195,196,197,198,199,200,201,202,203,204,205,228,229,230,231,232,233,234,235,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,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,522,523,530,531,543,544,545,553,556,557,560,561,562,563,564,565,566,567,600,601,602,603,606,607,611,616,619,620,621,622,623,644,914,915,916,921,922,926,932,936,937,938,939,950,951,952,956,962,966,1036,1037,1038,1068,1088,1134,1164,1184,1204,1250,1254,2005,2019,2060,2068,2225,2226,2227,2228,2372,2375,2376,2379,2382,2383,2386,2390,2395,2403,2411,2420,2428,2432,2440,2448,2456,2464,2472,2481,2490,2498,2507,2545,2547,2552,2554,2559,2563,2567,2568,2573,2574,2575,2576,2577,2578,2580,2581,2586,2587,2588,2589,2590,2591,2592,2594,2598,2602,2606,2622,2623,2624,2625,2626,2627,2628,2629,2630,2633,2637,2640,2741,2749,2756,2765,2769,2784,2792,2795,2804,2809,2820,2828,2831,2840,2847,2848,2867,2870,2876,2879,2888,2891,2894,2897,2900,2903,2907,2910,2919,2922,2930,2935,2943,2948,2952,2953,2964,2971,2975,2979,2980,2984,2992,2996,3001,3006,3196,3197,3198,3755,3761,3771,3808,3809,3810,3853,3998,4017,4025,4026,4102,4196,4202,4203,4388,4433,4434,4472,4473,4584,4585,4632,4651", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "502,558,618,679,834,887,945,993,1444,1534,6714,6772,6832,6890,6936,6996,7049,7095,7145,7192,7250,7308,7367,7427,7489,7551,7613,7675,7737,7799,7860,7922,7984,8254,10117,10191,10254,10322,10403,10467,10533,10603,10673,10743,10813,12233,12296,12361,12427,12480,12556,12622,12709,20407,20461,20540,20618,20691,20756,20819,20885,20956,21027,21089,21158,21224,21291,21358,21414,21465,21518,21570,21624,21695,21758,21817,21879,21938,22011,22078,22138,22201,22276,22348,22419,22475,22546,22603,22660,22726,22790,22861,22918,22971,23034,23086,23144,24381,24447,24513,24594,24669,24725,24778,24839,24897,24947,24996,25045,25094,25156,25208,25253,25334,25388,25441,25495,25546,25595,25646,25707,25768,25830,25880,25921,25971,26019,26081,26132,26181,26250,26311,26367,26438,26503,26572,26623,26686,26756,26825,26895,26957,27027,27097,27172,31200,31258,31606,31651,32265,32312,32357,32741,32915,32981,33160,33223,33295,33352,33409,33469,33527,33597,35820,35970,36101,36205,36399,36556,36882,37275,37482,37560,37861,38027,38182,39480,57104,57197,57304,57647,57754,57983,58392,58624,58724,58829,58948,59571,59718,59837,60072,60487,60725,65996,66117,66250,68393,69909,73205,75344,76872,78416,81708,81954,129421,130225,131985,132435,144429,144502,144589,144674,155897,156092,156184,156357,156519,156614,156783,157026,157319,157728,158142,158602,159020,159261,159691,160126,160536,160958,161368,161825,162279,162695,163161,165927,165995,166339,166419,166775,166925,167069,167153,167518,167616,167724,167822,167932,168048,168174,168270,168647,168757,168881,169019,169129,169251,169379,169517,169679,169895,170051,171258,171342,171446,171540,171654,171766,171890,171986,172066,172255,172461,172654,180659,181091,181512,181937,182134,183082,183603,183726,184363,184584,185399,185868,186051,186647,187107,187212,188473,188623,189040,189205,189885,190044,190206,190361,190557,190724,190946,191106,191483,191642,191970,192187,192762,193112,193361,193458,194164,194602,194843,195032,195166,195357,195994,196244,196547,196762,207818,208116,208372,237386,237820,238477,240903,242442,242790,244687,258608,259772,260478,260615,265738,270816,271521,271641,281536,284427,284556,286739,286899,293476,293618,296607,298445", + "endLines": "11,12,13,14,17,18,19,20,30,32,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,169,195,196,197,198,199,200,201,202,203,204,205,228,229,230,231,232,233,234,235,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,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,522,523,530,531,543,544,545,553,556,557,560,561,562,563,564,565,566,567,600,601,602,603,606,607,611,616,619,620,621,622,623,647,914,915,920,921,925,931,935,936,937,938,949,950,951,955,961,965,966,1036,1037,1067,1087,1133,1163,1183,1203,1249,1253,1257,2018,2059,2067,2077,2225,2226,2227,2228,2374,2375,2378,2381,2382,2385,2389,2394,2402,2410,2419,2427,2431,2439,2447,2455,2463,2471,2480,2489,2497,2506,2509,2546,2551,2553,2558,2562,2566,2567,2572,2573,2574,2575,2576,2577,2579,2580,2585,2586,2587,2588,2589,2590,2591,2593,2597,2601,2605,2609,2622,2623,2624,2625,2626,2627,2628,2629,2632,2636,2639,2643,2748,2755,2764,2768,2783,2791,2794,2803,2808,2819,2827,2830,2839,2846,2847,2866,2869,2875,2878,2887,2890,2893,2896,2899,2902,2906,2909,2918,2921,2929,2934,2942,2947,2951,2952,2963,2970,2974,2978,2979,2983,2991,2995,3000,3005,3014,3196,3197,3216,3760,3770,3774,3808,3809,3852,3860,3998,4024,4025,4026,4102,4201,4202,4203,4388,4433,4434,4472,4473,4584,4607,4650,4651", + "endColumns": "55,59,60,54,52,57,47,48,44,52,57,59,57,45,59,52,45,49,46,57,57,58,59,61,61,61,61,61,61,60,61,61,52,61,73,62,67,80,63,65,69,69,69,69,66,62,64,65,52,75,65,86,75,53,78,77,72,64,62,65,70,70,61,68,65,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,66,65,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,49,47,61,50,48,68,60,55,70,64,68,50,62,69,68,69,61,69,69,74,58,57,61,44,42,46,44,50,47,65,61,62,71,56,56,59,57,69,56,149,130,103,86,156,156,152,80,77,300,165,154,101,10,92,106,10,106,10,10,10,99,104,118,10,146,118,10,10,10,111,120,132,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,91,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,83,10,97,107,97,109,115,10,95,10,109,123,137,109,121,127,10,10,10,10,10,83,103,93,113,111,123,95,79,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,96,10,10,10,10,133,10,10,10,10,10,10,297,255,90,243,367,188,1538,347,95,94,130,412,136,151,201,220,119,1148,566,128,132,159,174,141,125,457,209", + "endOffsets": "553,613,674,729,882,940,988,1037,1484,1582,6767,6827,6885,6931,6991,7044,7090,7140,7187,7245,7303,7362,7422,7484,7546,7608,7670,7732,7794,7855,7917,7979,8032,8311,10186,10249,10317,10398,10462,10528,10598,10668,10738,10808,10875,12291,12356,12422,12475,12551,12617,12704,12780,20456,20535,20613,20686,20751,20814,20880,20951,21022,21084,21153,21219,21286,21353,21409,21460,21513,21565,21619,21690,21753,21812,21874,21933,22006,22073,22133,22196,22271,22343,22414,22470,22541,22598,22655,22721,22785,22856,22913,22966,23029,23081,23139,23206,24442,24508,24589,24664,24720,24773,24834,24892,24942,24991,25040,25089,25151,25203,25248,25329,25383,25436,25490,25541,25590,25641,25702,25763,25825,25875,25916,25966,26014,26076,26127,26176,26245,26306,26362,26433,26498,26567,26618,26681,26751,26820,26890,26952,27022,27092,27167,27226,31253,31315,31646,31689,32307,32352,32403,32784,32976,33038,33218,33290,33347,33404,33464,33522,33592,33649,35965,36096,36200,36287,36551,36708,37030,37351,37555,37856,38022,38177,38279,39752,57192,57299,57642,57749,57978,58387,58619,58719,58824,58943,59566,59713,59832,60067,60482,60720,60832,66112,66245,68388,69904,73200,75339,76867,78411,81703,81949,82208,130220,131980,132430,133145,144497,144584,144669,144768,156087,156179,156352,156514,156609,156778,157021,157314,157723,158137,158597,159015,159256,159686,160121,160531,160953,161363,161820,162274,162690,163156,163338,165990,166334,166414,166770,166920,167064,167148,167513,167611,167719,167817,167927,168043,168169,168265,168642,168752,168876,169014,169124,169246,169374,169512,169674,169890,170046,170250,171337,171441,171535,171649,171761,171885,171981,172061,172250,172456,172649,172859,181086,181507,181932,182129,183077,183598,183721,184358,184579,185394,185863,186046,186642,187102,187207,188468,188618,189035,189200,189880,190039,190201,190356,190552,190719,190941,191101,191478,191637,191965,192182,192757,193107,193356,193453,194159,194597,194838,195027,195161,195352,195989,196239,196542,196757,197338,208111,208367,208864,237815,238472,238815,242437,242785,244682,245004,258734,260473,260610,260762,265935,271516,271636,272785,282098,284551,284684,286894,287069,293613,295400,298440,298650" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\99839343cfb353ec06147cc6109cf9b2\\recyclerview-1.0.0\\res\\values\\values.xml", + "from": { + "startLines": "30,31,32,33,34,35,36,2", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "1535,1594,1642,1698,1773,1849,1921,55", + "endLines": "30,31,32,33,34,35,36,29", + "endColumns": "58,47,55,74,75,71,65,24", + "endOffsets": "1589,1637,1693,1768,1844,1916,1982,1530" + }, + "to": { + "startLines": "394,395,396,404,405,406,519,4405", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "23384,23443,23491,24158,24233,24309,31064,282947", + "endLines": "394,395,396,404,405,406,519,4432", + "endColumns": "58,47,55,74,75,71,65,24", + "endOffsets": "23438,23486,23542,24228,24304,24376,31125,284422" + } + }, + { + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c034f7088c57e18a85dafc68b942945f\\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": "15,188,189,190,191,338,339,340,675,2078,2080,2083,3780", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "734,9724,9785,9847,9909,19749,19808,19865,41527,133150,133214,133340,239080", + "endLines": "15,188,189,190,191,338,339,340,681,2079,2082,2085,3807", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "781,9780,9842,9904,9968,19803,19860,19914,41936,133209,133335,133463,240898" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/debug.json b/app/build/intermediates/blame/res/debug/single/debug.json new file mode 100644 index 0000000..081dabd --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/debug.json @@ -0,0 +1,1970 @@ +[ + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_light.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_material_light.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_small_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ratingbar_small_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_icon_group.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_template_icon_group.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg_low.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_bg_low.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_show_motion_spec.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_show_motion_spec.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_unchecked_mtrl.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_unchecked_mtrl.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_internal_bg.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_cab_background_internal_bg.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_mtrl_linear.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator\\mtrl_linear.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_chronometer.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout\\notification_template_part_chronometer.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_indicator_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ratingbar_indicator_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout-watch-v20\\abc_alert_dialog_button_bar_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_checked_mtrl_animation_interpolator_1.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_checked_mtrl_animation_interpolator_1.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_spinner_textfield_background_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_spinner_textfield_background_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_transformation_sheet_collapse_spec.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_transformation_sheet_collapse_spec.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_dark.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_hint_foreground_material_dark.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_stroke_color_selector.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_stroke_color_selector.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_hide_motion_spec.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_hide_motion_spec.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_mtrl_layout_snackbar.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\mtrl_layout_snackbar.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_btn_state_list_anim.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_btn_state_list_anim.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_chip_state_list_anim.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_chip_state_list_anim.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-watch-v20_abc_alert_dialog_title_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout-watch-v20\\abc_alert_dialog_title_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ratingbar_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator-v21_mtrl_linear_out_slow_in.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator-v21\\mtrl_linear_out_slow_in.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-hdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_subheader.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item_subheader.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_light.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_secondary_text_material_light.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material_anim.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_check_material_anim.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_spinner.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_spinner.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_off_mtrl_dot_group_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_off_mtrl_dot_group_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_timetable.xml.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_timetable.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_unchecked_icon_null_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_unchecked_icon_null_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_content_include.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_screen_content_include.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_fast_out_slow_in.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\fast_out_slow_in.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_ic_launcher_foreground.xml.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\drawable-v24\\ic_launcher_foreground.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_button_bar_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_alert_dialog_button_bar_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_select_dialog_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_select_dialog_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_btn_colored_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_btn_colored_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_tick_mark_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_seekbar_tick_mark_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_sheet_dialog.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_bottom_sheet_dialog.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_text.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_tab_text.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v26_abc_screen_toolbar.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout-v26\\abc_screen_toolbar.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_design_fab_hide_motion_spec.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\design_fab_hide_motion_spec.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_icon.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_icon.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_background_cache_hint_selector_material_dark.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_background_cache_hint_selector_material_dark.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_clear_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_clear_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_color_highlight_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_color_highlight_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_navigation_item.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_bottom_navigation_item.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_voice_search_api_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_voice_search_api_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_bottom_nav_colored_item_tint.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_bottom_nav_colored_item_tint.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_search_api_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_search_api_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_mtrl_chip_checked_black.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\ic_mtrl_chip_checked_black.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_bottom.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_out_bottom.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_mtrl_snackbar_background.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\mtrl_snackbar_background.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_mtrl_chip_checked_circle.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\ic_mtrl_chip_checked_circle.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_singlechoice_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\select_dialog_singlechoice_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_radio_to_off_mtrl_animation_interpolator_0.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_radio_to_off_mtrl_animation_interpolator_0.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_ripple_color.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_ripple_color.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_unchecked_box_inner_merged_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_unchecked_box_inner_merged_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_in.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_fade_in.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_layout.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_layout.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_dialog_material_background.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_dialog_material_background.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_enter.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_popup_enter.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_tooltip.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_tooltip.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_switch_track.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_switch_track.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_time.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout\\notification_template_part_time.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_navigation_empty_icon.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\navigation_empty_icon.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_ab_back_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_ab_back_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_mtrl_tabs_default_indicator.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\mtrl_tabs_default_indicator.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_icon.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_tab_icon.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_edittext.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_edittext.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_radio.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_radio.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-anydpi-v21\\design_ic_visibility.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator-v21_mtrl_fast_out_linear_in.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator-v21\\mtrl_fast_out_linear_in.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_checkbox.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_checkbox.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_light.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\tooltip_frame_light.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_go_search_api_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_go_search_api_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_dark.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_holo_dark.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_notification_action_background.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-v21\\notification_action_background.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_dark.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_disable_only_material_dark.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_ripple_color.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_ripple_color.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_dark.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\tooltip_frame_dark.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_bg.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_snackbar_background.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\design_snackbar_background.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_support_simple_spinner_dropdown_item.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\support_simple_spinner_dropdown_item.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_close_item_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_mode_close_item_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_on_mtrl_dot_group_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_on_mtrl_dot_group_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_bottom_navigation_item_background.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\design_bottom_navigation_item_background.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_dialog_title_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_dialog_title_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_search_url_text.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_search_url_text.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_in.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim-v21\\design_bottom_sheet_slide_in.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_custom_dialog.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout\\custom_dialog.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-mdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_view.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_search_view.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_light.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_item_background_holo_light.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_icon_color_selector_colored.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_icon_color_selector_colored.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_dark.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_secondary_text_material_dark.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_text_color.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_text_color.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_checked_to_unchecked_mtrl_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_checked_to_unchecked_mtrl_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple_overlay_action_mode.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_screen_simple_overlay_action_mode.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_menu_item_action_area.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_menu_item_action_area.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_exit.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_popup_exit.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_menu.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_edit_text_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_edit_text_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_borderless_text_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_tooltip_enter.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_tooltip_enter.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_checked_box_outer_merged_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_checked_box_outer_merged_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_btn_checkable.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_btn_checkable.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_top.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_out_top.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_icon_background.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_icon_background.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_radio_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_list_divider_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_list_divider_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_out.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim-v21\\design_bottom_sheet_slide_out.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_layout.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_menu_layout.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_dark.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_item_background_holo_dark.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_text_btn_ripple_color.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_text_btn_ripple_color.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_timeslot.xml.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\timeslot.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_tab_indicator_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_tab_indicator_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_up_container.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_bar_up_container.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_title_item.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_bar_title_item.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_action.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_off_mtrl_ring_outer_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_off_mtrl_ring_outer_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_alert_dialog_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_bg_color_selector.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_bg_color_selector.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-watch-v20_abc_dialog_material_background.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-watch-v20\\abc_dialog_material_background.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_top.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_in_top.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_cascading_menu_item_layout.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_cascading_menu_item_layout.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_checked_mtrl_animation_interpolator_0.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_checked_mtrl_animation_interpolator_0.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_top_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_cab_background_top_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_unchecked_check_path_merged_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_unchecked_check_path_merged_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23_abc_control_background_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v23\\abc_control_background_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_text_color_selector.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_text_color_selector.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_legacy_text_color_selector.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_legacy_text_color_selector.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_out.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim\\design_snackbar_out.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-hdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_snackbar.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_text_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_btn_colored_text_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_tile_bg.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_tile_bg.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_design_error.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\design_error.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_header.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item_header.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_vector_test.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\a44642c3bddc1cd9ae77529ce5394be3\\appcompat-resources-1.1.0\\res\\drawable\\abc_vector_test.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_radio_to_on_mtrl_animation_interpolator_0.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_radio_to_on_mtrl_animation_interpolator_0.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_launcher_background.xml.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\drawable\\ic_launcher_background.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_background_cache_hint_selector_material_light.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_background_cache_hint_selector_material_light.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_background_color.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_background_color.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_on_mtrl.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_on_mtrl.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_unchecked_to_checked_mtrl_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_unchecked_to_checked_mtrl_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_item_layout.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_menu_item_layout.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_textfield_search_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_textfield_search_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_light.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_hint_foreground_material_light.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material_anim.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_radio_material_anim.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_mtrl_chip_close_circle.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\ic_mtrl_chip_close_circle.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_login.xml.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_login.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_on_to_off_mtrl_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_on_to_off_mtrl_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator-v21_mtrl_fast_out_slow_in.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator-v21\\mtrl_fast_out_slow_in.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_second.xml.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_second.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_item_layout.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_popup_menu_item_layout.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_multichoice_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\select_dialog_multichoice_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_title_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_alert_dialog_title_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_expanded_menu_layout.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_expanded_menu_layout.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility_off.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-anydpi-v21\\design_ic_visibility_off.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu_item.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_menu_item.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_light.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_holo_light.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_custom_big.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_template_custom_big.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_colored_ripple_color.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_colored_ripple_color.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_off_mtrl.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_off_mtrl.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_off_to_on_mtrl_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_off_to_on_mtrl_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action_tombstone.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_action_tombstone.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar_include.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_snackbar_include.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_monday.xml.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_monday.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_dark.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\switch_thumb_material_dark.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_grow_fade_in_from_bottom.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_grow_fade_in_from_bottom.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_on_mtrl_ring_outer_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_on_mtrl_ring_outer_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_bottom.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_in_bottom.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_dark.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_material_dark.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_mtrl_layout_snackbar_include.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\mtrl_layout_snackbar_include.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_fab_background.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\design_fab_background.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_dropdown_item_icons_2line.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_search_dropdown_item_icons_2line.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_bar.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_mode_bar.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_tooltip_exit.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_tooltip_exit.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_check_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_btn_unelevated_state_list_anim.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_btn_unelevated_state_list_anim.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_screen_simple.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_hide_password.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\avd_hide_password.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_track_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_seekbar_track_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_checked_icon_null_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_checked_icon_null_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view_list_item.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_activity_chooser_view_list_item.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator-v21_design_appbar_state_list_animator.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator-v21\\design_appbar_state_list_animator.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13_mtrl_layout_snackbar.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout-sw600dp-v13\\mtrl_layout_snackbar.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_action_bar_item_background_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_action_bar_item_background_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_password_eye.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\design_password_eye.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_light.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_out.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_fade_out.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_seek_thumb.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_seek_thumb.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_off_mtrl_ring_outer_path_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_off_mtrl_ring_outer_path_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_borderless_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_borderless_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_show_password.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\avd_show_password.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_design_fab_show_motion_spec.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\design_fab_show_motion_spec.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_checked_box_inner_merged_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_checked_box_inner_merged_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_bottom_nav_item_tint.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_bottom_nav_item_tint.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_activity_chooser_view.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_icon_color_selector.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_icon_color_selector.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_ripple_color.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_ripple_color.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_checked_mtrl.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_checked_mtrl.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_close_icon_tint.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_close_icon_tint.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_shrink_fade_out_from_bottom.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_shrink_fade_out_from_bottom.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_on_mtrl_ring_outer_path_animation.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_on_mtrl_ring_outer_path_animation.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_transformation_sheet_expand_spec.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_transformation_sheet_expand_spec.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_light.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_disable_only_material_light.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13_design_layout_snackbar.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_design_tint_password_toggle.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color-v23\\design_tint_password_toggle.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_default_mtrl_shape.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_default_mtrl_shape.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_in.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim\\design_snackbar_in.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_separator.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item_separator.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_fab_ripple_color.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_fab_ripple_color.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_default.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_default.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_text_cursor_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_text_cursor_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher_round.png.flat", + "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_switch_thumb_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_switch_thumb_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_item_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\select_dialog_item_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_menu_overflow_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_menu_overflow_material.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_header_item_layout.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_popup_menu_header_item_layout.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-mdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_light.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\switch_thumb_material_light.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_text_btn_text_color_selector.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_text_btn_text_color_selector.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_text_input_password_icon.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_text_input_password_icon.xml" + }, + { + "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_thumb_material.xml.flat", + "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_seekbar_thumb_material.xml" + } +] \ No newline at end of file diff --git a/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml b/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml new file mode 100644 index 0000000..e9c7bd3 --- /dev/null +++ b/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json b/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json new file mode 100644 index 0000000..6537043 --- /dev/null +++ b/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"BUNDLE_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.example.iitrtimetable","split":"","minSdkVersion":"26"}}] \ No newline at end of file diff --git a/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json b/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/app/build/intermediates/dex/debug/mergeExtDexDebug/out/classes.dex b/app/build/intermediates/dex/debug/mergeExtDexDebug/out/classes.dex new file mode 100644 index 0000000..f43d5fe Binary files /dev/null and b/app/build/intermediates/dex/debug/mergeExtDexDebug/out/classes.dex differ diff --git a/app/build/intermediates/dex/debug/mergeProjectDexDebug/out/classes.dex b/app/build/intermediates/dex/debug/mergeProjectDexDebug/out/classes.dex new file mode 100644 index 0000000..a8744f1 Binary files /dev/null and b/app/build/intermediates/dex/debug/mergeProjectDexDebug/out/classes.dex differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state new file mode 100644 index 0000000..4fa086f 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/0PMRGEdmEFU8ZtMFcId1cmSRDSY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0PMRGEdmEFU8ZtMFcId1cmSRDSY= new file mode 100644 index 0000000..b7ec4f6 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0PMRGEdmEFU8ZtMFcId1cmSRDSY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0SEK4vRNDZPei6+P7RQNoWo_boo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0SEK4vRNDZPei6+P7RQNoWo_boo= new file mode 100644 index 0000000..5dd6acd Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0SEK4vRNDZPei6+P7RQNoWo_boo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1c4UQRMXjGSWeG1i62bZMHA3NHI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1c4UQRMXjGSWeG1i62bZMHA3NHI= new file mode 100644 index 0000000..93da8e9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1c4UQRMXjGSWeG1i62bZMHA3NHI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1sVsNW6I+OupRtMZm6A0hzWBbfo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1sVsNW6I+OupRtMZm6A0hzWBbfo= new file mode 100644 index 0000000..56b2364 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1sVsNW6I+OupRtMZm6A0hzWBbfo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/47hQXqXf8DFSk1pSc4RG0aA6foo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/47hQXqXf8DFSk1pSc4RG0aA6foo= new file mode 100644 index 0000000..ce05b62 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/47hQXqXf8DFSk1pSc4RG0aA6foo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4Xd79LfhN2xli64R3u0V5Y73g94= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4Xd79LfhN2xli64R3u0V5Y73g94= new file mode 100644 index 0000000..30185e4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4Xd79LfhN2xli64R3u0V5Y73g94= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6iL_oU8ykbSChr5b_ALcskDZkas= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6iL_oU8ykbSChr5b_ALcskDZkas= new file mode 100644 index 0000000..144d863 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6iL_oU8ykbSChr5b_ALcskDZkas= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9+elopm7pxM5EXmPhAi3dOv4ODU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9+elopm7pxM5EXmPhAi3dOv4ODU= new file mode 100644 index 0000000..761fe3b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9+elopm7pxM5EXmPhAi3dOv4ODU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9QsXex_OUIurV2Kfu3FQoC6lmfo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9QsXex_OUIurV2Kfu3FQoC6lmfo= new file mode 100644 index 0000000..7db2cc2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9QsXex_OUIurV2Kfu3FQoC6lmfo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ee+8MMYi8mUpc17DIQmM19lwrfY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ee+8MMYi8mUpc17DIQmM19lwrfY= new file mode 100644 index 0000000..2641da2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ee+8MMYi8mUpc17DIQmM19lwrfY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EpYjQApOawIsQJWmFTw9sY9bEOo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EpYjQApOawIsQJWmFTw9sY9bEOo= new file mode 100644 index 0000000..2cec677 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EpYjQApOawIsQJWmFTw9sY9bEOo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FGXlF4ziOoo2+4RNtC891MeM6QA= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FGXlF4ziOoo2+4RNtC891MeM6QA= new file mode 100644 index 0000000..1ffce77 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FGXlF4ziOoo2+4RNtC891MeM6QA= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HfUvmqVz9MTjvQwd7FMCLCVlk7c= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HfUvmqVz9MTjvQwd7FMCLCVlk7c= new file mode 100644 index 0000000..bcd160d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HfUvmqVz9MTjvQwd7FMCLCVlk7c= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IA91pO3xePU6+TiLvpQJy9U5Swo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IA91pO3xePU6+TiLvpQJy9U5Swo= new file mode 100644 index 0000000..de755d1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IA91pO3xePU6+TiLvpQJy9U5Swo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IsiBvstKZja4pcxbu1uWSTjo6WQ= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IsiBvstKZja4pcxbu1uWSTjo6WQ= new file mode 100644 index 0000000..e550972 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IsiBvstKZja4pcxbu1uWSTjo6WQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KFrzdo_nZ6tC0NGaF+H5MJVhVfA= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KFrzdo_nZ6tC0NGaF+H5MJVhVfA= new file mode 100644 index 0000000..30463e4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KFrzdo_nZ6tC0NGaF+H5MJVhVfA= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LpIryrPFWSirObV8SYTVMbaxeM0= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LpIryrPFWSirObV8SYTVMbaxeM0= new file mode 100644 index 0000000..c3eef53 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LpIryrPFWSirObV8SYTVMbaxeM0= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MSqW1sZTfFiO5Q80+LZrkegED6I= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MSqW1sZTfFiO5Q80+LZrkegED6I= new file mode 100644 index 0000000..3f15ff8 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MSqW1sZTfFiO5Q80+LZrkegED6I= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N3PwWaFNibXkeF3BD_kHz4h7Bos= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N3PwWaFNibXkeF3BD_kHz4h7Bos= new file mode 100644 index 0000000..8fd6cd4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N3PwWaFNibXkeF3BD_kHz4h7Bos= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PG9+K6HMBKiSU7+oHwiI1Vn4xnk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PG9+K6HMBKiSU7+oHwiI1Vn4xnk= new file mode 100644 index 0000000..e717ddd Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PG9+K6HMBKiSU7+oHwiI1Vn4xnk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QA3j2Mgh9lJOxeZCu6RgrqjHkYY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QA3j2Mgh9lJOxeZCu6RgrqjHkYY= new file mode 100644 index 0000000..0669512 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QA3j2Mgh9lJOxeZCu6RgrqjHkYY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QINM8P_UJdo2DFGv_t4Dj4PBV+U= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QINM8P_UJdo2DFGv_t4Dj4PBV+U= new file mode 100644 index 0000000..7c1dea3 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QINM8P_UJdo2DFGv_t4Dj4PBV+U= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QK0c621w6Au4WAxOfW8oYerOzW0= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QK0c621w6Au4WAxOfW8oYerOzW0= new file mode 100644 index 0000000..8db9f9d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QK0c621w6Au4WAxOfW8oYerOzW0= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RpD2UtZDUxF7L+99J6OuTS8lZxs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RpD2UtZDUxF7L+99J6OuTS8lZxs= new file mode 100644 index 0000000..d05d5f7 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RpD2UtZDUxF7L+99J6OuTS8lZxs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T7_si1p8g+o12dSQ66F1t6rGt+I= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T7_si1p8g+o12dSQ66F1t6rGt+I= new file mode 100644 index 0000000..846dea1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T7_si1p8g+o12dSQ66F1t6rGt+I= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bu3iq7VllrirxDOCLZcECaokuYg= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bu3iq7VllrirxDOCLZcECaokuYg= new file mode 100644 index 0000000..71460a1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bu3iq7VllrirxDOCLZcECaokuYg= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dP4PZAfGt9S385A+ONr1OQdKwQY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dP4PZAfGt9S385A+ONr1OQdKwQY= new file mode 100644 index 0000000..f929dff Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dP4PZAfGt9S385A+ONr1OQdKwQY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eHxvGvGxY2bmtmhcFIzVcGkJO_g= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eHxvGvGxY2bmtmhcFIzVcGkJO_g= new file mode 100644 index 0000000..22bdb4e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eHxvGvGxY2bmtmhcFIzVcGkJO_g= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eJ4BjuXU+uecqOejpGS0+oufKXI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eJ4BjuXU+uecqOejpGS0+oufKXI= new file mode 100644 index 0000000..5707aa8 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eJ4BjuXU+uecqOejpGS0+oufKXI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/f5Ykja06kGnylZ6NQ5zYG59RQ58= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/f5Ykja06kGnylZ6NQ5zYG59RQ58= new file mode 100644 index 0000000..28b9e4d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/f5Ykja06kGnylZ6NQ5zYG59RQ58= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hFlS7tecS3mYWlslt5DPQ9efL7g= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hFlS7tecS3mYWlslt5DPQ9efL7g= new file mode 100644 index 0000000..2d98ee2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hFlS7tecS3mYWlslt5DPQ9efL7g= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/huNo3CJ35LH7HOMYczC+EbKPErU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/huNo3CJ35LH7HOMYczC+EbKPErU= new file mode 100644 index 0000000..96690f4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/huNo3CJ35LH7HOMYczC+EbKPErU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lU7rS13IAUUK4UjUBZnYIYQwEuI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lU7rS13IAUUK4UjUBZnYIYQwEuI= new file mode 100644 index 0000000..cbd222d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lU7rS13IAUUK4UjUBZnYIYQwEuI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nClT3_oumd_1kxWoF24GgfRKJc4= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nClT3_oumd_1kxWoF24GgfRKJc4= new file mode 100644 index 0000000..c5a6e41 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nClT3_oumd_1kxWoF24GgfRKJc4= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ny1dTvNwDMpKe6kNgHV7+ygtcZk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ny1dTvNwDMpKe6kNgHV7+ygtcZk= new file mode 100644 index 0000000..ffb61da Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ny1dTvNwDMpKe6kNgHV7+ygtcZk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qyezevcX_2OC5aY1SfqbCBld6xk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qyezevcX_2OC5aY1SfqbCBld6xk= new file mode 100644 index 0000000..33a6966 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qyezevcX_2OC5aY1SfqbCBld6xk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rujreFY9sVh0GMGs3brVAZkVuMw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rujreFY9sVh0GMGs3brVAZkVuMw= new file mode 100644 index 0000000..ba19014 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rujreFY9sVh0GMGs3brVAZkVuMw= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sxoz63Y4672DLwiOTzJuSfuoUmo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sxoz63Y4672DLwiOTzJuSfuoUmo= new file mode 100644 index 0000000..8568b5b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sxoz63Y4672DLwiOTzJuSfuoUmo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uDp1tdQRcpyCScZ8lR_05oYhVc8= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uDp1tdQRcpyCScZ8lR_05oYhVc8= new file mode 100644 index 0000000..f25192e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uDp1tdQRcpyCScZ8lR_05oYhVc8= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vFXv7oGdREYW6LxkIVvPJ9WqyP8= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vFXv7oGdREYW6LxkIVvPJ9WqyP8= new file mode 100644 index 0000000..dc7b90e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vFXv7oGdREYW6LxkIVvPJ9WqyP8= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w8EqONBPLSS3PRc8VonvMF+q+Vs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w8EqONBPLSS3PRc8VonvMF+q+Vs= new file mode 100644 index 0000000..4c9f52f Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w8EqONBPLSS3PRc8VonvMF+q+Vs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wuNMR6luzTDlBez_SZ2uF4RbyRk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wuNMR6luzTDlBez_SZ2uF4RbyRk= new file mode 100644 index 0000000..6ccda32 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wuNMR6luzTDlBez_SZ2uF4RbyRk= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state new file mode 100644 index 0000000..9148e23 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0PMRGEdmEFU8ZtMFcId1cmSRDSY= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0PMRGEdmEFU8ZtMFcId1cmSRDSY= new file mode 100644 index 0000000..b7ec4f6 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0PMRGEdmEFU8ZtMFcId1cmSRDSY= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0SEK4vRNDZPei6+P7RQNoWo_boo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0SEK4vRNDZPei6+P7RQNoWo_boo= new file mode 100644 index 0000000..5dd6acd Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0SEK4vRNDZPei6+P7RQNoWo_boo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1c4UQRMXjGSWeG1i62bZMHA3NHI= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1c4UQRMXjGSWeG1i62bZMHA3NHI= new file mode 100644 index 0000000..93da8e9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1c4UQRMXjGSWeG1i62bZMHA3NHI= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1sVsNW6I+OupRtMZm6A0hzWBbfo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1sVsNW6I+OupRtMZm6A0hzWBbfo= new file mode 100644 index 0000000..56b2364 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1sVsNW6I+OupRtMZm6A0hzWBbfo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/47hQXqXf8DFSk1pSc4RG0aA6foo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/47hQXqXf8DFSk1pSc4RG0aA6foo= new file mode 100644 index 0000000..ce05b62 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/47hQXqXf8DFSk1pSc4RG0aA6foo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4Xd79LfhN2xli64R3u0V5Y73g94= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4Xd79LfhN2xli64R3u0V5Y73g94= new file mode 100644 index 0000000..30185e4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4Xd79LfhN2xli64R3u0V5Y73g94= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6iL_oU8ykbSChr5b_ALcskDZkas= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6iL_oU8ykbSChr5b_ALcskDZkas= new file mode 100644 index 0000000..144d863 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6iL_oU8ykbSChr5b_ALcskDZkas= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9+elopm7pxM5EXmPhAi3dOv4ODU= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9+elopm7pxM5EXmPhAi3dOv4ODU= new file mode 100644 index 0000000..761fe3b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9+elopm7pxM5EXmPhAi3dOv4ODU= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9QsXex_OUIurV2Kfu3FQoC6lmfo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9QsXex_OUIurV2Kfu3FQoC6lmfo= new file mode 100644 index 0000000..7db2cc2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9QsXex_OUIurV2Kfu3FQoC6lmfo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Ee+8MMYi8mUpc17DIQmM19lwrfY= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Ee+8MMYi8mUpc17DIQmM19lwrfY= new file mode 100644 index 0000000..2641da2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Ee+8MMYi8mUpc17DIQmM19lwrfY= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EpYjQApOawIsQJWmFTw9sY9bEOo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EpYjQApOawIsQJWmFTw9sY9bEOo= new file mode 100644 index 0000000..2cec677 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EpYjQApOawIsQJWmFTw9sY9bEOo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/FGXlF4ziOoo2+4RNtC891MeM6QA= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/FGXlF4ziOoo2+4RNtC891MeM6QA= new file mode 100644 index 0000000..1ffce77 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/FGXlF4ziOoo2+4RNtC891MeM6QA= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/HfUvmqVz9MTjvQwd7FMCLCVlk7c= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/HfUvmqVz9MTjvQwd7FMCLCVlk7c= new file mode 100644 index 0000000..bcd160d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/HfUvmqVz9MTjvQwd7FMCLCVlk7c= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/IA91pO3xePU6+TiLvpQJy9U5Swo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/IA91pO3xePU6+TiLvpQJy9U5Swo= new file mode 100644 index 0000000..de755d1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/IA91pO3xePU6+TiLvpQJy9U5Swo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/IsiBvstKZja4pcxbu1uWSTjo6WQ= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/IsiBvstKZja4pcxbu1uWSTjo6WQ= new file mode 100644 index 0000000..e550972 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/IsiBvstKZja4pcxbu1uWSTjo6WQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KFrzdo_nZ6tC0NGaF+H5MJVhVfA= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KFrzdo_nZ6tC0NGaF+H5MJVhVfA= new file mode 100644 index 0000000..30463e4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KFrzdo_nZ6tC0NGaF+H5MJVhVfA= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/LpIryrPFWSirObV8SYTVMbaxeM0= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/LpIryrPFWSirObV8SYTVMbaxeM0= new file mode 100644 index 0000000..c3eef53 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/LpIryrPFWSirObV8SYTVMbaxeM0= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/MSqW1sZTfFiO5Q80+LZrkegED6I= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/MSqW1sZTfFiO5Q80+LZrkegED6I= new file mode 100644 index 0000000..3f15ff8 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/MSqW1sZTfFiO5Q80+LZrkegED6I= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N3PwWaFNibXkeF3BD_kHz4h7Bos= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N3PwWaFNibXkeF3BD_kHz4h7Bos= new file mode 100644 index 0000000..8fd6cd4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N3PwWaFNibXkeF3BD_kHz4h7Bos= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PG9+K6HMBKiSU7+oHwiI1Vn4xnk= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PG9+K6HMBKiSU7+oHwiI1Vn4xnk= new file mode 100644 index 0000000..e717ddd Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PG9+K6HMBKiSU7+oHwiI1Vn4xnk= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QA3j2Mgh9lJOxeZCu6RgrqjHkYY= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QA3j2Mgh9lJOxeZCu6RgrqjHkYY= new file mode 100644 index 0000000..0669512 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QA3j2Mgh9lJOxeZCu6RgrqjHkYY= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QINM8P_UJdo2DFGv_t4Dj4PBV+U= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QINM8P_UJdo2DFGv_t4Dj4PBV+U= new file mode 100644 index 0000000..7c1dea3 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QINM8P_UJdo2DFGv_t4Dj4PBV+U= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QK0c621w6Au4WAxOfW8oYerOzW0= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QK0c621w6Au4WAxOfW8oYerOzW0= new file mode 100644 index 0000000..8db9f9d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QK0c621w6Au4WAxOfW8oYerOzW0= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RpD2UtZDUxF7L+99J6OuTS8lZxs= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RpD2UtZDUxF7L+99J6OuTS8lZxs= new file mode 100644 index 0000000..d05d5f7 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RpD2UtZDUxF7L+99J6OuTS8lZxs= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/T7_si1p8g+o12dSQ66F1t6rGt+I= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/T7_si1p8g+o12dSQ66F1t6rGt+I= new file mode 100644 index 0000000..846dea1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/T7_si1p8g+o12dSQ66F1t6rGt+I= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/bu3iq7VllrirxDOCLZcECaokuYg= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/bu3iq7VllrirxDOCLZcECaokuYg= new file mode 100644 index 0000000..71460a1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/bu3iq7VllrirxDOCLZcECaokuYg= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/dP4PZAfGt9S385A+ONr1OQdKwQY= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/dP4PZAfGt9S385A+ONr1OQdKwQY= new file mode 100644 index 0000000..f929dff Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/dP4PZAfGt9S385A+ONr1OQdKwQY= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eHxvGvGxY2bmtmhcFIzVcGkJO_g= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eHxvGvGxY2bmtmhcFIzVcGkJO_g= new file mode 100644 index 0000000..22bdb4e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eHxvGvGxY2bmtmhcFIzVcGkJO_g= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eJ4BjuXU+uecqOejpGS0+oufKXI= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eJ4BjuXU+uecqOejpGS0+oufKXI= new file mode 100644 index 0000000..5707aa8 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eJ4BjuXU+uecqOejpGS0+oufKXI= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/f5Ykja06kGnylZ6NQ5zYG59RQ58= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/f5Ykja06kGnylZ6NQ5zYG59RQ58= new file mode 100644 index 0000000..28b9e4d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/f5Ykja06kGnylZ6NQ5zYG59RQ58= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/hFlS7tecS3mYWlslt5DPQ9efL7g= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/hFlS7tecS3mYWlslt5DPQ9efL7g= new file mode 100644 index 0000000..2d98ee2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/hFlS7tecS3mYWlslt5DPQ9efL7g= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/huNo3CJ35LH7HOMYczC+EbKPErU= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/huNo3CJ35LH7HOMYczC+EbKPErU= new file mode 100644 index 0000000..96690f4 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/huNo3CJ35LH7HOMYczC+EbKPErU= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lU7rS13IAUUK4UjUBZnYIYQwEuI= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lU7rS13IAUUK4UjUBZnYIYQwEuI= new file mode 100644 index 0000000..cbd222d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lU7rS13IAUUK4UjUBZnYIYQwEuI= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/nClT3_oumd_1kxWoF24GgfRKJc4= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/nClT3_oumd_1kxWoF24GgfRKJc4= new file mode 100644 index 0000000..c5a6e41 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/nClT3_oumd_1kxWoF24GgfRKJc4= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ny1dTvNwDMpKe6kNgHV7+ygtcZk= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ny1dTvNwDMpKe6kNgHV7+ygtcZk= new file mode 100644 index 0000000..ffb61da Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ny1dTvNwDMpKe6kNgHV7+ygtcZk= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/qyezevcX_2OC5aY1SfqbCBld6xk= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/qyezevcX_2OC5aY1SfqbCBld6xk= new file mode 100644 index 0000000..33a6966 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/qyezevcX_2OC5aY1SfqbCBld6xk= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/rujreFY9sVh0GMGs3brVAZkVuMw= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/rujreFY9sVh0GMGs3brVAZkVuMw= new file mode 100644 index 0000000..ba19014 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/rujreFY9sVh0GMGs3brVAZkVuMw= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/sxoz63Y4672DLwiOTzJuSfuoUmo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/sxoz63Y4672DLwiOTzJuSfuoUmo= new file mode 100644 index 0000000..8568b5b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/sxoz63Y4672DLwiOTzJuSfuoUmo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uDp1tdQRcpyCScZ8lR_05oYhVc8= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uDp1tdQRcpyCScZ8lR_05oYhVc8= new file mode 100644 index 0000000..f25192e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uDp1tdQRcpyCScZ8lR_05oYhVc8= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vFXv7oGdREYW6LxkIVvPJ9WqyP8= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vFXv7oGdREYW6LxkIVvPJ9WqyP8= new file mode 100644 index 0000000..dc7b90e Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vFXv7oGdREYW6LxkIVvPJ9WqyP8= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/w8EqONBPLSS3PRc8VonvMF+q+Vs= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/w8EqONBPLSS3PRc8VonvMF+q+Vs= new file mode 100644 index 0000000..4c9f52f Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/w8EqONBPLSS3PRc8VonvMF+q+Vs= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wuNMR6luzTDlBez_SZ2uF4RbyRk= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wuNMR6luzTDlBez_SZ2uF4RbyRk= new file mode 100644 index 0000000..6ccda32 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wuNMR6luzTDlBez_SZ2uF4RbyRk= differ diff --git a/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/app/build/intermediates/incremental/mergeDebugAssets/merger.xml new file mode 100644 index 0000000..953f6c6 --- /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..b659d80 --- /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/mergeDebugResources/compile-file-map.properties b/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties new file mode 100644 index 0000000..3dd05ac --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties @@ -0,0 +1,493 @@ +#Sun Dec 15 00:03:43 IST 2019 +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_btn_state_list_anim.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_btn_state_list_anim.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_icon_color_selector.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_icon_color_selector.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_cascading_menu_item_layout.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_cascading_menu_item_layout.xml.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_second.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_second.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_icon.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_icon.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout\\notification_template_part_time.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_time.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_check_material_anim.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material_anim.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_tab_icon.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_icon.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_spinner.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_spinner.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\select_dialog_item_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_item_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_out_bottom.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_bottom.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout\\notification_template_part_chronometer.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_chronometer.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_bottom_nav_colored_item_tint.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_bottom_nav_colored_item_tint.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_text_cursor_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_text_cursor_material.xml.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_seekbar_thumb_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_thumb_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xhdpi-v4\\design_ic_visibility_off.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_on_mtrl_ring_outer_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_on_mtrl_ring_outer_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_radio.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_radio.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_select_dialog_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_select_dialog_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\support_simple_spinner_dropdown_item.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_support_simple_spinner_dropdown_item.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_go_search_api_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_go_search_api_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_off_mtrl_ring_outer_path_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_off_mtrl_ring_outer_path_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_checkbox.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_checkbox.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_ripple_color.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_ripple_color.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_search_dropdown_item_icons_2line.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_dropdown_item_icons_2line.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_radio_to_off_mtrl_animation_interpolator_0.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_radio_to_off_mtrl_animation_interpolator_0.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_off_to_on_mtrl_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_off_to_on_mtrl_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\fast_out_slow_in.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_fast_out_slow_in.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_clear_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_clear_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_textfield_search_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_textfield_search_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-anydpi-v21\\design_ic_visibility.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_btn_unelevated_state_list_anim.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_btn_unelevated_state_list_anim.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ratingbar_indicator_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_indicator_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_template_icon_group.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_icon_group.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-mdpi-v4\\design_ic_visibility_off.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_spinner_textfield_background_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_spinner_textfield_background_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\a44642c3bddc1cd9ae77529ce5394be3\\appcompat-resources-1.1.0\\res\\drawable\\abc_vector_test.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_vector_test.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-v21\\notification_action_background.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_notification_action_background.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_activity_chooser_view_list_item.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view_list_item.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_transformation_sheet_expand_spec.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_transformation_sheet_expand_spec.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ratingbar_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_background_cache_hint_selector_material_dark.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_background_cache_hint_selector_material_dark.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_monday.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_monday.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_secondary_text_material_light.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_light.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_radio_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_bg_color_selector.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_bg_color_selector.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\mtrl_tabs_default_indicator.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_mtrl_tabs_default_indicator.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator-v21\\mtrl_fast_out_slow_in.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator-v21_mtrl_fast_out_slow_in.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v23\\abc_control_background_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23_abc_control_background_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_popup_enter.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_enter.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_on_mtrl_dot_group_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_on_mtrl_dot_group_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_popup_exit.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_exit.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_menu_layout.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_layout.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_seek_thumb.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_seek_thumb.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_tab_text.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_text.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_checked_box_inner_merged_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_checked_box_inner_merged_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-anydpi-v21\\design_ic_visibility_off.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility_off.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_on_mtrl_ring_outer_path_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_on_mtrl_ring_outer_path_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_borderless_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_borderless_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_default_mtrl_shape.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_default_mtrl_shape.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_grow_fade_in_from_bottom.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_grow_fade_in_from_bottom.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim-v21\\design_bottom_sheet_slide_in.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_in.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_icon_background.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_icon_background.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-hdpi-v4\\design_ic_visibility.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_popup_menu_item_layout.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_item_layout.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_fade_out.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_out.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_icon_color_selector_colored.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_icon_color_selector_colored.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\design_fab_show_motion_spec.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_design_fab_show_motion_spec.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_close_icon_tint.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_close_icon_tint.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_btn_checkable.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_btn_checkable.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout-sw600dp-v13\\mtrl_layout_snackbar.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13_mtrl_layout_snackbar.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_text_input_password_icon.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_text_input_password_icon.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim\\design_snackbar_in.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_in.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_bottom_navigation_item.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_navigation_item.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_unchecked_box_inner_merged_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_unchecked_box_inner_merged_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_light.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_menu_item_action_area.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_menu_item_action_area.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\design_password_eye.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_password_eye.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_tile_bg.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_tile_bg.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_background_color.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_background_color.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_chip_state_list_anim.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_chip_state_list_anim.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator-v21\\mtrl_linear_out_slow_in.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator-v21_mtrl_linear_out_slow_in.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_bottom_sheet_dialog.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_sheet_dialog.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_radio_material_anim.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material_anim.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout-v26\\abc_screen_toolbar.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v26_abc_screen_toolbar.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_check_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_off_mtrl.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_off_mtrl.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_show_motion_spec.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_show_motion_spec.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\switch_thumb_material_light.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_light.xml.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_holo_light.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_light.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_hint_foreground_material_dark.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_dark.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_holo_dark.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_dark.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_dialog_material_background.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_dialog_material_background.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_bottom_nav_item_tint.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_bottom_nav_item_tint.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_on_to_off_mtrl_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_on_to_off_mtrl_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_ab_back_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_ab_back_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-mdpi-v4\\design_ic_visibility.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim\\design_snackbar_out.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_out.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_edit_text_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_edit_text_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_action.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_switch_track.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_switch_track.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\avd_show_password.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_show_password.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_popup_menu_header_item_layout.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_header_item_layout.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_cab_background_top_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_top_material.xml.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_tooltip.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_tooltip.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility_off.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_bg_low.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg_low.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_btn_colored_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_btn_colored_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_tooltip_enter.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_tooltip_enter.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_list_divider_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_list_divider_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_alert_dialog_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_out_top.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_top.xml.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_text_btn_ripple_color.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_text_btn_ripple_color.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_btn_colored_text_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_text_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\ic_mtrl_chip_checked_black.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_mtrl_chip_checked_black.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_search_url_text.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_search_url_text.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\drawable\\ic_launcher_background.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_launcher_background.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color-v23\\design_tint_password_toggle.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_design_tint_password_toggle.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_unchecked_to_checked_mtrl_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_unchecked_to_checked_mtrl_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\design_bottom_navigation_item_background.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_bottom_navigation_item_background.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_alert_dialog_title_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_title_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_dialog_title_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_dialog_title_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item_subheader.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_subheader.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_screen_content_include.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_content_include.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_seekbar_tick_mark_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_tick_mark_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_mode_close_item_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_close_item_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout-watch-v20\\abc_alert_dialog_button_bar_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\mtrl_snackbar_background.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_mtrl_snackbar_background.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout-watch-v20\\abc_alert_dialog_title_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-watch-v20_abc_alert_dialog_title_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_in_top.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_top.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator\\mtrl_linear.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_mtrl_linear.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_on_mtrl.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_on_mtrl.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility_off.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\avd_hide_password.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_hide_password.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_radio_to_on_mtrl_animation_interpolator_0.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_radio_to_on_mtrl_animation_interpolator_0.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_background_cache_hint_selector_material_light.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_background_cache_hint_selector_material_light.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_legacy_text_color_selector.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_legacy_text_color_selector.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\ic_mtrl_chip_checked_circle.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_mtrl_chip_checked_circle.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_unchecked_mtrl.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_unchecked_mtrl.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_unchecked_check_path_merged_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_unchecked_check_path_merged_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\design_error.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_design_error.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_layout.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_layout.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\design_fab_hide_motion_spec.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_design_fab_hide_motion_spec.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_template_custom_big.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_custom_big.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_seekbar_track_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_track_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_switch_thumb_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_switch_thumb_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim-v21\\design_bottom_sheet_slide_out.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_out.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-watch-v20\\abc_dialog_material_background.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-watch-v20_abc_dialog_material_background.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_screen_simple.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple.xml.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\navigation_empty_icon.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_navigation_empty_icon.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_secondary_text_material_dark.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_dark.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_disable_only_material_dark.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_dark.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_off_mtrl_dot_group_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_off_mtrl_dot_group_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_menu_item_layout.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_item_layout.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_fab_ripple_color.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_fab_ripple_color.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_voice_search_api_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_voice_search_api_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_bar_up_container.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_up_container.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\tooltip_frame_dark.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_dark.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_cab_background_internal_bg.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_internal_bg.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_menu_item.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu_item.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_bg.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator-v21\\design_appbar_state_list_animator.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator-v21_design_appbar_state_list_animator.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_text_color.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_text_color.xml.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\drawable-v24\\ic_launcher_foreground.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_ic_launcher_foreground.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_default.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_default.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_shrink_fade_out_from_bottom.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_shrink_fade_out_from_bottom.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_menu.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_material_dark.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_dark.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-hdpi-v4\\design_ic_visibility_off.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_menu_overflow_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_menu_overflow_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\ic_mtrl_chip_close_circle.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_mtrl_chip_close_circle.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item_header.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_header.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_activity_chooser_view.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_disable_only_material_light.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_light.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_search_api_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_search_api_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\design_fab_background.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_fab_background.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_checked_box_outer_merged_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_checked_box_outer_merged_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\timeslot.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_timeslot.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_expanded_menu_layout.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_expanded_menu_layout.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_alert_dialog_button_bar_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_button_bar_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_action_bar_item_background_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_action_bar_item_background_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_checked_to_unchecked_mtrl_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_checked_to_unchecked_mtrl_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_action_tombstone.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action_tombstone.xml.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\switch_thumb_material_dark.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_dark.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator-v21\\mtrl_fast_out_linear_in.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator-v21_mtrl_fast_out_linear_in.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_ripple_color.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_ripple_color.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout\\custom_dialog.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_custom_dialog.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\mtrl_layout_snackbar_include.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_mtrl_layout_snackbar_include.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_screen_simple_overlay_action_mode.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple_overlay_action_mode.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_text_color_selector.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_text_color_selector.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_material_light.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_light.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_snackbar_include.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar_include.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_tooltip_exit.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_tooltip_exit.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_stroke_color_selector.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_stroke_color_selector.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_checked_mtrl.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_checked_mtrl.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_color_highlight_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_color_highlight_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13_design_layout_snackbar.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_bar_title_item.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_title_item.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_checked_mtrl_animation_interpolator_1.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_checked_mtrl_animation_interpolator_1.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_in_bottom.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_bottom.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\mtrl_layout_snackbar.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_mtrl_layout_snackbar.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_mode_bar.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_bar.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_unchecked_icon_null_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_unchecked_icon_null_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_hint_foreground_material_light.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_light.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_borderless_text_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_checked_icon_null_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_checked_icon_null_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_ripple_color.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_ripple_color.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_fade_in.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_in.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_hide_motion_spec.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_hide_motion_spec.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_transformation_sheet_collapse_spec.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_transformation_sheet_collapse_spec.xml.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_timetable.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_timetable.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\select_dialog_multichoice_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_multichoice_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_checked_mtrl_animation_interpolator_0.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_checked_mtrl_animation_interpolator_0.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_item_background_holo_light.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_light.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xhdpi-v4\\design_ic_visibility.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_text_btn_text_color_selector.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_text_btn_text_color_selector.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_colored_ripple_color.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_colored_ripple_color.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\select_dialog_singlechoice_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_singlechoice_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_tab_indicator_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_tab_indicator_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_login.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_login.xml.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ratingbar_small_material.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_small_material.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_snackbar.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_off_mtrl_ring_outer_animation.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_off_mtrl_ring_outer_animation.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_search_view.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_view.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_item_background_holo_dark.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_dark.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\design_snackbar_background.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_snackbar_background.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\tooltip_frame_light.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_light.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_edittext.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_edittext.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item_separator.xml=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_separator.xml.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher_round.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml new file mode 100644 index 0000000..1b7ee4d --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml @@ -0,0 +1,4776 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + false + true + true + @android:color/black + #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 + #FF424242 + #FFFFFFFF + #03000000 + #37000000 + #D81B60 + #008577 + #00574B + #14000000 + #3F51B5 + #303F9F + @android:color/transparent + #14000000 + #44000000 + #0A000000 + #0F000000 + #1AFFFFFF + #2EFFFFFF + #323232 + #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 + #1F000000 + #61000000 + #00ffffff + #52000000 + #6B000000 + #1F000000 + #0A000000 + #DE000000 + #ffffffff + #ff9e9e9e + @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 + #e6FFFFFF + 16dp + 72dp + 56dp + 0dp + 0dp + 4dp + 16dp + 10dp + 6dp + 48dp + 180dp + 5dp + -3dp + 48dp + 48dp + 36dp + 48dp + 48dp + @dimen/abc_control_inset_material + 6dp + 8dp + @dimen/abc_control_padding_material + 720dp + 320dp + 2dp + 4dp + 4dp + 2dp + 80% + 100% + 320dp + 320dp + 8dp + 8dp + 65% + 95% + 24dp + 18dp + 8dp + 0.30 + 0.26 + 32dip + 8dip + 8dip + 7dp + 4dp + 10dp + 16dp + 80dp + 64dp + 48dp + @dimen/abc_action_bar_content_inset_material + 296dp + 4dp + 48dip + 320dip + 2dp + 2dp + 20dp + 3dp + 14sp + 14sp + 14sp + 12sp + 34sp + 45sp + 56sp + 112sp + 24sp + 22sp + 18sp + 14sp + 16sp + 14sp + 16sp + 16dp + 20sp + 20dp + 16dp + 16dp + 1dp + 2dp + 2dp + 4dp + 6dp + 8dp + 4dp + 2dp + 320dp + 320dp + 4dp + 168dp + 96dp + 14sp + 8dp + 56dp + 24dp + 96dp + 56dp + 8dp + 1dp + 12sp + 16dp + 64dp + 0.5dp + 6dp + 24dp + 40dp + 56dp + 6dp + 6dp + 16dp + 32dp + 24dp + 16dp + 32dp + 280dp + 8dp + 8dp + 128dp + 0dp + 6dp + 0dp + -1px + -1px + 12dp + 14dp + 24dp + 14sp + 264dp + 72dp + 14sp + 12sp + 5dp + 0.30 + 0.26 + 8dp + 0dp + 50dp + 0.26 + 0.20 + 0.12 + 0.50 + 0.38 + 0.70 + 0.54 + 20dp + 800dp + 120dp + 60dp + 5dp + 8dp + 0dp + 56dp + 4dp + 64dp + 0dp + 0dp + 2dp + 2dp + 2dp + 12dp + 8dp + 6dp + 0.07 + 4dp + 16dp + 16dp + 4dp + 6dp + 1dp + 4dp + 8dp + 8dp + 14sp + 0dp + 1dp + 8dp + 3dp + 14sp + 6dp + 2dp + 6dp + 0dp + 22dp + 14dp + 4dp + 8dp + 3dp + 4dp + 0dp + 4dp + 12dp + 1dp + 2dp + 16dp + 56dp + 32dp + 13sp + 12dp + 8dp + 64dp + 64dp + 10dp + @dimen/notification_content_margin_start + 16dp + 2dp + 3dp + 24dp + 13sp + 10dp + 5dp + 2dp + 16dp + 8dp + 8dp + 96dp + 6.5dp + 0dp + 16dp + #3333B5E5 + #0cffffff + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 220 + 150 + 150 + 150 + 127 + 150 + 2 + 300 + 320 + 100 + 100 + 100 + 250 + 200 + 999 + Navigate home + Navigate up + More options + Done + See all + Choose an app + OFF + ON + Alt+ + Ctrl+ + delete + enter + Function+ + Meta+ + Shift+ + space + Sym+ + Menu+ + Search… + Clear query + Search query + Search + Submit query + Voice search + Share with + Share with %s + Collapse + Sign in or register + Sign in + Second Activity + iitrtimetable + com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior + com.google.android.material.bottomsheet.BottomSheetBehavior + Character limit exceeded %1$d of %2$d + %1$d / %2$d + Courses: + Enrolment Number + com.google.android.material.transformation.FabTransformationScrimBehavior + com.google.android.material.transformation.FabTransformationSheetBehavior + Friday + GroupFollowed: MDG, SDS + Groupmember: + com.google.android.material.behavior.HideBottomViewOnScrollBehavior + Password must be >5 characters + Not a valid username + "Login failed" + Monday + Remove %1$s + Name: Gautam Bafna + NSO/NCC/NSS: NSS + Show password + M12,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,-3z + M2,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 Z + M2,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 Z + M3.27,4.27 L19.74,20.74 + Email + Password + Saturday + Search + show my timetable + Sign In + 999+ + Sunday + TextView + Thursday + Timetable + Tuesday + User Details + Wednesday + "Welcome !" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/app/build/intermediates/incremental/mergeDebugResources/merger.xml new file mode 100644 index 0000000..0907b25 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merger.xml @@ -0,0 +1,5129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #FF424242#FFFFFFFF#03000000#37000000 + + + + + + + + + + + + + + + + + + + + + + + + + + + 1dp2dp2dp#ffffffff#ff9e9e9e#1f000000#8a0000004dp6dp8dp4dp2dp320dp320dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999999+"999+""999+""999+""999+""999+" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8dp0dp50dp20dp800dp120dp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + truefalsetrue@android:color/black#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_material296dp4dp48dip320dip2dp2dp20dp3dp14sp14sp14sp12sp34sp45sp56sp112sp24sp22sp18sp14sp16sp14sp16sp16dp20sp20dp0.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#3F51B5#303F9F@android:color/transparent#14000000#44000000#0A000000#0F000000#1AFFFFFF#2EFFFFFF#323232#1F000000#61000000#00ffffff#52000000#6B000000#1F000000#0A000000#DE000000 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4dp168dp96dp14sp8dp56dp24dp96dp56dp8dp1dp12sp16dp64dp0.5dp6dp24dp40dp56dp6dp6dp16dp32dp24dp16dp32dp280dp8dp8dp128dp0dp6dp0dp-1px-1px12dp14dp24dp14sp264dp72dp14sp12sp5dp60dp5dp8dp0dp56dp4dp64dp0dp0dp2dp2dp2dp12dp8dp6dp0.074dp16dp16dp4dp6dp1dp4dp8dp8dp14sp0dp1dp8dp3dp14sp6dp2dp6dp0dp22dp14dp4dp8dp3dp4dp0dp4dp12dp1dp2dp16dp56dp1501502300320100100100250200com.google.android.material.appbar.AppBarLayout$ScrollingViewBehaviorcom.google.android.material.bottomsheet.BottomSheetBehaviorCharacter limit exceeded %1$d of %2$d%1$d / %2$dcom.google.android.material.transformation.FabTransformationScrimBehaviorcom.google.android.material.transformation.FabTransformationSheetBehaviorcom.google.android.material.behavior.HideBottomViewOnScrollBehaviorRemove %1$sShow 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#008577#00574B#D81B6016dp16dpiitrtimetableEmailPasswordSign in or registerSign in"Welcome !"Not a valid usernamePassword must be >5 characters"Login failed"Sign InEnrolment NumberSecond ActivityTextViewshow my timetableUser DetailsTimetableMondayTuesdayWednesdayThursdayFridaySaturdaySundayName: Gautam BafnaCourses:NSO/NCC/NSS: NSSGroupmember:GroupFollowed: MDG, SDS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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..8789217 --- /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..182b92d --- /dev/null +++ b/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt @@ -0,0 +1,7 @@ +#Sun Dec 15 00:03:59 IST 2019 +base.0=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\out\\classes.dex +path.1=classes.dex +renamed.1=classes2.dex +path.0=classes.dex +renamed.0=classes.dex +base.1=C\:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\out\\classes.dex diff --git a/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml b/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml new file mode 100644 index 0000000..f9370c3 --- /dev/null +++ b/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/instant_app_manifest/debug/output.json b/app/build/intermediates/instant_app_manifest/debug/output.json new file mode 100644 index 0000000..afc0f3c --- /dev/null +++ b/app/build/intermediates/instant_app_manifest/debug/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"INSTANT_APP_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.example.iitrtimetable","split":"","minSdkVersion":"26"}}] \ No newline at end of file diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R$attr.class new file mode 100644 index 0000000..3337674 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R$color.class new file mode 100644 index 0000000..22d6229 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R$dimen.class new file mode 100644 index 0000000..29b2887 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R$drawable.class new file mode 100644 index 0000000..334b929 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R$id.class new file mode 100644 index 0000000..35b6ed0 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R$integer.class new file mode 100644 index 0000000..1480fbf Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R$layout.class new file mode 100644 index 0000000..1e945f1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R$string.class new file mode 100644 index 0000000..f658f51 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R$style.class new file mode 100644 index 0000000..d9f2119 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R$styleable.class new file mode 100644 index 0000000..c0ab949 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/activity/R.class b/app/build/intermediates/javac/debug/classes/androidx/activity/R.class new file mode 100644 index 0000000..c875e23 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/activity/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$anim.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$anim.class new file mode 100644 index 0000000..2d5927c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$anim.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$attr.class new file mode 100644 index 0000000..c5390af Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$bool.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$bool.class new file mode 100644 index 0000000..4b827d4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$color.class new file mode 100644 index 0000000..c1434de Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$dimen.class new file mode 100644 index 0000000..6a08b2e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$drawable.class new file mode 100644 index 0000000..799f1eb Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$id.class new file mode 100644 index 0000000..9e15c62 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$integer.class new file mode 100644 index 0000000..fc73b4c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$interpolator.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$interpolator.class new file mode 100644 index 0000000..17f0c2d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$interpolator.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$layout.class new file mode 100644 index 0000000..39ffe92 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$string.class new file mode 100644 index 0000000..5b631f7 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$style.class new file mode 100644 index 0000000..180ad31 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$styleable.class new file mode 100644 index 0000000..171a60f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/R.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R.class new file mode 100644 index 0000000..a41039c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$attr.class new file mode 100644 index 0000000..33ba281 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$color.class new file mode 100644 index 0000000..9c10603 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$dimen.class new file mode 100644 index 0000000..c1a4942 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$drawable.class new file mode 100644 index 0000000..ff4ed8a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$id.class new file mode 100644 index 0000000..1a9a548 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$integer.class new file mode 100644 index 0000000..1f55db5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$layout.class new file mode 100644 index 0000000..cb286a7 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$string.class new file mode 100644 index 0000000..c60ae84 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$style.class new file mode 100644 index 0000000..c39cc97 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$styleable.class new file mode 100644 index 0000000..c5c07d4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R.class b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R.class new file mode 100644 index 0000000..c7d5c4b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/appcompat/resources/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/arch/core/R.class b/app/build/intermediates/javac/debug/classes/androidx/arch/core/R.class new file mode 100644 index 0000000..f326d84 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/arch/core/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$attr.class new file mode 100644 index 0000000..ae2a152 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$color.class new file mode 100644 index 0000000..776efb9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$dimen.class new file mode 100644 index 0000000..2af8c70 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$drawable.class new file mode 100644 index 0000000..1c76c70 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$id.class new file mode 100644 index 0000000..a15e95a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$integer.class new file mode 100644 index 0000000..99f4f23 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$layout.class new file mode 100644 index 0000000..9984c38 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$string.class new file mode 100644 index 0000000..1792cf9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$style.class new file mode 100644 index 0000000..b2bfdcb Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$styleable.class new file mode 100644 index 0000000..39ce636 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R.class b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R.class new file mode 100644 index 0000000..40d5d38 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/asynclayoutinflater/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/cardview/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/cardview/R$attr.class new file mode 100644 index 0000000..2f06d25 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/cardview/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/cardview/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/cardview/R$color.class new file mode 100644 index 0000000..4008143 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/cardview/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/cardview/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/cardview/R$dimen.class new file mode 100644 index 0000000..3a4559b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/cardview/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/cardview/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/cardview/R$style.class new file mode 100644 index 0000000..579af3b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/cardview/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/cardview/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/cardview/R$styleable.class new file mode 100644 index 0000000..096befd Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/cardview/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/cardview/R.class b/app/build/intermediates/javac/debug/classes/androidx/cardview/R.class new file mode 100644 index 0000000..07263aa Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/cardview/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R$attr.class new file mode 100644 index 0000000..0193eec Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R$id.class new file mode 100644 index 0000000..83ed733 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R$styleable.class new file mode 100644 index 0000000..ad58938 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R.class b/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R.class new file mode 100644 index 0000000..acc21df Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/constraintlayout/widget/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$attr.class new file mode 100644 index 0000000..47967be Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$color.class new file mode 100644 index 0000000..5be8811 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$dimen.class new file mode 100644 index 0000000..edeff2a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$drawable.class new file mode 100644 index 0000000..119d73f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$id.class new file mode 100644 index 0000000..dcea531 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$integer.class new file mode 100644 index 0000000..7cdcbc8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$layout.class new file mode 100644 index 0000000..6d6ba26 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$string.class new file mode 100644 index 0000000..3deb782 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$style.class new file mode 100644 index 0000000..bdf2973 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$styleable.class new file mode 100644 index 0000000..31ea715 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R.class b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R.class new file mode 100644 index 0000000..fb419cc Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/coordinatorlayout/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/core/R$attr.class new file mode 100644 index 0000000..a84f2d8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/core/R$color.class new file mode 100644 index 0000000..fe77e32 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/core/R$dimen.class new file mode 100644 index 0000000..35fdfa7 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/core/R$drawable.class new file mode 100644 index 0000000..55c59cc Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/core/R$id.class new file mode 100644 index 0000000..6c70af5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/core/R$integer.class new file mode 100644 index 0000000..71053ad Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/core/R$layout.class new file mode 100644 index 0000000..3b7bbb3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/core/R$string.class new file mode 100644 index 0000000..d35f885 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/core/R$style.class new file mode 100644 index 0000000..1a7c0b9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/core/R$styleable.class new file mode 100644 index 0000000..d492dca Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/core/R.class b/app/build/intermediates/javac/debug/classes/androidx/core/R.class new file mode 100644 index 0000000..7087a3c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/core/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/cursoradapter/R.class b/app/build/intermediates/javac/debug/classes/androidx/cursoradapter/R.class new file mode 100644 index 0000000..f9aa970 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/cursoradapter/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R$attr.class new file mode 100644 index 0000000..0eec324 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R$color.class new file mode 100644 index 0000000..6fa5562 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R$dimen.class new file mode 100644 index 0000000..b909f95 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R$drawable.class new file mode 100644 index 0000000..22f1ee8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R$id.class new file mode 100644 index 0000000..e566b52 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R$integer.class new file mode 100644 index 0000000..6773a3e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R$layout.class new file mode 100644 index 0000000..e9aab6d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R$string.class new file mode 100644 index 0000000..bdc80bd Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R$style.class new file mode 100644 index 0000000..cd949b6 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R$styleable.class new file mode 100644 index 0000000..d2df6a3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/customview/R.class b/app/build/intermediates/javac/debug/classes/androidx/customview/R.class new file mode 100644 index 0000000..6cea1e1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/customview/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/documentfile/R.class b/app/build/intermediates/javac/debug/classes/androidx/documentfile/R.class new file mode 100644 index 0000000..2d64407 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/documentfile/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$attr.class new file mode 100644 index 0000000..0b7d22e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$color.class new file mode 100644 index 0000000..2dbd9fb Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$dimen.class new file mode 100644 index 0000000..45d300f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$drawable.class new file mode 100644 index 0000000..2441b83 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$id.class new file mode 100644 index 0000000..ffc3a51 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$integer.class new file mode 100644 index 0000000..9159773 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$layout.class new file mode 100644 index 0000000..240edbf Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$string.class new file mode 100644 index 0000000..38dafd7 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$style.class new file mode 100644 index 0000000..09f1c24 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$styleable.class new file mode 100644 index 0000000..71d2a8c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R.class b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R.class new file mode 100644 index 0000000..8d28738 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/drawerlayout/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$attr.class new file mode 100644 index 0000000..95c2cea Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$color.class new file mode 100644 index 0000000..ec2e590 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$dimen.class new file mode 100644 index 0000000..aaf02fe Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$drawable.class new file mode 100644 index 0000000..1e8537d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$id.class new file mode 100644 index 0000000..567711b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$integer.class new file mode 100644 index 0000000..a122707 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$layout.class new file mode 100644 index 0000000..c008a47 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$string.class new file mode 100644 index 0000000..f8a1303 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$style.class new file mode 100644 index 0000000..82fb4f2 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$styleable.class new file mode 100644 index 0000000..af16bf8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/fragment/R.class b/app/build/intermediates/javac/debug/classes/androidx/fragment/R.class new file mode 100644 index 0000000..87ce97c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/fragment/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/interpolator/R.class b/app/build/intermediates/javac/debug/classes/androidx/interpolator/R.class new file mode 100644 index 0000000..8110826 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/interpolator/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$attr.class new file mode 100644 index 0000000..74afb26 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$color.class new file mode 100644 index 0000000..a522a6a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$dimen.class new file mode 100644 index 0000000..a34685a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$drawable.class new file mode 100644 index 0000000..c37b74b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$id.class new file mode 100644 index 0000000..27704bf Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$integer.class new file mode 100644 index 0000000..52cf174 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$layout.class new file mode 100644 index 0000000..b1ae60c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$string.class new file mode 100644 index 0000000..54d6999 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$style.class new file mode 100644 index 0000000..628cfa2 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$styleable.class new file mode 100644 index 0000000..b7e983e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R.class new file mode 100644 index 0000000..fb74427 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreui/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$attr.class new file mode 100644 index 0000000..4000077 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$color.class new file mode 100644 index 0000000..4391c9e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$dimen.class new file mode 100644 index 0000000..553dd75 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$drawable.class new file mode 100644 index 0000000..6ecb8c9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$id.class new file mode 100644 index 0000000..9f63ae4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$integer.class new file mode 100644 index 0000000..71c3910 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$layout.class new file mode 100644 index 0000000..d34c055 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$string.class new file mode 100644 index 0000000..6db46a1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$style.class new file mode 100644 index 0000000..3f52370 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$styleable.class new file mode 100644 index 0000000..e74477e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R.class b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R.class new file mode 100644 index 0000000..c7311e1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/legacy/coreutils/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/R.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/R.class new file mode 100644 index 0000000..05e3924 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$attr.class new file mode 100644 index 0000000..26d599a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$color.class new file mode 100644 index 0000000..856b12c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$dimen.class new file mode 100644 index 0000000..1f5e034 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$drawable.class new file mode 100644 index 0000000..ddda89c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$id.class new file mode 100644 index 0000000..a3ca658 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$integer.class new file mode 100644 index 0000000..c43aae1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$layout.class new file mode 100644 index 0000000..0b147b5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$string.class new file mode 100644 index 0000000..9bcd181 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$style.class new file mode 100644 index 0000000..a0c81a6 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$styleable.class new file mode 100644 index 0000000..deb761b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R.class new file mode 100644 index 0000000..820ca77 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/extensions/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/livedata/R.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/livedata/R.class new file mode 100644 index 0000000..fcaeed4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/livedata/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/livedata/core/R.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/livedata/core/R.class new file mode 100644 index 0000000..6f5ffcc Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/livedata/core/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/process/R.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/process/R.class new file mode 100644 index 0000000..8bf97bc Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/process/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/service/R.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/service/R.class new file mode 100644 index 0000000..4a18290 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/service/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/lifecycle/viewmodel/R.class b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/viewmodel/R.class new file mode 100644 index 0000000..dc21fa3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/lifecycle/viewmodel/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R$attr.class new file mode 100644 index 0000000..9bfcf4d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R$color.class new file mode 100644 index 0000000..511ad8c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R$dimen.class new file mode 100644 index 0000000..e7dd8e5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R$drawable.class new file mode 100644 index 0000000..ea0e0e4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R$id.class new file mode 100644 index 0000000..740e3ed Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R$integer.class new file mode 100644 index 0000000..ed85a2b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R$layout.class new file mode 100644 index 0000000..7e31db7 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R$string.class new file mode 100644 index 0000000..6621a81 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R$style.class new file mode 100644 index 0000000..b1ddd58 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R$styleable.class new file mode 100644 index 0000000..f470adf Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/loader/R.class b/app/build/intermediates/javac/debug/classes/androidx/loader/R.class new file mode 100644 index 0000000..3c0b772 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/loader/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/localbroadcastmanager/R.class b/app/build/intermediates/javac/debug/classes/androidx/localbroadcastmanager/R.class new file mode 100644 index 0000000..a02ac24 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/localbroadcastmanager/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/print/R.class b/app/build/intermediates/javac/debug/classes/androidx/print/R.class new file mode 100644 index 0000000..d1c2477 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/print/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$attr.class new file mode 100644 index 0000000..e354652 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$color.class new file mode 100644 index 0000000..00c0f27 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$dimen.class new file mode 100644 index 0000000..e961048 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$drawable.class new file mode 100644 index 0000000..2a1203d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$id.class new file mode 100644 index 0000000..3be181f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$integer.class new file mode 100644 index 0000000..999b834 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$layout.class new file mode 100644 index 0000000..a7e284d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$string.class new file mode 100644 index 0000000..eebf9bd Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$style.class new file mode 100644 index 0000000..f9d4214 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$styleable.class new file mode 100644 index 0000000..f13da01 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R.class b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R.class new file mode 100644 index 0000000..3750b61 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/recyclerview/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/savedstate/R.class b/app/build/intermediates/javac/debug/classes/androidx/savedstate/R.class new file mode 100644 index 0000000..f1bb94f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/savedstate/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$attr.class new file mode 100644 index 0000000..c0ea0bf Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$color.class new file mode 100644 index 0000000..f38682b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$dimen.class new file mode 100644 index 0000000..e413a31 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$drawable.class new file mode 100644 index 0000000..af7532a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$id.class new file mode 100644 index 0000000..6b73483 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$integer.class new file mode 100644 index 0000000..164fc73 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$layout.class new file mode 100644 index 0000000..2585045 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$string.class new file mode 100644 index 0000000..fa9110c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$style.class new file mode 100644 index 0000000..5c1a193 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$styleable.class new file mode 100644 index 0000000..1d78978 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R.class b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R.class new file mode 100644 index 0000000..30c301c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/slidingpanelayout/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$attr.class new file mode 100644 index 0000000..e636518 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$color.class new file mode 100644 index 0000000..4506312 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$dimen.class new file mode 100644 index 0000000..c8bacfc Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$drawable.class new file mode 100644 index 0000000..4a42a89 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$id.class new file mode 100644 index 0000000..02d5751 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$integer.class new file mode 100644 index 0000000..619161d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$layout.class new file mode 100644 index 0000000..980aea8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$string.class new file mode 100644 index 0000000..6758c77 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$style.class new file mode 100644 index 0000000..a130d0d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$styleable.class new file mode 100644 index 0000000..9bacf47 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R.class b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R.class new file mode 100644 index 0000000..9636f6a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/swiperefreshlayout/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R$attr.class new file mode 100644 index 0000000..8e04ef3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R$color.class new file mode 100644 index 0000000..2f607ab Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R$dimen.class new file mode 100644 index 0000000..519b339 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R$drawable.class new file mode 100644 index 0000000..98283f1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R$id.class new file mode 100644 index 0000000..9d21418 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R$integer.class new file mode 100644 index 0000000..cc1106b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R$layout.class new file mode 100644 index 0000000..26653bb Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R$string.class new file mode 100644 index 0000000..3205ced Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R$style.class new file mode 100644 index 0000000..fcb30ba Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R$styleable.class new file mode 100644 index 0000000..ad97d2e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/transition/R.class b/app/build/intermediates/javac/debug/classes/androidx/transition/R.class new file mode 100644 index 0000000..d9b2f9f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/transition/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$attr.class new file mode 100644 index 0000000..6656bb2 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$color.class new file mode 100644 index 0000000..36e37fa Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$dimen.class new file mode 100644 index 0000000..fe4c0f4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$drawable.class new file mode 100644 index 0000000..9fb21e4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$id.class new file mode 100644 index 0000000..b8a0190 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$integer.class new file mode 100644 index 0000000..57433cf Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$layout.class new file mode 100644 index 0000000..2763a39 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$string.class new file mode 100644 index 0000000..27e53e1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$style.class new file mode 100644 index 0000000..22b9460 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$styleable.class new file mode 100644 index 0000000..6f34107 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R.class new file mode 100644 index 0000000..58d2fce Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$attr.class new file mode 100644 index 0000000..c2d02d9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$color.class new file mode 100644 index 0000000..409d877 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$dimen.class new file mode 100644 index 0000000..a2a9a8b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$drawable.class new file mode 100644 index 0000000..0d5dd6d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$id.class new file mode 100644 index 0000000..90d3707 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$integer.class new file mode 100644 index 0000000..bdcacad Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$layout.class new file mode 100644 index 0000000..7a566c9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$string.class new file mode 100644 index 0000000..ee8fd97 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$style.class new file mode 100644 index 0000000..07830ee Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$styleable.class new file mode 100644 index 0000000..07dd3ed Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R.class b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R.class new file mode 100644 index 0000000..d15011c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/vectordrawable/animated/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/versionedparcelable/R.class b/app/build/intermediates/javac/debug/classes/androidx/versionedparcelable/R.class new file mode 100644 index 0000000..79a4038 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/versionedparcelable/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$attr.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$attr.class new file mode 100644 index 0000000..c72a38e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$color.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$color.class new file mode 100644 index 0000000..b336615 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$dimen.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$dimen.class new file mode 100644 index 0000000..f9550f3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$drawable.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$drawable.class new file mode 100644 index 0000000..16ef6c1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$id.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$id.class new file mode 100644 index 0000000..814f2c7 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$integer.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$integer.class new file mode 100644 index 0000000..0fdb644 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$layout.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$layout.class new file mode 100644 index 0000000..9d19b09 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$string.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$string.class new file mode 100644 index 0000000..5c8939f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$style.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$style.class new file mode 100644 index 0000000..b8c470d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$styleable.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$styleable.class new file mode 100644 index 0000000..4726741 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/androidx/viewpager/R.class b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R.class new file mode 100644 index 0000000..7b70701 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/androidx/viewpager/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/BuildConfig.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/BuildConfig.class new file mode 100644 index 0000000..a3664a6 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/BuildConfig.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/Monday.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/Monday.class new file mode 100644 index 0000000..7ab4c4c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/Monday.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$anim.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$anim.class new file mode 100644 index 0000000..2bcdd88 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$anim.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$animator.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$animator.class new file mode 100644 index 0000000..d507907 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$animator.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$attr.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$attr.class new file mode 100644 index 0000000..be8448c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$bool.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$bool.class new file mode 100644 index 0000000..b6a59cf Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$color.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$color.class new file mode 100644 index 0000000..047dddd Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$dimen.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$dimen.class new file mode 100644 index 0000000..621b2f5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$drawable.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$drawable.class new file mode 100644 index 0000000..643a458 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$id.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$id.class new file mode 100644 index 0000000..0c3b2c3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$integer.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$integer.class new file mode 100644 index 0000000..d9e85ac Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$interpolator.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$interpolator.class new file mode 100644 index 0000000..3ee4c45 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$interpolator.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$layout.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$layout.class new file mode 100644 index 0000000..0222039 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$mipmap.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$mipmap.class new file mode 100644 index 0000000..eb2f884 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$mipmap.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$string.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$string.class new file mode 100644 index 0000000..dd187dc Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$style.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$style.class new file mode 100644 index 0000000..bdcb7c7 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$styleable.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$styleable.class new file mode 100644 index 0000000..fa4eb78 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R.class new file mode 100644 index 0000000..633d1ef Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/SecondActivity.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/SecondActivity.class new file mode 100644 index 0000000..bb40c2b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/SecondActivity.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/TimeSlotAdapter$TimeViewHolder.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/TimeSlotAdapter$TimeViewHolder.class new file mode 100644 index 0000000..ad25223 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/TimeSlotAdapter$TimeViewHolder.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/TimeSlotAdapter.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/TimeSlotAdapter.class new file mode 100644 index 0000000..bfd6a7c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/TimeSlotAdapter.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/Timetable.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/Timetable.class new file mode 100644 index 0000000..408ad0b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/Timetable.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/LoginDataSource.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/LoginDataSource.class new file mode 100644 index 0000000..073d15f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/LoginDataSource.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/LoginRepository.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/LoginRepository.class new file mode 100644 index 0000000..5683e89 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/LoginRepository.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result$1.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result$1.class new file mode 100644 index 0000000..eb90eb2 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result$1.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result$Error.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result$Error.class new file mode 100644 index 0000000..894181a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result$Error.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result$Success.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result$Success.class new file mode 100644 index 0000000..bb0deb6 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result$Success.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result.class new file mode 100644 index 0000000..5de27a0 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/Result.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/model/LoggedInUser.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/model/LoggedInUser.class new file mode 100644 index 0000000..ace1494 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/data/model/LoggedInUser.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoggedInUserView.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoggedInUserView.class new file mode 100644 index 0000000..fcec279 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoggedInUserView.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginActivity.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginActivity.class new file mode 100644 index 0000000..483808e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginActivity.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginFormState.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginFormState.class new file mode 100644 index 0000000..87b7f24 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginFormState.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginResult.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginResult.class new file mode 100644 index 0000000..6c6cbbb Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginResult.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginViewModel.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginViewModel.class new file mode 100644 index 0000000..dadef53 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginViewModel.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginViewModelFactory.class b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginViewModelFactory.class new file mode 100644 index 0000000..15034ef Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/example/iitrtimetable/ui/login/LoginViewModelFactory.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$anim.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$anim.class new file mode 100644 index 0000000..8d0082e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$anim.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$animator.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$animator.class new file mode 100644 index 0000000..a859e91 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$animator.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$attr.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$attr.class new file mode 100644 index 0000000..79e4e2a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$bool.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$bool.class new file mode 100644 index 0000000..588a117 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$color.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$color.class new file mode 100644 index 0000000..50791f2 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$dimen.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$dimen.class new file mode 100644 index 0000000..bad1437 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$drawable.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$drawable.class new file mode 100644 index 0000000..c31f460 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$id.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$id.class new file mode 100644 index 0000000..e506629 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$integer.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$integer.class new file mode 100644 index 0000000..6f41f1a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$interpolator.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$interpolator.class new file mode 100644 index 0000000..cd3c07c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$interpolator.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$layout.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$layout.class new file mode 100644 index 0000000..3c1100a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$string.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$string.class new file mode 100644 index 0000000..e4be97d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$style.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$style.class new file mode 100644 index 0000000..d06cece Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R$styleable.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$styleable.class new file mode 100644 index 0000000..10b9e5f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/com/google/android/material/R.class b/app/build/intermediates/javac/debug/classes/com/google/android/material/R.class new file mode 100644 index 0000000..cb4a46e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/com/google/android/material/R.class differ 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..c9b755e --- /dev/null +++ b/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt @@ -0,0 +1,106 @@ +1 +2 +6 +7 C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml +9 android:targetSdkVersion="29" /> +9-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml +10 +11 C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:5:5-46:19 +12 android:allowBackup="true" +12-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:6:9-35 +13 android:appComponentFactory="androidx.core.app.CoreComponentFactory" +13-->[androidx.core:core:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7f6c41cc2a14c0fbaa8d0166c17dc544\core-1.1.0\AndroidManifest.xml:24:18-86 +14 android:debuggable="true" +15 android:icon="@mipmap/ic_launcher" +15-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:7:9-43 +16 android:label="@string/app_name" +16-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:8:9-41 +17 android:roundIcon="@mipmap/ic_launcher_round" +17-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:9:9-54 +18 android:supportsRtl="true" +18-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:10:9-35 +19 android:testOnly="true" +20 android:theme="@style/AppTheme" > +20-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:11:9-40 +21 C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:12:9-20:20 +22 android:name="com.example.iitrtimetable.Monday" +22-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:13:13-35 +23 android:label="Monday" +23-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:14:13-35 +24 android:parentActivityName="com.example.iitrtimetable.Timetable" > +24-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:15:13-52 +25 C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:16:13-18:52 +26 android:name="android.support.TIMETABLE" +26-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:17:17-57 +27 android:value=".ui.login.Monday" /> +27-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:18:17-49 +28 +29 C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:21:9-28:20 +30 android:name="com.example.iitrtimetable.Timetable" +30-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:22:13-38 +31 android:label="Timetable" +31-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:23:13-38 +32 android:parentActivityName="com.example.iitrtimetable.SecondActivity" > +32-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:24:13-57 +33 C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:25:13-27:55 +34 android:name="android.support.SECOND_ACTIVITY" +34-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:26:17-63 +35 android:value=".ui.login.Timetable" /> +35-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:27:17-52 +36 +37 C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:29:9-36:20 +38 android:name="com.example.iitrtimetable.SecondActivity" +38-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:30:13-43 +39 android:label="@string/activity2_name" +39-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:31:13-51 +40 android:parentActivityName="com.example.iitrtimetable.ui.login.LoginActivity" > +40-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:32:13-65 +41 C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:33:13-35:59 +42 android:name="android.support.PARENT_ACTIVITY" +42-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:34:17-63 +43 android:value=".ui.login.LoginActivity" /> +43-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:35:17-56 +44 +45 C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:37:9-45:20 +46 android:name="com.example.iitrtimetable.ui.login.LoginActivity" +46-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:38:13-51 +47 android:label="@string/app_name" > +47-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:39:13-45 +48 +48-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:40:13-44:29 +49 +49-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:41:17-69 +49-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:41:25-66 +50 +51 +51-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:43:17-77 +51-->C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:43:27-74 +52 +53 +54 +55 [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:23:9-27:43 +56 android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer" +56-->[androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:24:13-79 +57 android:authorities="com.example.iitrtimetable.lifecycle-process" +57-->[androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:25:13-69 +58 android:exported="false" +58-->[androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:26:13-37 +59 android:multiprocess="true" /> +59-->[androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:27:13-40 +60 +61 +62 diff --git a/app/build/intermediates/manifest_merge_blame_file/debugAndroidTest/manifest-merger-blame-debug-androidTest-report.txt b/app/build/intermediates/manifest_merge_blame_file/debugAndroidTest/manifest-merger-blame-debug-androidTest-report.txt new file mode 100644 index 0000000..c84214d --- /dev/null +++ b/app/build/intermediates/manifest_merge_blame_file/debugAndroidTest/manifest-merger-blame-debug-androidTest-report.txt @@ -0,0 +1,77 @@ +1 +2 +4 +5 C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:5:5-74 +6 android:minSdkVersion="26" +6-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:5:15-41 +7 android:targetSdkVersion="29" /> +7-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:5:42-71 +8 +9 C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:11:5-15:75 +10 android:name="androidx.test.runner.AndroidJUnitRunner" +10-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:11:22-76 +11 android:functionalTest="false" +11-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:14:22-52 +12 android:handleProfiling="false" +12-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:13:22-53 +13 android:label="Tests for com.example.iitrtimetable" +13-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:15:22-73 +14 android:targetPackage="com.example.iitrtimetable" /> +14-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:12:22-71 +15 +16 +16-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:24:5-72 +16-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:24:22-69 +17 +18 +18-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:7:5-9:19 +18-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:7:18-43 +19 +19-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:8:9-60 +19-->C:\Gautam\iitrtimetable-master\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger2770216175126867165.xml:8:23-57 +20 +21 [androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:27:9-33:20 +22 android:name="androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity" +22-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:28:13-99 +23 android:theme="@android:style/Theme" > +23-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:29:13-49 +24 +24-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:30:13-32:29 +25 +25-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:31:17-69 +25-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:31:25-66 +26 +27 +28 [androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:34:9-40:20 +29 android:name="androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity" +29-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:35:13-95 +30 android:theme="@android:style/Theme" > +30-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:36:13-49 +31 +31-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:30:13-32:29 +32 +32-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:31:17-69 +32-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:31:25-66 +33 +34 +35 [androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:41:9-47:20 +36 android:name="androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity" +36-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:42:13-103 +37 android:theme="@android:style/Theme.Dialog" > +37-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:43:13-56 +38 +38-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:30:13-32:29 +39 +39-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:31:17-69 +39-->[androidx.test:core:1.2.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\ff25c04162ff943dff3292e200c3e8d4\core-1.2.0\AndroidManifest.xml:31:25-66 +40 +41 +42 +43 +44 diff --git a/app/build/intermediates/merged_java_res/debug/out.jar b/app/build/intermediates/merged_java_res/debug/out.jar new file mode 100644 index 0000000..0b3549d Binary files /dev/null and b/app/build/intermediates/merged_java_res/debug/out.jar differ 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..e9c7bd3 --- /dev/null +++ b/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/merged_manifests/debug/output.json b/app/build/intermediates/merged_manifests/debug/output.json new file mode 100644 index 0000000..2bd6e3b --- /dev/null +++ b/app/build/intermediates/merged_manifests/debug/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.example.iitrtimetable","split":"","minSdkVersion":"26"}}] \ No newline at end of file diff --git a/app/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml b/app/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml new file mode 100644 index 0000000..aea3f4a --- /dev/null +++ b/app/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/merged_manifests/debugAndroidTest/output.json b/app/build/intermediates/merged_manifests/debugAndroidTest/output.json new file mode 100644 index 0000000..480c8ca --- /dev/null +++ b/app/build/intermediates/merged_manifests/debugAndroidTest/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug-androidTest.apk","fullName":"debugAndroidTest","baseName":"debug-androidTest"},"path":"AndroidManifest.xml","properties":{}}] \ No newline at end of file diff --git a/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json b/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json new file mode 100644 index 0000000..5875ae5 --- /dev/null +++ b/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"METADATA_FEATURE_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{}}] \ No newline at end of file diff --git a/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json b/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json new file mode 100644 index 0000000..0e23577 --- /dev/null +++ b/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"PROCESSED_RES"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"resources-debug.ap_","properties":{"packageId":"com.example.iitrtimetable","split":"","minSdkVersion":"26"}}] \ No newline at end of file diff --git a/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ b/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ new file mode 100644 index 0000000..426ac96 Binary files /dev/null and b/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ differ diff --git a/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_in.xml.flat b/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_in.xml.flat new file mode 100644 index 0000000..45acdf6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_out.xml.flat b/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_out.xml.flat new file mode 100644 index 0000000..a38b6bc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_out.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat new file mode 100644 index 0000000..7db95c7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat new file mode 100644 index 0000000..d1b2d14 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat new file mode 100644 index 0000000..cd4c296 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat new file mode 100644 index 0000000..3ac9380 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat new file mode 100644 index 0000000..55ed352 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat new file mode 100644 index 0000000..bdbe50a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat new file mode 100644 index 0000000..334cbf6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat new file mode 100644 index 0000000..c300e54 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat new file mode 100644 index 0000000..6292fba Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat new file mode 100644 index 0000000..3113de2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat new file mode 100644 index 0000000..23f8ea4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat new file mode 100644 index 0000000..dccccad Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_checked_box_inner_merged_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_checked_box_inner_merged_animation.xml.flat new file mode 100644 index 0000000..43ca481 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_checked_box_inner_merged_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_checked_box_outer_merged_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_checked_box_outer_merged_animation.xml.flat new file mode 100644 index 0000000..b318250 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_checked_box_outer_merged_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_checked_icon_null_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_checked_icon_null_animation.xml.flat new file mode 100644 index 0000000..9950f6c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_checked_icon_null_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_unchecked_box_inner_merged_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_unchecked_box_inner_merged_animation.xml.flat new file mode 100644 index 0000000..32d1131 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_unchecked_box_inner_merged_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_unchecked_check_path_merged_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_unchecked_check_path_merged_animation.xml.flat new file mode 100644 index 0000000..f10d206 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_unchecked_check_path_merged_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_unchecked_icon_null_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_unchecked_icon_null_animation.xml.flat new file mode 100644 index 0000000..b546253 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_checkbox_to_unchecked_icon_null_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_radio_to_off_mtrl_dot_group_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_off_mtrl_dot_group_animation.xml.flat new file mode 100644 index 0000000..cd81d52 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_off_mtrl_dot_group_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_radio_to_off_mtrl_ring_outer_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_off_mtrl_ring_outer_animation.xml.flat new file mode 100644 index 0000000..0104e4a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_off_mtrl_ring_outer_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_radio_to_off_mtrl_ring_outer_path_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_off_mtrl_ring_outer_path_animation.xml.flat new file mode 100644 index 0000000..692c287 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_off_mtrl_ring_outer_path_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_radio_to_on_mtrl_dot_group_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_on_mtrl_dot_group_animation.xml.flat new file mode 100644 index 0000000..f33ae8d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_on_mtrl_dot_group_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_radio_to_on_mtrl_ring_outer_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_on_mtrl_ring_outer_animation.xml.flat new file mode 100644 index 0000000..6bd3a93 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_on_mtrl_ring_outer_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_btn_radio_to_on_mtrl_ring_outer_path_animation.xml.flat b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_on_mtrl_ring_outer_path_animation.xml.flat new file mode 100644 index 0000000..d45d836 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_btn_radio_to_on_mtrl_ring_outer_path_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat b/app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat new file mode 100644 index 0000000..add2287 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat b/app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat new file mode 100644 index 0000000..3ff52c4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator-v21_design_appbar_state_list_animator.xml.flat b/app/build/intermediates/res/merged/debug/animator-v21_design_appbar_state_list_animator.xml.flat new file mode 100644 index 0000000..c0565d7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator-v21_design_appbar_state_list_animator.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator_design_fab_hide_motion_spec.xml.flat b/app/build/intermediates/res/merged/debug/animator_design_fab_hide_motion_spec.xml.flat new file mode 100644 index 0000000..5216d2b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator_design_fab_hide_motion_spec.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator_design_fab_show_motion_spec.xml.flat b/app/build/intermediates/res/merged/debug/animator_design_fab_show_motion_spec.xml.flat new file mode 100644 index 0000000..fef7d65 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator_design_fab_show_motion_spec.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator_mtrl_btn_state_list_anim.xml.flat b/app/build/intermediates/res/merged/debug/animator_mtrl_btn_state_list_anim.xml.flat new file mode 100644 index 0000000..fc2175c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator_mtrl_btn_state_list_anim.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator_mtrl_btn_unelevated_state_list_anim.xml.flat b/app/build/intermediates/res/merged/debug/animator_mtrl_btn_unelevated_state_list_anim.xml.flat new file mode 100644 index 0000000..d81f085 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator_mtrl_btn_unelevated_state_list_anim.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator_mtrl_chip_state_list_anim.xml.flat b/app/build/intermediates/res/merged/debug/animator_mtrl_chip_state_list_anim.xml.flat new file mode 100644 index 0000000..d9a6e0a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator_mtrl_chip_state_list_anim.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator_mtrl_fab_hide_motion_spec.xml.flat b/app/build/intermediates/res/merged/debug/animator_mtrl_fab_hide_motion_spec.xml.flat new file mode 100644 index 0000000..40979e6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator_mtrl_fab_hide_motion_spec.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator_mtrl_fab_show_motion_spec.xml.flat b/app/build/intermediates/res/merged/debug/animator_mtrl_fab_show_motion_spec.xml.flat new file mode 100644 index 0000000..cab6378 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator_mtrl_fab_show_motion_spec.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator_mtrl_fab_transformation_sheet_collapse_spec.xml.flat b/app/build/intermediates/res/merged/debug/animator_mtrl_fab_transformation_sheet_collapse_spec.xml.flat new file mode 100644 index 0000000..ab3ae1d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator_mtrl_fab_transformation_sheet_collapse_spec.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator_mtrl_fab_transformation_sheet_expand_spec.xml.flat b/app/build/intermediates/res/merged/debug/animator_mtrl_fab_transformation_sheet_expand_spec.xml.flat new file mode 100644 index 0000000..2529c11 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator_mtrl_fab_transformation_sheet_expand_spec.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat new file mode 100644 index 0000000..27585f2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat new file mode 100644 index 0000000..bad6593 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat new file mode 100644 index 0000000..40212c6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat new file mode 100644 index 0000000..dcf2c37 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat new file mode 100644 index 0000000..9f4ded1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat new file mode 100644 index 0000000..36ee653 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat new file mode 100644 index 0000000..3846b29 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat new file mode 100644 index 0000000..2e995a2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat new file mode 100644 index 0000000..dfa2d9d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_design_tint_password_toggle.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_design_tint_password_toggle.xml.flat new file mode 100644 index 0000000..63b815c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_design_tint_password_toggle.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat new file mode 100644 index 0000000..cb18249 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat new file mode 100644 index 0000000..84442da Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat new file mode 100644 index 0000000..b95dea7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat new file mode 100644 index 0000000..002927a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat new file mode 100644 index 0000000..b507521 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat new file mode 100644 index 0000000..a89149d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat new file mode 100644 index 0000000..6ac6f63 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat new file mode 100644 index 0000000..a2f4ebc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat new file mode 100644 index 0000000..58fc396 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat new file mode 100644 index 0000000..fdee436 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat new file mode 100644 index 0000000..313f275 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_design_error.xml.flat b/app/build/intermediates/res/merged/debug/color_design_error.xml.flat new file mode 100644 index 0000000..c5ccffc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_design_error.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_bottom_nav_colored_item_tint.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_bottom_nav_colored_item_tint.xml.flat new file mode 100644 index 0000000..4815ec0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_bottom_nav_colored_item_tint.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_bottom_nav_item_tint.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_bottom_nav_item_tint.xml.flat new file mode 100644 index 0000000..72b2cf0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_bottom_nav_item_tint.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_btn_bg_color_selector.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_btn_bg_color_selector.xml.flat new file mode 100644 index 0000000..171ebe6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_btn_bg_color_selector.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_btn_ripple_color.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_btn_ripple_color.xml.flat new file mode 100644 index 0000000..bd81e76 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_btn_ripple_color.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_btn_stroke_color_selector.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_btn_stroke_color_selector.xml.flat new file mode 100644 index 0000000..b1b8687 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_btn_stroke_color_selector.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_btn_text_btn_ripple_color.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_btn_text_btn_ripple_color.xml.flat new file mode 100644 index 0000000..88add8b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_btn_text_btn_ripple_color.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_btn_text_color_selector.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_btn_text_color_selector.xml.flat new file mode 100644 index 0000000..f37625f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_btn_text_color_selector.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_chip_background_color.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_chip_background_color.xml.flat new file mode 100644 index 0000000..29a8898 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_chip_background_color.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_chip_close_icon_tint.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_chip_close_icon_tint.xml.flat new file mode 100644 index 0000000..3c7f7ea Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_chip_close_icon_tint.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_chip_ripple_color.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_chip_ripple_color.xml.flat new file mode 100644 index 0000000..bd00ba4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_chip_ripple_color.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_chip_text_color.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_chip_text_color.xml.flat new file mode 100644 index 0000000..33b5e69 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_chip_text_color.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_fab_ripple_color.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_fab_ripple_color.xml.flat new file mode 100644 index 0000000..ccc2d72 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_fab_ripple_color.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_tabs_colored_ripple_color.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_tabs_colored_ripple_color.xml.flat new file mode 100644 index 0000000..b4e5266 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_tabs_colored_ripple_color.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_tabs_icon_color_selector.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_tabs_icon_color_selector.xml.flat new file mode 100644 index 0000000..b040194 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_tabs_icon_color_selector.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_tabs_icon_color_selector_colored.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_tabs_icon_color_selector_colored.xml.flat new file mode 100644 index 0000000..ac0406c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_tabs_icon_color_selector_colored.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_tabs_legacy_text_color_selector.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_tabs_legacy_text_color_selector.xml.flat new file mode 100644 index 0000000..85e92e5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_tabs_legacy_text_color_selector.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_tabs_ripple_color.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_tabs_ripple_color.xml.flat new file mode 100644 index 0000000..8e7461e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_tabs_ripple_color.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_mtrl_text_btn_text_color_selector.xml.flat b/app/build/intermediates/res/merged/debug/color_mtrl_text_btn_text_color_selector.xml.flat new file mode 100644 index 0000000..dc00819 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_mtrl_text_btn_text_color_selector.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat new file mode 100644 index 0000000..c64d743 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat new file mode 100644 index 0000000..f344966 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility.xml.flat b/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility.xml.flat new file mode 100644 index 0000000..82edbb9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility_off.xml.flat b/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility_off.xml.flat new file mode 100644 index 0000000..d63eda0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility_off.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..39999a7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..e32a3c6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..3983df8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..0444732 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..0613e55 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..2d1f6e9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..2c86dbe Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..418ad31 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..bd8eb9b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..91bfe96 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..dfad36a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..4bb5ebd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..4485bdf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..e063372 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..0295f53 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..2a26dd2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..8030c8a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..c9b2d4e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..dafea11 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..cd5a009 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..125d758 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..7c5e6b6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..b9d9558 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..3187f52 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..8ef6a22 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..36386d6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..fee2594 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..28160e5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..32f371b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..35d52a6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..ec1c991 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..e3062f7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..6cd4813 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..313fb2b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..eca48ad Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..897f52e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..6c57d4d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..d7db0d6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..44f53dd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..d341861 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..7314075 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..fef3820 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..b9cfcf4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..183d352 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..4bd7de4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..1e6c93c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..bd4477a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..5bb9bf7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility_off.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..6732719 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000..9f99f7a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000..2712b60 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000..214cf14 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000..cbdc977 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000..5e8a020 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..c498819 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..6f65716 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..db9a2b8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..94c65b2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..e637523 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..842c32c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..7b09928 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..d03912a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..74c2cbe Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..8c76173 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..2144534 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..f428a63 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..21d4f79 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..a99f701 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..2d8bc14 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..b913847 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..fa8b73a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..5259a11 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..2a62a65 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..d8ba6c7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..7db07d7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..47a28cd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..b9f5bf2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..405247e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..86bc0d3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..2855e65 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..2d05f2c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..ba1b1ba Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..345e7bf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..ef31d6f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..b1e907d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..0f655e5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..798c185 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..f749b76 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..5eec446 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..4d902a0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..d8f6683 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..5cfc817 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..46824e9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..4322d6a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..8fc51d5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..27d2f44 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..d3229d1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..bdda53e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..6d7f91f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..9a5e70e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..cd69b0c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..f3d9e40 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..6b52998 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..266044d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..79dcdf0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..577e1ff Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..74a3ab5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..05984e8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..9ac640b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..d021aa8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..518710c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..f69d940 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..55678e5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..9f28464 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..b33886b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..aa00edb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..4b93c3f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility_off.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..a1ce147 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000..285b859 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000..9e844df Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000..7a39f90 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000..e70c286 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000..16f1207 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat new file mode 100644 index 0000000..599c1fd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat new file mode 100644 index 0000000..dd16f86 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_abc_dialog_material_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_abc_dialog_material_background.xml.flat new file mode 100644 index 0000000..17876e5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_abc_dialog_material_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat new file mode 100644 index 0000000..3407b74 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_abc_list_divider_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_abc_list_divider_material.xml.flat new file mode 100644 index 0000000..62498e2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_abc_list_divider_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_avd_hide_password.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_avd_hide_password.xml.flat new file mode 100644 index 0000000..7131dba Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_avd_hide_password.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_avd_show_password.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_avd_show_password.xml.flat new file mode 100644 index 0000000..9687d22 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_avd_show_password.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_design_bottom_navigation_item_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_design_bottom_navigation_item_background.xml.flat new file mode 100644 index 0000000..5990042 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_design_bottom_navigation_item_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_design_password_eye.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_design_password_eye.xml.flat new file mode 100644 index 0000000..04b6b91 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_design_password_eye.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat new file mode 100644 index 0000000..d4b559f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat new file mode 100644 index 0000000..1258412 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat new file mode 100644 index 0000000..4e36243 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat new file mode 100644 index 0000000..12ba58e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..4def3ae Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..ae0cf3d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..02bf7ee Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..2db94db Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..f65e811 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..8f5e72e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..1d86b9d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..387876e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..c145b16 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..504482b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..a1ff411 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..b532a8b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..c870284 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..acef058 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..d61ecbf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..310cc6e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..56413b4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..64ddce6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..f255a45 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..f0b948b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..c42f724 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..d3c114e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..b614ed8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..5e25cae Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..ed9526d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..6292eb3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..2c7e77b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..70857e5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..bff9b32 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..921d965 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..d471e07 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..72bb999 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..c4d153f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..ab20264 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..702961e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..e7f192f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..5717056 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..35b941f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..fd50a5e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..fd88d01 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..a5e35a3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..e5029a1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..ee1986a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..96a204e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..3b32e4e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..7d0160b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..2a07144 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..a355f2c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility_off.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..e6a97b8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000..d1af9d0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000..fb3e89f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000..7776cbc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000..d29211b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000..0017455 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..6c3c377 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..91f9d1a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..6d0639e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..2696dd2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..5d11f32 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..addf501 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..a20db77 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..086bb5c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..078cc70 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..78a37eb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..7be88fa Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..61f080f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..cd7dc9c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..7056c52 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..04df8a4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..1282d22 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..abfd37a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..76fefff Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..2d29c51 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..592f983 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..4860e0a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..ce6d547 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..2557e51 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..8511011 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..a1130e0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..8cfedab Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..e0fd460 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..739d422 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..ae53c63 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..684ac51 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..1f63e8f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..fe9b934 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..71dd2a0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..20d37f1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..4bb6054 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..1b4ff1f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..a8d8d6a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..c7c1681 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..60859fb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..de857f1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..61e71b3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..d44caf0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..a20a343 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..9f58f13 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..c2c239f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..ee8eac6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..c6fab17 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..e6ed1e7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..d5bc329 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..c752ea6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..36e1824 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..19af5ab Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..6686c71 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..169fe7c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..da5d228 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..64a8960 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..ae3b1bc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..b3ac2c2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..6f364f1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..62f822f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..df20a12 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..458997f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..cda27fe Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..380898d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..125115a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..8f381f9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..3371c3c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..986ecff Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..726aaa7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..b722ff0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..668b533 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..f30111b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..2ad5b89 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..8a4fa77 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..fbf7010 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..b64edef Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..714c6d2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat new file mode 100644 index 0000000..0fb66c2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat new file mode 100644 index 0000000..58ead2a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material_anim.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material_anim.xml.flat new file mode 100644 index 0000000..fe2422a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material_anim.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat new file mode 100644 index 0000000..349a745 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat new file mode 100644 index 0000000..5813719 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material_anim.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material_anim.xml.flat new file mode 100644 index 0000000..bd1e6be Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material_anim.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat new file mode 100644 index 0000000..8c21dda Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat new file mode 100644 index 0000000..37f5b66 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat new file mode 100644 index 0000000..a01d7a1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat new file mode 100644 index 0000000..43e0b8d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat new file mode 100644 index 0000000..7ceb7de Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat new file mode 100644 index 0000000..da157c4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat new file mode 100644 index 0000000..78c5d62 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat new file mode 100644 index 0000000..5ab5c33 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat new file mode 100644 index 0000000..b53cc56 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat new file mode 100644 index 0000000..4aa47f3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat new file mode 100644 index 0000000..ebad4b4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat new file mode 100644 index 0000000..684cf23 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat new file mode 100644 index 0000000..8d6b89a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat new file mode 100644 index 0000000..608a21e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat new file mode 100644 index 0000000..d88a4b1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat new file mode 100644 index 0000000..48eaacc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat new file mode 100644 index 0000000..0c14ec9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat new file mode 100644 index 0000000..f0e685a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat new file mode 100644 index 0000000..37b610c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat new file mode 100644 index 0000000..ef4305d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat new file mode 100644 index 0000000..851bd8a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat new file mode 100644 index 0000000..984af8d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat new file mode 100644 index 0000000..db5e396 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat new file mode 100644 index 0000000..f4de0d4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat new file mode 100644 index 0000000..1f618cc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat new file mode 100644 index 0000000..70fd6ca Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat new file mode 100644 index 0000000..d9ccb02 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_checked_mtrl.xml.flat b/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_checked_mtrl.xml.flat new file mode 100644 index 0000000..0b14aa1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_checked_mtrl.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_checked_to_unchecked_mtrl_animation.xml.flat b/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_checked_to_unchecked_mtrl_animation.xml.flat new file mode 100644 index 0000000..8f360d2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_checked_to_unchecked_mtrl_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_unchecked_mtrl.xml.flat b/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_unchecked_mtrl.xml.flat new file mode 100644 index 0000000..14af6bd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_unchecked_mtrl.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_unchecked_to_checked_mtrl_animation.xml.flat b/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_unchecked_to_checked_mtrl_animation.xml.flat new file mode 100644 index 0000000..485d7c3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_btn_checkbox_unchecked_to_checked_mtrl_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_btn_radio_off_mtrl.xml.flat b/app/build/intermediates/res/merged/debug/drawable_btn_radio_off_mtrl.xml.flat new file mode 100644 index 0000000..4d36249 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_btn_radio_off_mtrl.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_btn_radio_off_to_on_mtrl_animation.xml.flat b/app/build/intermediates/res/merged/debug/drawable_btn_radio_off_to_on_mtrl_animation.xml.flat new file mode 100644 index 0000000..85f0322 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_btn_radio_off_to_on_mtrl_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_btn_radio_on_mtrl.xml.flat b/app/build/intermediates/res/merged/debug/drawable_btn_radio_on_mtrl.xml.flat new file mode 100644 index 0000000..f160ab9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_btn_radio_on_mtrl.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_btn_radio_on_to_off_mtrl_animation.xml.flat b/app/build/intermediates/res/merged/debug/drawable_btn_radio_on_to_off_mtrl_animation.xml.flat new file mode 100644 index 0000000..6028bdc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_btn_radio_on_to_off_mtrl_animation.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_design_fab_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable_design_fab_background.xml.flat new file mode 100644 index 0000000..0ed9b63 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_design_fab_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_design_snackbar_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable_design_snackbar_background.xml.flat new file mode 100644 index 0000000..f01b2c9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_design_snackbar_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_ic_launcher_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable_ic_launcher_background.xml.flat new file mode 100644 index 0000000..f968b95 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_ic_launcher_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_ic_mtrl_chip_checked_black.xml.flat b/app/build/intermediates/res/merged/debug/drawable_ic_mtrl_chip_checked_black.xml.flat new file mode 100644 index 0000000..7be228e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_ic_mtrl_chip_checked_black.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_ic_mtrl_chip_checked_circle.xml.flat b/app/build/intermediates/res/merged/debug/drawable_ic_mtrl_chip_checked_circle.xml.flat new file mode 100644 index 0000000..c94224f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_ic_mtrl_chip_checked_circle.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_ic_mtrl_chip_close_circle.xml.flat b/app/build/intermediates/res/merged/debug/drawable_ic_mtrl_chip_close_circle.xml.flat new file mode 100644 index 0000000..3d2f897 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_ic_mtrl_chip_close_circle.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_mtrl_snackbar_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable_mtrl_snackbar_background.xml.flat new file mode 100644 index 0000000..fccabe1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_mtrl_snackbar_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_mtrl_tabs_default_indicator.xml.flat b/app/build/intermediates/res/merged/debug/drawable_mtrl_tabs_default_indicator.xml.flat new file mode 100644 index 0000000..246ebb6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_mtrl_tabs_default_indicator.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_navigation_empty_icon.xml.flat b/app/build/intermediates/res/merged/debug/drawable_navigation_empty_icon.xml.flat new file mode 100644 index 0000000..8d550ea Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_navigation_empty_icon.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat b/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat new file mode 100644 index 0000000..e9948c3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat b/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat new file mode 100644 index 0000000..7fd1db2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat new file mode 100644 index 0000000..3660a1b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat b/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat new file mode 100644 index 0000000..3fed23a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat b/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat new file mode 100644 index 0000000..8d66ebd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat b/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat new file mode 100644 index 0000000..f3bab60 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator-v21_mtrl_fast_out_linear_in.xml.flat b/app/build/intermediates/res/merged/debug/interpolator-v21_mtrl_fast_out_linear_in.xml.flat new file mode 100644 index 0000000..e6fe37e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator-v21_mtrl_fast_out_linear_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator-v21_mtrl_fast_out_slow_in.xml.flat b/app/build/intermediates/res/merged/debug/interpolator-v21_mtrl_fast_out_slow_in.xml.flat new file mode 100644 index 0000000..bf050d9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator-v21_mtrl_fast_out_slow_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator-v21_mtrl_linear_out_slow_in.xml.flat b/app/build/intermediates/res/merged/debug/interpolator-v21_mtrl_linear_out_slow_in.xml.flat new file mode 100644 index 0000000..0eda837 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator-v21_mtrl_linear_out_slow_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_checked_mtrl_animation_interpolator_0.xml.flat b/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_checked_mtrl_animation_interpolator_0.xml.flat new file mode 100644 index 0000000..3315842 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_checked_mtrl_animation_interpolator_0.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_checked_mtrl_animation_interpolator_1.xml.flat b/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_checked_mtrl_animation_interpolator_1.xml.flat new file mode 100644 index 0000000..6906796 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_checked_mtrl_animation_interpolator_1.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml.flat b/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml.flat new file mode 100644 index 0000000..4ccd51e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml.flat b/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml.flat new file mode 100644 index 0000000..31e2fc9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator_btn_radio_to_off_mtrl_animation_interpolator_0.xml.flat b/app/build/intermediates/res/merged/debug/interpolator_btn_radio_to_off_mtrl_animation_interpolator_0.xml.flat new file mode 100644 index 0000000..5082aa0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator_btn_radio_to_off_mtrl_animation_interpolator_0.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator_btn_radio_to_on_mtrl_animation_interpolator_0.xml.flat b/app/build/intermediates/res/merged/debug/interpolator_btn_radio_to_on_mtrl_animation_interpolator_0.xml.flat new file mode 100644 index 0000000..09c9b6b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator_btn_radio_to_on_mtrl_animation_interpolator_0.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator_fast_out_slow_in.xml.flat b/app/build/intermediates/res/merged/debug/interpolator_fast_out_slow_in.xml.flat new file mode 100644 index 0000000..6b09a60 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator_fast_out_slow_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/interpolator_mtrl_linear.xml.flat b/app/build/intermediates/res/merged/debug/interpolator_mtrl_linear.xml.flat new file mode 100644 index 0000000..65189cb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/interpolator_mtrl_linear.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_design_layout_snackbar.xml.flat b/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_design_layout_snackbar.xml.flat new file mode 100644 index 0000000..d36621d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_design_layout_snackbar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_mtrl_layout_snackbar.xml.flat b/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_mtrl_layout_snackbar.xml.flat new file mode 100644 index 0000000..7d9c9d9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_mtrl_layout_snackbar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat b/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat new file mode 100644 index 0000000..dc22232 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat b/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat new file mode 100644 index 0000000..16705ab Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat b/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat new file mode 100644 index 0000000..9babd96 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat b/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat new file mode 100644 index 0000000..7b79b4b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat b/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat new file mode 100644 index 0000000..9739ade Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat b/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat new file mode 100644 index 0000000..e3f076c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat b/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat new file mode 100644 index 0000000..5daf072 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat new file mode 100644 index 0000000..10400ad Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat new file mode 100644 index 0000000..56a893b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat new file mode 100644 index 0000000..9da07cb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat new file mode 100644 index 0000000..763c6a5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat new file mode 100644 index 0000000..7007f7f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat new file mode 100644 index 0000000..484878e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat new file mode 100644 index 0000000..766caae Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat new file mode 100644 index 0000000..0302ba3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat new file mode 100644 index 0000000..d1198a7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat new file mode 100644 index 0000000..67038be Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat new file mode 100644 index 0000000..4e931a0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_cascading_menu_item_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_cascading_menu_item_layout.xml.flat new file mode 100644 index 0000000..3fe5f48 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_cascading_menu_item_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat new file mode 100644 index 0000000..2c0b839 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat new file mode 100644 index 0000000..8d6e8ec Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat new file mode 100644 index 0000000..ac6f633 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat new file mode 100644 index 0000000..2139512 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat new file mode 100644 index 0000000..957820f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat new file mode 100644 index 0000000..8a933c5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat new file mode 100644 index 0000000..a41bf63 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat new file mode 100644 index 0000000..c48057d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat new file mode 100644 index 0000000..b1ae1c3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat new file mode 100644 index 0000000..5e9a90b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat new file mode 100644 index 0000000..1699a04 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat new file mode 100644 index 0000000..958b1b3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat new file mode 100644 index 0000000..ca3c5d1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat new file mode 100644 index 0000000..d8f2efe Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat new file mode 100644 index 0000000..b418fda Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_activity_login.xml.flat b/app/build/intermediates/res/merged/debug/layout_activity_login.xml.flat new file mode 100644 index 0000000..e1815e0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_activity_login.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_activity_monday.xml.flat b/app/build/intermediates/res/merged/debug/layout_activity_monday.xml.flat new file mode 100644 index 0000000..37fcbf7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_activity_monday.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_activity_second.xml.flat b/app/build/intermediates/res/merged/debug/layout_activity_second.xml.flat new file mode 100644 index 0000000..0af405a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_activity_second.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_activity_timetable.xml.flat b/app/build/intermediates/res/merged/debug/layout_activity_timetable.xml.flat new file mode 100644 index 0000000..aebce8e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_activity_timetable.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_custom_dialog.xml.flat b/app/build/intermediates/res/merged/debug/layout_custom_dialog.xml.flat new file mode 100644 index 0000000..42662c6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_custom_dialog.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_bottom_navigation_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_bottom_navigation_item.xml.flat new file mode 100644 index 0000000..a4522da Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_bottom_navigation_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_bottom_sheet_dialog.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_bottom_sheet_dialog.xml.flat new file mode 100644 index 0000000..ce98777 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_bottom_sheet_dialog.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar.xml.flat new file mode 100644 index 0000000..2631dda Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar_include.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar_include.xml.flat new file mode 100644 index 0000000..22c2630 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar_include.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_layout_tab_icon.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_layout_tab_icon.xml.flat new file mode 100644 index 0000000..077d65a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_layout_tab_icon.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_layout_tab_text.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_layout_tab_text.xml.flat new file mode 100644 index 0000000..0015bcb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_layout_tab_text.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_menu_item_action_area.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_menu_item_action_area.xml.flat new file mode 100644 index 0000000..3f69777 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_menu_item_action_area.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_item.xml.flat new file mode 100644 index 0000000..b0eb536 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_item_header.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_header.xml.flat new file mode 100644 index 0000000..15669c0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_header.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_item_separator.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_separator.xml.flat new file mode 100644 index 0000000..997c98d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_separator.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_item_subheader.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_subheader.xml.flat new file mode 100644 index 0000000..bef3e2a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_subheader.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_menu.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_menu.xml.flat new file mode 100644 index 0000000..6b066cd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_menu.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_menu_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_menu_item.xml.flat new file mode 100644 index 0000000..19f86c9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_menu_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_text_input_password_icon.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_text_input_password_icon.xml.flat new file mode 100644 index 0000000..b1715cc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_text_input_password_icon.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_mtrl_layout_snackbar.xml.flat b/app/build/intermediates/res/merged/debug/layout_mtrl_layout_snackbar.xml.flat new file mode 100644 index 0000000..816b997 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_mtrl_layout_snackbar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_mtrl_layout_snackbar_include.xml.flat b/app/build/intermediates/res/merged/debug/layout_mtrl_layout_snackbar_include.xml.flat new file mode 100644 index 0000000..9126591 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_mtrl_layout_snackbar_include.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat new file mode 100644 index 0000000..41dc525 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat new file mode 100644 index 0000000..aba24a4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat new file mode 100644 index 0000000..a79a621 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat new file mode 100644 index 0000000..627973c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat new file mode 100644 index 0000000..30430b8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat new file mode 100644 index 0000000..90622bd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_timeslot.xml.flat b/app/build/intermediates/res/merged/debug/layout_timeslot.xml.flat new file mode 100644 index 0000000..f596a93 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_timeslot.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher.xml.flat b/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher.xml.flat new file mode 100644 index 0000000..45af58f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat b/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat new file mode 100644 index 0000000..2002a5e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat new file mode 100644 index 0000000..c2e4993 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat b/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..0f10882 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat new file mode 100644 index 0000000..c8c7e03 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat b/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..d21475a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..3213278 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..4fcc9bd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..2340c11 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..e166bd3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..79d5bbb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..f776a69 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat b/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat new file mode 100644 index 0000000..f5c86bc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat b/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat new file mode 100644 index 0000000..45694d5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat b/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat new file mode 100644 index 0000000..3e2dba0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat b/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat new file mode 100644 index 0000000..93961ee Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat b/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat new file mode 100644 index 0000000..45a8004 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat new file mode 100644 index 0000000..30cac21 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat b/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat new file mode 100644 index 0000000..2d24c9f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat b/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat new file mode 100644 index 0000000..9c113fb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat b/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat new file mode 100644 index 0000000..728f6bd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat b/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat new file mode 100644 index 0000000..acf401c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat b/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat new file mode 100644 index 0000000..ebf2fff Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat b/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat new file mode 100644 index 0000000..908a73e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat b/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat new file mode 100644 index 0000000..586fe8d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat b/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat new file mode 100644 index 0000000..9d06865 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat b/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat new file mode 100644 index 0000000..efdf847 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat new file mode 100644 index 0000000..0f41029 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat new file mode 100644 index 0000000..0e6a5a2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat new file mode 100644 index 0000000..ef39de8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat new file mode 100644 index 0000000..db39322 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat new file mode 100644 index 0000000..90d647d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat b/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat new file mode 100644 index 0000000..c8282b3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat b/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat new file mode 100644 index 0000000..b997d0e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat b/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat new file mode 100644 index 0000000..119e8e3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat b/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat new file mode 100644 index 0000000..924a349 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat b/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat new file mode 100644 index 0000000..c50fd00 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat b/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat new file mode 100644 index 0000000..757b913 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat new file mode 100644 index 0000000..597b57a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat b/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat new file mode 100644 index 0000000..a4a781e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat b/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat new file mode 100644 index 0000000..ae23dcc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat b/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat new file mode 100644 index 0000000..a31c2d7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat new file mode 100644 index 0000000..66a6390 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat new file mode 100644 index 0000000..c42d9c5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat b/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat new file mode 100644 index 0000000..3b57438 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat b/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat new file mode 100644 index 0000000..5ba6504 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat b/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat new file mode 100644 index 0000000..6e13664 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat b/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat new file mode 100644 index 0000000..bdad44a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat b/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat new file mode 100644 index 0000000..66dc866 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat b/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat new file mode 100644 index 0000000..9b1b93c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat b/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat new file mode 100644 index 0000000..d886f3f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat b/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat new file mode 100644 index 0000000..0c0bec0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat b/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat new file mode 100644 index 0000000..2114990 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat b/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat new file mode 100644 index 0000000..1f1f4bc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat b/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat new file mode 100644 index 0000000..96c80e9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat b/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat new file mode 100644 index 0000000..c108dae Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat b/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat new file mode 100644 index 0000000..0f99282 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat b/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat new file mode 100644 index 0000000..7ee2651 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat b/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat new file mode 100644 index 0000000..affc031 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat b/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat new file mode 100644 index 0000000..886a383 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat b/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat new file mode 100644 index 0000000..876a448 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat new file mode 100644 index 0000000..7ce5646 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat b/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat new file mode 100644 index 0000000..02deb22 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat b/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat new file mode 100644 index 0000000..0d385e8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat b/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat new file mode 100644 index 0000000..1188c49 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat b/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat new file mode 100644 index 0000000..39c14ed Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat b/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat new file mode 100644 index 0000000..174cc6f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat b/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat new file mode 100644 index 0000000..97333cb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat b/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat new file mode 100644 index 0000000..67e3317 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat b/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat new file mode 100644 index 0000000..e9d6bb1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat b/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat new file mode 100644 index 0000000..a459a69 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat b/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat new file mode 100644 index 0000000..b97e491 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat b/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat new file mode 100644 index 0000000..ae13875 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat b/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat new file mode 100644 index 0000000..a887464 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat b/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat new file mode 100644 index 0000000..579d34f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat b/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat new file mode 100644 index 0000000..009a5fd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat b/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat new file mode 100644 index 0000000..559cb98 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat b/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat new file mode 100644 index 0000000..3057931 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat b/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat new file mode 100644 index 0000000..be94f98 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat new file mode 100644 index 0000000..b58e9c3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat new file mode 100644 index 0000000..d65cab2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat b/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat new file mode 100644 index 0000000..91d93bb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat b/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat new file mode 100644 index 0000000..014b84f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat b/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat new file mode 100644 index 0000000..ecf568f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat b/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat new file mode 100644 index 0000000..464f3bf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat b/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat new file mode 100644 index 0000000..c77d99b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat b/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat new file mode 100644 index 0000000..dc4e597 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat b/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat new file mode 100644 index 0000000..1c32c38 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat b/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat new file mode 100644 index 0000000..f25c61e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat b/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat new file mode 100644 index 0000000..e7152f4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat new file mode 100644 index 0000000..99e0144 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat b/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat new file mode 100644 index 0000000..4826edb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat b/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat new file mode 100644 index 0000000..9c4ebe8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat b/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat new file mode 100644 index 0000000..c7fd502 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat b/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat new file mode 100644 index 0000000..6d06abc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat b/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat new file mode 100644 index 0000000..5b5c915 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat b/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat new file mode 100644 index 0000000..fd88b07 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat b/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat new file mode 100644 index 0000000..51d2b59 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat b/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat new file mode 100644 index 0000000..30ab210 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat b/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat new file mode 100644 index 0000000..984e7a3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat b/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat new file mode 100644 index 0000000..7e1870a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat b/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat new file mode 100644 index 0000000..4ca6505 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat b/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat new file mode 100644 index 0000000..fc51bf9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat b/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat new file mode 100644 index 0000000..6c0da1a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat b/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat new file mode 100644 index 0000000..4c3c991 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat b/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat new file mode 100644 index 0000000..c5d7198 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat b/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat new file mode 100644 index 0000000..da48a4e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat b/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat new file mode 100644 index 0000000..736b906 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat b/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat new file mode 100644 index 0000000..6fc8897 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat b/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat new file mode 100644 index 0000000..0cd3a59 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat b/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat new file mode 100644 index 0000000..62c956b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat b/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat new file mode 100644 index 0000000..13074ae Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat b/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat new file mode 100644 index 0000000..a479480 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat new file mode 100644 index 0000000..ead621c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat new file mode 100644 index 0000000..551ddb8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat new file mode 100644 index 0000000..91ff246 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat new file mode 100644 index 0000000..296f08a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat b/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat new file mode 100644 index 0000000..e8da32b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values_values.arsc.flat b/app/build/intermediates/res/merged/debug/values_values.arsc.flat new file mode 100644 index 0000000..07fcff9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values_values.arsc.flat differ diff --git a/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt new file mode 100644 index 0000000..8c66fba --- /dev/null +++ b/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt @@ -0,0 +1,2063 @@ +com.example.iitrtimetable +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 +animator design_appbar_state_list_animator +animator design_fab_hide_motion_spec +animator design_fab_show_motion_spec +animator mtrl_btn_state_list_anim +animator mtrl_btn_unelevated_state_list_anim +animator mtrl_chip_state_list_anim +animator mtrl_fab_hide_motion_spec +animator mtrl_fab_show_motion_spec +animator mtrl_fab_transformation_sheet_collapse_spec +animator mtrl_fab_transformation_sheet_expand_spec +attr actionBarDivider +attr actionBarItemBackground +attr actionBarPopupTheme +attr actionBarSize +attr actionBarSplitStyle +attr actionBarStyle +attr actionBarTabBarStyle +attr actionBarTabStyle +attr actionBarTabTextStyle +attr actionBarTheme +attr actionBarWidgetTheme +attr actionButtonStyle +attr actionDropDownStyle +attr actionLayout +attr actionMenuTextAppearance +attr actionMenuTextColor +attr actionModeBackground +attr actionModeCloseButtonStyle +attr actionModeCloseDrawable +attr actionModeCopyDrawable +attr actionModeCutDrawable +attr actionModeFindDrawable +attr actionModePasteDrawable +attr actionModePopupWindowStyle +attr actionModeSelectAllDrawable +attr actionModeShareDrawable +attr actionModeSplitBackground +attr actionModeStyle +attr actionModeWebSearchDrawable +attr actionOverflowButtonStyle +attr actionOverflowMenuStyle +attr actionProviderClass +attr actionViewClass +attr activityChooserViewStyle +attr alertDialogButtonGroupStyle +attr alertDialogCenterButtons +attr alertDialogStyle +attr alertDialogTheme +attr allowStacking +attr alpha +attr alphabeticModifiers +attr arrowHeadLength +attr arrowShaftLength +attr autoCompleteTextViewStyle +attr autoSizeMaxTextSize +attr autoSizeMinTextSize +attr autoSizePresetSizes +attr autoSizeStepGranularity +attr autoSizeTextType +attr background +attr backgroundSplit +attr backgroundStacked +attr backgroundTint +attr backgroundTintMode +attr barLength +attr barrierAllowsGoneWidgets +attr barrierDirection +attr behavior_autoHide +attr behavior_fitToContents +attr behavior_hideable +attr behavior_overlapTop +attr behavior_peekHeight +attr behavior_skipCollapsed +attr borderWidth +attr borderlessButtonStyle +attr bottomAppBarStyle +attr bottomNavigationStyle +attr bottomSheetDialogTheme +attr bottomSheetStyle +attr boxBackgroundColor +attr boxBackgroundMode +attr boxCollapsedPaddingTop +attr boxCornerRadiusBottomEnd +attr boxCornerRadiusBottomStart +attr boxCornerRadiusTopEnd +attr boxCornerRadiusTopStart +attr boxStrokeColor +attr boxStrokeWidth +attr buttonBarButtonStyle +attr buttonBarNegativeButtonStyle +attr buttonBarNeutralButtonStyle +attr buttonBarPositiveButtonStyle +attr buttonBarStyle +attr buttonCompat +attr buttonGravity +attr buttonIconDimen +attr buttonPanelSideLayout +attr buttonStyle +attr buttonStyleSmall +attr buttonTint +attr buttonTintMode +attr cardBackgroundColor +attr cardCornerRadius +attr cardElevation +attr cardMaxElevation +attr cardPreventCornerOverlap +attr cardUseCompatPadding +attr cardViewStyle +attr chainUseRtl +attr checkboxStyle +attr checkedChip +attr checkedIcon +attr checkedIconEnabled +attr checkedIconVisible +attr checkedTextViewStyle +attr chipBackgroundColor +attr chipCornerRadius +attr chipEndPadding +attr chipGroupStyle +attr chipIcon +attr chipIconEnabled +attr chipIconSize +attr chipIconTint +attr chipIconVisible +attr chipMinHeight +attr chipSpacing +attr chipSpacingHorizontal +attr chipSpacingVertical +attr chipStandaloneStyle +attr chipStartPadding +attr chipStrokeColor +attr chipStrokeWidth +attr chipStyle +attr closeIcon +attr closeIconEnabled +attr closeIconEndPadding +attr closeIconSize +attr closeIconStartPadding +attr closeIconTint +attr closeIconVisible +attr closeItemLayout +attr collapseContentDescription +attr collapseIcon +attr collapsedTitleGravity +attr collapsedTitleTextAppearance +attr color +attr colorAccent +attr colorBackgroundFloating +attr colorButtonNormal +attr colorControlActivated +attr colorControlHighlight +attr colorControlNormal +attr colorError +attr colorPrimary +attr colorPrimaryDark +attr colorSecondary +attr colorSwitchThumbNormal +attr commitIcon +attr constraintSet +attr constraint_referenced_ids +attr content +attr contentDescription +attr contentInsetEnd +attr contentInsetEndWithActions +attr contentInsetLeft +attr contentInsetRight +attr contentInsetStart +attr contentInsetStartWithNavigation +attr contentPadding +attr contentPaddingBottom +attr contentPaddingLeft +attr contentPaddingRight +attr contentPaddingTop +attr contentScrim +attr controlBackground +attr coordinatorLayoutStyle +attr cornerRadius +attr counterEnabled +attr counterMaxLength +attr counterOverflowTextAppearance +attr counterTextAppearance +attr customNavigationLayout +attr defaultQueryHint +attr dialogCornerRadius +attr dialogPreferredPadding +attr dialogTheme +attr displayOptions +attr divider +attr dividerHorizontal +attr dividerPadding +attr dividerVertical +attr drawableBottomCompat +attr drawableEndCompat +attr drawableLeftCompat +attr drawableRightCompat +attr drawableSize +attr drawableStartCompat +attr drawableTint +attr drawableTintMode +attr drawableTopCompat +attr drawerArrowStyle +attr dropDownListViewStyle +attr dropdownListPreferredItemHeight +attr editTextBackground +attr editTextColor +attr editTextStyle +attr elevation +attr emptyVisibility +attr enforceMaterialTheme +attr enforceTextAppearance +attr errorEnabled +attr errorTextAppearance +attr expandActivityOverflowButtonDrawable +attr expanded +attr expandedTitleGravity +attr expandedTitleMargin +attr expandedTitleMarginBottom +attr expandedTitleMarginEnd +attr expandedTitleMarginStart +attr expandedTitleMarginTop +attr expandedTitleTextAppearance +attr fabAlignmentMode +attr fabCradleMargin +attr fabCradleRoundedCornerRadius +attr fabCradleVerticalOffset +attr fabCustomSize +attr fabSize +attr fastScrollEnabled +attr fastScrollHorizontalThumbDrawable +attr fastScrollHorizontalTrackDrawable +attr fastScrollVerticalThumbDrawable +attr fastScrollVerticalTrackDrawable +attr firstBaselineToTopHeight +attr floatingActionButtonStyle +attr font +attr fontFamily +attr fontProviderAuthority +attr fontProviderCerts +attr fontProviderFetchStrategy +attr fontProviderFetchTimeout +attr fontProviderPackage +attr fontProviderQuery +attr fontStyle +attr fontVariationSettings +attr fontWeight +attr foregroundInsidePadding +attr gapBetweenBars +attr goIcon +attr headerLayout +attr height +attr helperText +attr helperTextEnabled +attr helperTextTextAppearance +attr hideMotionSpec +attr hideOnContentScroll +attr hideOnScroll +attr hintAnimationEnabled +attr hintEnabled +attr hintTextAppearance +attr homeAsUpIndicator +attr homeLayout +attr hoveredFocusedTranslationZ +attr icon +attr iconEndPadding +attr iconGravity +attr iconPadding +attr iconSize +attr iconStartPadding +attr iconTint +attr iconTintMode +attr iconifiedByDefault +attr imageButtonStyle +attr indeterminateProgressStyle +attr initialActivityCount +attr insetForeground +attr isLightTheme +attr itemBackground +attr itemHorizontalPadding +attr itemHorizontalTranslationEnabled +attr itemIconPadding +attr itemIconSize +attr itemIconTint +attr itemPadding +attr itemSpacing +attr itemTextAppearance +attr itemTextAppearanceActive +attr itemTextAppearanceInactive +attr itemTextColor +attr keylines +attr labelVisibilityMode +attr lastBaselineToBottomHeight +attr layout +attr layoutManager +attr layout_anchor +attr layout_anchorGravity +attr layout_behavior +attr layout_collapseMode +attr layout_collapseParallaxMultiplier +attr layout_constrainedHeight +attr layout_constrainedWidth +attr layout_constraintBaseline_creator +attr layout_constraintBaseline_toBaselineOf +attr layout_constraintBottom_creator +attr layout_constraintBottom_toBottomOf +attr layout_constraintBottom_toTopOf +attr layout_constraintCircle +attr layout_constraintCircleAngle +attr layout_constraintCircleRadius +attr layout_constraintDimensionRatio +attr layout_constraintEnd_toEndOf +attr layout_constraintEnd_toStartOf +attr layout_constraintGuide_begin +attr layout_constraintGuide_end +attr layout_constraintGuide_percent +attr layout_constraintHeight_default +attr layout_constraintHeight_max +attr layout_constraintHeight_min +attr layout_constraintHeight_percent +attr layout_constraintHorizontal_bias +attr layout_constraintHorizontal_chainStyle +attr layout_constraintHorizontal_weight +attr layout_constraintLeft_creator +attr layout_constraintLeft_toLeftOf +attr layout_constraintLeft_toRightOf +attr layout_constraintRight_creator +attr layout_constraintRight_toLeftOf +attr layout_constraintRight_toRightOf +attr layout_constraintStart_toEndOf +attr layout_constraintStart_toStartOf +attr layout_constraintTop_creator +attr layout_constraintTop_toBottomOf +attr layout_constraintTop_toTopOf +attr layout_constraintVertical_bias +attr layout_constraintVertical_chainStyle +attr layout_constraintVertical_weight +attr layout_constraintWidth_default +attr layout_constraintWidth_max +attr layout_constraintWidth_min +attr layout_constraintWidth_percent +attr layout_dodgeInsetEdges +attr layout_editor_absoluteX +attr layout_editor_absoluteY +attr layout_goneMarginBottom +attr layout_goneMarginEnd +attr layout_goneMarginLeft +attr layout_goneMarginRight +attr layout_goneMarginStart +attr layout_goneMarginTop +attr layout_insetEdge +attr layout_keyline +attr layout_optimizationLevel +attr layout_scrollFlags +attr layout_scrollInterpolator +attr liftOnScroll +attr lineHeight +attr lineSpacing +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 logoDescription +attr materialButtonStyle +attr materialCardViewStyle +attr maxActionInlineWidth +attr maxButtonHeight +attr maxImageSize +attr measureWithLargestChild +attr menu +attr multiChoiceItemLayout +attr navigationContentDescription +attr navigationIcon +attr navigationMode +attr navigationViewStyle +attr numericModifiers +attr overlapAnchor +attr paddingBottomNoButtons +attr paddingEnd +attr paddingStart +attr paddingTopNoTitle +attr panelBackground +attr panelMenuListTheme +attr panelMenuListWidth +attr passwordToggleContentDescription +attr passwordToggleDrawable +attr passwordToggleEnabled +attr passwordToggleTint +attr passwordToggleTintMode +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr preserveIconSpacing +attr pressedTranslationZ +attr progressBarPadding +attr progressBarStyle +attr queryBackground +attr queryHint +attr radioButtonStyle +attr ratingBarStyle +attr ratingBarStyleIndicator +attr ratingBarStyleSmall +attr reverseLayout +attr rippleColor +attr scrimAnimationDuration +attr scrimBackground +attr scrimVisibleHeightTrigger +attr searchHintIcon +attr searchIcon +attr searchViewStyle +attr seekBarStyle +attr selectableItemBackground +attr selectableItemBackgroundBorderless +attr showAsAction +attr showDividers +attr showMotionSpec +attr showText +attr showTitle +attr singleChoiceItemLayout +attr singleLine +attr singleSelection +attr snackbarButtonStyle +attr snackbarStyle +attr spanCount +attr spinBars +attr spinnerDropDownItemStyle +attr spinnerStyle +attr splitTrack +attr srcCompat +attr stackFromEnd +attr state_above_anchor +attr state_collapsed +attr state_collapsible +attr state_liftable +attr state_lifted +attr statusBarBackground +attr statusBarScrim +attr strokeColor +attr strokeWidth +attr subMenuArrow +attr submitBackground +attr subtitle +attr subtitleTextAppearance +attr subtitleTextColor +attr subtitleTextStyle +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 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 tabSelectedTextColor +attr tabStyle +attr tabTextAppearance +attr tabTextColor +attr tabUnboundedRipple +attr textAllCaps +attr textAppearanceBody1 +attr textAppearanceBody2 +attr textAppearanceButton +attr textAppearanceCaption +attr textAppearanceHeadline1 +attr textAppearanceHeadline2 +attr textAppearanceHeadline3 +attr textAppearanceHeadline4 +attr textAppearanceHeadline5 +attr textAppearanceHeadline6 +attr textAppearanceLargePopupMenu +attr textAppearanceListItem +attr textAppearanceListItemSecondary +attr textAppearanceListItemSmall +attr textAppearanceOverline +attr textAppearancePopupMenuHeader +attr textAppearanceSearchResultSubtitle +attr textAppearanceSearchResultTitle +attr textAppearanceSmallPopupMenu +attr textAppearanceSubtitle1 +attr textAppearanceSubtitle2 +attr textColorAlertDialogListItem +attr textColorSearchUrl +attr textEndPadding +attr textInputStyle +attr textLocale +attr textStartPadding +attr theme +attr thickness +attr thumbTextPadding +attr thumbTint +attr thumbTintMode +attr tickMark +attr tickMarkTint +attr tickMarkTintMode +attr tint +attr tintMode +attr title +attr titleEnabled +attr titleMargin +attr titleMarginBottom +attr titleMarginEnd +attr titleMarginStart +attr titleMarginTop +attr titleMargins +attr titleTextAppearance +attr titleTextColor +attr titleTextStyle +attr toolbarId +attr toolbarNavigationButtonStyle +attr toolbarStyle +attr tooltipForegroundColor +attr tooltipFrameBackground +attr tooltipText +attr track +attr trackTint +attr trackTintMode +attr ttcIndex +attr useCompatPadding +attr viewInflaterClass +attr voiceIcon +attr windowActionBar +attr windowActionBarOverlay +attr windowActionModeOverlay +attr windowFixedHeightMajor +attr windowFixedHeightMinor +attr windowFixedWidthMajor +attr windowFixedWidthMinor +attr windowMinWidthMajor +attr windowMinWidthMinor +attr windowNoTitle +bool abc_action_bar_embed_tabs +bool abc_allow_stacked_button_bar +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_hint_foreground_material_dark +color abc_hint_foreground_material_light +color abc_input_method_navigation_guard +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 background_floating_material_dark +color background_floating_material_light +color background_material_dark +color background_material_light +color bright_foreground_disabled_material_dark +color bright_foreground_disabled_material_light +color bright_foreground_inverse_material_dark +color bright_foreground_inverse_material_light +color bright_foreground_material_dark +color bright_foreground_material_light +color button_material_dark +color button_material_light +color cardview_dark_background +color cardview_light_background +color cardview_shadow_end_color +color cardview_shadow_start_color +color colorAccent +color colorPrimary +color colorPrimaryDark +color design_bottom_navigation_shadow_color +color design_default_color_primary +color design_default_color_primary_dark +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_snackbar_background_color +color design_tint_password_toggle +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 material_blue_grey_800 +color material_blue_grey_900 +color material_blue_grey_950 +color material_deep_teal_200 +color material_deep_teal_500 +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 mtrl_bottom_nav_colored_item_tint +color mtrl_bottom_nav_item_tint +color mtrl_btn_bg_color_disabled +color mtrl_btn_bg_color_selector +color mtrl_btn_ripple_color +color mtrl_btn_stroke_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_chip_background_color +color mtrl_chip_close_icon_tint +color mtrl_chip_ripple_color +color mtrl_chip_text_color +color mtrl_fab_ripple_color +color mtrl_scrim_color +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_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 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 +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_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 activity_horizontal_margin +dimen activity_vertical_margin +dimen cardview_compat_inset_shadow +dimen cardview_default_elevation +dimen cardview_default_radius +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 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_margin +dimen design_bottom_navigation_shadow_height +dimen design_bottom_navigation_text_size +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_max_width +dimen design_navigation_padding_bottom +dimen design_navigation_separator_vertical_padding +dimen design_snackbar_action_inline_max_width +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 mtrl_bottomappbar_fabOffsetEndMode +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_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_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_card_elevation +dimen mtrl_card_spacing +dimen mtrl_chip_pressed_translation_z +dimen mtrl_chip_text_size +dimen mtrl_fab_elevation +dimen mtrl_fab_translation_z_hovered_focused +dimen mtrl_fab_translation_z_pressed +dimen mtrl_navigation_elevation +dimen mtrl_navigation_item_horizontal_padding +dimen mtrl_navigation_item_icon_padding +dimen mtrl_snackbar_background_corner_radius +dimen mtrl_snackbar_margin +dimen mtrl_textinput_box_bottom_offset +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_padding_end +dimen mtrl_textinput_box_stroke_width_default +dimen mtrl_textinput_box_stroke_width_focused +dimen mtrl_textinput_outline_box_expanded_padding +dimen mtrl_toolbar_default_height +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_star_black_16dp +drawable abc_ic_star_black_36dp +drawable abc_ic_star_black_48dp +drawable abc_ic_star_half_black_16dp +drawable abc_ic_star_half_black_36dp +drawable abc_ic_star_half_black_48dp +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_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_dark +drawable abc_text_select_handle_left_mtrl_light +drawable abc_text_select_handle_middle_mtrl_dark +drawable abc_text_select_handle_middle_mtrl_light +drawable abc_text_select_handle_right_mtrl_dark +drawable abc_text_select_handle_right_mtrl_light +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_bottom_navigation_item_background +drawable design_fab_background +drawable design_ic_visibility +drawable design_ic_visibility_off +drawable design_password_eye +drawable design_snackbar_background +drawable ic_launcher_background +drawable ic_launcher_foreground +drawable ic_mtrl_chip_checked_black +drawable ic_mtrl_chip_checked_circle +drawable ic_mtrl_chip_close_circle +drawable mtrl_snackbar_background +drawable mtrl_tabs_default_indicator +drawable navigation_empty_icon +drawable notification_action_background +drawable notification_bg +drawable notification_bg_low +drawable notification_bg_low_normal +drawable notification_bg_low_pressed +drawable notification_bg_normal +drawable notification_bg_normal_pressed +drawable notification_icon_background +drawable notification_template_icon_bg +drawable notification_template_icon_low_bg +drawable notification_tile_bg +drawable notify_panel_notification_icon_bg +drawable tooltip_frame_dark +drawable tooltip_frame_light +id ALT +id CTRL +id Courses +id FUNCTION +id Friday +id GroupFollowed +id Groupmember +id META +id Monday +id N +id Name +id SHIFT +id SYM +id Saturday +id Sunday +id Thursday +id Timetable +id Tuesday +id Wednesday +id accessibility_action_clickable_span +id accessibility_custom_action_0 +id accessibility_custom_action_1 +id accessibility_custom_action_10 +id accessibility_custom_action_11 +id accessibility_custom_action_12 +id accessibility_custom_action_13 +id accessibility_custom_action_14 +id accessibility_custom_action_15 +id accessibility_custom_action_16 +id accessibility_custom_action_17 +id accessibility_custom_action_18 +id accessibility_custom_action_19 +id accessibility_custom_action_2 +id accessibility_custom_action_20 +id accessibility_custom_action_21 +id accessibility_custom_action_22 +id accessibility_custom_action_23 +id accessibility_custom_action_24 +id accessibility_custom_action_25 +id accessibility_custom_action_26 +id accessibility_custom_action_27 +id accessibility_custom_action_28 +id accessibility_custom_action_29 +id accessibility_custom_action_3 +id accessibility_custom_action_30 +id accessibility_custom_action_31 +id accessibility_custom_action_4 +id accessibility_custom_action_5 +id accessibility_custom_action_6 +id accessibility_custom_action_7 +id accessibility_custom_action_8 +id accessibility_custom_action_9 +id action_bar +id action_bar_activity_content +id action_bar_container +id action_bar_root +id action_bar_spinner +id action_bar_subtitle +id action_bar_title +id action_container +id action_context_bar +id action_divider +id action_image +id action_menu_divider +id action_menu_presenter +id action_mode_bar +id action_mode_bar_stub +id action_mode_close_button +id action_text +id actions +id activity_chooser_view_content +id add +id alertTitle +id all +id always +id async +id auto +id barrier +id beginning +id blocking +id bottom +id button3 +id buttonPanel +id center +id center_horizontal +id center_vertical +id chains +id checkbox +id checked +id chronometer +id clip_horizontal +id clip_vertical +id collapseActionView +id container +id content +id contentPanel +id coordinator +id custom +id customPanel +id decor_content_parent +id default_activity_button +id design_bottom_sheet +id design_menu_item_action_area +id design_menu_item_action_area_stub +id design_menu_item_text +id design_navigation_view +id dialog_button +id dimensions +id direct +id disableHome +id edit_query +id end +id enrolmentnumber +id enterAlways +id enterAlwaysCollapsed +id exitUntilCollapsed +id expand_activities_button +id expanded_menu +id fill +id fill_horizontal +id fill_vertical +id filled +id fixed +id forever +id ghost_view +id gone +id group_divider +id groups +id home +id homeAsUp +id icon +id icon_group +id ifRoom +id image +id info +id invisible +id italic +id item_touch_helper_previous_elevation +id labeled +id largeLabel +id left +id line1 +id line3 +id listMode +id list_item +id loading +id login +id masked +id message +id middle +id mini +id mtrl_child_content_container +id mtrl_internal_children_alpha_tag +id multiply +id navigation_header_container +id never +id none +id normal +id notification_background +id notification_main_column +id notification_main_column_container +id off +id on +id outline +id packed +id parallax +id parent +id parentPanel +id parent_matrix +id password +id percent +id pin +id progress_circular +id progress_horizontal +id radio +id recyclerview +id right +id right_icon +id right_side +id save_image_matrix +id save_non_transition_alpha +id save_scale_type +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 shortcut +id showCustom +id showHome +id showTitle +id smallLabel +id snackbar_action +id snackbar_text +id snap +id snapMargins +id spacer +id split_action_bar +id spread +id spread_inside +id src_atop +id src_in +id src_over +id standard +id start +id stretch +id submenuarrow +id submit_area +id tabMode +id tag_accessibility_actions +id tag_accessibility_clickable_spans +id tag_accessibility_heading +id tag_accessibility_pane_title +id tag_screen_reader_focusable +id tag_transition_group +id tag_unhandled_key_event_manager +id tag_unhandled_key_listeners +id text +id text2 +id textSpacerNoButtons +id textSpacerNoTitle +id textStart +id textView9 +id text_input_password_toggle +id textinput_counter +id textinput_error +id textinput_helper_text +id time +id title +id titleDividerNoCustom +id title_template +id top +id topPanel +id touch_outside +id transition_current_scene +id transition_layout_save +id transition_position +id transition_scene_layoutid_cache +id transition_transform +id unchecked +id uniform +id unlabeled +id up +id useLogo +id view_offset_helper +id visible +id withText +id wrap +id wrap_content +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 mtrl_btn_anim_delay_ms +integer mtrl_btn_anim_duration_ms +integer mtrl_chip_anim_duration +integer mtrl_tab_indicator_anim_duration_ms +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 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 activity_login +layout activity_monday +layout activity_second +layout activity_timetable +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_password_icon +layout mtrl_layout_snackbar +layout mtrl_layout_snackbar_include +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 +layout timeslot +mipmap ic_launcher +mipmap ic_launcher_round +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 action_sign_in +string action_sign_in_short +string activity2_name +string app_name +string appbar_scrolling_view_behavior +string bottom_sheet_behavior +string character_counter_content_description +string character_counter_pattern +string courses +string enrolment_number +string fab_transformation_scrim_behavior +string fab_transformation_sheet_behavior +string friday +string groupfollowed_mdg_sds +string groupmember +string hide_bottom_view_on_scroll_behavior +string invalid_password +string invalid_username +string login_failed +string monday +string mtrl_chip_close_icon_content_description +string name_gautam_bafna +string nso_ncc_nss_nss +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 prompt_email +string prompt_password +string saturday +string search_menu_title +string show_my_timetable +string sign_in +string status_bar_notification_info_overflow +string sunday +string textview +string thursday +string timetable +string tuesday +string user_details +string wednesday +string welcome +style AlertDialog_AppCompat +style AlertDialog_AppCompat_Light +style Animation_AppCompat_Dialog +style Animation_AppCompat_DropDownUp +style Animation_AppCompat_Tooltip +style Animation_Design_BottomSheetDialog +style AppTheme +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_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_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_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_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_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_MaterialComponents_Dialog +style Base_ThemeOverlay_MaterialComponents_Dialog_Alert +style Base_V14_Theme_MaterialComponents +style Base_V14_Theme_MaterialComponents_Bridge +style Base_V14_Theme_MaterialComponents_Dialog +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_ThemeOverlay_MaterialComponents_Dialog +style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +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_ThemeOverlay_AppCompat_Dialog +style Base_V22_Theme_AppCompat +style Base_V22_Theme_AppCompat_Light +style Base_V23_Theme_AppCompat +style Base_V23_Theme_AppCompat_Light +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_MaterialComponents_Chip +style Base_Widget_MaterialComponents_TextInputEditText +style Base_Widget_MaterialComponents_TextInputLayout +style CardView +style CardView_Dark +style CardView_Light +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 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_Snackbar_Message +style TextAppearance_Design_Tab +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_Tab +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_Light +style Theme_AppCompat_Light_DarkActionBar +style Theme_AppCompat_Light_Dialog +style Theme_AppCompat_Light_Dialog_Alert +style Theme_AppCompat_Light_Dialog_MinWidth +style Theme_AppCompat_Light_DialogWhenLarge +style Theme_AppCompat_Light_NoActionBar +style Theme_AppCompat_NoActionBar +style Theme_Design +style Theme_Design_BottomSheetDialog +style Theme_Design_Light +style Theme_Design_Light_BottomSheetDialog +style Theme_Design_Light_NoActionBar +style Theme_Design_NoActionBar +style Theme_MaterialComponents +style Theme_MaterialComponents_BottomSheetDialog +style Theme_MaterialComponents_Bridge +style Theme_MaterialComponents_CompactMenu +style Theme_MaterialComponents_Dialog +style Theme_MaterialComponents_Dialog_Alert +style Theme_MaterialComponents_Dialog_MinWidth +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_MinWidth +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_MaterialComponents +style ThemeOverlay_MaterialComponents_ActionBar +style ThemeOverlay_MaterialComponents_Dark +style ThemeOverlay_MaterialComponents_Dark_ActionBar +style ThemeOverlay_MaterialComponents_Dialog +style ThemeOverlay_MaterialComponents_Dialog_Alert +style ThemeOverlay_MaterialComponents_Light +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 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_TextInputLayout +style Widget_MaterialComponents_BottomAppBar +style Widget_MaterialComponents_BottomAppBar_Colored +style Widget_MaterialComponents_BottomNavigationView +style Widget_MaterialComponents_BottomNavigationView_Colored +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_Icon +style Widget_MaterialComponents_Button_TextButton_Icon +style Widget_MaterialComponents_Button_UnelevatedButton +style Widget_MaterialComponents_Button_UnelevatedButton_Icon +style Widget_MaterialComponents_CardView +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_FloatingActionButton +style Widget_MaterialComponents_NavigationView +style Widget_MaterialComponents_Snackbar +style Widget_MaterialComponents_Snackbar_FullWidth +style Widget_MaterialComponents_TabLayout +style Widget_MaterialComponents_TabLayout_Colored +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_OutlinedBox +style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +style Widget_MaterialComponents_Toolbar +style Widget_Support_CoordinatorLayout +style time_slot +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 +styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted +styleable AppBarLayout_Layout layout_scrollFlags layout_scrollInterpolator +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 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 actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle 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 BottomAppBar backgroundTint fabAlignmentMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll +styleable BottomNavigationView elevation itemBackground itemHorizontalTranslationEnabled itemIconSize itemIconTint itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu +styleable BottomSheetBehavior_Layout behavior_fitToContents behavior_hideable behavior_peekHeight behavior_skipCollapsed +styleable ButtonBarLayout allowStacking +styleable CardView android_minWidth android_minHeight cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop +styleable Chip android_textAppearance android_ellipsize android_maxWidth android_text android_checkable checkedIcon checkedIconEnabled checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipStartPadding chipStrokeColor chipStrokeWidth closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible hideMotionSpec iconEndPadding iconStartPadding rippleColor showMotionSpec textEndPadding textStartPadding +styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical singleLine singleSelection +styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleEnabled toolbarId +styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier +styleable ColorStateListItem android_color android_alpha alpha +styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode +styleable ConstraintLayout_Layout android_orientation android_maxWidth android_maxHeight android_minWidth android_minHeight barrierAllowsGoneWidgets barrierDirection chainUseRtl constraintSet constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel +styleable ConstraintLayout_placeholder content emptyVisibility +styleable ConstraintSet android_orientation android_id android_visibility android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_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 barrierAllowsGoneWidgets barrierDirection chainUseRtl constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop +styleable CoordinatorLayout keylines statusBarBackground +styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline +styleable DesignTheme bottomSheetDialogTheme bottomSheetStyle +styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness +styleable FloatingActionButton backgroundTint backgroundTintMode borderWidth elevation fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor showMotionSpec useCompatPadding +styleable FloatingActionButton_Behavior_Layout behavior_autoHide +styleable FlowLayout itemSpacing lineSpacing +styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery +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 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 LinearConstraintLayout android_orientation +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 ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset +styleable MaterialButton android_insetLeft android_insetRight android_insetTop android_insetBottom backgroundTint backgroundTintMode cornerRadius icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor strokeColor strokeWidth +styleable MaterialCardView strokeColor strokeWidth +styleable MaterialComponentsTheme bottomSheetDialogTheme bottomSheetStyle chipGroupStyle chipStandaloneStyle chipStyle colorAccent colorBackgroundFloating colorPrimary colorPrimaryDark colorSecondary editTextStyle floatingActionButtonStyle materialButtonStyle materialCardViewStyle navigationViewStyle scrimBackground snackbarButtonStyle tabStyle textAppearanceBody1 textAppearanceBody2 textAppearanceButton textAppearanceCaption textAppearanceHeadline1 textAppearanceHeadline2 textAppearanceHeadline3 textAppearanceHeadline4 textAppearanceHeadline5 textAppearanceHeadline6 textAppearanceOverline textAppearanceSubtitle1 textAppearanceSubtitle2 textInputStyle +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 NavigationView android_background android_fitsSystemWindows android_maxWidth elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconTint itemTextAppearance itemTextColor menu +styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor +styleable PopupWindowBackgroundState state_above_anchor +styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle +styleable RecyclerView android_orientation android_descendantFocusability fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd +styleable ScrimInsetsFrameLayout insetForeground +styleable ScrollingViewBehavior_Layout behavior_overlapTop +styleable SearchView android_focusable android_maxWidth android_inputType android_imeOptions closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon +styleable Snackbar snackbarButtonStyle snackbarStyle +styleable SnackbarLayout android_maxWidth elevation maxActionInlineWidth +styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme +styleable StateListDrawable android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration +styleable StateListDrawableItem android_drawable +styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode +styleable TabItem android_icon android_layout android_text +styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor 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 TextInputLayout android_textColorHint android_hint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeWidth counterEnabled counterMaxLength counterOverflowTextAppearance counterTextAppearance errorEnabled errorTextAppearance helperText helperTextEnabled helperTextTextAppearance hintAnimationEnabled hintEnabled hintTextAppearance passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode +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 View android_theme android_focusable paddingEnd paddingStart theme +styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode +styleable ViewStubCompat android_id android_layout android_inflatedId diff --git a/app/build/intermediates/signing_config/debug/out/signing-config.json b/app/build/intermediates/signing_config/debug/out/signing-config.json new file mode 100644 index 0000000..fa79676 --- /dev/null +++ b/app/build/intermediates/signing_config/debug/out/signing-config.json @@ -0,0 +1 @@ +{"mName":"debug","mStoreFile":"C:\\Users\\gauta\\.android\\debug.keystore","mStorePassword":"android","mKeyAlias":"AndroidDebugKey","mKeyPassword":"android","mStoreType":"jks","mV1SigningEnabled":true,"mV2SigningEnabled":true} \ No newline at end of file diff --git a/app/build/intermediates/symbols/debug/R.txt b/app/build/intermediates/symbols/debug/R.txt new file mode 100644 index 0000000..bb7ffb6 --- /dev/null +++ b/app/build/intermediates/symbols/debug/R.txt @@ -0,0 +1,2902 @@ +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 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 mtrl_btn_state_list_anim 0x7f020003 +int animator mtrl_btn_unelevated_state_list_anim 0x7f020004 +int animator mtrl_chip_state_list_anim 0x7f020005 +int animator mtrl_fab_hide_motion_spec 0x7f020006 +int animator mtrl_fab_show_motion_spec 0x7f020007 +int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f020008 +int animator mtrl_fab_transformation_sheet_expand_spec 0x7f020009 +int attr actionBarDivider 0x7f030000 +int attr actionBarItemBackground 0x7f030001 +int attr actionBarPopupTheme 0x7f030002 +int attr actionBarSize 0x7f030003 +int attr actionBarSplitStyle 0x7f030004 +int attr actionBarStyle 0x7f030005 +int attr actionBarTabBarStyle 0x7f030006 +int attr actionBarTabStyle 0x7f030007 +int attr actionBarTabTextStyle 0x7f030008 +int attr actionBarTheme 0x7f030009 +int attr actionBarWidgetTheme 0x7f03000a +int attr actionButtonStyle 0x7f03000b +int attr actionDropDownStyle 0x7f03000c +int attr actionLayout 0x7f03000d +int attr actionMenuTextAppearance 0x7f03000e +int attr actionMenuTextColor 0x7f03000f +int attr actionModeBackground 0x7f030010 +int attr actionModeCloseButtonStyle 0x7f030011 +int attr actionModeCloseDrawable 0x7f030012 +int attr actionModeCopyDrawable 0x7f030013 +int attr actionModeCutDrawable 0x7f030014 +int attr actionModeFindDrawable 0x7f030015 +int attr actionModePasteDrawable 0x7f030016 +int attr actionModePopupWindowStyle 0x7f030017 +int attr actionModeSelectAllDrawable 0x7f030018 +int attr actionModeShareDrawable 0x7f030019 +int attr actionModeSplitBackground 0x7f03001a +int attr actionModeStyle 0x7f03001b +int attr actionModeWebSearchDrawable 0x7f03001c +int attr actionOverflowButtonStyle 0x7f03001d +int attr actionOverflowMenuStyle 0x7f03001e +int attr actionProviderClass 0x7f03001f +int attr actionViewClass 0x7f030020 +int attr activityChooserViewStyle 0x7f030021 +int attr alertDialogButtonGroupStyle 0x7f030022 +int attr alertDialogCenterButtons 0x7f030023 +int attr alertDialogStyle 0x7f030024 +int attr alertDialogTheme 0x7f030025 +int attr allowStacking 0x7f030026 +int attr alpha 0x7f030027 +int attr alphabeticModifiers 0x7f030028 +int attr arrowHeadLength 0x7f030029 +int attr arrowShaftLength 0x7f03002a +int attr autoCompleteTextViewStyle 0x7f03002b +int attr autoSizeMaxTextSize 0x7f03002c +int attr autoSizeMinTextSize 0x7f03002d +int attr autoSizePresetSizes 0x7f03002e +int attr autoSizeStepGranularity 0x7f03002f +int attr autoSizeTextType 0x7f030030 +int attr background 0x7f030031 +int attr backgroundSplit 0x7f030032 +int attr backgroundStacked 0x7f030033 +int attr backgroundTint 0x7f030034 +int attr backgroundTintMode 0x7f030035 +int attr barLength 0x7f030036 +int attr barrierAllowsGoneWidgets 0x7f030037 +int attr barrierDirection 0x7f030038 +int attr behavior_autoHide 0x7f030039 +int attr behavior_fitToContents 0x7f03003a +int attr behavior_hideable 0x7f03003b +int attr behavior_overlapTop 0x7f03003c +int attr behavior_peekHeight 0x7f03003d +int attr behavior_skipCollapsed 0x7f03003e +int attr borderWidth 0x7f03003f +int attr borderlessButtonStyle 0x7f030040 +int attr bottomAppBarStyle 0x7f030041 +int attr bottomNavigationStyle 0x7f030042 +int attr bottomSheetDialogTheme 0x7f030043 +int attr bottomSheetStyle 0x7f030044 +int attr boxBackgroundColor 0x7f030045 +int attr boxBackgroundMode 0x7f030046 +int attr boxCollapsedPaddingTop 0x7f030047 +int attr boxCornerRadiusBottomEnd 0x7f030048 +int attr boxCornerRadiusBottomStart 0x7f030049 +int attr boxCornerRadiusTopEnd 0x7f03004a +int attr boxCornerRadiusTopStart 0x7f03004b +int attr boxStrokeColor 0x7f03004c +int attr boxStrokeWidth 0x7f03004d +int attr buttonBarButtonStyle 0x7f03004e +int attr buttonBarNegativeButtonStyle 0x7f03004f +int attr buttonBarNeutralButtonStyle 0x7f030050 +int attr buttonBarPositiveButtonStyle 0x7f030051 +int attr buttonBarStyle 0x7f030052 +int attr buttonCompat 0x7f030053 +int attr buttonGravity 0x7f030054 +int attr buttonIconDimen 0x7f030055 +int attr buttonPanelSideLayout 0x7f030056 +int attr buttonStyle 0x7f030057 +int attr buttonStyleSmall 0x7f030058 +int attr buttonTint 0x7f030059 +int attr buttonTintMode 0x7f03005a +int attr cardBackgroundColor 0x7f03005b +int attr cardCornerRadius 0x7f03005c +int attr cardElevation 0x7f03005d +int attr cardMaxElevation 0x7f03005e +int attr cardPreventCornerOverlap 0x7f03005f +int attr cardUseCompatPadding 0x7f030060 +int attr cardViewStyle 0x7f030061 +int attr chainUseRtl 0x7f030062 +int attr checkboxStyle 0x7f030063 +int attr checkedChip 0x7f030064 +int attr checkedIcon 0x7f030065 +int attr checkedIconEnabled 0x7f030066 +int attr checkedIconVisible 0x7f030067 +int attr checkedTextViewStyle 0x7f030068 +int attr chipBackgroundColor 0x7f030069 +int attr chipCornerRadius 0x7f03006a +int attr chipEndPadding 0x7f03006b +int attr chipGroupStyle 0x7f03006c +int attr chipIcon 0x7f03006d +int attr chipIconEnabled 0x7f03006e +int attr chipIconSize 0x7f03006f +int attr chipIconTint 0x7f030070 +int attr chipIconVisible 0x7f030071 +int attr chipMinHeight 0x7f030072 +int attr chipSpacing 0x7f030073 +int attr chipSpacingHorizontal 0x7f030074 +int attr chipSpacingVertical 0x7f030075 +int attr chipStandaloneStyle 0x7f030076 +int attr chipStartPadding 0x7f030077 +int attr chipStrokeColor 0x7f030078 +int attr chipStrokeWidth 0x7f030079 +int attr chipStyle 0x7f03007a +int attr closeIcon 0x7f03007b +int attr closeIconEnabled 0x7f03007c +int attr closeIconEndPadding 0x7f03007d +int attr closeIconSize 0x7f03007e +int attr closeIconStartPadding 0x7f03007f +int attr closeIconTint 0x7f030080 +int attr closeIconVisible 0x7f030081 +int attr closeItemLayout 0x7f030082 +int attr collapseContentDescription 0x7f030083 +int attr collapseIcon 0x7f030084 +int attr collapsedTitleGravity 0x7f030085 +int attr collapsedTitleTextAppearance 0x7f030086 +int attr color 0x7f030087 +int attr colorAccent 0x7f030088 +int attr colorBackgroundFloating 0x7f030089 +int attr colorButtonNormal 0x7f03008a +int attr colorControlActivated 0x7f03008b +int attr colorControlHighlight 0x7f03008c +int attr colorControlNormal 0x7f03008d +int attr colorError 0x7f03008e +int attr colorPrimary 0x7f03008f +int attr colorPrimaryDark 0x7f030090 +int attr colorSecondary 0x7f030091 +int attr colorSwitchThumbNormal 0x7f030092 +int attr commitIcon 0x7f030093 +int attr constraintSet 0x7f030094 +int attr constraint_referenced_ids 0x7f030095 +int attr content 0x7f030096 +int attr contentDescription 0x7f030097 +int attr contentInsetEnd 0x7f030098 +int attr contentInsetEndWithActions 0x7f030099 +int attr contentInsetLeft 0x7f03009a +int attr contentInsetRight 0x7f03009b +int attr contentInsetStart 0x7f03009c +int attr contentInsetStartWithNavigation 0x7f03009d +int attr contentPadding 0x7f03009e +int attr contentPaddingBottom 0x7f03009f +int attr contentPaddingLeft 0x7f0300a0 +int attr contentPaddingRight 0x7f0300a1 +int attr contentPaddingTop 0x7f0300a2 +int attr contentScrim 0x7f0300a3 +int attr controlBackground 0x7f0300a4 +int attr coordinatorLayoutStyle 0x7f0300a5 +int attr cornerRadius 0x7f0300a6 +int attr counterEnabled 0x7f0300a7 +int attr counterMaxLength 0x7f0300a8 +int attr counterOverflowTextAppearance 0x7f0300a9 +int attr counterTextAppearance 0x7f0300aa +int attr customNavigationLayout 0x7f0300ab +int attr defaultQueryHint 0x7f0300ac +int attr dialogCornerRadius 0x7f0300ad +int attr dialogPreferredPadding 0x7f0300ae +int attr dialogTheme 0x7f0300af +int attr displayOptions 0x7f0300b0 +int attr divider 0x7f0300b1 +int attr dividerHorizontal 0x7f0300b2 +int attr dividerPadding 0x7f0300b3 +int attr dividerVertical 0x7f0300b4 +int attr drawableBottomCompat 0x7f0300b5 +int attr drawableEndCompat 0x7f0300b6 +int attr drawableLeftCompat 0x7f0300b7 +int attr drawableRightCompat 0x7f0300b8 +int attr drawableSize 0x7f0300b9 +int attr drawableStartCompat 0x7f0300ba +int attr drawableTint 0x7f0300bb +int attr drawableTintMode 0x7f0300bc +int attr drawableTopCompat 0x7f0300bd +int attr drawerArrowStyle 0x7f0300be +int attr dropDownListViewStyle 0x7f0300bf +int attr dropdownListPreferredItemHeight 0x7f0300c0 +int attr editTextBackground 0x7f0300c1 +int attr editTextColor 0x7f0300c2 +int attr editTextStyle 0x7f0300c3 +int attr elevation 0x7f0300c4 +int attr emptyVisibility 0x7f0300c5 +int attr enforceMaterialTheme 0x7f0300c6 +int attr enforceTextAppearance 0x7f0300c7 +int attr errorEnabled 0x7f0300c8 +int attr errorTextAppearance 0x7f0300c9 +int attr expandActivityOverflowButtonDrawable 0x7f0300ca +int attr expanded 0x7f0300cb +int attr expandedTitleGravity 0x7f0300cc +int attr expandedTitleMargin 0x7f0300cd +int attr expandedTitleMarginBottom 0x7f0300ce +int attr expandedTitleMarginEnd 0x7f0300cf +int attr expandedTitleMarginStart 0x7f0300d0 +int attr expandedTitleMarginTop 0x7f0300d1 +int attr expandedTitleTextAppearance 0x7f0300d2 +int attr fabAlignmentMode 0x7f0300d3 +int attr fabCradleMargin 0x7f0300d4 +int attr fabCradleRoundedCornerRadius 0x7f0300d5 +int attr fabCradleVerticalOffset 0x7f0300d6 +int attr fabCustomSize 0x7f0300d7 +int attr fabSize 0x7f0300d8 +int attr fastScrollEnabled 0x7f0300d9 +int attr fastScrollHorizontalThumbDrawable 0x7f0300da +int attr fastScrollHorizontalTrackDrawable 0x7f0300db +int attr fastScrollVerticalThumbDrawable 0x7f0300dc +int attr fastScrollVerticalTrackDrawable 0x7f0300dd +int attr firstBaselineToTopHeight 0x7f0300de +int attr floatingActionButtonStyle 0x7f0300df +int attr font 0x7f0300e0 +int attr fontFamily 0x7f0300e1 +int attr fontProviderAuthority 0x7f0300e2 +int attr fontProviderCerts 0x7f0300e3 +int attr fontProviderFetchStrategy 0x7f0300e4 +int attr fontProviderFetchTimeout 0x7f0300e5 +int attr fontProviderPackage 0x7f0300e6 +int attr fontProviderQuery 0x7f0300e7 +int attr fontStyle 0x7f0300e8 +int attr fontVariationSettings 0x7f0300e9 +int attr fontWeight 0x7f0300ea +int attr foregroundInsidePadding 0x7f0300eb +int attr gapBetweenBars 0x7f0300ec +int attr goIcon 0x7f0300ed +int attr headerLayout 0x7f0300ee +int attr height 0x7f0300ef +int attr helperText 0x7f0300f0 +int attr helperTextEnabled 0x7f0300f1 +int attr helperTextTextAppearance 0x7f0300f2 +int attr hideMotionSpec 0x7f0300f3 +int attr hideOnContentScroll 0x7f0300f4 +int attr hideOnScroll 0x7f0300f5 +int attr hintAnimationEnabled 0x7f0300f6 +int attr hintEnabled 0x7f0300f7 +int attr hintTextAppearance 0x7f0300f8 +int attr homeAsUpIndicator 0x7f0300f9 +int attr homeLayout 0x7f0300fa +int attr hoveredFocusedTranslationZ 0x7f0300fb +int attr icon 0x7f0300fc +int attr iconEndPadding 0x7f0300fd +int attr iconGravity 0x7f0300fe +int attr iconPadding 0x7f0300ff +int attr iconSize 0x7f030100 +int attr iconStartPadding 0x7f030101 +int attr iconTint 0x7f030102 +int attr iconTintMode 0x7f030103 +int attr iconifiedByDefault 0x7f030104 +int attr imageButtonStyle 0x7f030105 +int attr indeterminateProgressStyle 0x7f030106 +int attr initialActivityCount 0x7f030107 +int attr insetForeground 0x7f030108 +int attr isLightTheme 0x7f030109 +int attr itemBackground 0x7f03010a +int attr itemHorizontalPadding 0x7f03010b +int attr itemHorizontalTranslationEnabled 0x7f03010c +int attr itemIconPadding 0x7f03010d +int attr itemIconSize 0x7f03010e +int attr itemIconTint 0x7f03010f +int attr itemPadding 0x7f030110 +int attr itemSpacing 0x7f030111 +int attr itemTextAppearance 0x7f030112 +int attr itemTextAppearanceActive 0x7f030113 +int attr itemTextAppearanceInactive 0x7f030114 +int attr itemTextColor 0x7f030115 +int attr keylines 0x7f030116 +int attr labelVisibilityMode 0x7f030117 +int attr lastBaselineToBottomHeight 0x7f030118 +int attr layout 0x7f030119 +int attr layoutManager 0x7f03011a +int attr layout_anchor 0x7f03011b +int attr layout_anchorGravity 0x7f03011c +int attr layout_behavior 0x7f03011d +int attr layout_collapseMode 0x7f03011e +int attr layout_collapseParallaxMultiplier 0x7f03011f +int attr layout_constrainedHeight 0x7f030120 +int attr layout_constrainedWidth 0x7f030121 +int attr layout_constraintBaseline_creator 0x7f030122 +int attr layout_constraintBaseline_toBaselineOf 0x7f030123 +int attr layout_constraintBottom_creator 0x7f030124 +int attr layout_constraintBottom_toBottomOf 0x7f030125 +int attr layout_constraintBottom_toTopOf 0x7f030126 +int attr layout_constraintCircle 0x7f030127 +int attr layout_constraintCircleAngle 0x7f030128 +int attr layout_constraintCircleRadius 0x7f030129 +int attr layout_constraintDimensionRatio 0x7f03012a +int attr layout_constraintEnd_toEndOf 0x7f03012b +int attr layout_constraintEnd_toStartOf 0x7f03012c +int attr layout_constraintGuide_begin 0x7f03012d +int attr layout_constraintGuide_end 0x7f03012e +int attr layout_constraintGuide_percent 0x7f03012f +int attr layout_constraintHeight_default 0x7f030130 +int attr layout_constraintHeight_max 0x7f030131 +int attr layout_constraintHeight_min 0x7f030132 +int attr layout_constraintHeight_percent 0x7f030133 +int attr layout_constraintHorizontal_bias 0x7f030134 +int attr layout_constraintHorizontal_chainStyle 0x7f030135 +int attr layout_constraintHorizontal_weight 0x7f030136 +int attr layout_constraintLeft_creator 0x7f030137 +int attr layout_constraintLeft_toLeftOf 0x7f030138 +int attr layout_constraintLeft_toRightOf 0x7f030139 +int attr layout_constraintRight_creator 0x7f03013a +int attr layout_constraintRight_toLeftOf 0x7f03013b +int attr layout_constraintRight_toRightOf 0x7f03013c +int attr layout_constraintStart_toEndOf 0x7f03013d +int attr layout_constraintStart_toStartOf 0x7f03013e +int attr layout_constraintTop_creator 0x7f03013f +int attr layout_constraintTop_toBottomOf 0x7f030140 +int attr layout_constraintTop_toTopOf 0x7f030141 +int attr layout_constraintVertical_bias 0x7f030142 +int attr layout_constraintVertical_chainStyle 0x7f030143 +int attr layout_constraintVertical_weight 0x7f030144 +int attr layout_constraintWidth_default 0x7f030145 +int attr layout_constraintWidth_max 0x7f030146 +int attr layout_constraintWidth_min 0x7f030147 +int attr layout_constraintWidth_percent 0x7f030148 +int attr layout_dodgeInsetEdges 0x7f030149 +int attr layout_editor_absoluteX 0x7f03014a +int attr layout_editor_absoluteY 0x7f03014b +int attr layout_goneMarginBottom 0x7f03014c +int attr layout_goneMarginEnd 0x7f03014d +int attr layout_goneMarginLeft 0x7f03014e +int attr layout_goneMarginRight 0x7f03014f +int attr layout_goneMarginStart 0x7f030150 +int attr layout_goneMarginTop 0x7f030151 +int attr layout_insetEdge 0x7f030152 +int attr layout_keyline 0x7f030153 +int attr layout_optimizationLevel 0x7f030154 +int attr layout_scrollFlags 0x7f030155 +int attr layout_scrollInterpolator 0x7f030156 +int attr liftOnScroll 0x7f030157 +int attr lineHeight 0x7f030158 +int attr lineSpacing 0x7f030159 +int attr listChoiceBackgroundIndicator 0x7f03015a +int attr listChoiceIndicatorMultipleAnimated 0x7f03015b +int attr listChoiceIndicatorSingleAnimated 0x7f03015c +int attr listDividerAlertDialog 0x7f03015d +int attr listItemLayout 0x7f03015e +int attr listLayout 0x7f03015f +int attr listMenuViewStyle 0x7f030160 +int attr listPopupWindowStyle 0x7f030161 +int attr listPreferredItemHeight 0x7f030162 +int attr listPreferredItemHeightLarge 0x7f030163 +int attr listPreferredItemHeightSmall 0x7f030164 +int attr listPreferredItemPaddingEnd 0x7f030165 +int attr listPreferredItemPaddingLeft 0x7f030166 +int attr listPreferredItemPaddingRight 0x7f030167 +int attr listPreferredItemPaddingStart 0x7f030168 +int attr logo 0x7f030169 +int attr logoDescription 0x7f03016a +int attr materialButtonStyle 0x7f03016b +int attr materialCardViewStyle 0x7f03016c +int attr maxActionInlineWidth 0x7f03016d +int attr maxButtonHeight 0x7f03016e +int attr maxImageSize 0x7f03016f +int attr measureWithLargestChild 0x7f030170 +int attr menu 0x7f030171 +int attr multiChoiceItemLayout 0x7f030172 +int attr navigationContentDescription 0x7f030173 +int attr navigationIcon 0x7f030174 +int attr navigationMode 0x7f030175 +int attr navigationViewStyle 0x7f030176 +int attr numericModifiers 0x7f030177 +int attr overlapAnchor 0x7f030178 +int attr paddingBottomNoButtons 0x7f030179 +int attr paddingEnd 0x7f03017a +int attr paddingStart 0x7f03017b +int attr paddingTopNoTitle 0x7f03017c +int attr panelBackground 0x7f03017d +int attr panelMenuListTheme 0x7f03017e +int attr panelMenuListWidth 0x7f03017f +int attr passwordToggleContentDescription 0x7f030180 +int attr passwordToggleDrawable 0x7f030181 +int attr passwordToggleEnabled 0x7f030182 +int attr passwordToggleTint 0x7f030183 +int attr passwordToggleTintMode 0x7f030184 +int attr popupMenuStyle 0x7f030185 +int attr popupTheme 0x7f030186 +int attr popupWindowStyle 0x7f030187 +int attr preserveIconSpacing 0x7f030188 +int attr pressedTranslationZ 0x7f030189 +int attr progressBarPadding 0x7f03018a +int attr progressBarStyle 0x7f03018b +int attr queryBackground 0x7f03018c +int attr queryHint 0x7f03018d +int attr radioButtonStyle 0x7f03018e +int attr ratingBarStyle 0x7f03018f +int attr ratingBarStyleIndicator 0x7f030190 +int attr ratingBarStyleSmall 0x7f030191 +int attr reverseLayout 0x7f030192 +int attr rippleColor 0x7f030193 +int attr scrimAnimationDuration 0x7f030194 +int attr scrimBackground 0x7f030195 +int attr scrimVisibleHeightTrigger 0x7f030196 +int attr searchHintIcon 0x7f030197 +int attr searchIcon 0x7f030198 +int attr searchViewStyle 0x7f030199 +int attr seekBarStyle 0x7f03019a +int attr selectableItemBackground 0x7f03019b +int attr selectableItemBackgroundBorderless 0x7f03019c +int attr showAsAction 0x7f03019d +int attr showDividers 0x7f03019e +int attr showMotionSpec 0x7f03019f +int attr showText 0x7f0301a0 +int attr showTitle 0x7f0301a1 +int attr singleChoiceItemLayout 0x7f0301a2 +int attr singleLine 0x7f0301a3 +int attr singleSelection 0x7f0301a4 +int attr snackbarButtonStyle 0x7f0301a5 +int attr snackbarStyle 0x7f0301a6 +int attr spanCount 0x7f0301a7 +int attr spinBars 0x7f0301a8 +int attr spinnerDropDownItemStyle 0x7f0301a9 +int attr spinnerStyle 0x7f0301aa +int attr splitTrack 0x7f0301ab +int attr srcCompat 0x7f0301ac +int attr stackFromEnd 0x7f0301ad +int attr state_above_anchor 0x7f0301ae +int attr state_collapsed 0x7f0301af +int attr state_collapsible 0x7f0301b0 +int attr state_liftable 0x7f0301b1 +int attr state_lifted 0x7f0301b2 +int attr statusBarBackground 0x7f0301b3 +int attr statusBarScrim 0x7f0301b4 +int attr strokeColor 0x7f0301b5 +int attr strokeWidth 0x7f0301b6 +int attr subMenuArrow 0x7f0301b7 +int attr submitBackground 0x7f0301b8 +int attr subtitle 0x7f0301b9 +int attr subtitleTextAppearance 0x7f0301ba +int attr subtitleTextColor 0x7f0301bb +int attr subtitleTextStyle 0x7f0301bc +int attr suggestionRowLayout 0x7f0301bd +int attr switchMinWidth 0x7f0301be +int attr switchPadding 0x7f0301bf +int attr switchStyle 0x7f0301c0 +int attr switchTextAppearance 0x7f0301c1 +int attr tabBackground 0x7f0301c2 +int attr tabContentStart 0x7f0301c3 +int attr tabGravity 0x7f0301c4 +int attr tabIconTint 0x7f0301c5 +int attr tabIconTintMode 0x7f0301c6 +int attr tabIndicator 0x7f0301c7 +int attr tabIndicatorAnimationDuration 0x7f0301c8 +int attr tabIndicatorColor 0x7f0301c9 +int attr tabIndicatorFullWidth 0x7f0301ca +int attr tabIndicatorGravity 0x7f0301cb +int attr tabIndicatorHeight 0x7f0301cc +int attr tabInlineLabel 0x7f0301cd +int attr tabMaxWidth 0x7f0301ce +int attr tabMinWidth 0x7f0301cf +int attr tabMode 0x7f0301d0 +int attr tabPadding 0x7f0301d1 +int attr tabPaddingBottom 0x7f0301d2 +int attr tabPaddingEnd 0x7f0301d3 +int attr tabPaddingStart 0x7f0301d4 +int attr tabPaddingTop 0x7f0301d5 +int attr tabRippleColor 0x7f0301d6 +int attr tabSelectedTextColor 0x7f0301d7 +int attr tabStyle 0x7f0301d8 +int attr tabTextAppearance 0x7f0301d9 +int attr tabTextColor 0x7f0301da +int attr tabUnboundedRipple 0x7f0301db +int attr textAllCaps 0x7f0301dc +int attr textAppearanceBody1 0x7f0301dd +int attr textAppearanceBody2 0x7f0301de +int attr textAppearanceButton 0x7f0301df +int attr textAppearanceCaption 0x7f0301e0 +int attr textAppearanceHeadline1 0x7f0301e1 +int attr textAppearanceHeadline2 0x7f0301e2 +int attr textAppearanceHeadline3 0x7f0301e3 +int attr textAppearanceHeadline4 0x7f0301e4 +int attr textAppearanceHeadline5 0x7f0301e5 +int attr textAppearanceHeadline6 0x7f0301e6 +int attr textAppearanceLargePopupMenu 0x7f0301e7 +int attr textAppearanceListItem 0x7f0301e8 +int attr textAppearanceListItemSecondary 0x7f0301e9 +int attr textAppearanceListItemSmall 0x7f0301ea +int attr textAppearanceOverline 0x7f0301eb +int attr textAppearancePopupMenuHeader 0x7f0301ec +int attr textAppearanceSearchResultSubtitle 0x7f0301ed +int attr textAppearanceSearchResultTitle 0x7f0301ee +int attr textAppearanceSmallPopupMenu 0x7f0301ef +int attr textAppearanceSubtitle1 0x7f0301f0 +int attr textAppearanceSubtitle2 0x7f0301f1 +int attr textColorAlertDialogListItem 0x7f0301f2 +int attr textColorSearchUrl 0x7f0301f3 +int attr textEndPadding 0x7f0301f4 +int attr textInputStyle 0x7f0301f5 +int attr textLocale 0x7f0301f6 +int attr textStartPadding 0x7f0301f7 +int attr theme 0x7f0301f8 +int attr thickness 0x7f0301f9 +int attr thumbTextPadding 0x7f0301fa +int attr thumbTint 0x7f0301fb +int attr thumbTintMode 0x7f0301fc +int attr tickMark 0x7f0301fd +int attr tickMarkTint 0x7f0301fe +int attr tickMarkTintMode 0x7f0301ff +int attr tint 0x7f030200 +int attr tintMode 0x7f030201 +int attr title 0x7f030202 +int attr titleEnabled 0x7f030203 +int attr titleMargin 0x7f030204 +int attr titleMarginBottom 0x7f030205 +int attr titleMarginEnd 0x7f030206 +int attr titleMarginStart 0x7f030207 +int attr titleMarginTop 0x7f030208 +int attr titleMargins 0x7f030209 +int attr titleTextAppearance 0x7f03020a +int attr titleTextColor 0x7f03020b +int attr titleTextStyle 0x7f03020c +int attr toolbarId 0x7f03020d +int attr toolbarNavigationButtonStyle 0x7f03020e +int attr toolbarStyle 0x7f03020f +int attr tooltipForegroundColor 0x7f030210 +int attr tooltipFrameBackground 0x7f030211 +int attr tooltipText 0x7f030212 +int attr track 0x7f030213 +int attr trackTint 0x7f030214 +int attr trackTintMode 0x7f030215 +int attr ttcIndex 0x7f030216 +int attr useCompatPadding 0x7f030217 +int attr viewInflaterClass 0x7f030218 +int attr voiceIcon 0x7f030219 +int attr windowActionBar 0x7f03021a +int attr windowActionBarOverlay 0x7f03021b +int attr windowActionModeOverlay 0x7f03021c +int attr windowFixedHeightMajor 0x7f03021d +int attr windowFixedHeightMinor 0x7f03021e +int attr windowFixedWidthMajor 0x7f03021f +int attr windowFixedWidthMinor 0x7f030220 +int attr windowMinWidthMajor 0x7f030221 +int attr windowMinWidthMinor 0x7f030222 +int attr windowNoTitle 0x7f030223 +int bool abc_action_bar_embed_tabs 0x7f040000 +int bool abc_allow_stacked_button_bar 0x7f040001 +int bool abc_config_actionMenuItemAllCaps 0x7f040002 +int bool mtrl_btn_textappearance_all_caps 0x7f040003 +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_hint_foreground_material_dark 0x7f050005 +int color abc_hint_foreground_material_light 0x7f050006 +int color abc_input_method_navigation_guard 0x7f050007 +int color abc_primary_text_disable_only_material_dark 0x7f050008 +int color abc_primary_text_disable_only_material_light 0x7f050009 +int color abc_primary_text_material_dark 0x7f05000a +int color abc_primary_text_material_light 0x7f05000b +int color abc_search_url_text 0x7f05000c +int color abc_search_url_text_normal 0x7f05000d +int color abc_search_url_text_pressed 0x7f05000e +int color abc_search_url_text_selected 0x7f05000f +int color abc_secondary_text_material_dark 0x7f050010 +int color abc_secondary_text_material_light 0x7f050011 +int color abc_tint_btn_checkable 0x7f050012 +int color abc_tint_default 0x7f050013 +int color abc_tint_edittext 0x7f050014 +int color abc_tint_seek_thumb 0x7f050015 +int color abc_tint_spinner 0x7f050016 +int color abc_tint_switch_track 0x7f050017 +int color accent_material_dark 0x7f050018 +int color accent_material_light 0x7f050019 +int color background_floating_material_dark 0x7f05001a +int color background_floating_material_light 0x7f05001b +int color background_material_dark 0x7f05001c +int color background_material_light 0x7f05001d +int color bright_foreground_disabled_material_dark 0x7f05001e +int color bright_foreground_disabled_material_light 0x7f05001f +int color bright_foreground_inverse_material_dark 0x7f050020 +int color bright_foreground_inverse_material_light 0x7f050021 +int color bright_foreground_material_dark 0x7f050022 +int color bright_foreground_material_light 0x7f050023 +int color button_material_dark 0x7f050024 +int color button_material_light 0x7f050025 +int color cardview_dark_background 0x7f050026 +int color cardview_light_background 0x7f050027 +int color cardview_shadow_end_color 0x7f050028 +int color cardview_shadow_start_color 0x7f050029 +int color colorAccent 0x7f05002a +int color colorPrimary 0x7f05002b +int color colorPrimaryDark 0x7f05002c +int color design_bottom_navigation_shadow_color 0x7f05002d +int color design_default_color_primary 0x7f05002e +int color design_default_color_primary_dark 0x7f05002f +int color design_error 0x7f050030 +int color design_fab_shadow_end_color 0x7f050031 +int color design_fab_shadow_mid_color 0x7f050032 +int color design_fab_shadow_start_color 0x7f050033 +int color design_fab_stroke_end_inner_color 0x7f050034 +int color design_fab_stroke_end_outer_color 0x7f050035 +int color design_fab_stroke_top_inner_color 0x7f050036 +int color design_fab_stroke_top_outer_color 0x7f050037 +int color design_snackbar_background_color 0x7f050038 +int color design_tint_password_toggle 0x7f050039 +int color dim_foreground_disabled_material_dark 0x7f05003a +int color dim_foreground_disabled_material_light 0x7f05003b +int color dim_foreground_material_dark 0x7f05003c +int color dim_foreground_material_light 0x7f05003d +int color error_color_material_dark 0x7f05003e +int color error_color_material_light 0x7f05003f +int color foreground_material_dark 0x7f050040 +int color foreground_material_light 0x7f050041 +int color highlighted_text_material_dark 0x7f050042 +int color highlighted_text_material_light 0x7f050043 +int color material_blue_grey_800 0x7f050044 +int color material_blue_grey_900 0x7f050045 +int color material_blue_grey_950 0x7f050046 +int color material_deep_teal_200 0x7f050047 +int color material_deep_teal_500 0x7f050048 +int color material_grey_100 0x7f050049 +int color material_grey_300 0x7f05004a +int color material_grey_50 0x7f05004b +int color material_grey_600 0x7f05004c +int color material_grey_800 0x7f05004d +int color material_grey_850 0x7f05004e +int color material_grey_900 0x7f05004f +int color mtrl_bottom_nav_colored_item_tint 0x7f050050 +int color mtrl_bottom_nav_item_tint 0x7f050051 +int color mtrl_btn_bg_color_disabled 0x7f050052 +int color mtrl_btn_bg_color_selector 0x7f050053 +int color mtrl_btn_ripple_color 0x7f050054 +int color mtrl_btn_stroke_color_selector 0x7f050055 +int color mtrl_btn_text_btn_ripple_color 0x7f050056 +int color mtrl_btn_text_color_disabled 0x7f050057 +int color mtrl_btn_text_color_selector 0x7f050058 +int color mtrl_btn_transparent_bg_color 0x7f050059 +int color mtrl_chip_background_color 0x7f05005a +int color mtrl_chip_close_icon_tint 0x7f05005b +int color mtrl_chip_ripple_color 0x7f05005c +int color mtrl_chip_text_color 0x7f05005d +int color mtrl_fab_ripple_color 0x7f05005e +int color mtrl_scrim_color 0x7f05005f +int color mtrl_tabs_colored_ripple_color 0x7f050060 +int color mtrl_tabs_icon_color_selector 0x7f050061 +int color mtrl_tabs_icon_color_selector_colored 0x7f050062 +int color mtrl_tabs_legacy_text_color_selector 0x7f050063 +int color mtrl_tabs_ripple_color 0x7f050064 +int color mtrl_text_btn_text_color_selector 0x7f050065 +int color mtrl_textinput_default_box_stroke_color 0x7f050066 +int color mtrl_textinput_disabled_color 0x7f050067 +int color mtrl_textinput_filled_box_default_background_color 0x7f050068 +int color mtrl_textinput_hovered_box_stroke_color 0x7f050069 +int color notification_action_color_filter 0x7f05006a +int color notification_icon_bg_color 0x7f05006b +int color primary_dark_material_dark 0x7f05006c +int color primary_dark_material_light 0x7f05006d +int color primary_material_dark 0x7f05006e +int color primary_material_light 0x7f05006f +int color primary_text_default_material_dark 0x7f050070 +int color primary_text_default_material_light 0x7f050071 +int color primary_text_disabled_material_dark 0x7f050072 +int color primary_text_disabled_material_light 0x7f050073 +int color ripple_material_dark 0x7f050074 +int color ripple_material_light 0x7f050075 +int color secondary_text_default_material_dark 0x7f050076 +int color secondary_text_default_material_light 0x7f050077 +int color secondary_text_disabled_material_dark 0x7f050078 +int color secondary_text_disabled_material_light 0x7f050079 +int color switch_thumb_disabled_material_dark 0x7f05007a +int color switch_thumb_disabled_material_light 0x7f05007b +int color switch_thumb_material_dark 0x7f05007c +int color switch_thumb_material_light 0x7f05007d +int color switch_thumb_normal_material_dark 0x7f05007e +int color switch_thumb_normal_material_light 0x7f05007f +int color tooltip_background_dark 0x7f050080 +int color tooltip_background_light 0x7f050081 +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_switch_padding 0x7f06003b +int dimen abc_text_size_body_1_material 0x7f06003c +int dimen abc_text_size_body_2_material 0x7f06003d +int dimen abc_text_size_button_material 0x7f06003e +int dimen abc_text_size_caption_material 0x7f06003f +int dimen abc_text_size_display_1_material 0x7f060040 +int dimen abc_text_size_display_2_material 0x7f060041 +int dimen abc_text_size_display_3_material 0x7f060042 +int dimen abc_text_size_display_4_material 0x7f060043 +int dimen abc_text_size_headline_material 0x7f060044 +int dimen abc_text_size_large_material 0x7f060045 +int dimen abc_text_size_medium_material 0x7f060046 +int dimen abc_text_size_menu_header_material 0x7f060047 +int dimen abc_text_size_menu_material 0x7f060048 +int dimen abc_text_size_small_material 0x7f060049 +int dimen abc_text_size_subhead_material 0x7f06004a +int dimen abc_text_size_subtitle_material_toolbar 0x7f06004b +int dimen abc_text_size_title_material 0x7f06004c +int dimen abc_text_size_title_material_toolbar 0x7f06004d +int dimen activity_horizontal_margin 0x7f06004e +int dimen activity_vertical_margin 0x7f06004f +int dimen cardview_compat_inset_shadow 0x7f060050 +int dimen cardview_default_elevation 0x7f060051 +int dimen cardview_default_radius 0x7f060052 +int dimen compat_button_inset_horizontal_material 0x7f060053 +int dimen compat_button_inset_vertical_material 0x7f060054 +int dimen compat_button_padding_horizontal_material 0x7f060055 +int dimen compat_button_padding_vertical_material 0x7f060056 +int dimen compat_control_corner_material 0x7f060057 +int dimen compat_notification_large_icon_max_height 0x7f060058 +int dimen compat_notification_large_icon_max_width 0x7f060059 +int dimen design_appbar_elevation 0x7f06005a +int dimen design_bottom_navigation_active_item_max_width 0x7f06005b +int dimen design_bottom_navigation_active_item_min_width 0x7f06005c +int dimen design_bottom_navigation_active_text_size 0x7f06005d +int dimen design_bottom_navigation_elevation 0x7f06005e +int dimen design_bottom_navigation_height 0x7f06005f +int dimen design_bottom_navigation_icon_size 0x7f060060 +int dimen design_bottom_navigation_item_max_width 0x7f060061 +int dimen design_bottom_navigation_item_min_width 0x7f060062 +int dimen design_bottom_navigation_margin 0x7f060063 +int dimen design_bottom_navigation_shadow_height 0x7f060064 +int dimen design_bottom_navigation_text_size 0x7f060065 +int dimen design_bottom_sheet_modal_elevation 0x7f060066 +int dimen design_bottom_sheet_peek_height_min 0x7f060067 +int dimen design_fab_border_width 0x7f060068 +int dimen design_fab_elevation 0x7f060069 +int dimen design_fab_image_size 0x7f06006a +int dimen design_fab_size_mini 0x7f06006b +int dimen design_fab_size_normal 0x7f06006c +int dimen design_fab_translation_z_hovered_focused 0x7f06006d +int dimen design_fab_translation_z_pressed 0x7f06006e +int dimen design_navigation_elevation 0x7f06006f +int dimen design_navigation_icon_padding 0x7f060070 +int dimen design_navigation_icon_size 0x7f060071 +int dimen design_navigation_item_horizontal_padding 0x7f060072 +int dimen design_navigation_item_icon_padding 0x7f060073 +int dimen design_navigation_max_width 0x7f060074 +int dimen design_navigation_padding_bottom 0x7f060075 +int dimen design_navigation_separator_vertical_padding 0x7f060076 +int dimen design_snackbar_action_inline_max_width 0x7f060077 +int dimen design_snackbar_background_corner_radius 0x7f060078 +int dimen design_snackbar_elevation 0x7f060079 +int dimen design_snackbar_extra_spacing_horizontal 0x7f06007a +int dimen design_snackbar_max_width 0x7f06007b +int dimen design_snackbar_min_width 0x7f06007c +int dimen design_snackbar_padding_horizontal 0x7f06007d +int dimen design_snackbar_padding_vertical 0x7f06007e +int dimen design_snackbar_padding_vertical_2lines 0x7f06007f +int dimen design_snackbar_text_size 0x7f060080 +int dimen design_tab_max_width 0x7f060081 +int dimen design_tab_scrollable_min_width 0x7f060082 +int dimen design_tab_text_size 0x7f060083 +int dimen design_tab_text_size_2line 0x7f060084 +int dimen design_textinput_caption_translate_y 0x7f060085 +int dimen disabled_alpha_material_dark 0x7f060086 +int dimen disabled_alpha_material_light 0x7f060087 +int dimen fastscroll_default_thickness 0x7f060088 +int dimen fastscroll_margin 0x7f060089 +int dimen fastscroll_minimum_range 0x7f06008a +int dimen highlight_alpha_material_colored 0x7f06008b +int dimen highlight_alpha_material_dark 0x7f06008c +int dimen highlight_alpha_material_light 0x7f06008d +int dimen hint_alpha_material_dark 0x7f06008e +int dimen hint_alpha_material_light 0x7f06008f +int dimen hint_pressed_alpha_material_dark 0x7f060090 +int dimen hint_pressed_alpha_material_light 0x7f060091 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f060092 +int dimen item_touch_helper_swipe_escape_max_velocity 0x7f060093 +int dimen item_touch_helper_swipe_escape_velocity 0x7f060094 +int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f060095 +int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f060096 +int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f060097 +int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f060098 +int dimen mtrl_bottomappbar_height 0x7f060099 +int dimen mtrl_btn_corner_radius 0x7f06009a +int dimen mtrl_btn_dialog_btn_min_width 0x7f06009b +int dimen mtrl_btn_disabled_elevation 0x7f06009c +int dimen mtrl_btn_disabled_z 0x7f06009d +int dimen mtrl_btn_elevation 0x7f06009e +int dimen mtrl_btn_focused_z 0x7f06009f +int dimen mtrl_btn_hovered_z 0x7f0600a0 +int dimen mtrl_btn_icon_btn_padding_left 0x7f0600a1 +int dimen mtrl_btn_icon_padding 0x7f0600a2 +int dimen mtrl_btn_inset 0x7f0600a3 +int dimen mtrl_btn_letter_spacing 0x7f0600a4 +int dimen mtrl_btn_padding_bottom 0x7f0600a5 +int dimen mtrl_btn_padding_left 0x7f0600a6 +int dimen mtrl_btn_padding_right 0x7f0600a7 +int dimen mtrl_btn_padding_top 0x7f0600a8 +int dimen mtrl_btn_pressed_z 0x7f0600a9 +int dimen mtrl_btn_stroke_size 0x7f0600aa +int dimen mtrl_btn_text_btn_icon_padding 0x7f0600ab +int dimen mtrl_btn_text_btn_padding_left 0x7f0600ac +int dimen mtrl_btn_text_btn_padding_right 0x7f0600ad +int dimen mtrl_btn_text_size 0x7f0600ae +int dimen mtrl_btn_z 0x7f0600af +int dimen mtrl_card_elevation 0x7f0600b0 +int dimen mtrl_card_spacing 0x7f0600b1 +int dimen mtrl_chip_pressed_translation_z 0x7f0600b2 +int dimen mtrl_chip_text_size 0x7f0600b3 +int dimen mtrl_fab_elevation 0x7f0600b4 +int dimen mtrl_fab_translation_z_hovered_focused 0x7f0600b5 +int dimen mtrl_fab_translation_z_pressed 0x7f0600b6 +int dimen mtrl_navigation_elevation 0x7f0600b7 +int dimen mtrl_navigation_item_horizontal_padding 0x7f0600b8 +int dimen mtrl_navigation_item_icon_padding 0x7f0600b9 +int dimen mtrl_snackbar_background_corner_radius 0x7f0600ba +int dimen mtrl_snackbar_margin 0x7f0600bb +int dimen mtrl_textinput_box_bottom_offset 0x7f0600bc +int dimen mtrl_textinput_box_corner_radius_medium 0x7f0600bd +int dimen mtrl_textinput_box_corner_radius_small 0x7f0600be +int dimen mtrl_textinput_box_label_cutout_padding 0x7f0600bf +int dimen mtrl_textinput_box_padding_end 0x7f0600c0 +int dimen mtrl_textinput_box_stroke_width_default 0x7f0600c1 +int dimen mtrl_textinput_box_stroke_width_focused 0x7f0600c2 +int dimen mtrl_textinput_outline_box_expanded_padding 0x7f0600c3 +int dimen mtrl_toolbar_default_height 0x7f0600c4 +int dimen notification_action_icon_size 0x7f0600c5 +int dimen notification_action_text_size 0x7f0600c6 +int dimen notification_big_circle_margin 0x7f0600c7 +int dimen notification_content_margin_start 0x7f0600c8 +int dimen notification_large_icon_height 0x7f0600c9 +int dimen notification_large_icon_width 0x7f0600ca +int dimen notification_main_column_padding_top 0x7f0600cb +int dimen notification_media_narrow_margin 0x7f0600cc +int dimen notification_right_icon_size 0x7f0600cd +int dimen notification_right_side_padding_top 0x7f0600ce +int dimen notification_small_icon_background_padding 0x7f0600cf +int dimen notification_small_icon_size_as_large 0x7f0600d0 +int dimen notification_subtext_size 0x7f0600d1 +int dimen notification_top_pad 0x7f0600d2 +int dimen notification_top_pad_large_text 0x7f0600d3 +int dimen tooltip_corner_radius 0x7f0600d4 +int dimen tooltip_horizontal_padding 0x7f0600d5 +int dimen tooltip_margin 0x7f0600d6 +int dimen tooltip_precise_anchor_extra_offset 0x7f0600d7 +int dimen tooltip_precise_anchor_threshold 0x7f0600d8 +int dimen tooltip_vertical_padding 0x7f0600d9 +int dimen tooltip_y_offset_non_touch 0x7f0600da +int dimen tooltip_y_offset_touch 0x7f0600db +int drawable abc_ab_share_pack_mtrl_alpha 0x7f070007 +int drawable abc_action_bar_item_background_material 0x7f070008 +int drawable abc_btn_borderless_material 0x7f070009 +int drawable abc_btn_check_material 0x7f07000a +int drawable abc_btn_check_material_anim 0x7f07000b +int drawable abc_btn_check_to_on_mtrl_000 0x7f07000c +int drawable abc_btn_check_to_on_mtrl_015 0x7f07000d +int drawable abc_btn_colored_material 0x7f07000e +int drawable abc_btn_default_mtrl_shape 0x7f07000f +int drawable abc_btn_radio_material 0x7f070010 +int drawable abc_btn_radio_material_anim 0x7f070011 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f070012 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f070013 +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070014 +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070015 +int drawable abc_cab_background_internal_bg 0x7f070016 +int drawable abc_cab_background_top_material 0x7f070017 +int drawable abc_cab_background_top_mtrl_alpha 0x7f070018 +int drawable abc_control_background_material 0x7f070019 +int drawable abc_dialog_material_background 0x7f07001a +int drawable abc_edit_text_material 0x7f07001b +int drawable abc_ic_ab_back_material 0x7f07001c +int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07001d +int drawable abc_ic_clear_material 0x7f07001e +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f07001f +int drawable abc_ic_go_search_api_material 0x7f070020 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f070021 +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f070022 +int drawable abc_ic_menu_overflow_material 0x7f070023 +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070024 +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070025 +int drawable abc_ic_menu_share_mtrl_alpha 0x7f070026 +int drawable abc_ic_search_api_material 0x7f070027 +int drawable abc_ic_star_black_16dp 0x7f070028 +int drawable abc_ic_star_black_36dp 0x7f070029 +int drawable abc_ic_star_black_48dp 0x7f07002a +int drawable abc_ic_star_half_black_16dp 0x7f07002b +int drawable abc_ic_star_half_black_36dp 0x7f07002c +int drawable abc_ic_star_half_black_48dp 0x7f07002d +int drawable abc_ic_voice_search_api_material 0x7f07002e +int drawable abc_item_background_holo_dark 0x7f07002f +int drawable abc_item_background_holo_light 0x7f070030 +int drawable abc_list_divider_material 0x7f070031 +int drawable abc_list_divider_mtrl_alpha 0x7f070032 +int drawable abc_list_focused_holo 0x7f070033 +int drawable abc_list_longpressed_holo 0x7f070034 +int drawable abc_list_pressed_holo_dark 0x7f070035 +int drawable abc_list_pressed_holo_light 0x7f070036 +int drawable abc_list_selector_background_transition_holo_dark 0x7f070037 +int drawable abc_list_selector_background_transition_holo_light 0x7f070038 +int drawable abc_list_selector_disabled_holo_dark 0x7f070039 +int drawable abc_list_selector_disabled_holo_light 0x7f07003a +int drawable abc_list_selector_holo_dark 0x7f07003b +int drawable abc_list_selector_holo_light 0x7f07003c +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f07003d +int drawable abc_popup_background_mtrl_mult 0x7f07003e +int drawable abc_ratingbar_indicator_material 0x7f07003f +int drawable abc_ratingbar_material 0x7f070040 +int drawable abc_ratingbar_small_material 0x7f070041 +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f070042 +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f070043 +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f070044 +int drawable abc_scrubber_primary_mtrl_alpha 0x7f070045 +int drawable abc_scrubber_track_mtrl_alpha 0x7f070046 +int drawable abc_seekbar_thumb_material 0x7f070047 +int drawable abc_seekbar_tick_mark_material 0x7f070048 +int drawable abc_seekbar_track_material 0x7f070049 +int drawable abc_spinner_mtrl_am_alpha 0x7f07004a +int drawable abc_spinner_textfield_background_material 0x7f07004b +int drawable abc_switch_thumb_material 0x7f07004c +int drawable abc_switch_track_mtrl_alpha 0x7f07004d +int drawable abc_tab_indicator_material 0x7f07004e +int drawable abc_tab_indicator_mtrl_alpha 0x7f07004f +int drawable abc_text_cursor_material 0x7f070050 +int drawable abc_text_select_handle_left_mtrl_dark 0x7f070051 +int drawable abc_text_select_handle_left_mtrl_light 0x7f070052 +int drawable abc_text_select_handle_middle_mtrl_dark 0x7f070053 +int drawable abc_text_select_handle_middle_mtrl_light 0x7f070054 +int drawable abc_text_select_handle_right_mtrl_dark 0x7f070055 +int drawable abc_text_select_handle_right_mtrl_light 0x7f070056 +int drawable abc_textfield_activated_mtrl_alpha 0x7f070057 +int drawable abc_textfield_default_mtrl_alpha 0x7f070058 +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070059 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f07005a +int drawable abc_textfield_search_material 0x7f07005b +int drawable abc_vector_test 0x7f07005c +int drawable avd_hide_password 0x7f07005d +int drawable avd_show_password 0x7f07005e +int drawable btn_checkbox_checked_mtrl 0x7f07005f +int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f070060 +int drawable btn_checkbox_unchecked_mtrl 0x7f070061 +int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f070062 +int drawable btn_radio_off_mtrl 0x7f070063 +int drawable btn_radio_off_to_on_mtrl_animation 0x7f070064 +int drawable btn_radio_on_mtrl 0x7f070065 +int drawable btn_radio_on_to_off_mtrl_animation 0x7f070066 +int drawable design_bottom_navigation_item_background 0x7f070067 +int drawable design_fab_background 0x7f070068 +int drawable design_ic_visibility 0x7f070069 +int drawable design_ic_visibility_off 0x7f07006a +int drawable design_password_eye 0x7f07006b +int drawable design_snackbar_background 0x7f07006c +int drawable ic_launcher_background 0x7f07006d +int drawable ic_launcher_foreground 0x7f07006e +int drawable ic_mtrl_chip_checked_black 0x7f07006f +int drawable ic_mtrl_chip_checked_circle 0x7f070070 +int drawable ic_mtrl_chip_close_circle 0x7f070071 +int drawable mtrl_snackbar_background 0x7f070072 +int drawable mtrl_tabs_default_indicator 0x7f070073 +int drawable navigation_empty_icon 0x7f070074 +int drawable notification_action_background 0x7f070075 +int drawable notification_bg 0x7f070076 +int drawable notification_bg_low 0x7f070077 +int drawable notification_bg_low_normal 0x7f070078 +int drawable notification_bg_low_pressed 0x7f070079 +int drawable notification_bg_normal 0x7f07007a +int drawable notification_bg_normal_pressed 0x7f07007b +int drawable notification_icon_background 0x7f07007c +int drawable notification_template_icon_bg 0x7f07007d +int drawable notification_template_icon_low_bg 0x7f07007e +int drawable notification_tile_bg 0x7f07007f +int drawable notify_panel_notification_icon_bg 0x7f070080 +int drawable tooltip_frame_dark 0x7f070081 +int drawable tooltip_frame_light 0x7f070082 +int id ALT 0x7f080000 +int id CTRL 0x7f080001 +int id Courses 0x7f080002 +int id FUNCTION 0x7f080003 +int id Friday 0x7f080004 +int id GroupFollowed 0x7f080005 +int id Groupmember 0x7f080006 +int id META 0x7f080007 +int id Monday 0x7f080008 +int id N 0x7f080009 +int id Name 0x7f08000a +int id SHIFT 0x7f08000b +int id SYM 0x7f08000c +int id Saturday 0x7f08000d +int id Sunday 0x7f08000e +int id Thursday 0x7f08000f +int id Timetable 0x7f080010 +int id Tuesday 0x7f080011 +int id Wednesday 0x7f080012 +int id accessibility_action_clickable_span 0x7f080013 +int id accessibility_custom_action_0 0x7f080014 +int id accessibility_custom_action_1 0x7f080015 +int id accessibility_custom_action_10 0x7f080016 +int id accessibility_custom_action_11 0x7f080017 +int id accessibility_custom_action_12 0x7f080018 +int id accessibility_custom_action_13 0x7f080019 +int id accessibility_custom_action_14 0x7f08001a +int id accessibility_custom_action_15 0x7f08001b +int id accessibility_custom_action_16 0x7f08001c +int id accessibility_custom_action_17 0x7f08001d +int id accessibility_custom_action_18 0x7f08001e +int id accessibility_custom_action_19 0x7f08001f +int id accessibility_custom_action_2 0x7f080020 +int id accessibility_custom_action_20 0x7f080021 +int id accessibility_custom_action_21 0x7f080022 +int id accessibility_custom_action_22 0x7f080023 +int id accessibility_custom_action_23 0x7f080024 +int id accessibility_custom_action_24 0x7f080025 +int id accessibility_custom_action_25 0x7f080026 +int id accessibility_custom_action_26 0x7f080027 +int id accessibility_custom_action_27 0x7f080028 +int id accessibility_custom_action_28 0x7f080029 +int id accessibility_custom_action_29 0x7f08002a +int id accessibility_custom_action_3 0x7f08002b +int id accessibility_custom_action_30 0x7f08002c +int id accessibility_custom_action_31 0x7f08002d +int id accessibility_custom_action_4 0x7f08002e +int id accessibility_custom_action_5 0x7f08002f +int id accessibility_custom_action_6 0x7f080030 +int id accessibility_custom_action_7 0x7f080031 +int id accessibility_custom_action_8 0x7f080032 +int id accessibility_custom_action_9 0x7f080033 +int id action_bar 0x7f080034 +int id action_bar_activity_content 0x7f080035 +int id action_bar_container 0x7f080036 +int id action_bar_root 0x7f080037 +int id action_bar_spinner 0x7f080038 +int id action_bar_subtitle 0x7f080039 +int id action_bar_title 0x7f08003a +int id action_container 0x7f08003b +int id action_context_bar 0x7f08003c +int id action_divider 0x7f08003d +int id action_image 0x7f08003e +int id action_menu_divider 0x7f08003f +int id action_menu_presenter 0x7f080040 +int id action_mode_bar 0x7f080041 +int id action_mode_bar_stub 0x7f080042 +int id action_mode_close_button 0x7f080043 +int id action_text 0x7f080044 +int id actions 0x7f080045 +int id activity_chooser_view_content 0x7f080046 +int id add 0x7f080047 +int id alertTitle 0x7f080048 +int id all 0x7f080049 +int id always 0x7f08004a +int id async 0x7f08004b +int id auto 0x7f08004c +int id barrier 0x7f08004d +int id beginning 0x7f08004e +int id blocking 0x7f08004f +int id bottom 0x7f080050 +int id button3 0x7f080051 +int id buttonPanel 0x7f080052 +int id center 0x7f080053 +int id center_horizontal 0x7f080054 +int id center_vertical 0x7f080055 +int id chains 0x7f080056 +int id checkbox 0x7f080057 +int id checked 0x7f080058 +int id chronometer 0x7f080059 +int id clip_horizontal 0x7f08005a +int id clip_vertical 0x7f08005b +int id collapseActionView 0x7f08005c +int id container 0x7f08005d +int id content 0x7f08005e +int id contentPanel 0x7f08005f +int id coordinator 0x7f080060 +int id custom 0x7f080061 +int id customPanel 0x7f080062 +int id decor_content_parent 0x7f080063 +int id default_activity_button 0x7f080064 +int id design_bottom_sheet 0x7f080065 +int id design_menu_item_action_area 0x7f080066 +int id design_menu_item_action_area_stub 0x7f080067 +int id design_menu_item_text 0x7f080068 +int id design_navigation_view 0x7f080069 +int id dialog_button 0x7f08006a +int id dimensions 0x7f08006b +int id direct 0x7f08006c +int id disableHome 0x7f08006d +int id edit_query 0x7f08006e +int id end 0x7f08006f +int id enrolmentnumber 0x7f080070 +int id enterAlways 0x7f080071 +int id enterAlwaysCollapsed 0x7f080072 +int id exitUntilCollapsed 0x7f080073 +int id expand_activities_button 0x7f080074 +int id expanded_menu 0x7f080075 +int id fill 0x7f080076 +int id fill_horizontal 0x7f080077 +int id fill_vertical 0x7f080078 +int id filled 0x7f080079 +int id fixed 0x7f08007a +int id forever 0x7f08007b +int id ghost_view 0x7f08007c +int id gone 0x7f08007d +int id group_divider 0x7f08007e +int id groups 0x7f08007f +int id home 0x7f080080 +int id homeAsUp 0x7f080081 +int id icon 0x7f080082 +int id icon_group 0x7f080083 +int id ifRoom 0x7f080084 +int id image 0x7f080085 +int id info 0x7f080086 +int id invisible 0x7f080087 +int id italic 0x7f080088 +int id item_touch_helper_previous_elevation 0x7f080089 +int id labeled 0x7f08008a +int id largeLabel 0x7f08008b +int id left 0x7f08008c +int id line1 0x7f08008d +int id line3 0x7f08008e +int id listMode 0x7f08008f +int id list_item 0x7f080090 +int id loading 0x7f080091 +int id login 0x7f080092 +int id masked 0x7f080093 +int id message 0x7f080094 +int id middle 0x7f080095 +int id mini 0x7f080096 +int id mtrl_child_content_container 0x7f080097 +int id mtrl_internal_children_alpha_tag 0x7f080098 +int id multiply 0x7f080099 +int id navigation_header_container 0x7f08009a +int id never 0x7f08009b +int id none 0x7f08009c +int id normal 0x7f08009d +int id notification_background 0x7f08009e +int id notification_main_column 0x7f08009f +int id notification_main_column_container 0x7f0800a0 +int id off 0x7f0800a1 +int id on 0x7f0800a2 +int id outline 0x7f0800a3 +int id packed 0x7f0800a4 +int id parallax 0x7f0800a5 +int id parent 0x7f0800a6 +int id parentPanel 0x7f0800a7 +int id parent_matrix 0x7f0800a8 +int id password 0x7f0800a9 +int id percent 0x7f0800aa +int id pin 0x7f0800ab +int id progress_circular 0x7f0800ac +int id progress_horizontal 0x7f0800ad +int id radio 0x7f0800ae +int id recyclerview 0x7f0800af +int id right 0x7f0800b0 +int id right_icon 0x7f0800b1 +int id right_side 0x7f0800b2 +int id save_image_matrix 0x7f0800b3 +int id save_non_transition_alpha 0x7f0800b4 +int id save_scale_type 0x7f0800b5 +int id screen 0x7f0800b6 +int id scroll 0x7f0800b7 +int id scrollIndicatorDown 0x7f0800b8 +int id scrollIndicatorUp 0x7f0800b9 +int id scrollView 0x7f0800ba +int id scrollable 0x7f0800bb +int id search_badge 0x7f0800bc +int id search_bar 0x7f0800bd +int id search_button 0x7f0800be +int id search_close_btn 0x7f0800bf +int id search_edit_frame 0x7f0800c0 +int id search_go_btn 0x7f0800c1 +int id search_mag_icon 0x7f0800c2 +int id search_plate 0x7f0800c3 +int id search_src_text 0x7f0800c4 +int id search_voice_btn 0x7f0800c5 +int id select_dialog_listview 0x7f0800c6 +int id selected 0x7f0800c7 +int id shortcut 0x7f0800c8 +int id showCustom 0x7f0800c9 +int id showHome 0x7f0800ca +int id showTitle 0x7f0800cb +int id smallLabel 0x7f0800cc +int id snackbar_action 0x7f0800cd +int id snackbar_text 0x7f0800ce +int id snap 0x7f0800cf +int id snapMargins 0x7f0800d0 +int id spacer 0x7f0800d1 +int id split_action_bar 0x7f0800d2 +int id spread 0x7f0800d3 +int id spread_inside 0x7f0800d4 +int id src_atop 0x7f0800d5 +int id src_in 0x7f0800d6 +int id src_over 0x7f0800d7 +int id standard 0x7f0800d8 +int id start 0x7f0800d9 +int id stretch 0x7f0800da +int id submenuarrow 0x7f0800db +int id submit_area 0x7f0800dc +int id tabMode 0x7f0800dd +int id tag_accessibility_actions 0x7f0800de +int id tag_accessibility_clickable_spans 0x7f0800df +int id tag_accessibility_heading 0x7f0800e0 +int id tag_accessibility_pane_title 0x7f0800e1 +int id tag_screen_reader_focusable 0x7f0800e2 +int id tag_transition_group 0x7f0800e3 +int id tag_unhandled_key_event_manager 0x7f0800e4 +int id tag_unhandled_key_listeners 0x7f0800e5 +int id text 0x7f0800e6 +int id text2 0x7f0800e7 +int id textSpacerNoButtons 0x7f0800e8 +int id textSpacerNoTitle 0x7f0800e9 +int id textStart 0x7f0800ea +int id textView9 0x7f0800eb +int id text_input_password_toggle 0x7f0800ec +int id textinput_counter 0x7f0800ed +int id textinput_error 0x7f0800ee +int id textinput_helper_text 0x7f0800ef +int id time 0x7f0800f0 +int id title 0x7f0800f1 +int id titleDividerNoCustom 0x7f0800f2 +int id title_template 0x7f0800f3 +int id top 0x7f0800f4 +int id topPanel 0x7f0800f5 +int id touch_outside 0x7f0800f6 +int id transition_current_scene 0x7f0800f7 +int id transition_layout_save 0x7f0800f8 +int id transition_position 0x7f0800f9 +int id transition_scene_layoutid_cache 0x7f0800fa +int id transition_transform 0x7f0800fb +int id unchecked 0x7f0800fc +int id uniform 0x7f0800fd +int id unlabeled 0x7f0800fe +int id up 0x7f0800ff +int id useLogo 0x7f080100 +int id view_offset_helper 0x7f080101 +int id visible 0x7f080102 +int id withText 0x7f080103 +int id wrap 0x7f080104 +int id wrap_content 0x7f080105 +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 mtrl_btn_anim_delay_ms 0x7f090009 +int integer mtrl_btn_anim_duration_ms 0x7f09000a +int integer mtrl_chip_anim_duration 0x7f09000b +int integer mtrl_tab_indicator_anim_duration_ms 0x7f09000c +int integer show_password_duration 0x7f09000d +int integer status_bar_notification_info_maxnum 0x7f09000e +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 mtrl_fast_out_linear_in 0x7f0a0007 +int interpolator mtrl_fast_out_slow_in 0x7f0a0008 +int interpolator mtrl_linear 0x7f0a0009 +int interpolator mtrl_linear_out_slow_in 0x7f0a000a +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 activity_login 0x7f0b001c +int layout activity_monday 0x7f0b001d +int layout activity_second 0x7f0b001e +int layout activity_timetable 0x7f0b001f +int layout custom_dialog 0x7f0b0020 +int layout design_bottom_navigation_item 0x7f0b0021 +int layout design_bottom_sheet_dialog 0x7f0b0022 +int layout design_layout_snackbar 0x7f0b0023 +int layout design_layout_snackbar_include 0x7f0b0024 +int layout design_layout_tab_icon 0x7f0b0025 +int layout design_layout_tab_text 0x7f0b0026 +int layout design_menu_item_action_area 0x7f0b0027 +int layout design_navigation_item 0x7f0b0028 +int layout design_navigation_item_header 0x7f0b0029 +int layout design_navigation_item_separator 0x7f0b002a +int layout design_navigation_item_subheader 0x7f0b002b +int layout design_navigation_menu 0x7f0b002c +int layout design_navigation_menu_item 0x7f0b002d +int layout design_text_input_password_icon 0x7f0b002e +int layout mtrl_layout_snackbar 0x7f0b002f +int layout mtrl_layout_snackbar_include 0x7f0b0030 +int layout notification_action 0x7f0b0031 +int layout notification_action_tombstone 0x7f0b0032 +int layout notification_template_custom_big 0x7f0b0033 +int layout notification_template_icon_group 0x7f0b0034 +int layout notification_template_part_chronometer 0x7f0b0035 +int layout notification_template_part_time 0x7f0b0036 +int layout select_dialog_item_material 0x7f0b0037 +int layout select_dialog_multichoice_material 0x7f0b0038 +int layout select_dialog_singlechoice_material 0x7f0b0039 +int layout support_simple_spinner_dropdown_item 0x7f0b003a +int layout timeslot 0x7f0b003b +int mipmap ic_launcher 0x7f0c0000 +int mipmap ic_launcher_round 0x7f0c0001 +int string abc_action_bar_home_description 0x7f0d0000 +int string abc_action_bar_up_description 0x7f0d0001 +int string abc_action_menu_overflow_description 0x7f0d0002 +int string abc_action_mode_done 0x7f0d0003 +int string abc_activity_chooser_view_see_all 0x7f0d0004 +int string abc_activitychooserview_choose_application 0x7f0d0005 +int string abc_capital_off 0x7f0d0006 +int string abc_capital_on 0x7f0d0007 +int string abc_menu_alt_shortcut_label 0x7f0d0008 +int string abc_menu_ctrl_shortcut_label 0x7f0d0009 +int string abc_menu_delete_shortcut_label 0x7f0d000a +int string abc_menu_enter_shortcut_label 0x7f0d000b +int string abc_menu_function_shortcut_label 0x7f0d000c +int string abc_menu_meta_shortcut_label 0x7f0d000d +int string abc_menu_shift_shortcut_label 0x7f0d000e +int string abc_menu_space_shortcut_label 0x7f0d000f +int string abc_menu_sym_shortcut_label 0x7f0d0010 +int string abc_prepend_shortcut_label 0x7f0d0011 +int string abc_search_hint 0x7f0d0012 +int string abc_searchview_description_clear 0x7f0d0013 +int string abc_searchview_description_query 0x7f0d0014 +int string abc_searchview_description_search 0x7f0d0015 +int string abc_searchview_description_submit 0x7f0d0016 +int string abc_searchview_description_voice 0x7f0d0017 +int string abc_shareactionprovider_share_with 0x7f0d0018 +int string abc_shareactionprovider_share_with_application 0x7f0d0019 +int string abc_toolbar_collapse_description 0x7f0d001a +int string action_sign_in 0x7f0d001b +int string action_sign_in_short 0x7f0d001c +int string activity2_name 0x7f0d001d +int string app_name 0x7f0d001e +int string appbar_scrolling_view_behavior 0x7f0d001f +int string bottom_sheet_behavior 0x7f0d0020 +int string character_counter_content_description 0x7f0d0021 +int string character_counter_pattern 0x7f0d0022 +int string courses 0x7f0d0023 +int string enrolment_number 0x7f0d0024 +int string fab_transformation_scrim_behavior 0x7f0d0025 +int string fab_transformation_sheet_behavior 0x7f0d0026 +int string friday 0x7f0d0027 +int string groupfollowed_mdg_sds 0x7f0d0028 +int string groupmember 0x7f0d0029 +int string hide_bottom_view_on_scroll_behavior 0x7f0d002a +int string invalid_password 0x7f0d002b +int string invalid_username 0x7f0d002c +int string login_failed 0x7f0d002d +int string monday 0x7f0d002e +int string mtrl_chip_close_icon_content_description 0x7f0d002f +int string name_gautam_bafna 0x7f0d0030 +int string nso_ncc_nss_nss 0x7f0d0031 +int string password_toggle_content_description 0x7f0d0032 +int string path_password_eye 0x7f0d0033 +int string path_password_eye_mask_strike_through 0x7f0d0034 +int string path_password_eye_mask_visible 0x7f0d0035 +int string path_password_strike_through 0x7f0d0036 +int string prompt_email 0x7f0d0037 +int string prompt_password 0x7f0d0038 +int string saturday 0x7f0d0039 +int string search_menu_title 0x7f0d003a +int string show_my_timetable 0x7f0d003b +int string sign_in 0x7f0d003c +int string status_bar_notification_info_overflow 0x7f0d003d +int string sunday 0x7f0d003e +int string textview 0x7f0d003f +int string thursday 0x7f0d0040 +int string timetable 0x7f0d0041 +int string tuesday 0x7f0d0042 +int string user_details 0x7f0d0043 +int string wednesday 0x7f0d0044 +int string welcome 0x7f0d0045 +int style AlertDialog_AppCompat 0x7f0e0000 +int style AlertDialog_AppCompat_Light 0x7f0e0001 +int style Animation_AppCompat_Dialog 0x7f0e0002 +int style Animation_AppCompat_DropDownUp 0x7f0e0003 +int style Animation_AppCompat_Tooltip 0x7f0e0004 +int style Animation_Design_BottomSheetDialog 0x7f0e0005 +int style AppTheme 0x7f0e0006 +int style Base_AlertDialog_AppCompat 0x7f0e0007 +int style Base_AlertDialog_AppCompat_Light 0x7f0e0008 +int style Base_Animation_AppCompat_Dialog 0x7f0e0009 +int style Base_Animation_AppCompat_DropDownUp 0x7f0e000a +int style Base_Animation_AppCompat_Tooltip 0x7f0e000b +int style Base_CardView 0x7f0e000c +int style Base_DialogWindowTitle_AppCompat 0x7f0e000d +int style Base_DialogWindowTitleBackground_AppCompat 0x7f0e000e +int style Base_TextAppearance_AppCompat 0x7f0e000f +int style Base_TextAppearance_AppCompat_Body1 0x7f0e0010 +int style Base_TextAppearance_AppCompat_Body2 0x7f0e0011 +int style Base_TextAppearance_AppCompat_Button 0x7f0e0012 +int style Base_TextAppearance_AppCompat_Caption 0x7f0e0013 +int style Base_TextAppearance_AppCompat_Display1 0x7f0e0014 +int style Base_TextAppearance_AppCompat_Display2 0x7f0e0015 +int style Base_TextAppearance_AppCompat_Display3 0x7f0e0016 +int style Base_TextAppearance_AppCompat_Display4 0x7f0e0017 +int style Base_TextAppearance_AppCompat_Headline 0x7f0e0018 +int style Base_TextAppearance_AppCompat_Inverse 0x7f0e0019 +int style Base_TextAppearance_AppCompat_Large 0x7f0e001a +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0e001b +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0e001c +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0e001d +int style Base_TextAppearance_AppCompat_Medium 0x7f0e001e +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0e001f +int style Base_TextAppearance_AppCompat_Menu 0x7f0e0020 +int style Base_TextAppearance_AppCompat_SearchResult 0x7f0e0021 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0e0022 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0e0023 +int style Base_TextAppearance_AppCompat_Small 0x7f0e0024 +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0e0025 +int style Base_TextAppearance_AppCompat_Subhead 0x7f0e0026 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0e0027 +int style Base_TextAppearance_AppCompat_Title 0x7f0e0028 +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0e0029 +int style Base_TextAppearance_AppCompat_Tooltip 0x7f0e002a +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0e002b +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0e002c +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0e002d +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0e002e +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0e002f +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0e0030 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0e0031 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0e0032 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0e0033 +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0e0034 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0e0035 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0e0036 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0e0037 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0e0038 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0e0039 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0e003a +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0e003b +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0e003c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0e003d +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0e003e +int style Base_Theme_AppCompat 0x7f0e003f +int style Base_Theme_AppCompat_CompactMenu 0x7f0e0040 +int style Base_Theme_AppCompat_Dialog 0x7f0e0041 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f0e0042 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0e0043 +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0e0044 +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0e0045 +int style Base_Theme_AppCompat_Light 0x7f0e0046 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0e0047 +int style Base_Theme_AppCompat_Light_Dialog 0x7f0e0048 +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0e0049 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0e004a +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0e004b +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0e004c +int style Base_Theme_MaterialComponents 0x7f0e004d +int style Base_Theme_MaterialComponents_Bridge 0x7f0e004e +int style Base_Theme_MaterialComponents_CompactMenu 0x7f0e004f +int style Base_Theme_MaterialComponents_Dialog 0x7f0e0050 +int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f0e0051 +int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f0e0052 +int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f0e0053 +int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f0e0054 +int style Base_Theme_MaterialComponents_Light 0x7f0e0055 +int style Base_Theme_MaterialComponents_Light_Bridge 0x7f0e0056 +int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f0e0057 +int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f0e0058 +int style Base_Theme_MaterialComponents_Light_Dialog 0x7f0e0059 +int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f0e005a +int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f0e005b +int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f0e005c +int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f0e005d +int style Base_ThemeOverlay_AppCompat 0x7f0e005e +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0e005f +int style Base_ThemeOverlay_AppCompat_Dark 0x7f0e0060 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0e0061 +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0e0062 +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0e0063 +int style Base_ThemeOverlay_AppCompat_Light 0x7f0e0064 +int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f0e0065 +int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f0e0066 +int style Base_V14_Theme_MaterialComponents 0x7f0e0067 +int style Base_V14_Theme_MaterialComponents_Bridge 0x7f0e0068 +int style Base_V14_Theme_MaterialComponents_Dialog 0x7f0e0069 +int style Base_V14_Theme_MaterialComponents_Light 0x7f0e006a +int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f0e006b +int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f0e006c +int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f0e006d +int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f0e006e +int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f0e006f +int style Base_V21_Theme_AppCompat 0x7f0e0070 +int style Base_V21_Theme_AppCompat_Dialog 0x7f0e0071 +int style Base_V21_Theme_AppCompat_Light 0x7f0e0072 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0e0073 +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0e0074 +int style Base_V22_Theme_AppCompat 0x7f0e0075 +int style Base_V22_Theme_AppCompat_Light 0x7f0e0076 +int style Base_V23_Theme_AppCompat 0x7f0e0077 +int style Base_V23_Theme_AppCompat_Light 0x7f0e0078 +int style Base_V26_Theme_AppCompat 0x7f0e0079 +int style Base_V26_Theme_AppCompat_Light 0x7f0e007a +int style Base_V26_Widget_AppCompat_Toolbar 0x7f0e007b +int style Base_V28_Theme_AppCompat 0x7f0e007c +int style Base_V28_Theme_AppCompat_Light 0x7f0e007d +int style Base_V7_Theme_AppCompat 0x7f0e007e +int style Base_V7_Theme_AppCompat_Dialog 0x7f0e007f +int style Base_V7_Theme_AppCompat_Light 0x7f0e0080 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0e0081 +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0e0082 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0e0083 +int style Base_V7_Widget_AppCompat_EditText 0x7f0e0084 +int style Base_V7_Widget_AppCompat_Toolbar 0x7f0e0085 +int style Base_Widget_AppCompat_ActionBar 0x7f0e0086 +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0e0087 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0e0088 +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0e0089 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0e008a +int style Base_Widget_AppCompat_ActionButton 0x7f0e008b +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0e008c +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0e008d +int style Base_Widget_AppCompat_ActionMode 0x7f0e008e +int style Base_Widget_AppCompat_ActivityChooserView 0x7f0e008f +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0e0090 +int style Base_Widget_AppCompat_Button 0x7f0e0091 +int style Base_Widget_AppCompat_Button_Borderless 0x7f0e0092 +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0e0093 +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0e0094 +int style Base_Widget_AppCompat_Button_Colored 0x7f0e0095 +int style Base_Widget_AppCompat_Button_Small 0x7f0e0096 +int style Base_Widget_AppCompat_ButtonBar 0x7f0e0097 +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0e0098 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0e0099 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0e009a +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0e009b +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0e009c +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0e009d +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0e009e +int style Base_Widget_AppCompat_EditText 0x7f0e009f +int style Base_Widget_AppCompat_ImageButton 0x7f0e00a0 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0e00a1 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0e00a2 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0e00a3 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0e00a4 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0e00a5 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0e00a6 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0e00a7 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0e00a8 +int style Base_Widget_AppCompat_ListMenuView 0x7f0e00a9 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f0e00aa +int style Base_Widget_AppCompat_ListView 0x7f0e00ab +int style Base_Widget_AppCompat_ListView_DropDown 0x7f0e00ac +int style Base_Widget_AppCompat_ListView_Menu 0x7f0e00ad +int style Base_Widget_AppCompat_PopupMenu 0x7f0e00ae +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0e00af +int style Base_Widget_AppCompat_PopupWindow 0x7f0e00b0 +int style Base_Widget_AppCompat_ProgressBar 0x7f0e00b1 +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0e00b2 +int style Base_Widget_AppCompat_RatingBar 0x7f0e00b3 +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0e00b4 +int style Base_Widget_AppCompat_RatingBar_Small 0x7f0e00b5 +int style Base_Widget_AppCompat_SearchView 0x7f0e00b6 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0e00b7 +int style Base_Widget_AppCompat_SeekBar 0x7f0e00b8 +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0e00b9 +int style Base_Widget_AppCompat_Spinner 0x7f0e00ba +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0e00bb +int style Base_Widget_AppCompat_TextView 0x7f0e00bc +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0e00bd +int style Base_Widget_AppCompat_Toolbar 0x7f0e00be +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0e00bf +int style Base_Widget_Design_TabLayout 0x7f0e00c0 +int style Base_Widget_MaterialComponents_Chip 0x7f0e00c1 +int style Base_Widget_MaterialComponents_TextInputEditText 0x7f0e00c2 +int style Base_Widget_MaterialComponents_TextInputLayout 0x7f0e00c3 +int style CardView 0x7f0e00c4 +int style CardView_Dark 0x7f0e00c5 +int style CardView_Light 0x7f0e00c6 +int style Platform_AppCompat 0x7f0e00c7 +int style Platform_AppCompat_Light 0x7f0e00c8 +int style Platform_MaterialComponents 0x7f0e00c9 +int style Platform_MaterialComponents_Dialog 0x7f0e00ca +int style Platform_MaterialComponents_Light 0x7f0e00cb +int style Platform_MaterialComponents_Light_Dialog 0x7f0e00cc +int style Platform_ThemeOverlay_AppCompat 0x7f0e00cd +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0e00ce +int style Platform_ThemeOverlay_AppCompat_Light 0x7f0e00cf +int style Platform_V21_AppCompat 0x7f0e00d0 +int style Platform_V21_AppCompat_Light 0x7f0e00d1 +int style Platform_V25_AppCompat 0x7f0e00d2 +int style Platform_V25_AppCompat_Light 0x7f0e00d3 +int style Platform_Widget_AppCompat_Spinner 0x7f0e00d4 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0e00d5 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0e00d6 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0e00d7 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0e00d8 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0e00d9 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f0e00da +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f0e00db +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0e00dc +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f0e00dd +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0e00de +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0e00df +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0e00e0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0e00e1 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0e00e2 +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0e00e3 +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0e00e4 +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0e00e5 +int style TextAppearance_AppCompat 0x7f0e00e6 +int style TextAppearance_AppCompat_Body1 0x7f0e00e7 +int style TextAppearance_AppCompat_Body2 0x7f0e00e8 +int style TextAppearance_AppCompat_Button 0x7f0e00e9 +int style TextAppearance_AppCompat_Caption 0x7f0e00ea +int style TextAppearance_AppCompat_Display1 0x7f0e00eb +int style TextAppearance_AppCompat_Display2 0x7f0e00ec +int style TextAppearance_AppCompat_Display3 0x7f0e00ed +int style TextAppearance_AppCompat_Display4 0x7f0e00ee +int style TextAppearance_AppCompat_Headline 0x7f0e00ef +int style TextAppearance_AppCompat_Inverse 0x7f0e00f0 +int style TextAppearance_AppCompat_Large 0x7f0e00f1 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0e00f2 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0e00f3 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0e00f4 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0e00f5 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0e00f6 +int style TextAppearance_AppCompat_Medium 0x7f0e00f7 +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0e00f8 +int style TextAppearance_AppCompat_Menu 0x7f0e00f9 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0e00fa +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0e00fb +int style TextAppearance_AppCompat_Small 0x7f0e00fc +int style TextAppearance_AppCompat_Small_Inverse 0x7f0e00fd +int style TextAppearance_AppCompat_Subhead 0x7f0e00fe +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0e00ff +int style TextAppearance_AppCompat_Title 0x7f0e0100 +int style TextAppearance_AppCompat_Title_Inverse 0x7f0e0101 +int style TextAppearance_AppCompat_Tooltip 0x7f0e0102 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0e0103 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0e0104 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0e0105 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0e0106 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0e0107 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0e0108 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0e0109 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0e010a +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0e010b +int style TextAppearance_AppCompat_Widget_Button 0x7f0e010c +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0e010d +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0e010e +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0e010f +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0e0110 +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0e0111 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0e0112 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0e0113 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0e0114 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0e0115 +int style TextAppearance_Compat_Notification 0x7f0e0116 +int style TextAppearance_Compat_Notification_Info 0x7f0e0117 +int style TextAppearance_Compat_Notification_Line2 0x7f0e0118 +int style TextAppearance_Compat_Notification_Time 0x7f0e0119 +int style TextAppearance_Compat_Notification_Title 0x7f0e011a +int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f0e011b +int style TextAppearance_Design_Counter 0x7f0e011c +int style TextAppearance_Design_Counter_Overflow 0x7f0e011d +int style TextAppearance_Design_Error 0x7f0e011e +int style TextAppearance_Design_HelperText 0x7f0e011f +int style TextAppearance_Design_Hint 0x7f0e0120 +int style TextAppearance_Design_Snackbar_Message 0x7f0e0121 +int style TextAppearance_Design_Tab 0x7f0e0122 +int style TextAppearance_MaterialComponents_Body1 0x7f0e0123 +int style TextAppearance_MaterialComponents_Body2 0x7f0e0124 +int style TextAppearance_MaterialComponents_Button 0x7f0e0125 +int style TextAppearance_MaterialComponents_Caption 0x7f0e0126 +int style TextAppearance_MaterialComponents_Chip 0x7f0e0127 +int style TextAppearance_MaterialComponents_Headline1 0x7f0e0128 +int style TextAppearance_MaterialComponents_Headline2 0x7f0e0129 +int style TextAppearance_MaterialComponents_Headline3 0x7f0e012a +int style TextAppearance_MaterialComponents_Headline4 0x7f0e012b +int style TextAppearance_MaterialComponents_Headline5 0x7f0e012c +int style TextAppearance_MaterialComponents_Headline6 0x7f0e012d +int style TextAppearance_MaterialComponents_Overline 0x7f0e012e +int style TextAppearance_MaterialComponents_Subtitle1 0x7f0e012f +int style TextAppearance_MaterialComponents_Subtitle2 0x7f0e0130 +int style TextAppearance_MaterialComponents_Tab 0x7f0e0131 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0e0132 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0e0133 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0e0134 +int style Theme_AppCompat 0x7f0e0135 +int style Theme_AppCompat_CompactMenu 0x7f0e0136 +int style Theme_AppCompat_DayNight 0x7f0e0137 +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0e0138 +int style Theme_AppCompat_DayNight_Dialog 0x7f0e0139 +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0e013a +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0e013b +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0e013c +int style Theme_AppCompat_DayNight_NoActionBar 0x7f0e013d +int style Theme_AppCompat_Dialog 0x7f0e013e +int style Theme_AppCompat_Dialog_Alert 0x7f0e013f +int style Theme_AppCompat_Dialog_MinWidth 0x7f0e0140 +int style Theme_AppCompat_DialogWhenLarge 0x7f0e0141 +int style Theme_AppCompat_Light 0x7f0e0142 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0e0143 +int style Theme_AppCompat_Light_Dialog 0x7f0e0144 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0e0145 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0e0146 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0e0147 +int style Theme_AppCompat_Light_NoActionBar 0x7f0e0148 +int style Theme_AppCompat_NoActionBar 0x7f0e0149 +int style Theme_Design 0x7f0e014a +int style Theme_Design_BottomSheetDialog 0x7f0e014b +int style Theme_Design_Light 0x7f0e014c +int style Theme_Design_Light_BottomSheetDialog 0x7f0e014d +int style Theme_Design_Light_NoActionBar 0x7f0e014e +int style Theme_Design_NoActionBar 0x7f0e014f +int style Theme_MaterialComponents 0x7f0e0150 +int style Theme_MaterialComponents_BottomSheetDialog 0x7f0e0151 +int style Theme_MaterialComponents_Bridge 0x7f0e0152 +int style Theme_MaterialComponents_CompactMenu 0x7f0e0153 +int style Theme_MaterialComponents_Dialog 0x7f0e0154 +int style Theme_MaterialComponents_Dialog_Alert 0x7f0e0155 +int style Theme_MaterialComponents_Dialog_MinWidth 0x7f0e0156 +int style Theme_MaterialComponents_DialogWhenLarge 0x7f0e0157 +int style Theme_MaterialComponents_Light 0x7f0e0158 +int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f0e0159 +int style Theme_MaterialComponents_Light_Bridge 0x7f0e015a +int style Theme_MaterialComponents_Light_DarkActionBar 0x7f0e015b +int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f0e015c +int style Theme_MaterialComponents_Light_Dialog 0x7f0e015d +int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f0e015e +int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f0e015f +int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f0e0160 +int style Theme_MaterialComponents_Light_NoActionBar 0x7f0e0161 +int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f0e0162 +int style Theme_MaterialComponents_NoActionBar 0x7f0e0163 +int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f0e0164 +int style ThemeOverlay_AppCompat 0x7f0e0165 +int style ThemeOverlay_AppCompat_ActionBar 0x7f0e0166 +int style ThemeOverlay_AppCompat_Dark 0x7f0e0167 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0e0168 +int style ThemeOverlay_AppCompat_DayNight 0x7f0e0169 +int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f0e016a +int style ThemeOverlay_AppCompat_Dialog 0x7f0e016b +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0e016c +int style ThemeOverlay_AppCompat_Light 0x7f0e016d +int style ThemeOverlay_MaterialComponents 0x7f0e016e +int style ThemeOverlay_MaterialComponents_ActionBar 0x7f0e016f +int style ThemeOverlay_MaterialComponents_Dark 0x7f0e0170 +int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f0e0171 +int style ThemeOverlay_MaterialComponents_Dialog 0x7f0e0172 +int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f0e0173 +int style ThemeOverlay_MaterialComponents_Light 0x7f0e0174 +int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f0e0175 +int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f0e0176 +int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f0e0177 +int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f0e0178 +int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f0e0179 +int style Widget_AppCompat_ActionBar 0x7f0e017a +int style Widget_AppCompat_ActionBar_Solid 0x7f0e017b +int style Widget_AppCompat_ActionBar_TabBar 0x7f0e017c +int style Widget_AppCompat_ActionBar_TabText 0x7f0e017d +int style Widget_AppCompat_ActionBar_TabView 0x7f0e017e +int style Widget_AppCompat_ActionButton 0x7f0e017f +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0e0180 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0e0181 +int style Widget_AppCompat_ActionMode 0x7f0e0182 +int style Widget_AppCompat_ActivityChooserView 0x7f0e0183 +int style Widget_AppCompat_AutoCompleteTextView 0x7f0e0184 +int style Widget_AppCompat_Button 0x7f0e0185 +int style Widget_AppCompat_Button_Borderless 0x7f0e0186 +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0e0187 +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0e0188 +int style Widget_AppCompat_Button_Colored 0x7f0e0189 +int style Widget_AppCompat_Button_Small 0x7f0e018a +int style Widget_AppCompat_ButtonBar 0x7f0e018b +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0e018c +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0e018d +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0e018e +int style Widget_AppCompat_CompoundButton_Switch 0x7f0e018f +int style Widget_AppCompat_DrawerArrowToggle 0x7f0e0190 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0e0191 +int style Widget_AppCompat_EditText 0x7f0e0192 +int style Widget_AppCompat_ImageButton 0x7f0e0193 +int style Widget_AppCompat_Light_ActionBar 0x7f0e0194 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0e0195 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0e0196 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0e0197 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0e0198 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0e0199 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0e019a +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0e019b +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0e019c +int style Widget_AppCompat_Light_ActionButton 0x7f0e019d +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0e019e +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0e019f +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0e01a0 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f0e01a1 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0e01a2 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0e01a3 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f0e01a4 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f0e01a5 +int style Widget_AppCompat_Light_PopupMenu 0x7f0e01a6 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0e01a7 +int style Widget_AppCompat_Light_SearchView 0x7f0e01a8 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0e01a9 +int style Widget_AppCompat_ListMenuView 0x7f0e01aa +int style Widget_AppCompat_ListPopupWindow 0x7f0e01ab +int style Widget_AppCompat_ListView 0x7f0e01ac +int style Widget_AppCompat_ListView_DropDown 0x7f0e01ad +int style Widget_AppCompat_ListView_Menu 0x7f0e01ae +int style Widget_AppCompat_PopupMenu 0x7f0e01af +int style Widget_AppCompat_PopupMenu_Overflow 0x7f0e01b0 +int style Widget_AppCompat_PopupWindow 0x7f0e01b1 +int style Widget_AppCompat_ProgressBar 0x7f0e01b2 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0e01b3 +int style Widget_AppCompat_RatingBar 0x7f0e01b4 +int style Widget_AppCompat_RatingBar_Indicator 0x7f0e01b5 +int style Widget_AppCompat_RatingBar_Small 0x7f0e01b6 +int style Widget_AppCompat_SearchView 0x7f0e01b7 +int style Widget_AppCompat_SearchView_ActionBar 0x7f0e01b8 +int style Widget_AppCompat_SeekBar 0x7f0e01b9 +int style Widget_AppCompat_SeekBar_Discrete 0x7f0e01ba +int style Widget_AppCompat_Spinner 0x7f0e01bb +int style Widget_AppCompat_Spinner_DropDown 0x7f0e01bc +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0e01bd +int style Widget_AppCompat_Spinner_Underlined 0x7f0e01be +int style Widget_AppCompat_TextView 0x7f0e01bf +int style Widget_AppCompat_TextView_SpinnerItem 0x7f0e01c0 +int style Widget_AppCompat_Toolbar 0x7f0e01c1 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0e01c2 +int style Widget_Compat_NotificationActionContainer 0x7f0e01c3 +int style Widget_Compat_NotificationActionText 0x7f0e01c4 +int style Widget_Design_AppBarLayout 0x7f0e01c5 +int style Widget_Design_BottomNavigationView 0x7f0e01c6 +int style Widget_Design_BottomSheet_Modal 0x7f0e01c7 +int style Widget_Design_CollapsingToolbar 0x7f0e01c8 +int style Widget_Design_FloatingActionButton 0x7f0e01c9 +int style Widget_Design_NavigationView 0x7f0e01ca +int style Widget_Design_ScrimInsetsFrameLayout 0x7f0e01cb +int style Widget_Design_Snackbar 0x7f0e01cc +int style Widget_Design_TabLayout 0x7f0e01cd +int style Widget_Design_TextInputLayout 0x7f0e01ce +int style Widget_MaterialComponents_BottomAppBar 0x7f0e01cf +int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f0e01d0 +int style Widget_MaterialComponents_BottomNavigationView 0x7f0e01d1 +int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f0e01d2 +int style Widget_MaterialComponents_BottomSheet_Modal 0x7f0e01d3 +int style Widget_MaterialComponents_Button 0x7f0e01d4 +int style Widget_MaterialComponents_Button_Icon 0x7f0e01d5 +int style Widget_MaterialComponents_Button_OutlinedButton 0x7f0e01d6 +int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f0e01d7 +int style Widget_MaterialComponents_Button_TextButton 0x7f0e01d8 +int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f0e01d9 +int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f0e01da +int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f0e01db +int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f0e01dc +int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f0e01dd +int style Widget_MaterialComponents_CardView 0x7f0e01de +int style Widget_MaterialComponents_Chip_Action 0x7f0e01df +int style Widget_MaterialComponents_Chip_Choice 0x7f0e01e0 +int style Widget_MaterialComponents_Chip_Entry 0x7f0e01e1 +int style Widget_MaterialComponents_Chip_Filter 0x7f0e01e2 +int style Widget_MaterialComponents_ChipGroup 0x7f0e01e3 +int style Widget_MaterialComponents_FloatingActionButton 0x7f0e01e4 +int style Widget_MaterialComponents_NavigationView 0x7f0e01e5 +int style Widget_MaterialComponents_Snackbar 0x7f0e01e6 +int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f0e01e7 +int style Widget_MaterialComponents_TabLayout 0x7f0e01e8 +int style Widget_MaterialComponents_TabLayout_Colored 0x7f0e01e9 +int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f0e01ea +int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f0e01eb +int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f0e01ec +int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f0e01ed +int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f0e01ee +int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f0e01ef +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f0e01f0 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f0e01f1 +int style Widget_MaterialComponents_Toolbar 0x7f0e01f2 +int style Widget_Support_CoordinatorLayout 0x7f0e01f3 +int style time_slot 0x7f0e01f4 +int[] styleable ActionBar { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f0300ab, 0x7f0300b0, 0x7f0300b1, 0x7f0300c4, 0x7f0300ef, 0x7f0300f4, 0x7f0300f9, 0x7f0300fa, 0x7f0300fc, 0x7f030106, 0x7f030110, 0x7f030169, 0x7f030175, 0x7f030186, 0x7f03018a, 0x7f03018b, 0x7f0301b9, 0x7f0301bc, 0x7f030202, 0x7f03020c } +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 { 0x7f030031, 0x7f030032, 0x7f030082, 0x7f0300ef, 0x7f0301bc, 0x7f03020c } +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 { 0x7f0300ca, 0x7f030107 } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f030055, 0x7f030056, 0x7f03015e, 0x7f03015f, 0x7f030172, 0x7f0301a1, 0x7f0301a2 } +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, 0x7f0300c4, 0x7f0300cb, 0x7f030157 } +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 AppBarLayoutStates { 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2 } +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 { 0x7f030155, 0x7f030156 } +int styleable AppBarLayout_Layout_layout_scrollFlags 0 +int styleable AppBarLayout_Layout_layout_scrollInterpolator 1 +int[] styleable AppCompatImageView { 0x01010119, 0x7f0301ac, 0x7f030200, 0x7f030201 } +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, 0x7f0301fd, 0x7f0301fe, 0x7f0301ff } +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, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f0300b5, 0x7f0300b6, 0x7f0300b7, 0x7f0300b8, 0x7f0300ba, 0x7f0300bb, 0x7f0300bc, 0x7f0300bd, 0x7f0300de, 0x7f0300e1, 0x7f0300e9, 0x7f030118, 0x7f030158, 0x7f0301dc, 0x7f0301f6 } +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_firstBaselineToTopHeight 14 +int styleable AppCompatTextView_fontFamily 15 +int styleable AppCompatTextView_fontVariationSettings 16 +int styleable AppCompatTextView_lastBaselineToBottomHeight 17 +int styleable AppCompatTextView_lineHeight 18 +int styleable AppCompatTextView_textAllCaps 19 +int styleable AppCompatTextView_textLocale 20 +int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f030040, 0x7f03004e, 0x7f03004f, 0x7f030050, 0x7f030051, 0x7f030052, 0x7f030057, 0x7f030058, 0x7f030063, 0x7f030068, 0x7f030088, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f03008f, 0x7f030090, 0x7f030092, 0x7f0300a4, 0x7f0300ad, 0x7f0300ae, 0x7f0300af, 0x7f0300b2, 0x7f0300b4, 0x7f0300bf, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300c3, 0x7f0300f9, 0x7f030105, 0x7f03015a, 0x7f03015b, 0x7f03015c, 0x7f03015d, 0x7f030160, 0x7f030161, 0x7f030162, 0x7f030163, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030168, 0x7f03017d, 0x7f03017e, 0x7f03017f, 0x7f030185, 0x7f030187, 0x7f03018e, 0x7f03018f, 0x7f030190, 0x7f030191, 0x7f030199, 0x7f03019a, 0x7f03019b, 0x7f03019c, 0x7f0301a9, 0x7f0301aa, 0x7f0301c0, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f2, 0x7f0301f3, 0x7f03020e, 0x7f03020f, 0x7f030210, 0x7f030211, 0x7f030218, 0x7f03021a, 0x7f03021b, 0x7f03021c, 0x7f03021d, 0x7f03021e, 0x7f03021f, 0x7f030220, 0x7f030221, 0x7f030222, 0x7f030223 } +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_actionModeCloseDrawable 19 +int styleable AppCompatTheme_actionModeCopyDrawable 20 +int styleable AppCompatTheme_actionModeCutDrawable 21 +int styleable AppCompatTheme_actionModeFindDrawable 22 +int styleable AppCompatTheme_actionModePasteDrawable 23 +int styleable AppCompatTheme_actionModePopupWindowStyle 24 +int styleable AppCompatTheme_actionModeSelectAllDrawable 25 +int styleable AppCompatTheme_actionModeShareDrawable 26 +int styleable AppCompatTheme_actionModeSplitBackground 27 +int styleable AppCompatTheme_actionModeStyle 28 +int styleable AppCompatTheme_actionModeWebSearchDrawable 29 +int styleable AppCompatTheme_actionOverflowButtonStyle 30 +int styleable AppCompatTheme_actionOverflowMenuStyle 31 +int styleable AppCompatTheme_activityChooserViewStyle 32 +int styleable AppCompatTheme_alertDialogButtonGroupStyle 33 +int styleable AppCompatTheme_alertDialogCenterButtons 34 +int styleable AppCompatTheme_alertDialogStyle 35 +int styleable AppCompatTheme_alertDialogTheme 36 +int styleable AppCompatTheme_autoCompleteTextViewStyle 37 +int styleable AppCompatTheme_borderlessButtonStyle 38 +int styleable AppCompatTheme_buttonBarButtonStyle 39 +int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 +int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 +int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 +int styleable AppCompatTheme_buttonBarStyle 43 +int styleable AppCompatTheme_buttonStyle 44 +int styleable AppCompatTheme_buttonStyleSmall 45 +int styleable AppCompatTheme_checkboxStyle 46 +int styleable AppCompatTheme_checkedTextViewStyle 47 +int styleable AppCompatTheme_colorAccent 48 +int styleable AppCompatTheme_colorBackgroundFloating 49 +int styleable AppCompatTheme_colorButtonNormal 50 +int styleable AppCompatTheme_colorControlActivated 51 +int styleable AppCompatTheme_colorControlHighlight 52 +int styleable AppCompatTheme_colorControlNormal 53 +int styleable AppCompatTheme_colorError 54 +int styleable AppCompatTheme_colorPrimary 55 +int styleable AppCompatTheme_colorPrimaryDark 56 +int styleable AppCompatTheme_colorSwitchThumbNormal 57 +int styleable AppCompatTheme_controlBackground 58 +int styleable AppCompatTheme_dialogCornerRadius 59 +int styleable AppCompatTheme_dialogPreferredPadding 60 +int styleable AppCompatTheme_dialogTheme 61 +int styleable AppCompatTheme_dividerHorizontal 62 +int styleable AppCompatTheme_dividerVertical 63 +int styleable AppCompatTheme_dropDownListViewStyle 64 +int styleable AppCompatTheme_dropdownListPreferredItemHeight 65 +int styleable AppCompatTheme_editTextBackground 66 +int styleable AppCompatTheme_editTextColor 67 +int styleable AppCompatTheme_editTextStyle 68 +int styleable AppCompatTheme_homeAsUpIndicator 69 +int styleable AppCompatTheme_imageButtonStyle 70 +int styleable AppCompatTheme_listChoiceBackgroundIndicator 71 +int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 72 +int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73 +int styleable AppCompatTheme_listDividerAlertDialog 74 +int styleable AppCompatTheme_listMenuViewStyle 75 +int styleable AppCompatTheme_listPopupWindowStyle 76 +int styleable AppCompatTheme_listPreferredItemHeight 77 +int styleable AppCompatTheme_listPreferredItemHeightLarge 78 +int styleable AppCompatTheme_listPreferredItemHeightSmall 79 +int styleable AppCompatTheme_listPreferredItemPaddingEnd 80 +int styleable AppCompatTheme_listPreferredItemPaddingLeft 81 +int styleable AppCompatTheme_listPreferredItemPaddingRight 82 +int styleable AppCompatTheme_listPreferredItemPaddingStart 83 +int styleable AppCompatTheme_panelBackground 84 +int styleable AppCompatTheme_panelMenuListTheme 85 +int styleable AppCompatTheme_panelMenuListWidth 86 +int styleable AppCompatTheme_popupMenuStyle 87 +int styleable AppCompatTheme_popupWindowStyle 88 +int styleable AppCompatTheme_radioButtonStyle 89 +int styleable AppCompatTheme_ratingBarStyle 90 +int styleable AppCompatTheme_ratingBarStyleIndicator 91 +int styleable AppCompatTheme_ratingBarStyleSmall 92 +int styleable AppCompatTheme_searchViewStyle 93 +int styleable AppCompatTheme_seekBarStyle 94 +int styleable AppCompatTheme_selectableItemBackground 95 +int styleable AppCompatTheme_selectableItemBackgroundBorderless 96 +int styleable AppCompatTheme_spinnerDropDownItemStyle 97 +int styleable AppCompatTheme_spinnerStyle 98 +int styleable AppCompatTheme_switchStyle 99 +int styleable AppCompatTheme_textAppearanceLargePopupMenu 100 +int styleable AppCompatTheme_textAppearanceListItem 101 +int styleable AppCompatTheme_textAppearanceListItemSecondary 102 +int styleable AppCompatTheme_textAppearanceListItemSmall 103 +int styleable AppCompatTheme_textAppearancePopupMenuHeader 104 +int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105 +int styleable AppCompatTheme_textAppearanceSearchResultTitle 106 +int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107 +int styleable AppCompatTheme_textColorAlertDialogListItem 108 +int styleable AppCompatTheme_textColorSearchUrl 109 +int styleable AppCompatTheme_toolbarNavigationButtonStyle 110 +int styleable AppCompatTheme_toolbarStyle 111 +int styleable AppCompatTheme_tooltipForegroundColor 112 +int styleable AppCompatTheme_tooltipFrameBackground 113 +int styleable AppCompatTheme_viewInflaterClass 114 +int styleable AppCompatTheme_windowActionBar 115 +int styleable AppCompatTheme_windowActionBarOverlay 116 +int styleable AppCompatTheme_windowActionModeOverlay 117 +int styleable AppCompatTheme_windowFixedHeightMajor 118 +int styleable AppCompatTheme_windowFixedHeightMinor 119 +int styleable AppCompatTheme_windowFixedWidthMajor 120 +int styleable AppCompatTheme_windowFixedWidthMinor 121 +int styleable AppCompatTheme_windowMinWidthMajor 122 +int styleable AppCompatTheme_windowMinWidthMinor 123 +int styleable AppCompatTheme_windowNoTitle 124 +int[] styleable BottomAppBar { 0x7f030034, 0x7f0300d3, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6, 0x7f0300f5 } +int styleable BottomAppBar_backgroundTint 0 +int styleable BottomAppBar_fabAlignmentMode 1 +int styleable BottomAppBar_fabCradleMargin 2 +int styleable BottomAppBar_fabCradleRoundedCornerRadius 3 +int styleable BottomAppBar_fabCradleVerticalOffset 4 +int styleable BottomAppBar_hideOnScroll 5 +int[] styleable BottomNavigationView { 0x7f0300c4, 0x7f03010a, 0x7f03010c, 0x7f03010e, 0x7f03010f, 0x7f030113, 0x7f030114, 0x7f030115, 0x7f030117, 0x7f030171 } +int styleable BottomNavigationView_elevation 0 +int styleable BottomNavigationView_itemBackground 1 +int styleable BottomNavigationView_itemHorizontalTranslationEnabled 2 +int styleable BottomNavigationView_itemIconSize 3 +int styleable BottomNavigationView_itemIconTint 4 +int styleable BottomNavigationView_itemTextAppearanceActive 5 +int styleable BottomNavigationView_itemTextAppearanceInactive 6 +int styleable BottomNavigationView_itemTextColor 7 +int styleable BottomNavigationView_labelVisibilityMode 8 +int styleable BottomNavigationView_menu 9 +int[] styleable BottomSheetBehavior_Layout { 0x7f03003a, 0x7f03003b, 0x7f03003d, 0x7f03003e } +int styleable BottomSheetBehavior_Layout_behavior_fitToContents 0 +int styleable BottomSheetBehavior_Layout_behavior_hideable 1 +int styleable BottomSheetBehavior_Layout_behavior_peekHeight 2 +int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 3 +int[] styleable ButtonBarLayout { 0x7f030026 } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300a1, 0x7f0300a2 } +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 Chip { 0x01010034, 0x010100ab, 0x0101011f, 0x0101014f, 0x010101e5, 0x7f030065, 0x7f030066, 0x7f030067, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006d, 0x7f03006e, 0x7f03006f, 0x7f030070, 0x7f030071, 0x7f030072, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007b, 0x7f03007c, 0x7f03007d, 0x7f03007e, 0x7f03007f, 0x7f030080, 0x7f030081, 0x7f0300f3, 0x7f0300fd, 0x7f030101, 0x7f030193, 0x7f03019f, 0x7f0301f4, 0x7f0301f7 } +int styleable Chip_android_textAppearance 0 +int styleable Chip_android_ellipsize 1 +int styleable Chip_android_maxWidth 2 +int styleable Chip_android_text 3 +int styleable Chip_android_checkable 4 +int styleable Chip_checkedIcon 5 +int styleable Chip_checkedIconEnabled 6 +int styleable Chip_checkedIconVisible 7 +int styleable Chip_chipBackgroundColor 8 +int styleable Chip_chipCornerRadius 9 +int styleable Chip_chipEndPadding 10 +int styleable Chip_chipIcon 11 +int styleable Chip_chipIconEnabled 12 +int styleable Chip_chipIconSize 13 +int styleable Chip_chipIconTint 14 +int styleable Chip_chipIconVisible 15 +int styleable Chip_chipMinHeight 16 +int styleable Chip_chipStartPadding 17 +int styleable Chip_chipStrokeColor 18 +int styleable Chip_chipStrokeWidth 19 +int styleable Chip_closeIcon 20 +int styleable Chip_closeIconEnabled 21 +int styleable Chip_closeIconEndPadding 22 +int styleable Chip_closeIconSize 23 +int styleable Chip_closeIconStartPadding 24 +int styleable Chip_closeIconTint 25 +int styleable Chip_closeIconVisible 26 +int styleable Chip_hideMotionSpec 27 +int styleable Chip_iconEndPadding 28 +int styleable Chip_iconStartPadding 29 +int styleable Chip_rippleColor 30 +int styleable Chip_showMotionSpec 31 +int styleable Chip_textEndPadding 32 +int styleable Chip_textStartPadding 33 +int[] styleable ChipGroup { 0x7f030064, 0x7f030073, 0x7f030074, 0x7f030075, 0x7f0301a3, 0x7f0301a4 } +int styleable ChipGroup_checkedChip 0 +int styleable ChipGroup_chipSpacing 1 +int styleable ChipGroup_chipSpacingHorizontal 2 +int styleable ChipGroup_chipSpacingVertical 3 +int styleable ChipGroup_singleLine 4 +int styleable ChipGroup_singleSelection 5 +int[] styleable CollapsingToolbarLayout { 0x7f030085, 0x7f030086, 0x7f0300a3, 0x7f0300cc, 0x7f0300cd, 0x7f0300ce, 0x7f0300cf, 0x7f0300d0, 0x7f0300d1, 0x7f0300d2, 0x7f030194, 0x7f030196, 0x7f0301b4, 0x7f030202, 0x7f030203, 0x7f03020d } +int styleable CollapsingToolbarLayout_collapsedTitleGravity 0 +int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1 +int styleable CollapsingToolbarLayout_contentScrim 2 +int styleable CollapsingToolbarLayout_expandedTitleGravity 3 +int styleable CollapsingToolbarLayout_expandedTitleMargin 4 +int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5 +int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6 +int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7 +int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8 +int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9 +int styleable CollapsingToolbarLayout_scrimAnimationDuration 10 +int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11 +int styleable CollapsingToolbarLayout_statusBarScrim 12 +int styleable CollapsingToolbarLayout_title 13 +int styleable CollapsingToolbarLayout_titleEnabled 14 +int styleable CollapsingToolbarLayout_toolbarId 15 +int[] styleable CollapsingToolbarLayout_Layout { 0x7f03011e, 0x7f03011f } +int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 +int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 +int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f030027 } +int styleable ColorStateListItem_android_color 0 +int styleable ColorStateListItem_android_alpha 1 +int styleable ColorStateListItem_alpha 2 +int[] styleable CompoundButton { 0x01010107, 0x7f030053, 0x7f030059, 0x7f03005a } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonCompat 1 +int styleable CompoundButton_buttonTint 2 +int styleable CompoundButton_buttonTintMode 3 +int[] styleable ConstraintLayout_Layout { 0x010100c4, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x7f030037, 0x7f030038, 0x7f030062, 0x7f030094, 0x7f030095, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123, 0x7f030124, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012e, 0x7f03012f, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f030135, 0x7f030136, 0x7f030137, 0x7f030138, 0x7f030139, 0x7f03013a, 0x7f03013b, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143, 0x7f030144, 0x7f030145, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f03014a, 0x7f03014b, 0x7f03014c, 0x7f03014d, 0x7f03014e, 0x7f03014f, 0x7f030150, 0x7f030151, 0x7f030154 } +int styleable ConstraintLayout_Layout_android_orientation 0 +int styleable ConstraintLayout_Layout_android_maxWidth 1 +int styleable ConstraintLayout_Layout_android_maxHeight 2 +int styleable ConstraintLayout_Layout_android_minWidth 3 +int styleable ConstraintLayout_Layout_android_minHeight 4 +int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 5 +int styleable ConstraintLayout_Layout_barrierDirection 6 +int styleable ConstraintLayout_Layout_chainUseRtl 7 +int styleable ConstraintLayout_Layout_constraintSet 8 +int styleable ConstraintLayout_Layout_constraint_referenced_ids 9 +int styleable ConstraintLayout_Layout_layout_constrainedHeight 10 +int styleable ConstraintLayout_Layout_layout_constrainedWidth 11 +int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 12 +int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 13 +int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 14 +int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 15 +int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 16 +int styleable ConstraintLayout_Layout_layout_constraintCircle 17 +int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 18 +int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 19 +int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 20 +int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 21 +int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 22 +int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 23 +int styleable ConstraintLayout_Layout_layout_constraintGuide_end 24 +int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 25 +int styleable ConstraintLayout_Layout_layout_constraintHeight_default 26 +int styleable ConstraintLayout_Layout_layout_constraintHeight_max 27 +int styleable ConstraintLayout_Layout_layout_constraintHeight_min 28 +int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 29 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 30 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 31 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 32 +int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 33 +int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 34 +int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 35 +int styleable ConstraintLayout_Layout_layout_constraintRight_creator 36 +int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 37 +int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 38 +int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 39 +int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 40 +int styleable ConstraintLayout_Layout_layout_constraintTop_creator 41 +int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 42 +int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 43 +int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 44 +int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 45 +int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 46 +int styleable ConstraintLayout_Layout_layout_constraintWidth_default 47 +int styleable ConstraintLayout_Layout_layout_constraintWidth_max 48 +int styleable ConstraintLayout_Layout_layout_constraintWidth_min 49 +int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 50 +int styleable ConstraintLayout_Layout_layout_editor_absoluteX 51 +int styleable ConstraintLayout_Layout_layout_editor_absoluteY 52 +int styleable ConstraintLayout_Layout_layout_goneMarginBottom 53 +int styleable ConstraintLayout_Layout_layout_goneMarginEnd 54 +int styleable ConstraintLayout_Layout_layout_goneMarginLeft 55 +int styleable ConstraintLayout_Layout_layout_goneMarginRight 56 +int styleable ConstraintLayout_Layout_layout_goneMarginStart 57 +int styleable ConstraintLayout_Layout_layout_goneMarginTop 58 +int styleable ConstraintLayout_Layout_layout_optimizationLevel 59 +int[] styleable ConstraintLayout_placeholder { 0x7f030096, 0x7f0300c5 } +int styleable ConstraintLayout_placeholder_content 0 +int styleable ConstraintLayout_placeholder_emptyVisibility 1 +int[] styleable ConstraintSet { 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, 0x7f030037, 0x7f030038, 0x7f030062, 0x7f030095, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123, 0x7f030124, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012e, 0x7f03012f, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f030135, 0x7f030136, 0x7f030137, 0x7f030138, 0x7f030139, 0x7f03013a, 0x7f03013b, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143, 0x7f030144, 0x7f030145, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f03014a, 0x7f03014b, 0x7f03014c, 0x7f03014d, 0x7f03014e, 0x7f03014f, 0x7f030150, 0x7f030151 } +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_alpha 13 +int styleable ConstraintSet_android_transformPivotX 14 +int styleable ConstraintSet_android_transformPivotY 15 +int styleable ConstraintSet_android_translationX 16 +int styleable ConstraintSet_android_translationY 17 +int styleable ConstraintSet_android_scaleX 18 +int styleable ConstraintSet_android_scaleY 19 +int styleable ConstraintSet_android_rotation 20 +int styleable ConstraintSet_android_rotationX 21 +int styleable ConstraintSet_android_rotationY 22 +int styleable ConstraintSet_android_layout_marginStart 23 +int styleable ConstraintSet_android_layout_marginEnd 24 +int styleable ConstraintSet_android_translationZ 25 +int styleable ConstraintSet_android_elevation 26 +int styleable ConstraintSet_barrierAllowsGoneWidgets 27 +int styleable ConstraintSet_barrierDirection 28 +int styleable ConstraintSet_chainUseRtl 29 +int styleable ConstraintSet_constraint_referenced_ids 30 +int styleable ConstraintSet_layout_constrainedHeight 31 +int styleable ConstraintSet_layout_constrainedWidth 32 +int styleable ConstraintSet_layout_constraintBaseline_creator 33 +int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 34 +int styleable ConstraintSet_layout_constraintBottom_creator 35 +int styleable ConstraintSet_layout_constraintBottom_toBottomOf 36 +int styleable ConstraintSet_layout_constraintBottom_toTopOf 37 +int styleable ConstraintSet_layout_constraintCircle 38 +int styleable ConstraintSet_layout_constraintCircleAngle 39 +int styleable ConstraintSet_layout_constraintCircleRadius 40 +int styleable ConstraintSet_layout_constraintDimensionRatio 41 +int styleable ConstraintSet_layout_constraintEnd_toEndOf 42 +int styleable ConstraintSet_layout_constraintEnd_toStartOf 43 +int styleable ConstraintSet_layout_constraintGuide_begin 44 +int styleable ConstraintSet_layout_constraintGuide_end 45 +int styleable ConstraintSet_layout_constraintGuide_percent 46 +int styleable ConstraintSet_layout_constraintHeight_default 47 +int styleable ConstraintSet_layout_constraintHeight_max 48 +int styleable ConstraintSet_layout_constraintHeight_min 49 +int styleable ConstraintSet_layout_constraintHeight_percent 50 +int styleable ConstraintSet_layout_constraintHorizontal_bias 51 +int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 52 +int styleable ConstraintSet_layout_constraintHorizontal_weight 53 +int styleable ConstraintSet_layout_constraintLeft_creator 54 +int styleable ConstraintSet_layout_constraintLeft_toLeftOf 55 +int styleable ConstraintSet_layout_constraintLeft_toRightOf 56 +int styleable ConstraintSet_layout_constraintRight_creator 57 +int styleable ConstraintSet_layout_constraintRight_toLeftOf 58 +int styleable ConstraintSet_layout_constraintRight_toRightOf 59 +int styleable ConstraintSet_layout_constraintStart_toEndOf 60 +int styleable ConstraintSet_layout_constraintStart_toStartOf 61 +int styleable ConstraintSet_layout_constraintTop_creator 62 +int styleable ConstraintSet_layout_constraintTop_toBottomOf 63 +int styleable ConstraintSet_layout_constraintTop_toTopOf 64 +int styleable ConstraintSet_layout_constraintVertical_bias 65 +int styleable ConstraintSet_layout_constraintVertical_chainStyle 66 +int styleable ConstraintSet_layout_constraintVertical_weight 67 +int styleable ConstraintSet_layout_constraintWidth_default 68 +int styleable ConstraintSet_layout_constraintWidth_max 69 +int styleable ConstraintSet_layout_constraintWidth_min 70 +int styleable ConstraintSet_layout_constraintWidth_percent 71 +int styleable ConstraintSet_layout_editor_absoluteX 72 +int styleable ConstraintSet_layout_editor_absoluteY 73 +int styleable ConstraintSet_layout_goneMarginBottom 74 +int styleable ConstraintSet_layout_goneMarginEnd 75 +int styleable ConstraintSet_layout_goneMarginLeft 76 +int styleable ConstraintSet_layout_goneMarginRight 77 +int styleable ConstraintSet_layout_goneMarginStart 78 +int styleable ConstraintSet_layout_goneMarginTop 79 +int[] styleable CoordinatorLayout { 0x7f030116, 0x7f0301b3 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f030149, 0x7f030152, 0x7f030153 } +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 DesignTheme { 0x7f030043, 0x7f030044 } +int styleable DesignTheme_bottomSheetDialogTheme 0 +int styleable DesignTheme_bottomSheetStyle 1 +int[] styleable DrawerArrowToggle { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030087, 0x7f0300b9, 0x7f0300ec, 0x7f0301a8, 0x7f0301f9 } +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 FloatingActionButton { 0x7f030034, 0x7f030035, 0x7f03003f, 0x7f0300c4, 0x7f0300d7, 0x7f0300d8, 0x7f0300f3, 0x7f0300fb, 0x7f03016f, 0x7f030189, 0x7f030193, 0x7f03019f, 0x7f030217 } +int styleable FloatingActionButton_backgroundTint 0 +int styleable FloatingActionButton_backgroundTintMode 1 +int styleable FloatingActionButton_borderWidth 2 +int styleable FloatingActionButton_elevation 3 +int styleable FloatingActionButton_fabCustomSize 4 +int styleable FloatingActionButton_fabSize 5 +int styleable FloatingActionButton_hideMotionSpec 6 +int styleable FloatingActionButton_hoveredFocusedTranslationZ 7 +int styleable FloatingActionButton_maxImageSize 8 +int styleable FloatingActionButton_pressedTranslationZ 9 +int styleable FloatingActionButton_rippleColor 10 +int styleable FloatingActionButton_showMotionSpec 11 +int styleable FloatingActionButton_useCompatPadding 12 +int[] styleable FloatingActionButton_Behavior_Layout { 0x7f030039 } +int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int[] styleable FlowLayout { 0x7f030111, 0x7f030159 } +int styleable FlowLayout_itemSpacing 0 +int styleable FlowLayout_lineSpacing 1 +int[] styleable FontFamily { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 } +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 FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 } +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, 0x7f0300eb } +int styleable ForegroundLinearLayout_android_foreground 0 +int styleable ForegroundLinearLayout_android_foregroundGravity 1 +int styleable ForegroundLinearLayout_foregroundInsidePadding 2 +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 LinearConstraintLayout { 0x010100c4 } +int styleable LinearConstraintLayout_android_orientation 0 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f0300b1, 0x7f0300b3, 0x7f030170, 0x7f03019e } +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 ListPopupWindow { 0x010102ac, 0x010102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 +int[] styleable MaterialButton { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x7f030034, 0x7f030035, 0x7f0300a6, 0x7f0300fc, 0x7f0300fe, 0x7f0300ff, 0x7f030100, 0x7f030102, 0x7f030103, 0x7f030193, 0x7f0301b5, 0x7f0301b6 } +int styleable MaterialButton_android_insetLeft 0 +int styleable MaterialButton_android_insetRight 1 +int styleable MaterialButton_android_insetTop 2 +int styleable MaterialButton_android_insetBottom 3 +int styleable MaterialButton_backgroundTint 4 +int styleable MaterialButton_backgroundTintMode 5 +int styleable MaterialButton_cornerRadius 6 +int styleable MaterialButton_icon 7 +int styleable MaterialButton_iconGravity 8 +int styleable MaterialButton_iconPadding 9 +int styleable MaterialButton_iconSize 10 +int styleable MaterialButton_iconTint 11 +int styleable MaterialButton_iconTintMode 12 +int styleable MaterialButton_rippleColor 13 +int styleable MaterialButton_strokeColor 14 +int styleable MaterialButton_strokeWidth 15 +int[] styleable MaterialCardView { 0x7f0301b5, 0x7f0301b6 } +int styleable MaterialCardView_strokeColor 0 +int styleable MaterialCardView_strokeWidth 1 +int[] styleable MaterialComponentsTheme { 0x7f030043, 0x7f030044, 0x7f03006c, 0x7f030076, 0x7f03007a, 0x7f030088, 0x7f030089, 0x7f03008f, 0x7f030090, 0x7f030091, 0x7f0300c3, 0x7f0300df, 0x7f03016b, 0x7f03016c, 0x7f030176, 0x7f030195, 0x7f0301a5, 0x7f0301d8, 0x7f0301dd, 0x7f0301de, 0x7f0301df, 0x7f0301e0, 0x7f0301e1, 0x7f0301e2, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e6, 0x7f0301eb, 0x7f0301f0, 0x7f0301f1, 0x7f0301f5 } +int styleable MaterialComponentsTheme_bottomSheetDialogTheme 0 +int styleable MaterialComponentsTheme_bottomSheetStyle 1 +int styleable MaterialComponentsTheme_chipGroupStyle 2 +int styleable MaterialComponentsTheme_chipStandaloneStyle 3 +int styleable MaterialComponentsTheme_chipStyle 4 +int styleable MaterialComponentsTheme_colorAccent 5 +int styleable MaterialComponentsTheme_colorBackgroundFloating 6 +int styleable MaterialComponentsTheme_colorPrimary 7 +int styleable MaterialComponentsTheme_colorPrimaryDark 8 +int styleable MaterialComponentsTheme_colorSecondary 9 +int styleable MaterialComponentsTheme_editTextStyle 10 +int styleable MaterialComponentsTheme_floatingActionButtonStyle 11 +int styleable MaterialComponentsTheme_materialButtonStyle 12 +int styleable MaterialComponentsTheme_materialCardViewStyle 13 +int styleable MaterialComponentsTheme_navigationViewStyle 14 +int styleable MaterialComponentsTheme_scrimBackground 15 +int styleable MaterialComponentsTheme_snackbarButtonStyle 16 +int styleable MaterialComponentsTheme_tabStyle 17 +int styleable MaterialComponentsTheme_textAppearanceBody1 18 +int styleable MaterialComponentsTheme_textAppearanceBody2 19 +int styleable MaterialComponentsTheme_textAppearanceButton 20 +int styleable MaterialComponentsTheme_textAppearanceCaption 21 +int styleable MaterialComponentsTheme_textAppearanceHeadline1 22 +int styleable MaterialComponentsTheme_textAppearanceHeadline2 23 +int styleable MaterialComponentsTheme_textAppearanceHeadline3 24 +int styleable MaterialComponentsTheme_textAppearanceHeadline4 25 +int styleable MaterialComponentsTheme_textAppearanceHeadline5 26 +int styleable MaterialComponentsTheme_textAppearanceHeadline6 27 +int styleable MaterialComponentsTheme_textAppearanceOverline 28 +int styleable MaterialComponentsTheme_textAppearanceSubtitle1 29 +int styleable MaterialComponentsTheme_textAppearanceSubtitle2 30 +int styleable MaterialComponentsTheme_textInputStyle 31 +int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } +int styleable MenuGroup_android_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_visible 2 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_checkableBehavior 5 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f030097, 0x7f030102, 0x7f030103, 0x7f030177, 0x7f03019d, 0x7f030212 } +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, 0x7f030188, 0x7f0301b7 } +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 NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0300c4, 0x7f0300ee, 0x7f03010a, 0x7f03010b, 0x7f03010d, 0x7f03010f, 0x7f030112, 0x7f030115, 0x7f030171 } +int styleable NavigationView_android_background 0 +int styleable NavigationView_android_fitsSystemWindows 1 +int styleable NavigationView_android_maxWidth 2 +int styleable NavigationView_elevation 3 +int styleable NavigationView_headerLayout 4 +int styleable NavigationView_itemBackground 5 +int styleable NavigationView_itemHorizontalPadding 6 +int styleable NavigationView_itemIconPadding 7 +int styleable NavigationView_itemIconTint 8 +int styleable NavigationView_itemTextAppearance 9 +int styleable NavigationView_itemTextColor 10 +int styleable NavigationView_menu 11 +int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f030178 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_android_popupAnimationStyle 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f0301ae } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecycleListView { 0x7f030179, 0x7f03017c } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x010100c4, 0x010100f1, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300dc, 0x7f0300dd, 0x7f03011a, 0x7f030192, 0x7f0301a7, 0x7f0301ad } +int styleable RecyclerView_android_orientation 0 +int styleable RecyclerView_android_descendantFocusability 1 +int styleable RecyclerView_fastScrollEnabled 2 +int styleable RecyclerView_fastScrollHorizontalThumbDrawable 3 +int styleable RecyclerView_fastScrollHorizontalTrackDrawable 4 +int styleable RecyclerView_fastScrollVerticalThumbDrawable 5 +int styleable RecyclerView_fastScrollVerticalTrackDrawable 6 +int styleable RecyclerView_layoutManager 7 +int styleable RecyclerView_reverseLayout 8 +int styleable RecyclerView_spanCount 9 +int styleable RecyclerView_stackFromEnd 10 +int[] styleable ScrimInsetsFrameLayout { 0x7f030108 } +int styleable ScrimInsetsFrameLayout_insetForeground 0 +int[] styleable ScrollingViewBehavior_Layout { 0x7f03003c } +int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f03007b, 0x7f030093, 0x7f0300ac, 0x7f0300ed, 0x7f030104, 0x7f030119, 0x7f03018c, 0x7f03018d, 0x7f030197, 0x7f030198, 0x7f0301b8, 0x7f0301bd, 0x7f030219 } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_maxWidth 1 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_imeOptions 3 +int styleable SearchView_closeIcon 4 +int styleable SearchView_commitIcon 5 +int styleable SearchView_defaultQueryHint 6 +int styleable SearchView_goIcon 7 +int styleable SearchView_iconifiedByDefault 8 +int styleable SearchView_layout 9 +int styleable SearchView_queryBackground 10 +int styleable SearchView_queryHint 11 +int styleable SearchView_searchHintIcon 12 +int styleable SearchView_searchIcon 13 +int styleable SearchView_submitBackground 14 +int styleable SearchView_suggestionRowLayout 15 +int styleable SearchView_voiceIcon 16 +int[] styleable Snackbar { 0x7f0301a5, 0x7f0301a6 } +int styleable Snackbar_snackbarButtonStyle 0 +int styleable Snackbar_snackbarStyle 1 +int[] styleable SnackbarLayout { 0x0101011f, 0x7f0300c4, 0x7f03016d } +int styleable SnackbarLayout_android_maxWidth 0 +int styleable SnackbarLayout_elevation 1 +int styleable SnackbarLayout_maxActionInlineWidth 2 +int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f030186 } +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 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 SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0301a0, 0x7f0301ab, 0x7f0301be, 0x7f0301bf, 0x7f0301c1, 0x7f0301fa, 0x7f0301fb, 0x7f0301fc, 0x7f030213, 0x7f030214, 0x7f030215 } +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 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 { 0x7f0301c2, 0x7f0301c3, 0x7f0301c4, 0x7f0301c5, 0x7f0301c6, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d0, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d4, 0x7f0301d5, 0x7f0301d6, 0x7f0301d7, 0x7f0301d9, 0x7f0301da, 0x7f0301db } +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_tabIndicatorColor 7 +int styleable TabLayout_tabIndicatorFullWidth 8 +int styleable TabLayout_tabIndicatorGravity 9 +int styleable TabLayout_tabIndicatorHeight 10 +int styleable TabLayout_tabInlineLabel 11 +int styleable TabLayout_tabMaxWidth 12 +int styleable TabLayout_tabMinWidth 13 +int styleable TabLayout_tabMode 14 +int styleable TabLayout_tabPadding 15 +int styleable TabLayout_tabPaddingBottom 16 +int styleable TabLayout_tabPaddingEnd 17 +int styleable TabLayout_tabPaddingStart 18 +int styleable TabLayout_tabPaddingTop 19 +int styleable TabLayout_tabRippleColor 20 +int styleable TabLayout_tabSelectedTextColor 21 +int styleable TabLayout_tabTextAppearance 22 +int styleable TabLayout_tabTextColor 23 +int styleable TabLayout_tabUnboundedRipple 24 +int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x01010585, 0x7f0300e1, 0x7f0300e9, 0x7f0301dc, 0x7f0301f6 } +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 TextInputLayout { 0x0101009a, 0x01010150, 0x7f030045, 0x7f030046, 0x7f030047, 0x7f030048, 0x7f030049, 0x7f03004a, 0x7f03004b, 0x7f03004c, 0x7f03004d, 0x7f0300a7, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300c8, 0x7f0300c9, 0x7f0300f0, 0x7f0300f1, 0x7f0300f2, 0x7f0300f6, 0x7f0300f7, 0x7f0300f8, 0x7f030180, 0x7f030181, 0x7f030182, 0x7f030183, 0x7f030184 } +int styleable TextInputLayout_android_textColorHint 0 +int styleable TextInputLayout_android_hint 1 +int styleable TextInputLayout_boxBackgroundColor 2 +int styleable TextInputLayout_boxBackgroundMode 3 +int styleable TextInputLayout_boxCollapsedPaddingTop 4 +int styleable TextInputLayout_boxCornerRadiusBottomEnd 5 +int styleable TextInputLayout_boxCornerRadiusBottomStart 6 +int styleable TextInputLayout_boxCornerRadiusTopEnd 7 +int styleable TextInputLayout_boxCornerRadiusTopStart 8 +int styleable TextInputLayout_boxStrokeColor 9 +int styleable TextInputLayout_boxStrokeWidth 10 +int styleable TextInputLayout_counterEnabled 11 +int styleable TextInputLayout_counterMaxLength 12 +int styleable TextInputLayout_counterOverflowTextAppearance 13 +int styleable TextInputLayout_counterTextAppearance 14 +int styleable TextInputLayout_errorEnabled 15 +int styleable TextInputLayout_errorTextAppearance 16 +int styleable TextInputLayout_helperText 17 +int styleable TextInputLayout_helperTextEnabled 18 +int styleable TextInputLayout_helperTextTextAppearance 19 +int styleable TextInputLayout_hintAnimationEnabled 20 +int styleable TextInputLayout_hintEnabled 21 +int styleable TextInputLayout_hintTextAppearance 22 +int styleable TextInputLayout_passwordToggleContentDescription 23 +int styleable TextInputLayout_passwordToggleDrawable 24 +int styleable TextInputLayout_passwordToggleEnabled 25 +int styleable TextInputLayout_passwordToggleTint 26 +int styleable TextInputLayout_passwordToggleTintMode 27 +int[] styleable ThemeEnforcement { 0x01010034, 0x7f0300c6, 0x7f0300c7 } +int styleable ThemeEnforcement_android_textAppearance 0 +int styleable ThemeEnforcement_enforceMaterialTheme 1 +int styleable ThemeEnforcement_enforceTextAppearance 2 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f030054, 0x7f030083, 0x7f030084, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f030169, 0x7f03016a, 0x7f03016e, 0x7f030171, 0x7f030173, 0x7f030174, 0x7f030186, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f030202, 0x7f030204, 0x7f030205, 0x7f030206, 0x7f030207, 0x7f030208, 0x7f030209, 0x7f03020a, 0x7f03020b } +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 View { 0x01010000, 0x010100da, 0x7f03017a, 0x7f03017b, 0x7f0301f8 } +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, 0x7f030034, 0x7f030035 } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_layout 1 +int styleable ViewStubCompat_android_inflatedId 2 diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$attr.dex new file mode 100644 index 0000000..42fcfe3 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$color.dex new file mode 100644 index 0000000..2de5dcb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$dimen.dex new file mode 100644 index 0000000..5f0f993 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$drawable.dex new file mode 100644 index 0000000..2cd87f7 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$id.dex new file mode 100644 index 0000000..438f887 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$integer.dex new file mode 100644 index 0000000..3c56db2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$layout.dex new file mode 100644 index 0000000..02be196 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$string.dex new file mode 100644 index 0000000..2e6bae7 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$style.dex new file mode 100644 index 0000000..49c6743 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$styleable.dex new file mode 100644 index 0000000..cb41583 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R.dex new file mode 100644 index 0000000..0e9021a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/activity/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$anim.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$anim.dex new file mode 100644 index 0000000..40d3eca Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$anim.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$attr.dex new file mode 100644 index 0000000..4d4ec98 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$bool.dex new file mode 100644 index 0000000..66676cc Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$color.dex new file mode 100644 index 0000000..af79ce2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$dimen.dex new file mode 100644 index 0000000..fa590ac Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$drawable.dex new file mode 100644 index 0000000..2edb47e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$id.dex new file mode 100644 index 0000000..fd26fa6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$integer.dex new file mode 100644 index 0000000..a0c420e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$interpolator.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$interpolator.dex new file mode 100644 index 0000000..328b133 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$interpolator.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$layout.dex new file mode 100644 index 0000000..0ac000a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$string.dex new file mode 100644 index 0000000..e919761 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$style.dex new file mode 100644 index 0000000..c7a0e17 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$styleable.dex new file mode 100644 index 0000000..55f2f36 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R.dex new file mode 100644 index 0000000..8fe2dfd Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$attr.dex new file mode 100644 index 0000000..eae4cfd Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$color.dex new file mode 100644 index 0000000..d676328 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$dimen.dex new file mode 100644 index 0000000..e009b3a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$drawable.dex new file mode 100644 index 0000000..d8eeb15 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$id.dex new file mode 100644 index 0000000..659307f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$integer.dex new file mode 100644 index 0000000..0471f32 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$layout.dex new file mode 100644 index 0000000..775b364 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$string.dex new file mode 100644 index 0000000..c85c519 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$style.dex new file mode 100644 index 0000000..ae4c6c6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$styleable.dex new file mode 100644 index 0000000..0caaad5 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R.dex new file mode 100644 index 0000000..785cee9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/appcompat/resources/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/arch/core/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/arch/core/R.dex new file mode 100644 index 0000000..9317a17 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/arch/core/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$attr.dex new file mode 100644 index 0000000..5d2ce38 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$color.dex new file mode 100644 index 0000000..4ceaeac Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$dimen.dex new file mode 100644 index 0000000..3288a79 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$drawable.dex new file mode 100644 index 0000000..d73f19f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$id.dex new file mode 100644 index 0000000..14812b0 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$integer.dex new file mode 100644 index 0000000..2df2cc4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$layout.dex new file mode 100644 index 0000000..e2c7a2c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$string.dex new file mode 100644 index 0000000..2f080b5 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$style.dex new file mode 100644 index 0000000..4d944bd Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$styleable.dex new file mode 100644 index 0000000..29824ee Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R.dex new file mode 100644 index 0000000..d3e1e21 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/asynclayoutinflater/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$attr.dex new file mode 100644 index 0000000..fb57fc7 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$color.dex new file mode 100644 index 0000000..455a776 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$dimen.dex new file mode 100644 index 0000000..2730a28 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$style.dex new file mode 100644 index 0000000..7337305 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$styleable.dex new file mode 100644 index 0000000..5b02418 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R.dex new file mode 100644 index 0000000..6706aee Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cardview/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R$attr.dex new file mode 100644 index 0000000..1cee41e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R$id.dex new file mode 100644 index 0000000..9bdecc6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R$styleable.dex new file mode 100644 index 0000000..a6047fb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R.dex new file mode 100644 index 0000000..8305a50 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/constraintlayout/widget/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$attr.dex new file mode 100644 index 0000000..1a522c2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$color.dex new file mode 100644 index 0000000..242c5cc Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$dimen.dex new file mode 100644 index 0000000..4e1149f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$drawable.dex new file mode 100644 index 0000000..4d80262 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$id.dex new file mode 100644 index 0000000..aee8598 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$integer.dex new file mode 100644 index 0000000..4ca3833 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$layout.dex new file mode 100644 index 0000000..1736c7c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$string.dex new file mode 100644 index 0000000..9ba66b5 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$style.dex new file mode 100644 index 0000000..5e99f61 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$styleable.dex new file mode 100644 index 0000000..dc600b1 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R.dex new file mode 100644 index 0000000..7a76c54 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/coordinatorlayout/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$attr.dex new file mode 100644 index 0000000..341a866 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$color.dex new file mode 100644 index 0000000..5da7f4e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$dimen.dex new file mode 100644 index 0000000..22afa97 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$drawable.dex new file mode 100644 index 0000000..52f837e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$id.dex new file mode 100644 index 0000000..ca849c2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$integer.dex new file mode 100644 index 0000000..07be589 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$layout.dex new file mode 100644 index 0000000..422c2a7 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$string.dex new file mode 100644 index 0000000..9cff6fb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$style.dex new file mode 100644 index 0000000..04cfbfd Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$styleable.dex new file mode 100644 index 0000000..7483b55 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R.dex new file mode 100644 index 0000000..3c8fd2c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/core/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cursoradapter/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cursoradapter/R.dex new file mode 100644 index 0000000..c62a220 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/cursoradapter/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$attr.dex new file mode 100644 index 0000000..f6bbbf8 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$color.dex new file mode 100644 index 0000000..370c3d5 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$dimen.dex new file mode 100644 index 0000000..34ef882 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$drawable.dex new file mode 100644 index 0000000..839bb45 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$id.dex new file mode 100644 index 0000000..9baae2b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$integer.dex new file mode 100644 index 0000000..aa459fe Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$layout.dex new file mode 100644 index 0000000..5f0eea2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$string.dex new file mode 100644 index 0000000..7e474ba Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$style.dex new file mode 100644 index 0000000..8a76b6b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$styleable.dex new file mode 100644 index 0000000..cc04c67 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R.dex new file mode 100644 index 0000000..800f999 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/customview/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/documentfile/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/documentfile/R.dex new file mode 100644 index 0000000..bd8b325 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/documentfile/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$attr.dex new file mode 100644 index 0000000..fca48c2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$color.dex new file mode 100644 index 0000000..ac6f9ac Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$dimen.dex new file mode 100644 index 0000000..850a01f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$drawable.dex new file mode 100644 index 0000000..684e8fb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$id.dex new file mode 100644 index 0000000..0063179 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$integer.dex new file mode 100644 index 0000000..8965db0 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$layout.dex new file mode 100644 index 0000000..e8930f6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$string.dex new file mode 100644 index 0000000..1e005ff Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$style.dex new file mode 100644 index 0000000..de5e4a2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$styleable.dex new file mode 100644 index 0000000..4d5505c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R.dex new file mode 100644 index 0000000..0057dc2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/drawerlayout/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$attr.dex new file mode 100644 index 0000000..8f730ab Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$color.dex new file mode 100644 index 0000000..d59494f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$dimen.dex new file mode 100644 index 0000000..bcf64ba Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$drawable.dex new file mode 100644 index 0000000..1ae3392 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$id.dex new file mode 100644 index 0000000..f457f5a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$integer.dex new file mode 100644 index 0000000..e45578e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$layout.dex new file mode 100644 index 0000000..458e89b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$string.dex new file mode 100644 index 0000000..bcd02fb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$style.dex new file mode 100644 index 0000000..68538f9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$styleable.dex new file mode 100644 index 0000000..b0aa0e7 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R.dex new file mode 100644 index 0000000..1e729e6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/fragment/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/interpolator/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/interpolator/R.dex new file mode 100644 index 0000000..bfacf0e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/interpolator/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$attr.dex new file mode 100644 index 0000000..2fac394 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$color.dex new file mode 100644 index 0000000..cc29cc2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$dimen.dex new file mode 100644 index 0000000..b23fd2b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$drawable.dex new file mode 100644 index 0000000..938ca83 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$id.dex new file mode 100644 index 0000000..ba136df Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$integer.dex new file mode 100644 index 0000000..7eb08b0 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$layout.dex new file mode 100644 index 0000000..8355168 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$string.dex new file mode 100644 index 0000000..d0a6854 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$style.dex new file mode 100644 index 0000000..a81b423 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$styleable.dex new file mode 100644 index 0000000..e5bdae5 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R.dex new file mode 100644 index 0000000..c6f4562 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreui/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$attr.dex new file mode 100644 index 0000000..79dc8be Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$color.dex new file mode 100644 index 0000000..e15b240 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$dimen.dex new file mode 100644 index 0000000..36bbedc Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$drawable.dex new file mode 100644 index 0000000..f024e3c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$id.dex new file mode 100644 index 0000000..55fd848 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$integer.dex new file mode 100644 index 0000000..f1b7ce6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$layout.dex new file mode 100644 index 0000000..0dfd5ae Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$string.dex new file mode 100644 index 0000000..659e151 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$style.dex new file mode 100644 index 0000000..a07d0a9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$styleable.dex new file mode 100644 index 0000000..324bdb0 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R.dex new file mode 100644 index 0000000..8bb7e9c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/legacy/coreutils/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/R.dex new file mode 100644 index 0000000..bc1024d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$attr.dex new file mode 100644 index 0000000..426c152 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$color.dex new file mode 100644 index 0000000..30b4016 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$dimen.dex new file mode 100644 index 0000000..d286476 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$drawable.dex new file mode 100644 index 0000000..6957f88 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$id.dex new file mode 100644 index 0000000..01b5aa9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$integer.dex new file mode 100644 index 0000000..a16f6e9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$layout.dex new file mode 100644 index 0000000..ac81c5c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$string.dex new file mode 100644 index 0000000..6252df6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$style.dex new file mode 100644 index 0000000..d75dabc Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$styleable.dex new file mode 100644 index 0000000..e8c5700 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R.dex new file mode 100644 index 0000000..2eef761 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/extensions/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/livedata/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/livedata/R.dex new file mode 100644 index 0000000..856b7ba Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/livedata/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/livedata/core/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/livedata/core/R.dex new file mode 100644 index 0000000..82ea17e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/livedata/core/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/process/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/process/R.dex new file mode 100644 index 0000000..b66eced Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/process/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/service/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/service/R.dex new file mode 100644 index 0000000..3a1206b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/service/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/viewmodel/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/viewmodel/R.dex new file mode 100644 index 0000000..fb28862 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/lifecycle/viewmodel/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$attr.dex new file mode 100644 index 0000000..93fc85b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$color.dex new file mode 100644 index 0000000..b459bfd Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$dimen.dex new file mode 100644 index 0000000..da2b6d2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$drawable.dex new file mode 100644 index 0000000..7d9b798 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$id.dex new file mode 100644 index 0000000..2c28e12 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$integer.dex new file mode 100644 index 0000000..46e55a9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$layout.dex new file mode 100644 index 0000000..d5df5f9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$string.dex new file mode 100644 index 0000000..8feda0d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$style.dex new file mode 100644 index 0000000..d4dabf4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$styleable.dex new file mode 100644 index 0000000..b5b8a70 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R.dex new file mode 100644 index 0000000..1b42ada Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/loader/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/localbroadcastmanager/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/localbroadcastmanager/R.dex new file mode 100644 index 0000000..37652d3 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/localbroadcastmanager/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/print/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/print/R.dex new file mode 100644 index 0000000..01f0a1f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/print/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$attr.dex new file mode 100644 index 0000000..82019ad Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$color.dex new file mode 100644 index 0000000..71ee380 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$dimen.dex new file mode 100644 index 0000000..b722a33 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$drawable.dex new file mode 100644 index 0000000..b3393aa Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$id.dex new file mode 100644 index 0000000..6ed18e7 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$integer.dex new file mode 100644 index 0000000..ca5c08f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$layout.dex new file mode 100644 index 0000000..dd3985d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$string.dex new file mode 100644 index 0000000..d611805 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$style.dex new file mode 100644 index 0000000..e10477c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$styleable.dex new file mode 100644 index 0000000..39af17b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R.dex new file mode 100644 index 0000000..0d01b02 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/recyclerview/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/savedstate/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/savedstate/R.dex new file mode 100644 index 0000000..7a417fd Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/savedstate/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$attr.dex new file mode 100644 index 0000000..d0c0041 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$color.dex new file mode 100644 index 0000000..e7b6f6f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$dimen.dex new file mode 100644 index 0000000..83cb3de Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$drawable.dex new file mode 100644 index 0000000..0a461f5 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$id.dex new file mode 100644 index 0000000..319c7b3 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$integer.dex new file mode 100644 index 0000000..5225d32 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$layout.dex new file mode 100644 index 0000000..40d855d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$string.dex new file mode 100644 index 0000000..b9f865f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$style.dex new file mode 100644 index 0000000..923a13e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$styleable.dex new file mode 100644 index 0000000..b78f37a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R.dex new file mode 100644 index 0000000..0cee182 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/slidingpanelayout/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$attr.dex new file mode 100644 index 0000000..bf93cf9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$color.dex new file mode 100644 index 0000000..296d5ed Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$dimen.dex new file mode 100644 index 0000000..4351f75 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$drawable.dex new file mode 100644 index 0000000..8851021 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$id.dex new file mode 100644 index 0000000..5f5dae9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$integer.dex new file mode 100644 index 0000000..63c8a79 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$layout.dex new file mode 100644 index 0000000..127f508 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$string.dex new file mode 100644 index 0000000..a68c9f6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$style.dex new file mode 100644 index 0000000..5688deb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$styleable.dex new file mode 100644 index 0000000..ed90e01 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R.dex new file mode 100644 index 0000000..17584b4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/swiperefreshlayout/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$attr.dex new file mode 100644 index 0000000..e1f031d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$color.dex new file mode 100644 index 0000000..80d9f18 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$dimen.dex new file mode 100644 index 0000000..b93e2bc Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$drawable.dex new file mode 100644 index 0000000..1334ea8 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$id.dex new file mode 100644 index 0000000..36743a2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$integer.dex new file mode 100644 index 0000000..b161008 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$layout.dex new file mode 100644 index 0000000..413edac Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$string.dex new file mode 100644 index 0000000..85f7527 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$style.dex new file mode 100644 index 0000000..62bb8f4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$styleable.dex new file mode 100644 index 0000000..ed5822f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R.dex new file mode 100644 index 0000000..741e92d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/transition/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$attr.dex new file mode 100644 index 0000000..6cbb434 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$color.dex new file mode 100644 index 0000000..a9e8612 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$dimen.dex new file mode 100644 index 0000000..bb42a7e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$drawable.dex new file mode 100644 index 0000000..b823f1b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$id.dex new file mode 100644 index 0000000..39eed4a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$integer.dex new file mode 100644 index 0000000..e6e50e4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$layout.dex new file mode 100644 index 0000000..4e48ce6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$string.dex new file mode 100644 index 0000000..4713b8d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$style.dex new file mode 100644 index 0000000..cc6fd26 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$styleable.dex new file mode 100644 index 0000000..ca0b99a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R.dex new file mode 100644 index 0000000..8910368 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$attr.dex new file mode 100644 index 0000000..612b60e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$color.dex new file mode 100644 index 0000000..02fb926 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$dimen.dex new file mode 100644 index 0000000..baeeb72 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$drawable.dex new file mode 100644 index 0000000..d294125 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$id.dex new file mode 100644 index 0000000..38626df Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$integer.dex new file mode 100644 index 0000000..7e2e685 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$layout.dex new file mode 100644 index 0000000..fe0d388 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$string.dex new file mode 100644 index 0000000..ccfdf8a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$style.dex new file mode 100644 index 0000000..a016680 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$styleable.dex new file mode 100644 index 0000000..f288148 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R.dex new file mode 100644 index 0000000..09bcb77 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/vectordrawable/animated/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/versionedparcelable/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/versionedparcelable/R.dex new file mode 100644 index 0000000..2961da4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/versionedparcelable/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$attr.dex new file mode 100644 index 0000000..de7aad5 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$color.dex new file mode 100644 index 0000000..a86ead1 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$dimen.dex new file mode 100644 index 0000000..034b69c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$drawable.dex new file mode 100644 index 0000000..c2be252 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$id.dex new file mode 100644 index 0000000..a8dba50 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$integer.dex new file mode 100644 index 0000000..5e40a12 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$layout.dex new file mode 100644 index 0000000..415d50d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$string.dex new file mode 100644 index 0000000..fd090ae Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$style.dex new file mode 100644 index 0000000..ba97245 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$styleable.dex new file mode 100644 index 0000000..6242cbd Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R.dex new file mode 100644 index 0000000..78087f4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/androidx/viewpager/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/BuildConfig.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/BuildConfig.dex new file mode 100644 index 0000000..d35e3b3 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/BuildConfig.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/Monday.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/Monday.dex new file mode 100644 index 0000000..bafb077 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/Monday.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$anim.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$anim.dex new file mode 100644 index 0000000..db5428d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$anim.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$animator.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$animator.dex new file mode 100644 index 0000000..33e391b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$animator.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$attr.dex new file mode 100644 index 0000000..b85b4c1 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$bool.dex new file mode 100644 index 0000000..05f742c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$color.dex new file mode 100644 index 0000000..c596e53 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$dimen.dex new file mode 100644 index 0000000..3ac9c8a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$drawable.dex new file mode 100644 index 0000000..dbff6b8 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$id.dex new file mode 100644 index 0000000..fc9075d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$integer.dex new file mode 100644 index 0000000..6c1c256 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$interpolator.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$interpolator.dex new file mode 100644 index 0000000..995edd3 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$interpolator.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$layout.dex new file mode 100644 index 0000000..4fc043c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$mipmap.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$mipmap.dex new file mode 100644 index 0000000..f09b026 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$mipmap.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$string.dex new file mode 100644 index 0000000..055155f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$style.dex new file mode 100644 index 0000000..0b65d04 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$styleable.dex new file mode 100644 index 0000000..5162f52 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R.dex new file mode 100644 index 0000000..2d4b4ce Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/SecondActivity.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/SecondActivity.dex new file mode 100644 index 0000000..b2244eb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/SecondActivity.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/TimeSlotAdapter$TimeViewHolder.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/TimeSlotAdapter$TimeViewHolder.dex new file mode 100644 index 0000000..f6afade Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/TimeSlotAdapter$TimeViewHolder.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/TimeSlotAdapter.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/TimeSlotAdapter.dex new file mode 100644 index 0000000..7051681 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/TimeSlotAdapter.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/Timetable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/Timetable.dex new file mode 100644 index 0000000..7c8b5b2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/Timetable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/LoginDataSource.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/LoginDataSource.dex new file mode 100644 index 0000000..f09850c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/LoginDataSource.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/LoginRepository.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/LoginRepository.dex new file mode 100644 index 0000000..4b0e8ed Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/LoginRepository.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result$1.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result$1.dex new file mode 100644 index 0000000..d349eac Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result$1.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result$Error.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result$Error.dex new file mode 100644 index 0000000..8583fc6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result$Error.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result$Success.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result$Success.dex new file mode 100644 index 0000000..8216081 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result$Success.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result.dex new file mode 100644 index 0000000..8bd68f9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/Result.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/model/LoggedInUser.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/model/LoggedInUser.dex new file mode 100644 index 0000000..92106ea Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/data/model/LoggedInUser.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoggedInUserView.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoggedInUserView.dex new file mode 100644 index 0000000..0955b02 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoggedInUserView.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginActivity.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginActivity.dex new file mode 100644 index 0000000..db2c238 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginActivity.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginFormState.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginFormState.dex new file mode 100644 index 0000000..939cd20 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginFormState.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginResult.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginResult.dex new file mode 100644 index 0000000..02e7b8b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginResult.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginViewModel.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginViewModel.dex new file mode 100644 index 0000000..e3d6ada Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginViewModel.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginViewModelFactory.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginViewModelFactory.dex new file mode 100644 index 0000000..18831c1 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/example/iitrtimetable/ui/login/LoginViewModelFactory.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$anim.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$anim.dex new file mode 100644 index 0000000..336bd38 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$anim.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$animator.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$animator.dex new file mode 100644 index 0000000..6100fd6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$animator.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$attr.dex new file mode 100644 index 0000000..102d698 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$bool.dex new file mode 100644 index 0000000..cc050c7 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$color.dex new file mode 100644 index 0000000..ba478f2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$dimen.dex new file mode 100644 index 0000000..799ca87 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$drawable.dex new file mode 100644 index 0000000..d06d87a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$id.dex new file mode 100644 index 0000000..fb9c148 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$integer.dex new file mode 100644 index 0000000..b4db942 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$interpolator.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$interpolator.dex new file mode 100644 index 0000000..0f4f851 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$interpolator.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$layout.dex new file mode 100644 index 0000000..aaf74e3 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$string.dex new file mode 100644 index 0000000..c968b2f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$style.dex new file mode 100644 index 0000000..81c5be1 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$styleable.dex new file mode 100644 index 0000000..8688eac Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R.dex new file mode 100644 index 0000000..37363cf Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/com/google/android/material/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/__content__.json b/app/build/intermediates/transforms/dexBuilder/debug/__content__.json new file mode 100644 index 0000000..3051f8a --- /dev/null +++ b/app/build/intermediates/transforms/dexBuilder/debug/__content__.json @@ -0,0 +1 @@ +[{"name":"C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\javac\\debug\\classes","index":0,"scopes":["PROJECT"],"types":["DEX_ARCHIVE"],"format":"DIRECTORY","present":true}] \ No newline at end of file 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..1f2ff73 Binary files /dev/null and b/app/build/outputs/apk/debug/app-debug.apk differ diff --git a/app/build/outputs/apk/debug/output.json b/app/build/outputs/apk/debug/output.json new file mode 100644 index 0000000..92a0784 --- /dev/null +++ b/app/build/outputs/apk/debug/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"app-debug.apk","properties":{}}] \ 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..f3841d4 --- /dev/null +++ b/app/build/outputs/logs/manifest-merger-debug-report.txt @@ -0,0 +1,244 @@ +-- Merging decision tree log --- +manifest +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:2:1-48:12 +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:2:1-48:12 +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:2:1-48:12 +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:2:1-48:12 +MERGED from [com.google.android.material:material:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9ee5da6fca20f6f07dce6c73fc4ca33a\material-1.0.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.appcompat:appcompat:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\f5bdf8930f5b0dade80802408310dda6\appcompat-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.lifecycle:lifecycle-extensions:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\4f3f57a83cb26d1dd8ca69501722966b\lifecycle-extensions-2.1.0\AndroidManifest.xml:17:1-25:12 +MERGED from [androidx.fragment:fragment:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\df9a84c4655b7cf6fd3ecff2821fd9d3\fragment-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.appcompat:appcompat-resources:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\a44642c3bddc1cd9ae77529ce5394be3\appcompat-resources-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.recyclerview:recyclerview:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\99839343cfb353ec06147cc6109cf9b2\recyclerview-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.legacy:legacy-support-core-ui:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\67e3a22614326cadf216274f01d6d423\legacy-support-core-ui-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\3d66247cb3e229dc7753f5f4d3b35b4b\drawerlayout-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\984e9edaa0792ad5f44429be517dd8ee\legacy-support-core-utils-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.transition:transition:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\4ea847ccfe34de0657fc7a139eae5de8\transition-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7ae8c1d65b7331eeb350edf91287a16c\viewpager-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.loader:loader:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\de3b4aff63e255359d6d83ac6fbdaff5\loader-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.activity:activity:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\b96b3435fb358bdd7f04f1152639314c\activity-1.0.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\bf0848ee243e36dc13961016c6f63543\vectordrawable-animated-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9572194aa98bde0ee13f87e0985824cf\vectordrawable-1.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\cbfe81a657ef2afb513a6ca64388f844\coordinatorlayout-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.slidingpanelayout:slidingpanelayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\985ff358bb91108c25d3fd24361b35b6\slidingpanelayout-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.customview:customview:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\2dfde23a071269bfc073d57af77f7873\customview-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9b9140e118d7f4f83e504277c0661cb2\swiperefreshlayout-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.asynclayoutinflater:asynclayoutinflater:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7b3b7b721ad53547c0e35001526b3ae3\asynclayoutinflater-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.core:core:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7f6c41cc2a14c0fbaa8d0166c17dc544\core-1.1.0\AndroidManifest.xml:17:1-26:12 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\fb37b7f790edcc9d7fe6d3e5314b8c56\cursoradapter-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\c034f7088c57e18a85dafc68b942945f\cardview-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:17:1-30:12 +MERGED from [androidx.lifecycle:lifecycle-service:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\56ac9380cb774c810e6009b415c27771\lifecycle-service-2.1.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\1bd2f6a321d0549948d7f1edb5f036d6\lifecycle-runtime-2.1.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\bd0a62944459a1adc1265a78d0c60d40\lifecycle-livedata-2.1.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\03f4a17b2aa275cfc7a94c5e6df20a9c\lifecycle-livedata-core-2.1.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7fd288a66b1b8e0d6669d784ba4e7ede\core-runtime-2.1.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.savedstate:savedstate:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\f031147607d3aeb238f176a00d5e308c\savedstate-1.0.0\AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\55566c395264c409f125230efea7fd76\lifecycle-viewmodel-2.1.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9a29ee90fd211f611caccd9d338a3e44\versionedparcelable-1.1.0\AndroidManifest.xml:17:1-27:12 +MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\2d1f640c1b4beb33089ff5c91bbd7f31\interpolator-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\8506ddbc1ed30380944ad7f0369e4760\documentfile-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\35d6382087ac1999db47004e3bf24934\localbroadcastmanager-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.print:print:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\8893b90c6f2a61edd1acfa898cb4cde1\print-1.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\c1763829f79bc3811543d2bb9a22b866\constraintlayout-1.1.3\AndroidManifest.xml:2:1-11:12 +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:2:1-48:12 +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:2:1-48:12 +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:2:1-48:12 + package + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:3:5-40 + INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + android:versionName + INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:2:1-48:12 + INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + android:versionCode + INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:2:1-48:12 + INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + xmlns:android + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:2:11-69 +application +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:5:5-46:19 +MERGED from [com.google.android.material:material:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9ee5da6fca20f6f07dce6c73fc4ca33a\material-1.0.0\AndroidManifest.xml:22:5-20 +MERGED from [com.google.android.material:material:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9ee5da6fca20f6f07dce6c73fc4ca33a\material-1.0.0\AndroidManifest.xml:22:5-20 +MERGED from [androidx.lifecycle:lifecycle-extensions:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\4f3f57a83cb26d1dd8ca69501722966b\lifecycle-extensions-2.1.0\AndroidManifest.xml:22:5-23:19 +MERGED from [androidx.lifecycle:lifecycle-extensions:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\4f3f57a83cb26d1dd8ca69501722966b\lifecycle-extensions-2.1.0\AndroidManifest.xml:22:5-23:19 +MERGED from [androidx.core:core:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7f6c41cc2a14c0fbaa8d0166c17dc544\core-1.1.0\AndroidManifest.xml:24:5-89 +MERGED from [androidx.core:core:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7f6c41cc2a14c0fbaa8d0166c17dc544\core-1.1.0\AndroidManifest.xml:24:5-89 +MERGED from [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:22:5-28:19 +MERGED from [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:22:5-28:19 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9a29ee90fd211f611caccd9d338a3e44\versionedparcelable-1.1.0\AndroidManifest.xml:24:5-25:19 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9a29ee90fd211f611caccd9d338a3e44\versionedparcelable-1.1.0\AndroidManifest.xml:24:5-25:19 +MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\c1763829f79bc3811543d2bb9a22b866\constraintlayout-1.1.3\AndroidManifest.xml:9:5-20 +MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\c1763829f79bc3811543d2bb9a22b866\constraintlayout-1.1.3\AndroidManifest.xml:9:5-20 + android:appComponentFactory + ADDED from [androidx.core:core:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7f6c41cc2a14c0fbaa8d0166c17dc544\core-1.1.0\AndroidManifest.xml:24:18-86 + android:supportsRtl + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:10:9-35 + android:label + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:8:9-41 + android:roundIcon + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:9:9-54 + android:icon + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:7:9-43 + android:allowBackup + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:6:9-35 + android:theme + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:11:9-40 +activity#com.example.iitrtimetable.Monday +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:12:9-20:20 + android:parentActivityName + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:15:13-52 + android:label + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:14:13-35 + android:name + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:13:13-35 +meta-data#android.support.TIMETABLE +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:16:13-18:52 + android:value + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:18:17-49 + android:name + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:17:17-57 +activity#com.example.iitrtimetable.Timetable +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:21:9-28:20 + android:parentActivityName + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:24:13-57 + android:label + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:23:13-38 + android:name + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:22:13-38 +meta-data#android.support.SECOND_ACTIVITY +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:25:13-27:55 + android:value + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:27:17-52 + android:name + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:26:17-63 +activity#com.example.iitrtimetable.SecondActivity +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:29:9-36:20 + android:parentActivityName + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:32:13-65 + android:label + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:31:13-51 + android:name + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:30:13-43 +meta-data#android.support.PARENT_ACTIVITY +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:33:13-35:59 + android:value + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:35:17-56 + android:name + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:34:17-63 +activity#com.example.iitrtimetable.ui.login.LoginActivity +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:37:9-45:20 + android:label + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:39:13-45 + android:name + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:38:13-51 +intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:40:13-44:29 +action#android.intent.action.MAIN +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:41:17-69 + android:name + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:41:25-66 +category#android.intent.category.LAUNCHER +ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:43:17-77 + android:name + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml:43:27-74 +uses-sdk +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml reason: use-sdk injection requested +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml +MERGED from [com.google.android.material:material:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9ee5da6fca20f6f07dce6c73fc4ca33a\material-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.google.android.material:material:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9ee5da6fca20f6f07dce6c73fc4ca33a\material-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.appcompat:appcompat:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\f5bdf8930f5b0dade80802408310dda6\appcompat-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.appcompat:appcompat:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\f5bdf8930f5b0dade80802408310dda6\appcompat-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-extensions:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\4f3f57a83cb26d1dd8ca69501722966b\lifecycle-extensions-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-extensions:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\4f3f57a83cb26d1dd8ca69501722966b\lifecycle-extensions-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.fragment:fragment:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\df9a84c4655b7cf6fd3ecff2821fd9d3\fragment-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.fragment:fragment:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\df9a84c4655b7cf6fd3ecff2821fd9d3\fragment-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.appcompat:appcompat-resources:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\a44642c3bddc1cd9ae77529ce5394be3\appcompat-resources-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.appcompat:appcompat-resources:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\a44642c3bddc1cd9ae77529ce5394be3\appcompat-resources-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.recyclerview:recyclerview:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\99839343cfb353ec06147cc6109cf9b2\recyclerview-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.recyclerview:recyclerview:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\99839343cfb353ec06147cc6109cf9b2\recyclerview-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.legacy:legacy-support-core-ui:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\67e3a22614326cadf216274f01d6d423\legacy-support-core-ui-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.legacy:legacy-support-core-ui:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\67e3a22614326cadf216274f01d6d423\legacy-support-core-ui-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\3d66247cb3e229dc7753f5f4d3b35b4b\drawerlayout-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\3d66247cb3e229dc7753f5f4d3b35b4b\drawerlayout-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\984e9edaa0792ad5f44429be517dd8ee\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\gauta\.gradle\caches\transforms-2\files-2.1\984e9edaa0792ad5f44429be517dd8ee\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.transition:transition:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\4ea847ccfe34de0657fc7a139eae5de8\transition-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.transition:transition:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\4ea847ccfe34de0657fc7a139eae5de8\transition-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7ae8c1d65b7331eeb350edf91287a16c\viewpager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7ae8c1d65b7331eeb350edf91287a16c\viewpager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.loader:loader:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\de3b4aff63e255359d6d83ac6fbdaff5\loader-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.loader:loader:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\de3b4aff63e255359d6d83ac6fbdaff5\loader-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.activity:activity:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\b96b3435fb358bdd7f04f1152639314c\activity-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.activity:activity:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\b96b3435fb358bdd7f04f1152639314c\activity-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\bf0848ee243e36dc13961016c6f63543\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\bf0848ee243e36dc13961016c6f63543\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9572194aa98bde0ee13f87e0985824cf\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9572194aa98bde0ee13f87e0985824cf\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\cbfe81a657ef2afb513a6ca64388f844\coordinatorlayout-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\cbfe81a657ef2afb513a6ca64388f844\coordinatorlayout-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.slidingpanelayout:slidingpanelayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\985ff358bb91108c25d3fd24361b35b6\slidingpanelayout-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.slidingpanelayout:slidingpanelayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\985ff358bb91108c25d3fd24361b35b6\slidingpanelayout-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.customview:customview:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\2dfde23a071269bfc073d57af77f7873\customview-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.customview:customview:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\2dfde23a071269bfc073d57af77f7873\customview-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9b9140e118d7f4f83e504277c0661cb2\swiperefreshlayout-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9b9140e118d7f4f83e504277c0661cb2\swiperefreshlayout-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.asynclayoutinflater:asynclayoutinflater:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7b3b7b721ad53547c0e35001526b3ae3\asynclayoutinflater-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.asynclayoutinflater:asynclayoutinflater:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7b3b7b721ad53547c0e35001526b3ae3\asynclayoutinflater-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.core:core:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7f6c41cc2a14c0fbaa8d0166c17dc544\core-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.core:core:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7f6c41cc2a14c0fbaa8d0166c17dc544\core-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\fb37b7f790edcc9d7fe6d3e5314b8c56\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\fb37b7f790edcc9d7fe6d3e5314b8c56\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\c034f7088c57e18a85dafc68b942945f\cardview-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\c034f7088c57e18a85dafc68b942945f\cardview-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-service:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\56ac9380cb774c810e6009b415c27771\lifecycle-service-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-service:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\56ac9380cb774c810e6009b415c27771\lifecycle-service-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\1bd2f6a321d0549948d7f1edb5f036d6\lifecycle-runtime-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\1bd2f6a321d0549948d7f1edb5f036d6\lifecycle-runtime-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\bd0a62944459a1adc1265a78d0c60d40\lifecycle-livedata-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\bd0a62944459a1adc1265a78d0c60d40\lifecycle-livedata-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\03f4a17b2aa275cfc7a94c5e6df20a9c\lifecycle-livedata-core-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\03f4a17b2aa275cfc7a94c5e6df20a9c\lifecycle-livedata-core-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7fd288a66b1b8e0d6669d784ba4e7ede\core-runtime-2.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\7fd288a66b1b8e0d6669d784ba4e7ede\core-runtime-2.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.savedstate:savedstate:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\f031147607d3aeb238f176a00d5e308c\savedstate-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.savedstate:savedstate:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\f031147607d3aeb238f176a00d5e308c\savedstate-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\55566c395264c409f125230efea7fd76\lifecycle-viewmodel-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\55566c395264c409f125230efea7fd76\lifecycle-viewmodel-2.1.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9a29ee90fd211f611caccd9d338a3e44\versionedparcelable-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\9a29ee90fd211f611caccd9d338a3e44\versionedparcelable-1.1.0\AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\2d1f640c1b4beb33089ff5c91bbd7f31\interpolator-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\2d1f640c1b4beb33089ff5c91bbd7f31\interpolator-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\8506ddbc1ed30380944ad7f0369e4760\documentfile-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\8506ddbc1ed30380944ad7f0369e4760\documentfile-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\35d6382087ac1999db47004e3bf24934\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\35d6382087ac1999db47004e3bf24934\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.print:print:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\8893b90c6f2a61edd1acfa898cb4cde1\print-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.print:print:1.0.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\8893b90c6f2a61edd1acfa898cb4cde1\print-1.0.0\AndroidManifest.xml:20:5-44 +MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\c1763829f79bc3811543d2bb9a22b866\constraintlayout-1.1.3\AndroidManifest.xml:5:5-7:41 +MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\c1763829f79bc3811543d2bb9a22b866\constraintlayout-1.1.3\AndroidManifest.xml:5:5-7:41 +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml +INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + android:targetSdkVersion + INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + android:minSdkVersion + INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + ADDED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml + INJECTED from C:\Gautam\iitrtimetable-master\app\src\main\AndroidManifest.xml +provider#androidx.lifecycle.ProcessLifecycleOwnerInitializer +ADDED from [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:23:9-27:43 + android:authorities + ADDED from [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:25:13-69 + android:multiprocess + ADDED from [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:27:13-40 + android:exported + ADDED from [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:26:13-37 + android:name + ADDED from [androidx.lifecycle:lifecycle-process:2.1.0] C:\Users\gauta\.gradle\caches\transforms-2\files-2.1\e50b3f7edd4f9041d2755ee263c7c860\lifecycle-process-2.1.0\AndroidManifest.xml:24:13-79 diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro new file mode 100644 index 0000000..f1b4245 --- /dev/null +++ b/app/proguard-rules.pro @@ -0,0 +1,21 @@ +# Add project specific ProGuard rules here. +# You can control the set of applied configuration files using the +# proguardFiles setting in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} + +# Uncomment this to preserve the line number information for +# debugging stack traces. +#-keepattributes SourceFile,LineNumberTable + +# If you keep the line number information, uncomment this to +# hide the original source file name. +#-renamesourcefileattribute SourceFile diff --git a/app/src/androidTest/java/com/example/iitrtimetable/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/example/iitrtimetable/ExampleInstrumentedTest.java new file mode 100644 index 0000000..34768e8 --- /dev/null +++ b/app/src/androidTest/java/com/example/iitrtimetable/ExampleInstrumentedTest.java @@ -0,0 +1,27 @@ +package com.example.iitrtimetable; + +import android.content.Context; + +import androidx.test.platform.app.InstrumentationRegistry; +import androidx.test.ext.junit.runners.AndroidJUnit4; + +import org.junit.Test; +import org.junit.runner.RunWith; + +import static org.junit.Assert.*; + +/** + * Instrumented test, which will execute on an Android device. + * + * @see Testing documentation + */ +@RunWith(AndroidJUnit4.class) +public class ExampleInstrumentedTest { + @Test + public void useAppContext() { + // Context of the app under test. + Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); + + assertEquals("com.example.iitrtimetable", appContext.getPackageName()); + } +} diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..8d0ba9d --- /dev/null +++ b/app/src/main/AndroidManifest.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/java/com/example/iitrtimetable/Monday.java b/app/src/main/java/com/example/iitrtimetable/Monday.java new file mode 100644 index 0000000..4c6ac07 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/Monday.java @@ -0,0 +1,56 @@ +package com.example.iitrtimetable; + +import androidx.appcompat.app.AppCompatActivity; +import androidx.recyclerview.widget.LinearLayoutManager; +import androidx.recyclerview.widget.RecyclerView; + +import android.os.Bundle; + +import java.util.LinkedList; + +public class Monday extends AppCompatActivity { + private final LinkedList mTimeSlot = new LinkedList<>(); + private RecyclerView mRecyclerView; + private TimeSlotAdapter mAdapter; + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + setContentView(R.layout.activity_monday); + mTimeSlot.addLast("0000 hrs - 0100 hrs free"); + mTimeSlot.addLast("0100 hrs - 0200 hrs free"); + mTimeSlot.addLast("0200 hrs - 0300 hrs free"); + mTimeSlot.addLast("0300 hrs - 0400 hrs free"); + mTimeSlot.addLast("0400 hrs - 0500 hrs free"); + mTimeSlot.addLast("0500 hrs - 0600 hrs free"); + mTimeSlot.addLast("0600 hrs - 0700 hrs free"); + mTimeSlot.addLast("0700 hrs - 0800 hrs free"); + mTimeSlot.addLast("0800 hrs - 0900 hrs L HSN 001B"); + mTimeSlot.addLast("0900 hrs - 1000 hrs free"); + mTimeSlot.addLast("1000 hrs - 1100 hrs T MAN 001"); + mTimeSlot.addLast("1100 hrs - 1200 hrs free"); + + + mTimeSlot.addLast("1200 hrs - 1300 hrs free"); + mTimeSlot.addLast("1300 hrs - 1400 hrs free"); + mTimeSlot.addLast("1400 hrs - 1500 hrs L CSN 103"); + mTimeSlot.addLast("1500 hrs - 1600 hrs L MAN 001"); + mTimeSlot.addLast("1600 hrs - 1700 hrs L PHN 005"); + mTimeSlot.addLast("1700 hrs - 1800 hrs L ECN 101"); + mTimeSlot.addLast("1800 hrs - 1900 hrs W SDS"); + mTimeSlot.addLast("1900 hrs - 2000 hrs free"); + mTimeSlot.addLast("2000 hrs - 2100 hrs free"); + mTimeSlot.addLast("2100 hrs - 2200 hrs M MDG "); + mTimeSlot.addLast("2200 hrs - 2300 hrs free"); + mTimeSlot.addLast("2300 hrs - 0000 hrs free"); + +// Get a handle to the RecyclerView. + mRecyclerView = findViewById(R.id.recyclerview); +// Create an adapter and supply the data to be displayed. + mAdapter = new TimeSlotAdapter(this, mTimeSlot); +// Connect the adapter with the RecyclerView. + mRecyclerView.setAdapter(mAdapter); +// Give the RecyclerView a default layout manager. + mRecyclerView.setLayoutManager(new LinearLayoutManager(this)); + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/SecondActivity.java b/app/src/main/java/com/example/iitrtimetable/SecondActivity.java new file mode 100644 index 0000000..e6c0394 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/SecondActivity.java @@ -0,0 +1,21 @@ +package com.example.iitrtimetable; + +import androidx.appcompat.app.AppCompatActivity; + +import android.content.Intent; +import android.os.Bundle; +import android.view.View; + +public class SecondActivity extends AppCompatActivity { + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + setContentView(R.layout.activity_second); + } + + public void showTimetable(View view) { + Intent intent = new Intent(this, Timetable.class); + startActivity(intent); + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/TimeSlotAdapter.java b/app/src/main/java/com/example/iitrtimetable/TimeSlotAdapter.java new file mode 100644 index 0000000..b9d22a0 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/TimeSlotAdapter.java @@ -0,0 +1,53 @@ +package com.example.iitrtimetable; + +import android.content.Context; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.TextView; + +import androidx.annotation.NonNull; +import androidx.recyclerview.widget.RecyclerView; + +import java.util.LinkedList; + +public class TimeSlotAdapter extends + RecyclerView.Adapter { + + private final LinkedList mTimeSlot; + private LayoutInflater mInflater; + + public TimeSlotAdapter(Context context, + LinkedList wordList) { + mInflater = LayoutInflater.from(context); + this.mTimeSlot = wordList; + } + + class TimeViewHolder extends RecyclerView.ViewHolder { + public TimeViewHolder(View itemview, TimeSlotAdapter adapter) { + super(itemview); + timeslot = itemview.findViewById(R.id.time); + this.mAdapter = adapter; + } + + public final TextView timeslot; + final TimeSlotAdapter mAdapter; + } + + public TimeSlotAdapter.TimeViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) { + View mItemView = mInflater.inflate(R.layout.timeslot, + parent, false); + return new TimeViewHolder(mItemView, this); + } + + @Override + public void onBindViewHolder(@NonNull TimeSlotAdapter.TimeViewHolder holder, int position) { + String mCurrent = mTimeSlot.get(position); + holder.timeslot.setText(mCurrent); + } + + @Override + public int getItemCount() { + return mTimeSlot.size(); + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/Timetable.java b/app/src/main/java/com/example/iitrtimetable/Timetable.java new file mode 100644 index 0000000..7842d55 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/Timetable.java @@ -0,0 +1,21 @@ +package com.example.iitrtimetable; + +import androidx.appcompat.app.AppCompatActivity; + +import android.content.Intent; +import android.os.Bundle; +import android.view.View; + +public class Timetable extends AppCompatActivity { + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + setContentView(R.layout.activity_timetable); + } + + public void monday(View view) { + Intent intent = new Intent(this, Monday.class); + startActivity(intent); + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/data/LoginDataSource.java b/app/src/main/java/com/example/iitrtimetable/data/LoginDataSource.java new file mode 100644 index 0000000..1860772 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/data/LoginDataSource.java @@ -0,0 +1,29 @@ +package com.example.iitrtimetable.data; + +import com.example.iitrtimetable.data.model.LoggedInUser; + +import java.io.IOException; + +/** + * Class that handles authentication w/ login credentials and retrieves user information. + */ +public class LoginDataSource { + + public Result login(String username, String password) { + + try { + // TODO: handle loggedInUser authentication + LoggedInUser fakeUser = + new LoggedInUser( + java.util.UUID.randomUUID().toString(), + "Jane Doe"); + return new Result.Success<>(fakeUser); + } catch (Exception e) { + return new Result.Error(new IOException("Error logging in", e)); + } + } + + public void logout() { + // TODO: revoke authentication + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/data/LoginRepository.java b/app/src/main/java/com/example/iitrtimetable/data/LoginRepository.java new file mode 100644 index 0000000..ed2a52e --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/data/LoginRepository.java @@ -0,0 +1,54 @@ +package com.example.iitrtimetable.data; + +import com.example.iitrtimetable.data.model.LoggedInUser; + +/** + * Class that requests authentication and user information from the remote data source and + * maintains an in-memory cache of login status and user credentials information. + */ +public class LoginRepository { + + private static volatile LoginRepository instance; + + private LoginDataSource dataSource; + + // If user credentials will be cached in local storage, it is recommended it be encrypted + // @see https://developer.android.com/training/articles/keystore + private LoggedInUser user = null; + + // private constructor : singleton access + private LoginRepository(LoginDataSource dataSource) { + this.dataSource = dataSource; + } + + public static LoginRepository getInstance(LoginDataSource dataSource) { + if (instance == null) { + instance = new LoginRepository(dataSource); + } + return instance; + } + + public boolean isLoggedIn() { + return user != null; + } + + public void logout() { + user = null; + dataSource.logout(); + } + + private void setLoggedInUser(LoggedInUser user) { + this.user = user; + // If user credentials will be cached in local storage, it is recommended it be encrypted + // @see https://developer.android.com/training/articles/keystore + } + + public Result login(String username, String password) { + // handle login + Result result = dataSource.login(username, password); + if (result instanceof Result.Success) { + setLoggedInUser(((Result.Success) result).getData()); + } + return result; + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/data/Result.java b/app/src/main/java/com/example/iitrtimetable/data/Result.java new file mode 100644 index 0000000..6f998cd --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/data/Result.java @@ -0,0 +1,48 @@ +package com.example.iitrtimetable.data; + +/** + * A generic class that holds a result success w/ data or an error exception. + */ +public class Result { + // hide the private constructor to limit subclass types (Success, Error) + private Result() { + } + + @Override + public String toString() { + if (this instanceof Result.Success) { + Result.Success success = (Result.Success) this; + return "Success[data=" + success.getData().toString() + "]"; + } else if (this instanceof Result.Error) { + Result.Error error = (Result.Error) this; + return "Error[exception=" + error.getError().toString() + "]"; + } + return ""; + } + + // Success sub-class + public final static class Success extends Result { + private T data; + + public Success(T data) { + this.data = data; + } + + public T getData() { + return this.data; + } + } + + // Error sub-class + public final static class Error extends Result { + private Exception error; + + public Error(Exception error) { + this.error = error; + } + + public Exception getError() { + return this.error; + } + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/data/model/LoggedInUser.java b/app/src/main/java/com/example/iitrtimetable/data/model/LoggedInUser.java new file mode 100644 index 0000000..97c31a3 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/data/model/LoggedInUser.java @@ -0,0 +1,23 @@ +package com.example.iitrtimetable.data.model; + +/** + * Data class that captures user information for logged in users retrieved from LoginRepository + */ +public class LoggedInUser { + + private String userId; + private String displayName; + + public LoggedInUser(String userId, String displayName) { + this.userId = userId; + this.displayName = displayName; + } + + public String getUserId() { + return userId; + } + + public String getDisplayName() { + return displayName; + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/ui/login/LoggedInUserView.java b/app/src/main/java/com/example/iitrtimetable/ui/login/LoggedInUserView.java new file mode 100644 index 0000000..58e14fb --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/ui/login/LoggedInUserView.java @@ -0,0 +1,17 @@ +package com.example.iitrtimetable.ui.login; + +/** + * Class exposing authenticated user details to the UI. + */ +class LoggedInUserView { + private String displayName; + //... other data fields that may be accessible to the UI + + LoggedInUserView(String displayName) { + this.displayName = displayName; + } + + String getDisplayName() { + return displayName; + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/ui/login/LoginActivity.java b/app/src/main/java/com/example/iitrtimetable/ui/login/LoginActivity.java new file mode 100644 index 0000000..56be825 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/ui/login/LoginActivity.java @@ -0,0 +1,52 @@ +package com.example.iitrtimetable.ui.login; + +import android.app.Activity; + +import androidx.lifecycle.Observer; +import androidx.lifecycle.ViewModelProviders; + +import android.content.Intent; +import android.os.Bundle; + +import androidx.annotation.Nullable; +import androidx.annotation.StringRes; +import androidx.appcompat.app.AppCompatActivity; + +import android.text.Editable; +import android.text.TextWatcher; +import android.util.Log; +import android.view.KeyEvent; +import android.view.View; +import android.view.inputmethod.EditorInfo; +import android.widget.Button; +import android.widget.EditText; +import android.widget.ProgressBar; +import android.widget.TextView; +import android.widget.Toast; + +import com.example.iitrtimetable.R; +import com.example.iitrtimetable.SecondActivity; +import com.example.iitrtimetable.ui.login.LoginViewModel; +import com.example.iitrtimetable.ui.login.LoginViewModelFactory; + +public class LoginActivity extends AppCompatActivity { + + + + + private static final String LOG_TAG = + LoginActivity.class.getSimpleName(); + + @Override + public void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + setContentView(R.layout.activity_login); + + } + + public void launchSecondActivity(View view) { + Intent intent = new Intent(this, SecondActivity.class); + startActivity(intent); + Log.d(LOG_TAG, "Button clicked!"); + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/ui/login/LoginFormState.java b/app/src/main/java/com/example/iitrtimetable/ui/login/LoginFormState.java new file mode 100644 index 0000000..bf43d69 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/ui/login/LoginFormState.java @@ -0,0 +1,40 @@ +package com.example.iitrtimetable.ui.login; + +import androidx.annotation.Nullable; + +/** + * Data validation state of the login form. + */ +class LoginFormState { + @Nullable + private Integer usernameError; + @Nullable + private Integer passwordError; + private boolean isDataValid; + + LoginFormState(@Nullable Integer usernameError, @Nullable Integer passwordError) { + this.usernameError = usernameError; + this.passwordError = passwordError; + this.isDataValid = false; + } + + LoginFormState(boolean isDataValid) { + this.usernameError = null; + this.passwordError = null; + this.isDataValid = isDataValid; + } + + @Nullable + Integer getUsernameError() { + return usernameError; + } + + @Nullable + Integer getPasswordError() { + return passwordError; + } + + boolean isDataValid() { + return isDataValid; + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/ui/login/LoginResult.java b/app/src/main/java/com/example/iitrtimetable/ui/login/LoginResult.java new file mode 100644 index 0000000..65c5ec7 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/ui/login/LoginResult.java @@ -0,0 +1,31 @@ +package com.example.iitrtimetable.ui.login; + +import androidx.annotation.Nullable; + +/** + * Authentication result : success (user details) or error message. + */ +class LoginResult { + @Nullable + private LoggedInUserView success; + @Nullable + private Integer error; + + LoginResult(@Nullable Integer error) { + this.error = error; + } + + LoginResult(@Nullable LoggedInUserView success) { + this.success = success; + } + + @Nullable + LoggedInUserView getSuccess() { + return success; + } + + @Nullable + Integer getError() { + return error; + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/ui/login/LoginViewModel.java b/app/src/main/java/com/example/iitrtimetable/ui/login/LoginViewModel.java new file mode 100644 index 0000000..d077fb5 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/ui/login/LoginViewModel.java @@ -0,0 +1,70 @@ +package com.example.iitrtimetable.ui.login; + +import androidx.lifecycle.LiveData; +import androidx.lifecycle.MutableLiveData; +import androidx.lifecycle.ViewModel; + +import android.util.Patterns; + +import com.example.iitrtimetable.data.LoginRepository; +import com.example.iitrtimetable.data.Result; +import com.example.iitrtimetable.data.model.LoggedInUser; +import com.example.iitrtimetable.R; + +public class LoginViewModel extends ViewModel { + + private MutableLiveData loginFormState = new MutableLiveData<>(); + private MutableLiveData loginResult = new MutableLiveData<>(); + private LoginRepository loginRepository; + + LoginViewModel(LoginRepository loginRepository) { + this.loginRepository = loginRepository; + } + + LiveData getLoginFormState() { + return loginFormState; + } + + LiveData getLoginResult() { + return loginResult; + } + + public void login(String username, String password) { + // can be launched in a separate asynchronous job + Result result = loginRepository.login(username, password); + + if (result instanceof Result.Success) { + LoggedInUser data = ((Result.Success) result).getData(); + loginResult.setValue(new LoginResult(new LoggedInUserView(data.getDisplayName()))); + } else { + loginResult.setValue(new LoginResult(R.string.login_failed)); + } + } + + public void loginDataChanged(String username, String password) { + if (!isUserNameValid(username)) { + loginFormState.setValue(new LoginFormState(R.string.invalid_username, null)); + } else if (!isPasswordValid(password)) { + loginFormState.setValue(new LoginFormState(null, R.string.invalid_password)); + } else { + loginFormState.setValue(new LoginFormState(true)); + } + } + + // A placeholder username validation check + private boolean isUserNameValid(String username) { + if (username == null) { + return false; + } + if (username.contains("@")) { + return Patterns.EMAIL_ADDRESS.matcher(username).matches(); + } else { + return !username.trim().isEmpty(); + } + } + + // A placeholder password validation check + private boolean isPasswordValid(String password) { + return password != null && password.trim().length() > 5; + } +} diff --git a/app/src/main/java/com/example/iitrtimetable/ui/login/LoginViewModelFactory.java b/app/src/main/java/com/example/iitrtimetable/ui/login/LoginViewModelFactory.java new file mode 100644 index 0000000..8afc3c2 --- /dev/null +++ b/app/src/main/java/com/example/iitrtimetable/ui/login/LoginViewModelFactory.java @@ -0,0 +1,26 @@ +package com.example.iitrtimetable.ui.login; + +import androidx.lifecycle.ViewModel; +import androidx.lifecycle.ViewModelProvider; +import androidx.annotation.NonNull; + +import com.example.iitrtimetable.data.LoginDataSource; +import com.example.iitrtimetable.data.LoginRepository; + +/** + * ViewModel provider factory to instantiate LoginViewModel. + * Required given LoginViewModel has a non-empty constructor + */ +public class LoginViewModelFactory implements ViewModelProvider.Factory { + + @NonNull + @Override + @SuppressWarnings("unchecked") + public T create(@NonNull Class modelClass) { + if (modelClass.isAssignableFrom(LoginViewModel.class)) { + return (T) new LoginViewModel(LoginRepository.getInstance(new LoginDataSource())); + } else { + throw new IllegalArgumentException("Unknown ViewModel class"); + } + } +} diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 0000000..1f6bb29 --- /dev/null +++ b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..0d025f9 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml new file mode 100644 index 0000000..16cbd84 --- /dev/null +++ b/app/src/main/res/layout/activity_login.xml @@ -0,0 +1,79 @@ + + + + + + + +