vaderjs-native 1.0.21 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/android/build.ts +361 -196
- package/cli/android/dev.ts +129 -61
- package/cli.ts +182 -168
- package/config/index.ts +1 -1
- package/package.json +4 -4
- package/templates/android/.gradle/9.1.0/checksums/checksums.lock +0 -0
- package/templates/android/.gradle/9.1.0/fileHashes/fileHashes.lock +0 -0
- package/templates/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/templates/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/templates/android/app/build.gradle.kts +2 -2
- package/templates/android/app/src/main/java/myapp/AndroidBridge.kt +199 -0
- package/templates/android/app/src/main/java/myapp/MainActivity.kt +132 -351
- package/templates/android/.gradle/9.1.0/executionHistory/executionHistory.bin +0 -0
- package/templates/android/.gradle/9.1.0/executionHistory/executionHistory.lock +0 -0
- package/templates/android/.gradle/9.1.0/fileHashes/fileHashes.bin +0 -0
- package/templates/android/.gradle/9.1.0/fileHashes/resourceHashesCache.bin +0 -0
- package/templates/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/templates/android/.gradle/file-system.probe +0 -0
- package/templates/android/.idea/.name +0 -1
- package/templates/android/.idea/AndroidProjectSystem.xml +0 -6
- package/templates/android/.idea/codeStyles/Project.xml +0 -123
- package/templates/android/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/templates/android/.idea/compiler.xml +0 -6
- package/templates/android/.idea/deploymentTargetSelector.xml +0 -10
- package/templates/android/.idea/gradle.xml +0 -19
- package/templates/android/.idea/inspectionProfiles/Project_Default.xml +0 -61
- package/templates/android/.idea/migrations.xml +0 -10
- package/templates/android/.idea/misc.xml +0 -9
- package/templates/android/.idea/runConfigurations.xml +0 -17
- package/templates/android/app/build/intermediates/android_res_source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt +0 -57
- package/templates/android/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
- package/templates/android/app/build/intermediates/apk_ide_redirect_file/debug/createDebugApkListingFileRedirect/redirect.txt +0 -2
- package/templates/android/app/build/intermediates/app_metadata/debug/writeDebugAppMetadata/app-metadata.properties +0 -2
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.html +0 -275
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.js +0 -701
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.js.map +0 -11
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/src/vader/index.js +0 -669
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/src/vader/index.js.map +0 -10
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/styles.css +0 -2
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/tailwind_styles.css +0 -257
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.html +0 -19
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.js +0 -701
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.js.map +0 -11
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/src/vader/index.js +0 -669
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/src/vader/index.js.map +0 -10
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/styles.css +0 -2
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/tailwind_styles.css +0 -257
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/META-INF/app.kotlin_module +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/AndroidBridge.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$1.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$2.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$3.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$4.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/ColorKt.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/ThemeKt.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/TypeKt.class +0 -0
- package/templates/android/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/output-metadata.json +0 -10
- package/templates/android/app/build/intermediates/compile_and_runtime_r_class_jar/debug/processDebugResources/R.jar +0 -0
- package/templates/android/app/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/templates/android/app/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -3
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.html.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.js.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.js.map.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/src/vader/index.js.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/src/vader/index.js.map.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/styles.css.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/tailwind_styles.css.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.html.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.js.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.js.map.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/src/vader/index.js.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/src/vader/index.js.map.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/styles.css.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/tailwind_styles.css.jar +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_2/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_3/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_4/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_5/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_0/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_1/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_2/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_3/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_4/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_5/graph.bin +0 -0
- package/templates/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +0 -0
- package/templates/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex +0 -0
- package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +0 -0
- package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex +0 -0
- package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex +0 -0
- package/templates/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out +0 -0
- package/templates/android/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out +0 -1
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties +0 -6
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml +0 -3181
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml +0 -59
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +0 -59
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +0 -59
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +0 -4
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +0 -8
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml +0 -6
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +0 -12
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +0 -4
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml +0 -11
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml +0 -59
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml +0 -4
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml +0 -59
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +0 -11
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml +0 -7
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml +0 -62
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml +0 -4
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml +0 -277
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml +0 -15
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml +0 -51
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml +0 -5
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml +0 -9
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml +0 -18
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml +0 -13
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml +0 -12
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml +0 -15
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +0 -9
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml +0 -3883
- package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -6
- package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml +0 -5
- package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0V8fuo12ZEcCNd5YzYthqg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0VP6C+Z030KwCBV1QJnY8Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1Upt4R0Q_ZOIkrMr_RrPjQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2CXpRTgebl4talbAQ2z4Ew== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2ZqKsCGY5jRs2nk08FVWWw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2gpmkHigIDRHYpOpHC2KDw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2t2F2kP0mhT_S3tAzSeqkg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2v3ZojrXbTxVaAVUP4MycA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/32giMQa2BS2FukRbpt_7RQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3PlFE+BzUdIOtbbD_9IZxw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5ciRXB8xoXM9vD812An11Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6DabWI8bDKLKui6omYD2bQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6eNrq94hT0u6GUzHG+csZw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9Cu5vvc7pIswnL83VNBqMQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9n9ose8b+jL0LUL0YvCd1w== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/A+oiD+lUSsF3brRBiDRRLQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/A6tAyZh+RG4AhyWBSoJiFw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Av9uKIL90E0u4aAGFlTBXQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Bpc9yyhBAEdPDvxM6fnuow== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cd4N7cQYyH2B6F87mbO8_Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F7PSMYyWyMfYisH+nSyrGg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GxdMH6iqzdcdbhSaFq2y4A== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I5ETZ0y97XBYt7knpocaXA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ip+AfDxSdrUUkh4V344Rzg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Jcp3xYaKACwdfLM0MyH7eg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KlZeWMHkwri6xralTdteHg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Kwkde6+zHLyonxEXhF8Cng== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LTTNil9tIzvCfsQOg6OEFw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MdK3UJqaCWZ_RnnWW9naXQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MuE+rB0x7waYqBOZysqYSg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N3Xy6s1dJvkqY6lyucHB1Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PKx1fbmOKoV6DDnMYWaimg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PNzmA6bwlh6hiV_deeUB8w== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qy0MFghbe8MsAGty8IHasg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/R7kgn+_RAejAJDgibU3QSA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SXNnR4MATLsKJ4zQ3HF_Qg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T8z8iPNGLr67IutaTVJzlw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TH+C9jO7qd3vzfkCoY4Ulg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TKqHLfPHnlJMuNc6RAuQew== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V7L0+04jxD4b2bXD0Wgf3w== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VJOnb7cHWKVRd4M1_qaEzQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VWJxcDw8Nvc41vr4VWeYLA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WNmnhRL44+XqI_Qh7Y9q9w== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WSiR3qmXGaabXelMNkpmQg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X2Q1zKwPwM4k7rTZGQ5ViA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YHMGFkPB0qpyXAggcMhzdg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YWwdJn4poC38fpGOQItVYw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZbjHx4QQNhKhMHcyrK5RdA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_4zwJUvS9mDdXqHfV8CIAw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_6Vc41tS3QnuC_EuH7BhvA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_aYixPjHB6BQ3SqrVE_rmg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/anXLxx4byE7Ti3N2J6Obtw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eKrN1NV0DFz3_68yim3Ryw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/evL+VLtyY2Bsn66KJ7Va+g== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ft5np6HxlV8Qx0WGpBX5WA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g6Bi1lPjULzjK2RLEhi8ng== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gk1XYqYuGWStqLvp0prjDg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h8KLXFd9vWCv_kYPQG1g2g== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hCcItCkJEgniLO3FbCn9VA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iUeHdENFGDFljDMiSlmA5A== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iYOQI2COzaBRbNXNlSMSGw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k803Aeo8TJTakcJ7WeWWmQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kDuJnC2vRBUXivbrt1IVEQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kpmDrs55V7X4UYFK4mLVVA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lSCYJrayhZVWYq4N_3tG9Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mrUFfLbj9nfqF4Igh50dCw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nL3Z78QCee6Su1CtMvxogA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nLz8e+ZSBgCa5IWujpzu3Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nymxa43VJ_6Kx7Gq3peEjg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p+t1I6zVbWkKFZWly6oB5g== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p9ScSEbWQxkxTxA9UH7fzg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/panbBKEXaZ__Dom6WzaH1g== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/prOfrCDbgQF1wRXFV7PvIg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qdOcJX3hKcrFZNPdf5ZHFA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qjufkazLH_oqhTDikduqAg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qsRvCxSgHGVDVrjhESLn_g== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/soY53sWb9qvzOMS_0mm0Sg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t3N6Cr84Wy8yGf3tN5MoWA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uHx_L64be+A0F4M7oSIplw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vN8vx16Fi2g9CGONwjo5nw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vYlfdd0TcBWSrFQfGFkRCg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xIsjVKzXkpUIZ92Tf+rF6w== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yneaqhDf9FC3coQif+7m2Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yosoczXj8PPJOSXym2QXIw== +0 -1
- package/templates/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
- package/templates/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +0 -16
- package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources +0 -1
- package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 +0 -1
- package/templates/android/app/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/app.kotlin_module +0 -0
- package/templates/android/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_ +0 -0
- package/templates/android/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/output-metadata.json +0 -20
- package/templates/android/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -5
- package/templates/android/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt +0 -162
- package/templates/android/app/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/base.jar +0 -0
- package/templates/android/app/build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml +0 -91
- package/templates/android/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml +0 -91
- package/templates/android/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json +0 -20
- package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher.webp.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher.webp.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher.webp.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher.webp.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher.webp.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-af_values-af.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-am_values-am.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ar_values-ar.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-as_values-as.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-az_values-az.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-be_values-be.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bg_values-bg.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bn_values-bn.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bs_values-bs.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ca_values-ca.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-cs_values-cs.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-da_values-da.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-de_values-de.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-el_values-el.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rAU_values-en-rAU.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rCA_values-en-rCA.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rGB_values-en-rGB.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rIN_values-en-rIN.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rXC_values-en-rXC.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es-rUS_values-es-rUS.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es_values-es.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-et_values-et.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-eu_values-eu.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fa_values-fa.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fi_values-fi.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr_values-fr.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gl_values-gl.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gu_values-gu.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hi_values-hi.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hr_values-hr.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hu_values-hu.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hy_values-hy.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-in_values-in.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-is_values-is.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-it_values-it.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-iw_values-iw.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ja_values-ja.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ka_values-ka.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kk_values-kk.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-km_values-km.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kn_values-kn.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ko_values-ko.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ky_values-ky.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-land_values-land.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-large-v4_values-large-v4.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lo_values-lo.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lt_values-lt.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lv_values-lv.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mk_values-mk.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ml_values-ml.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mn_values-mn.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mr_values-mr.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ms_values-ms.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-my_values-my.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nb_values-nb.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ne_values-ne.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-night-v8_values-night-v8.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nl_values-nl.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-or_values-or.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pa_values-pa.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pl_values-pl.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-port_values-port.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt_values-pt.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ro_values-ro.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ru_values-ru.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-si_values-si.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sk_values-sk.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sl_values-sl.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sq_values-sq.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sr_values-sr.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sv_values-sv.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw_values-sw.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ta_values-ta.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-te_values-te.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-th_values-th.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tl_values-tl.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tr_values-tr.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uk_values-uk.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ur_values-ur.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uz_values-uz.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v16_values-v16.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v17_values-v17.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v18_values-v18.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v21_values-v21.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v22_values-v22.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v23_values-v23.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v24_values-v24.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v25_values-v25.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v26_values-v26.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v28_values-v28.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-vi_values-vi.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v20_values-watch-v20.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v21_values-watch-v21.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zu_values-zu.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json +0 -8209
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-af.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-am.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ar.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-as.json +0 -77
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-az.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+sr+Latn.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-be.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bg.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bn.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bs.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ca.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-cs.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-da.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-de.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-el.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rAU.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rCA.json +0 -77
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rGB.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rIN.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rXC.json +0 -77
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es-rUS.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-et.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-eu.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fa.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fi.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr-rCA.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gl.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gu.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h720dp-v13.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hdpi-v4.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hi.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hr.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hu.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hy.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-in.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-is.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-it.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-iw.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ja.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ka.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kk.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-km.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kn.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ko.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ky.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-land.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-large-v4.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldltr-v21.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lo.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lt.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lv.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mk.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ml.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mn.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mr.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ms.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-my.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nb.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ne.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nl.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-or.json +0 -77
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pa.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pl.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-port.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rBR.json +0 -77
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rPT.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ro.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ru.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-si.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sk.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sl.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sq.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sr.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sv.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw600dp-v13.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ta.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-te.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-th.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tl.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tr.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uk.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ur.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uz.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v16.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v17.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v18.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v21.json +0 -47
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v22.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v23.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v24.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v25.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v26.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v28.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-vi.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v20.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v21.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-xlarge-v4.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rCN.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rHK.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rTW.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zu.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json +0 -291
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json +0 -22
- package/templates/android/app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
- package/templates/android/app/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
- package/templates/android/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/AndroidManifest.xml +0 -91
- package/templates/android/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/output-metadata.json +0 -20
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-hdpi-v4/ic_launcher.webp +0 -0
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-mdpi-v4/ic_launcher.webp +0 -0
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xhdpi-v4/ic_launcher.webp +0 -0
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxhdpi-v4/ic_launcher.webp +0 -0
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxxhdpi-v4/ic_launcher.webp +0 -0
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml +0 -5
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_0.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_1.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_2.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_3.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_4.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_5.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/AndroidBridge.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$1.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$2.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$3.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$4.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/ColorKt.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/ThemeKt.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/TypeKt.dex +0 -0
- package/templates/android/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt +0 -1795
- package/templates/android/app/build/intermediates/signing_config_versions/debug/writeDebugSigningConfigVersions/signing-config-versions.json +0 -1
- package/templates/android/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt +0 -1353
- package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/arm64-v8a/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/armeabi-v7a/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/x86/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/x86_64/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -4
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -2
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
- package/templates/android/app/build/outputs/apk/debug/app-debug.apk +0 -0
- package/templates/android/app/build/outputs/apk/debug/output-metadata.json +0 -21
- package/templates/android/app/build/outputs/logs/manifest-merger-debug-report.txt +0 -406
- package/templates/android/app/src/main/assets/myapp/index.html +0 -275
- package/templates/android/app/src/main/assets/myapp/index.js +0 -701
- package/templates/android/app/src/main/assets/myapp/index.js.map +0 -11
- package/templates/android/app/src/main/assets/myapp/src/vader/index.js +0 -669
- package/templates/android/app/src/main/assets/myapp/src/vader/index.js.map +0 -10
- package/templates/android/app/src/main/assets/myapp/styles.css +0 -2
- package/templates/android/app/src/main/assets/myapp/tailwind_styles.css +0 -257
- package/templates/android/app/src/main/assets/vaderapp/index.html +0 -19
- package/templates/android/app/src/main/assets/vaderapp/index.js +0 -701
- package/templates/android/app/src/main/assets/vaderapp/index.js.map +0 -11
- package/templates/android/app/src/main/assets/vaderapp/src/vader/index.js +0 -669
- package/templates/android/app/src/main/assets/vaderapp/src/vader/index.js.map +0 -10
- package/templates/android/app/src/main/assets/vaderapp/styles.css +0 -2
- package/templates/android/app/src/main/assets/vaderapp/tailwind_styles.css +0 -257
|
@@ -1,1353 +0,0 @@
|
|
|
1
|
-
com.example.myapplication:styleable/View = 0x7f0f002c
|
|
2
|
-
com.example.myapplication:styleable/Toolbar = 0x7f0f002b
|
|
3
|
-
com.example.myapplication:styleable/TextAppearance = 0x7f0f002a
|
|
4
|
-
com.example.myapplication:styleable/StateListDrawable = 0x7f0f0027
|
|
5
|
-
com.example.myapplication:styleable/MenuView = 0x7f0f0021
|
|
6
|
-
com.example.myapplication:styleable/MenuItem = 0x7f0f0020
|
|
7
|
-
com.example.myapplication:styleable/MenuGroup = 0x7f0f001f
|
|
8
|
-
com.example.myapplication:styleable/ListPopupWindow = 0x7f0f001e
|
|
9
|
-
com.example.myapplication:styleable/LinearLayoutCompat_Layout = 0x7f0f001d
|
|
10
|
-
com.example.myapplication:styleable/GradientColorItem = 0x7f0f001b
|
|
11
|
-
com.example.myapplication:styleable/FragmentContainerView = 0x7f0f0019
|
|
12
|
-
com.example.myapplication:styleable/Fragment = 0x7f0f0018
|
|
13
|
-
com.example.myapplication:styleable/FontFamily = 0x7f0f0016
|
|
14
|
-
com.example.myapplication:styleable/DrawerArrowToggle = 0x7f0f0015
|
|
15
|
-
com.example.myapplication:styleable/Capability = 0x7f0f0011
|
|
16
|
-
com.example.myapplication:styleable/ButtonBarLayout = 0x7f0f0010
|
|
17
|
-
com.example.myapplication:styleable/AppCompatTextView = 0x7f0f000e
|
|
18
|
-
com.example.myapplication:styleable/AppCompatSeekBar = 0x7f0f000c
|
|
19
|
-
com.example.myapplication:styleable/AppCompatImageView = 0x7f0f000b
|
|
20
|
-
com.example.myapplication:styleable/AppCompatEmojiHelper = 0x7f0f000a
|
|
21
|
-
com.example.myapplication:styleable/AnimatedStateListDrawableItem = 0x7f0f0008
|
|
22
|
-
com.example.myapplication:styleable/AlertDialog = 0x7f0f0006
|
|
23
|
-
com.example.myapplication:styleable/ActionBarLayout = 0x7f0f0001
|
|
24
|
-
com.example.myapplication:style/Widget.Compat.NotificationActionContainer = 0x7f0e0160
|
|
25
|
-
com.example.myapplication:style/Widget.AppCompat.Spinner.Underlined = 0x7f0e015b
|
|
26
|
-
com.example.myapplication:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f0e015a
|
|
27
|
-
com.example.myapplication:style/Widget.AppCompat.Spinner.DropDown = 0x7f0e0159
|
|
28
|
-
com.example.myapplication:style/Widget.AppCompat.SeekBar = 0x7f0e0156
|
|
29
|
-
com.example.myapplication:styleable/ActionMenuView = 0x7f0f0003
|
|
30
|
-
com.example.myapplication:style/Widget.AppCompat.SearchView.ActionBar = 0x7f0e0155
|
|
31
|
-
com.example.myapplication:style/Widget.AppCompat.RatingBar.Indicator = 0x7f0e0152
|
|
32
|
-
com.example.myapplication:style/Widget.AppCompat.RatingBar = 0x7f0e0151
|
|
33
|
-
com.example.myapplication:style/Widget.AppCompat.ProgressBar.Horizontal = 0x7f0e0150
|
|
34
|
-
com.example.myapplication:style/Widget.AppCompat.ProgressBar = 0x7f0e014f
|
|
35
|
-
com.example.myapplication:style/Widget.AppCompat.ListView.Menu = 0x7f0e014b
|
|
36
|
-
com.example.myapplication:style/Widget.AppCompat.ListPopupWindow = 0x7f0e0148
|
|
37
|
-
com.example.myapplication:style/Widget.AppCompat.ListMenuView = 0x7f0e0147
|
|
38
|
-
com.example.myapplication:style/Widget.AppCompat.Light.SearchView = 0x7f0e0145
|
|
39
|
-
com.example.myapplication:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f0e013f
|
|
40
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActivityChooserView = 0x7f0e013e
|
|
41
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f0e013d
|
|
42
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f0e013c
|
|
43
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionBar.TabView = 0x7f0e0138
|
|
44
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f0e0137
|
|
45
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f0e0136
|
|
46
|
-
com.example.myapplication:style/Widget.AppCompat.ImageButton = 0x7f0e0130
|
|
47
|
-
com.example.myapplication:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f0e012e
|
|
48
|
-
com.example.myapplication:style/Widget.AppCompat.CompoundButton.RadioButton = 0x7f0e012b
|
|
49
|
-
com.example.myapplication:style/Widget.AppCompat.CompoundButton.CheckBox = 0x7f0e012a
|
|
50
|
-
com.example.myapplication:style/Widget.AppCompat.ButtonBar = 0x7f0e0128
|
|
51
|
-
com.example.myapplication:style/Widget.AppCompat.Button.Colored = 0x7f0e0126
|
|
52
|
-
com.example.myapplication:style/Widget.AppCompat.Button.Borderless.Colored = 0x7f0e0124
|
|
53
|
-
com.example.myapplication:style/Widget.AppCompat.ActionMode = 0x7f0e011f
|
|
54
|
-
com.example.myapplication:style/Widget.AppCompat.ActionButton.Overflow = 0x7f0e011e
|
|
55
|
-
com.example.myapplication:style/Widget.AppCompat.ActionBar.TabBar = 0x7f0e0119
|
|
56
|
-
com.example.myapplication:style/Widget.AppCompat.ActionBar.Solid = 0x7f0e0118
|
|
57
|
-
com.example.myapplication:style/Widget.AppCompat.ActionBar = 0x7f0e0117
|
|
58
|
-
com.example.myapplication:style/ThemeOverlay.AppCompat.Dialog = 0x7f0e0114
|
|
59
|
-
com.example.myapplication:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f0e0111
|
|
60
|
-
com.example.myapplication:style/ThemeOverlay.AppCompat = 0x7f0e010e
|
|
61
|
-
com.example.myapplication:style/Theme.MyApplication = 0x7f0e010d
|
|
62
|
-
com.example.myapplication:style/Theme.AppCompat.Light.Dialog.Alert = 0x7f0e0108
|
|
63
|
-
com.example.myapplication:style/Theme.AppCompat.Light.Dialog = 0x7f0e0107
|
|
64
|
-
com.example.myapplication:style/Theme.AppCompat.Light.DarkActionBar = 0x7f0e0106
|
|
65
|
-
com.example.myapplication:style/Theme.AppCompat.Light = 0x7f0e0105
|
|
66
|
-
com.example.myapplication:style/Theme.AppCompat.Dialog.Alert = 0x7f0e0101
|
|
67
|
-
com.example.myapplication:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f0e011d
|
|
68
|
-
com.example.myapplication:style/Theme.AppCompat.DayNight.Dialog.MinWidth = 0x7f0e00fd
|
|
69
|
-
com.example.myapplication:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f0e00fc
|
|
70
|
-
com.example.myapplication:style/Theme.AppCompat.DayNight.Dialog = 0x7f0e00fb
|
|
71
|
-
com.example.myapplication:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f0e00fa
|
|
72
|
-
com.example.myapplication:style/Theme.AppCompat.DayNight = 0x7f0e00f9
|
|
73
|
-
com.example.myapplication:style/Theme.AppCompat.CompactMenu = 0x7f0e00f8
|
|
74
|
-
com.example.myapplication:style/Theme.AppCompat = 0x7f0e00f7
|
|
75
|
-
com.example.myapplication:style/TextAppearance.Compat.Notification.Title = 0x7f0e00f3
|
|
76
|
-
com.example.myapplication:style/TextAppearance.Compat.Notification.Time = 0x7f0e00f2
|
|
77
|
-
com.example.myapplication:style/TextAppearance.Compat.Notification.Line2 = 0x7f0e00f1
|
|
78
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f0e00ee
|
|
79
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.Switch = 0x7f0e00ed
|
|
80
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f0e00ec
|
|
81
|
-
com.example.myapplication:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f0e00f4
|
|
82
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f0e00eb
|
|
83
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f0e00e4
|
|
84
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f0e00e2
|
|
85
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f0e00e0
|
|
86
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f0e00df
|
|
87
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f0e00dc
|
|
88
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Title.Inverse = 0x7f0e00da
|
|
89
|
-
com.example.myapplication:style/Widget.AppCompat.RatingBar.Small = 0x7f0e0153
|
|
90
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Title = 0x7f0e00d9
|
|
91
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Subhead = 0x7f0e00d7
|
|
92
|
-
com.example.myapplication:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f0e00d4
|
|
93
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f0e00d1
|
|
94
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Medium = 0x7f0e00d0
|
|
95
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f0e00ce
|
|
96
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Large.Inverse = 0x7f0e00cb
|
|
97
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Inverse = 0x7f0e00c9
|
|
98
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Headline = 0x7f0e00c8
|
|
99
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Display2 = 0x7f0e00c5
|
|
100
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Display1 = 0x7f0e00c4
|
|
101
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Caption = 0x7f0e00c3
|
|
102
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Body1 = 0x7f0e00c0
|
|
103
|
-
com.example.myapplication:style/RtlUnderlay.Widget.AppCompat.ActionButton.Overflow = 0x7f0e00be
|
|
104
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f0e00bb
|
|
105
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f0e00ba
|
|
106
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2 = 0x7f0e00b9
|
|
107
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f0e00b8
|
|
108
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f0e00b7
|
|
109
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Title = 0x7f0e00b6
|
|
110
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f0e00b5
|
|
111
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f0e0135
|
|
112
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f0e00b1
|
|
113
|
-
com.example.myapplication:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f0e00ae
|
|
114
|
-
com.example.myapplication:styleable/CheckedTextView = 0x7f0f0012
|
|
115
|
-
com.example.myapplication:style/Platform.Widget.AppCompat.Spinner = 0x7f0e00ad
|
|
116
|
-
com.example.myapplication:style/Platform.V21.AppCompat = 0x7f0e00a9
|
|
117
|
-
com.example.myapplication:style/Platform.AppCompat = 0x7f0e00a4
|
|
118
|
-
com.example.myapplication:style/FloatingDialogTheme = 0x7f0e00a2
|
|
119
|
-
com.example.myapplication:style/DialogWindowTheme = 0x7f0e00a1
|
|
120
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f0e00a0
|
|
121
|
-
com.example.myapplication:style/Base.Widget.AppCompat.TextView = 0x7f0e009d
|
|
122
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionButton = 0x7f0e013a
|
|
123
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Spinner = 0x7f0e009b
|
|
124
|
-
com.example.myapplication:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f0e009a
|
|
125
|
-
com.example.myapplication:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f0e0098
|
|
126
|
-
com.example.myapplication:style/Base.Widget.AppCompat.RatingBar.Small = 0x7f0e0096
|
|
127
|
-
com.example.myapplication:style/ThemeOverlay.AppCompat.DayNight = 0x7f0e0112
|
|
128
|
-
com.example.myapplication:style/Base.Widget.AppCompat.RatingBar = 0x7f0e0094
|
|
129
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ProgressBar = 0x7f0e0092
|
|
130
|
-
com.example.myapplication:style/Base.Widget.AppCompat.PopupWindow = 0x7f0e0091
|
|
131
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ListView = 0x7f0e008c
|
|
132
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f0e008b
|
|
133
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f0e0086
|
|
134
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f0e0083
|
|
135
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Light.ActionBar = 0x7f0e0082
|
|
136
|
-
com.example.myapplication:style/Base.Widget.AppCompat.DropDownItem.Spinner = 0x7f0e007f
|
|
137
|
-
com.example.myapplication:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f0e007e
|
|
138
|
-
com.example.myapplication:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f0e007d
|
|
139
|
-
com.example.myapplication:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f0e007c
|
|
140
|
-
com.example.myapplication:style/TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f0e00f6
|
|
141
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Button.Small = 0x7f0e0077
|
|
142
|
-
com.example.myapplication:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f0e00bd
|
|
143
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Button.Colored = 0x7f0e0076
|
|
144
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Button.Borderless = 0x7f0e0073
|
|
145
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Button = 0x7f0e0072
|
|
146
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ActionButton.Overflow = 0x7f0e006e
|
|
147
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Shortcut = 0x7f0e00b3
|
|
148
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ActionButton.CloseMode = 0x7f0e006d
|
|
149
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f0e006b
|
|
150
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f0e0068
|
|
151
|
-
com.example.myapplication:style/Base.V7.Widget.AppCompat.EditText = 0x7f0e0065
|
|
152
|
-
com.example.myapplication:style/Widget.AppCompat.PopupMenu.Overflow = 0x7f0e014d
|
|
153
|
-
com.example.myapplication:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f0e0063
|
|
154
|
-
com.example.myapplication:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f0e0062
|
|
155
|
-
com.example.myapplication:style/Base.V7.Theme.AppCompat.Light = 0x7f0e0061
|
|
156
|
-
com.example.myapplication:style/Base.V28.Theme.AppCompat = 0x7f0e005d
|
|
157
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f0e0088
|
|
158
|
-
com.example.myapplication:style/Base.V26.Widget.AppCompat.Toolbar = 0x7f0e005c
|
|
159
|
-
com.example.myapplication:style/Base.V26.Theme.AppCompat = 0x7f0e005a
|
|
160
|
-
com.example.myapplication:style/Base.V23.Theme.AppCompat.Light = 0x7f0e0059
|
|
161
|
-
com.example.myapplication:style/Base.V23.Theme.AppCompat = 0x7f0e0058
|
|
162
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f0e00bc
|
|
163
|
-
com.example.myapplication:style/Base.V22.Theme.AppCompat.Light = 0x7f0e0057
|
|
164
|
-
com.example.myapplication:style/Base.V22.Theme.AppCompat = 0x7f0e0056
|
|
165
|
-
com.example.myapplication:style/Base.V21.Theme.AppCompat.Light = 0x7f0e0053
|
|
166
|
-
com.example.myapplication:style/Base.V21.Theme.AppCompat.Dialog = 0x7f0e0052
|
|
167
|
-
com.example.myapplication:style/Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f0e0125
|
|
168
|
-
com.example.myapplication:style/Base.V21.Theme.AppCompat = 0x7f0e0051
|
|
169
|
-
com.example.myapplication:style/Base.ThemeOverlay.AppCompat.Light = 0x7f0e0050
|
|
170
|
-
com.example.myapplication:style/Base.ThemeOverlay.AppCompat.Dark = 0x7f0e004c
|
|
171
|
-
com.example.myapplication:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f0e004b
|
|
172
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f0e0048
|
|
173
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f0e0047
|
|
174
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f0e0046
|
|
175
|
-
com.example.myapplication:style/Widget.AppCompat.Button.Borderless = 0x7f0e0123
|
|
176
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.Button.Colored = 0x7f0e00e7
|
|
177
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Light.Dialog = 0x7f0e0045
|
|
178
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f0e0044
|
|
179
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Dialog = 0x7f0e003e
|
|
180
|
-
com.example.myapplication:style/Base.Theme.AppCompat.CompactMenu = 0x7f0e003d
|
|
181
|
-
com.example.myapplication:style/Base.Theme.AppCompat = 0x7f0e003c
|
|
182
|
-
com.example.myapplication:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f0e003a
|
|
183
|
-
com.example.myapplication:styleable/SearchView = 0x7f0f0025
|
|
184
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f0e0037
|
|
185
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f0e0031
|
|
186
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f0e0030
|
|
187
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f0e0142
|
|
188
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f0e002e
|
|
189
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f0e002b
|
|
190
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f0e002a
|
|
191
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f0e0027
|
|
192
|
-
com.example.myapplication:styleable/ActionMode = 0x7f0f0004
|
|
193
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Title.Inverse = 0x7f0e0026
|
|
194
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Title = 0x7f0e0025
|
|
195
|
-
com.example.myapplication:styleable/ActivityChooserView = 0x7f0f0005
|
|
196
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Subhead.Inverse = 0x7f0e0024
|
|
197
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Subhead = 0x7f0e0023
|
|
198
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Small = 0x7f0e0021
|
|
199
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionBar.Solid.Inverse = 0x7f0e0133
|
|
200
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f0e001f
|
|
201
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f0e001e
|
|
202
|
-
com.example.myapplication:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f0e00d3
|
|
203
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Menu = 0x7f0e001d
|
|
204
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f0e001c
|
|
205
|
-
com.example.myapplication:style/Theme.AppCompat.NoActionBar = 0x7f0e010c
|
|
206
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f0e0019
|
|
207
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Large.Inverse = 0x7f0e0018
|
|
208
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Large = 0x7f0e0017
|
|
209
|
-
com.example.myapplication:style/Widget.AppCompat.TextView.SpinnerItem = 0x7f0e015d
|
|
210
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Inverse = 0x7f0e0016
|
|
211
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Headline = 0x7f0e0015
|
|
212
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Button = 0x7f0e000f
|
|
213
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Body2 = 0x7f0e000e
|
|
214
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Body1 = 0x7f0e000d
|
|
215
|
-
com.example.myapplication:style/Widget.AppCompat.SeekBar.Discrete = 0x7f0e0157
|
|
216
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat = 0x7f0e000c
|
|
217
|
-
com.example.myapplication:style/Base.DialogWindowTitle.AppCompat = 0x7f0e000a
|
|
218
|
-
com.example.myapplication:style/Base.Animation.AppCompat.DropDownUp = 0x7f0e0008
|
|
219
|
-
com.example.myapplication:style/Base.AlertDialog.AppCompat.Light = 0x7f0e0006
|
|
220
|
-
com.example.myapplication:style/Base.AlertDialog.AppCompat = 0x7f0e0005
|
|
221
|
-
com.example.myapplication:style/Animation.AppCompat.Tooltip = 0x7f0e0004
|
|
222
|
-
com.example.myapplication:style/Animation.AppCompat.DropDownUp = 0x7f0e0003
|
|
223
|
-
com.example.myapplication:style/Animation.AppCompat.Dialog = 0x7f0e0002
|
|
224
|
-
com.example.myapplication:style/AlertDialog.AppCompat.Light = 0x7f0e0001
|
|
225
|
-
com.example.myapplication:style/AlertDialog.AppCompat = 0x7f0e0000
|
|
226
|
-
com.example.myapplication:string/tooltip_description = 0x7f0d0041
|
|
227
|
-
com.example.myapplication:style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar = 0x7f0e0146
|
|
228
|
-
com.example.myapplication:style/Base.Animation.AppCompat.Dialog = 0x7f0e0007
|
|
229
|
-
com.example.myapplication:string/tab = 0x7f0d003f
|
|
230
|
-
com.example.myapplication:string/status_bar_notification_info_overflow = 0x7f0d003d
|
|
231
|
-
com.example.myapplication:string/state_on = 0x7f0d003c
|
|
232
|
-
com.example.myapplication:style/Widget.AppCompat.AutoCompleteTextView = 0x7f0e0121
|
|
233
|
-
com.example.myapplication:string/state_off = 0x7f0d003b
|
|
234
|
-
com.example.myapplication:string/state_empty = 0x7f0d003a
|
|
235
|
-
com.example.myapplication:string/not_selected = 0x7f0d0035
|
|
236
|
-
com.example.myapplication:string/indeterminate = 0x7f0d0033
|
|
237
|
-
com.example.myapplication:string/exo_download_paused_for_wifi = 0x7f0d0030
|
|
238
|
-
com.example.myapplication:string/exo_download_paused_for_network = 0x7f0d002f
|
|
239
|
-
com.example.myapplication:string/exo_download_notification_channel_name = 0x7f0d002d
|
|
240
|
-
com.example.myapplication:string/exo_download_completed = 0x7f0d0029
|
|
241
|
-
com.example.myapplication:string/dropdown_menu = 0x7f0d0028
|
|
242
|
-
com.example.myapplication:string/default_error_message = 0x7f0d0026
|
|
243
|
-
com.example.myapplication:string/close_sheet = 0x7f0d0025
|
|
244
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f0e001a
|
|
245
|
-
com.example.myapplication:string/close_drawer = 0x7f0d0024
|
|
246
|
-
com.example.myapplication:string/call_notification_screening_text = 0x7f0d0023
|
|
247
|
-
com.example.myapplication:string/call_notification_hang_up_action = 0x7f0d0020
|
|
248
|
-
com.example.myapplication:string/app_name = 0x7f0d001c
|
|
249
|
-
com.example.myapplication:string/androidx_startup = 0x7f0d001b
|
|
250
|
-
com.example.myapplication:string/abc_shareactionprovider_share_with_application = 0x7f0d0019
|
|
251
|
-
com.example.myapplication:string/abc_shareactionprovider_share_with = 0x7f0d0018
|
|
252
|
-
com.example.myapplication:string/abc_searchview_description_voice = 0x7f0d0017
|
|
253
|
-
com.example.myapplication:string/abc_searchview_description_submit = 0x7f0d0016
|
|
254
|
-
com.example.myapplication:string/exo_download_description = 0x7f0d002a
|
|
255
|
-
com.example.myapplication:string/abc_searchview_description_search = 0x7f0d0015
|
|
256
|
-
com.example.myapplication:styleable/AnimatedStateListDrawableCompat = 0x7f0f0007
|
|
257
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f0e0141
|
|
258
|
-
com.example.myapplication:style/Platform.V21.AppCompat.Light = 0x7f0e00aa
|
|
259
|
-
com.example.myapplication:string/abc_searchview_description_clear = 0x7f0d0013
|
|
260
|
-
com.example.myapplication:string/abc_prepend_shortcut_label = 0x7f0d0011
|
|
261
|
-
com.example.myapplication:string/abc_menu_sym_shortcut_label = 0x7f0d0010
|
|
262
|
-
com.example.myapplication:string/abc_menu_shift_shortcut_label = 0x7f0d000e
|
|
263
|
-
com.example.myapplication:string/abc_menu_delete_shortcut_label = 0x7f0d000a
|
|
264
|
-
com.example.myapplication:string/abc_menu_alt_shortcut_label = 0x7f0d0008
|
|
265
|
-
com.example.myapplication:string/abc_capital_on = 0x7f0d0007
|
|
266
|
-
com.example.myapplication:string/abc_capital_off = 0x7f0d0006
|
|
267
|
-
com.example.myapplication:string/abc_activitychooserview_choose_application = 0x7f0d0005
|
|
268
|
-
com.example.myapplication:string/abc_activity_chooser_view_see_all = 0x7f0d0004
|
|
269
|
-
com.example.myapplication:string/abc_action_menu_overflow_description = 0x7f0d0002
|
|
270
|
-
com.example.myapplication:styleable/FontFamilyFont = 0x7f0f0017
|
|
271
|
-
com.example.myapplication:string/abc_action_bar_up_description = 0x7f0d0001
|
|
272
|
-
com.example.myapplication:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f0e0109
|
|
273
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ActionMode = 0x7f0e006f
|
|
274
|
-
com.example.myapplication:mipmap/ic_launcher = 0x7f0c0000
|
|
275
|
-
com.example.myapplication:layout/support_simple_spinner_dropdown_item = 0x7f0b0028
|
|
276
|
-
com.example.myapplication:style/Base.Widget.AppCompat.PopupMenu.Overflow = 0x7f0e0090
|
|
277
|
-
com.example.myapplication:layout/select_dialog_singlechoice_material = 0x7f0b0027
|
|
278
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Display2 = 0x7f0e0012
|
|
279
|
-
com.example.myapplication:layout/select_dialog_multichoice_material = 0x7f0b0026
|
|
280
|
-
com.example.myapplication:layout/select_dialog_item_material = 0x7f0b0025
|
|
281
|
-
com.example.myapplication:layout/notification_template_part_time = 0x7f0b0024
|
|
282
|
-
com.example.myapplication:layout/notification_template_part_chronometer = 0x7f0b0023
|
|
283
|
-
com.example.myapplication:layout/notification_template_custom_big = 0x7f0b0021
|
|
284
|
-
com.example.myapplication:layout/custom_dialog = 0x7f0b001c
|
|
285
|
-
com.example.myapplication:layout/abc_tooltip = 0x7f0b001b
|
|
286
|
-
com.example.myapplication:layout/abc_select_dialog_material = 0x7f0b001a
|
|
287
|
-
com.example.myapplication:layout/abc_search_view = 0x7f0b0019
|
|
288
|
-
com.example.myapplication:layout/abc_search_dropdown_item_icons_2line = 0x7f0b0018
|
|
289
|
-
com.example.myapplication:layout/abc_screen_simple_overlay_action_mode = 0x7f0b0016
|
|
290
|
-
com.example.myapplication:styleable/LinearLayoutCompat = 0x7f0f001c
|
|
291
|
-
com.example.myapplication:layout/abc_popup_menu_item_layout = 0x7f0b0013
|
|
292
|
-
com.example.myapplication:layout/abc_list_menu_item_radio = 0x7f0b0011
|
|
293
|
-
com.example.myapplication:layout/abc_list_menu_item_icon = 0x7f0b000f
|
|
294
|
-
com.example.myapplication:layout/abc_list_menu_item_checkbox = 0x7f0b000e
|
|
295
|
-
com.example.myapplication:layout/abc_expanded_menu_layout = 0x7f0b000d
|
|
296
|
-
com.example.myapplication:layout/abc_cascading_menu_item_layout = 0x7f0b000b
|
|
297
|
-
com.example.myapplication:layout/abc_alert_dialog_title_material = 0x7f0b000a
|
|
298
|
-
com.example.myapplication:layout/abc_alert_dialog_material = 0x7f0b0009
|
|
299
|
-
com.example.myapplication:layout/abc_alert_dialog_button_bar_material = 0x7f0b0008
|
|
300
|
-
com.example.myapplication:styleable/CompoundButton = 0x7f0f0014
|
|
301
|
-
com.example.myapplication:layout/abc_activity_chooser_view_list_item = 0x7f0b0007
|
|
302
|
-
com.example.myapplication:layout/abc_action_menu_layout = 0x7f0b0003
|
|
303
|
-
com.example.myapplication:layout/abc_action_menu_item_layout = 0x7f0b0002
|
|
304
|
-
com.example.myapplication:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f0e00a8
|
|
305
|
-
com.example.myapplication:layout/abc_action_bar_up_container = 0x7f0b0001
|
|
306
|
-
com.example.myapplication:layout/abc_action_bar_title_item = 0x7f0b0000
|
|
307
|
-
com.example.myapplication:layout/abc_screen_content_include = 0x7f0b0014
|
|
308
|
-
com.example.myapplication:interpolator/fast_out_slow_in = 0x7f0a0006
|
|
309
|
-
com.example.myapplication:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0a0005
|
|
310
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f0e0034
|
|
311
|
-
com.example.myapplication:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0a0002
|
|
312
|
-
com.example.myapplication:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0a0001
|
|
313
|
-
com.example.myapplication:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0a0000
|
|
314
|
-
com.example.myapplication:integer/cancel_button_image_alpha = 0x7f090002
|
|
315
|
-
com.example.myapplication:integer/abc_config_activityShortDur = 0x7f090001
|
|
316
|
-
com.example.myapplication:style/Base.V7.Theme.AppCompat.Dialog = 0x7f0e0060
|
|
317
|
-
com.example.myapplication:integer/abc_config_activityDefaultDur = 0x7f090000
|
|
318
|
-
com.example.myapplication:id/wrapped_composition_tag = 0x7f0800bc
|
|
319
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f0e0020
|
|
320
|
-
com.example.myapplication:id/wrap_content = 0x7f0800bb
|
|
321
|
-
com.example.myapplication:style/Theme.AppCompat.DialogWhenLarge = 0x7f0e0103
|
|
322
|
-
com.example.myapplication:id/withText = 0x7f0800ba
|
|
323
|
-
com.example.myapplication:id/view_tree_view_model_store_owner = 0x7f0800b8
|
|
324
|
-
com.example.myapplication:id/view_tree_saved_state_registry_owner = 0x7f0800b7
|
|
325
|
-
com.example.myapplication:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f0800b6
|
|
326
|
-
com.example.myapplication:id/useLogo = 0x7f0800b4
|
|
327
|
-
com.example.myapplication:id/up = 0x7f0800b3
|
|
328
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f0e0049
|
|
329
|
-
com.example.myapplication:id/unchecked = 0x7f0800b1
|
|
330
|
-
com.example.myapplication:style/TextAppearance.Compat.Notification.Info = 0x7f0e00f0
|
|
331
|
-
com.example.myapplication:id/top = 0x7f0800af
|
|
332
|
-
com.example.myapplication:id/title_template = 0x7f0800ae
|
|
333
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Display4 = 0x7f0e0014
|
|
334
|
-
com.example.myapplication:id/titleDividerNoCustom = 0x7f0800ad
|
|
335
|
-
com.example.myapplication:id/title = 0x7f0800ac
|
|
336
|
-
com.example.myapplication:layout/abc_screen_simple = 0x7f0b0015
|
|
337
|
-
com.example.myapplication:id/textSpacerNoTitle = 0x7f0800aa
|
|
338
|
-
com.example.myapplication:id/text2 = 0x7f0800a8
|
|
339
|
-
com.example.myapplication:style/Widget.AppCompat.Button = 0x7f0e0122
|
|
340
|
-
com.example.myapplication:style/Widget.AppCompat.ActivityChooserView = 0x7f0e0120
|
|
341
|
-
com.example.myapplication:style/TextAppearance.AppCompat = 0x7f0e00bf
|
|
342
|
-
com.example.myapplication:id/tag_window_insets_animation_callback = 0x7f0800a6
|
|
343
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ListView.Menu = 0x7f0e008e
|
|
344
|
-
com.example.myapplication:id/tag_unhandled_key_listeners = 0x7f0800a5
|
|
345
|
-
com.example.myapplication:id/tag_unhandled_key_event_manager = 0x7f0800a4
|
|
346
|
-
com.example.myapplication:id/tag_state_description = 0x7f0800a2
|
|
347
|
-
com.example.myapplication:id/tag_screen_reader_focusable = 0x7f0800a1
|
|
348
|
-
com.example.myapplication:id/tag_on_receive_content_listener = 0x7f08009f
|
|
349
|
-
com.example.myapplication:id/tag_on_apply_window_listener = 0x7f08009e
|
|
350
|
-
com.example.myapplication:id/tag_accessibility_heading = 0x7f08009c
|
|
351
|
-
com.example.myapplication:id/tag_accessibility_clickable_spans = 0x7f08009b
|
|
352
|
-
com.example.myapplication:dimen/hint_pressed_alpha_material_light = 0x7f060060
|
|
353
|
-
com.example.myapplication:id/tabMode = 0x7f080099
|
|
354
|
-
com.example.myapplication:id/src_over = 0x7f080096
|
|
355
|
-
com.example.myapplication:style/Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f0e0144
|
|
356
|
-
com.example.myapplication:id/accessibility_custom_action_20 = 0x7f080014
|
|
357
|
-
com.example.myapplication:id/showHome = 0x7f08008f
|
|
358
|
-
com.example.myapplication:string/call_notification_answer_action = 0x7f0d001d
|
|
359
|
-
com.example.myapplication:id/search_mag_icon = 0x7f080088
|
|
360
|
-
com.example.myapplication:id/search_go_btn = 0x7f080087
|
|
361
|
-
com.example.myapplication:id/search_bar = 0x7f080083
|
|
362
|
-
com.example.myapplication:id/search_badge = 0x7f080082
|
|
363
|
-
com.example.myapplication:id/scrollIndicatorUp = 0x7f080080
|
|
364
|
-
com.example.myapplication:id/right_side = 0x7f08007d
|
|
365
|
-
com.example.myapplication:drawable/notification_oversize_large_icon_bg = 0x7f070065
|
|
366
|
-
com.example.myapplication:id/right_icon = 0x7f08007c
|
|
367
|
-
com.example.myapplication:string/in_progress = 0x7f0d0032
|
|
368
|
-
com.example.myapplication:id/radio = 0x7f08007a
|
|
369
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f0e00e6
|
|
370
|
-
com.example.myapplication:attr/toolbarStyle = 0x7f03010d
|
|
371
|
-
com.example.myapplication:id/progress_circular = 0x7f080078
|
|
372
|
-
com.example.myapplication:id/pooling_container_listener_holder_tag = 0x7f080077
|
|
373
|
-
com.example.myapplication:id/parentPanel = 0x7f080076
|
|
374
|
-
com.example.myapplication:id/on = 0x7f080075
|
|
375
|
-
com.example.myapplication:id/search_src_text = 0x7f08008a
|
|
376
|
-
com.example.myapplication:id/tag_accessibility_actions = 0x7f08009a
|
|
377
|
-
com.example.myapplication:id/notification_main_column_container = 0x7f080073
|
|
378
|
-
com.example.myapplication:id/accessibility_custom_action_24 = 0x7f080018
|
|
379
|
-
com.example.myapplication:id/normal = 0x7f080070
|
|
380
|
-
com.example.myapplication:id/never = 0x7f08006e
|
|
381
|
-
com.example.myapplication:id/line3 = 0x7f080068
|
|
382
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.Button = 0x7f0e00e5
|
|
383
|
-
com.example.myapplication:drawable/notification_template_icon_bg = 0x7f070066
|
|
384
|
-
com.example.myapplication:attr/checkboxStyle = 0x7f03004a
|
|
385
|
-
com.example.myapplication:attr/textAppearanceListItemSmall = 0x7f0300f0
|
|
386
|
-
com.example.myapplication:id/is_pooling_container_tag = 0x7f080065
|
|
387
|
-
com.example.myapplication:id/info = 0x7f080063
|
|
388
|
-
com.example.myapplication:string/exo_download_paused = 0x7f0d002e
|
|
389
|
-
com.example.myapplication:attr/fontProviderPackage = 0x7f030087
|
|
390
|
-
com.example.myapplication:id/special_effects_controller_view_tag = 0x7f080092
|
|
391
|
-
com.example.myapplication:drawable/abc_popup_background_mtrl_mult = 0x7f070031
|
|
392
|
-
com.example.myapplication:id/image = 0x7f080062
|
|
393
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f0e0038
|
|
394
|
-
com.example.myapplication:id/icon_group = 0x7f080060
|
|
395
|
-
com.example.myapplication:string/navigation_menu = 0x7f0d0034
|
|
396
|
-
com.example.myapplication:attr/actionMenuTextColor = 0x7f03000f
|
|
397
|
-
com.example.myapplication:dimen/abc_action_bar_stacked_tab_max_width = 0x7f06000a
|
|
398
|
-
com.example.myapplication:id/home = 0x7f08005d
|
|
399
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f0e0022
|
|
400
|
-
com.example.myapplication:id/hide_in_inspector_tag = 0x7f08005c
|
|
401
|
-
com.example.myapplication:attr/lineHeight = 0x7f03009f
|
|
402
|
-
com.example.myapplication:id/hide_ime_id = 0x7f08005b
|
|
403
|
-
com.example.myapplication:attr/switchStyle = 0x7f0300ea
|
|
404
|
-
com.example.myapplication:id/fragment_container_view_tag = 0x7f080058
|
|
405
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f0e00d8
|
|
406
|
-
com.example.myapplication:attr/autoCompleteTextViewStyle = 0x7f03002d
|
|
407
|
-
com.example.myapplication:id/expand_activities_button = 0x7f080055
|
|
408
|
-
com.example.myapplication:id/default_activity_button = 0x7f08004f
|
|
409
|
-
com.example.myapplication:style/Widget.AppCompat.TextView = 0x7f0e015c
|
|
410
|
-
com.example.myapplication:id/decor_content_parent = 0x7f08004e
|
|
411
|
-
com.example.myapplication:id/content = 0x7f08004a
|
|
412
|
-
com.example.myapplication:id/search_voice_btn = 0x7f08008b
|
|
413
|
-
com.example.myapplication:id/action_bar_subtitle = 0x7f08002c
|
|
414
|
-
com.example.myapplication:drawable/abc_list_selector_disabled_holo_dark = 0x7f07002c
|
|
415
|
-
com.example.myapplication:id/consume_window_insets_tag = 0x7f080049
|
|
416
|
-
com.example.myapplication:string/call_notification_answer_video_action = 0x7f0d001e
|
|
417
|
-
com.example.myapplication:id/collapseActionView = 0x7f080047
|
|
418
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f0e00e1
|
|
419
|
-
com.example.myapplication:dimen/abc_floating_window_z = 0x7f06002f
|
|
420
|
-
com.example.myapplication:id/checkbox = 0x7f080044
|
|
421
|
-
com.example.myapplication:id/bottom = 0x7f080041
|
|
422
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Menu = 0x7f0e00d2
|
|
423
|
-
com.example.myapplication:attr/buttonTintMode = 0x7f030046
|
|
424
|
-
com.example.myapplication:color/foreground_material_light = 0x7f050032
|
|
425
|
-
com.example.myapplication:id/blocking = 0x7f080040
|
|
426
|
-
com.example.myapplication:id/beginning = 0x7f08003f
|
|
427
|
-
com.example.myapplication:id/async = 0x7f08003e
|
|
428
|
-
com.example.myapplication:attr/imageButtonStyle = 0x7f030097
|
|
429
|
-
com.example.myapplication:id/split_action_bar = 0x7f080093
|
|
430
|
-
com.example.myapplication:style/Base.Widget.AppCompat.PopupMenu = 0x7f0e008f
|
|
431
|
-
com.example.myapplication:id/androidx_compose_ui_view_composition_context = 0x7f08003d
|
|
432
|
-
com.example.myapplication:id/action_container = 0x7f08002e
|
|
433
|
-
com.example.myapplication:id/alertTitle = 0x7f08003b
|
|
434
|
-
com.example.myapplication:id/add = 0x7f08003a
|
|
435
|
-
com.example.myapplication:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f07001f
|
|
436
|
-
com.example.myapplication:id/notification_main_column = 0x7f080072
|
|
437
|
-
com.example.myapplication:id/action_text = 0x7f080037
|
|
438
|
-
com.example.myapplication:string/abc_searchview_description_query = 0x7f0d0014
|
|
439
|
-
com.example.myapplication:id/action_mode_bar = 0x7f080034
|
|
440
|
-
com.example.myapplication:attr/actionBarTabTextStyle = 0x7f030008
|
|
441
|
-
com.example.myapplication:id/action_menu_presenter = 0x7f080033
|
|
442
|
-
com.example.myapplication:styleable/ActionBar = 0x7f0f0000
|
|
443
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f0e009c
|
|
444
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f0e002c
|
|
445
|
-
com.example.myapplication:id/action_image = 0x7f080031
|
|
446
|
-
com.example.myapplication:id/action_divider = 0x7f080030
|
|
447
|
-
com.example.myapplication:id/action_bar_title = 0x7f08002d
|
|
448
|
-
com.example.myapplication:id/action_bar_activity_content = 0x7f080028
|
|
449
|
-
com.example.myapplication:id/action_bar = 0x7f080027
|
|
450
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Tooltip = 0x7f0e00db
|
|
451
|
-
com.example.myapplication:id/accessibility_custom_action_9 = 0x7f080026
|
|
452
|
-
com.example.myapplication:dimen/tooltip_corner_radius = 0x7f060070
|
|
453
|
-
com.example.myapplication:id/submit_area = 0x7f080098
|
|
454
|
-
com.example.myapplication:color/dim_foreground_material_dark = 0x7f05002d
|
|
455
|
-
com.example.myapplication:id/accessibility_custom_action_8 = 0x7f080025
|
|
456
|
-
com.example.myapplication:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f070035
|
|
457
|
-
com.example.myapplication:id/accessibility_custom_action_5 = 0x7f080022
|
|
458
|
-
com.example.myapplication:dimen/tooltip_precise_anchor_threshold = 0x7f060074
|
|
459
|
-
com.example.myapplication:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f07001e
|
|
460
|
-
com.example.myapplication:id/accessibility_custom_action_31 = 0x7f080020
|
|
461
|
-
com.example.myapplication:color/secondary_text_default_material_light = 0x7f05004e
|
|
462
|
-
com.example.myapplication:id/accessibility_custom_action_3 = 0x7f08001e
|
|
463
|
-
com.example.myapplication:styleable/GradientColor = 0x7f0f001a
|
|
464
|
-
com.example.myapplication:id/accessibility_custom_action_27 = 0x7f08001b
|
|
465
|
-
com.example.myapplication:dimen/abc_action_button_min_width_overflow_material = 0x7f06000f
|
|
466
|
-
com.example.myapplication:id/accessibility_custom_action_26 = 0x7f08001a
|
|
467
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionBar = 0x7f0e0131
|
|
468
|
-
com.example.myapplication:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f0e00ff
|
|
469
|
-
com.example.myapplication:drawable/abc_btn_check_material = 0x7f070003
|
|
470
|
-
com.example.myapplication:id/accessibility_custom_action_25 = 0x7f080019
|
|
471
|
-
com.example.myapplication:id/accessibility_custom_action_22 = 0x7f080016
|
|
472
|
-
com.example.myapplication:id/accessibility_custom_action_2 = 0x7f080013
|
|
473
|
-
com.example.myapplication:style/Theme.AppCompat.Dialog.MinWidth = 0x7f0e0102
|
|
474
|
-
com.example.myapplication:id/accessibility_custom_action_28 = 0x7f08001c
|
|
475
|
-
com.example.myapplication:id/accessibility_custom_action_19 = 0x7f080012
|
|
476
|
-
com.example.myapplication:id/accessibility_custom_action_17 = 0x7f080010
|
|
477
|
-
com.example.myapplication:id/accessibility_custom_action_15 = 0x7f08000e
|
|
478
|
-
com.example.myapplication:id/accessibility_custom_action_14 = 0x7f08000d
|
|
479
|
-
com.example.myapplication:id/action_bar_container = 0x7f080029
|
|
480
|
-
com.example.myapplication:id/accessibility_custom_action_1 = 0x7f080008
|
|
481
|
-
com.example.myapplication:id/SHIFT = 0x7f080004
|
|
482
|
-
com.example.myapplication:id/META = 0x7f080003
|
|
483
|
-
com.example.myapplication:color/abc_color_highlight_material = 0x7f050004
|
|
484
|
-
com.example.myapplication:id/FUNCTION = 0x7f080002
|
|
485
|
-
com.example.myapplication:drawable/tooltip_frame_dark = 0x7f07006b
|
|
486
|
-
com.example.myapplication:style/ThemeOverlay.AppCompat.Light = 0x7f0e0116
|
|
487
|
-
com.example.myapplication:drawable/notify_panel_notification_icon_bg = 0x7f070069
|
|
488
|
-
com.example.myapplication:drawable/notification_template_icon_low_bg = 0x7f070067
|
|
489
|
-
com.example.myapplication:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f0e0115
|
|
490
|
-
com.example.myapplication:id/actions = 0x7f080038
|
|
491
|
-
com.example.myapplication:attr/lastBaselineToBottomHeight = 0x7f03009d
|
|
492
|
-
com.example.myapplication:drawable/notification_icon_background = 0x7f070064
|
|
493
|
-
com.example.myapplication:drawable/notification_bg_normal_pressed = 0x7f070063
|
|
494
|
-
com.example.myapplication:id/line1 = 0x7f080067
|
|
495
|
-
com.example.myapplication:drawable/notification_bg_normal = 0x7f070062
|
|
496
|
-
com.example.myapplication:drawable/notification_bg_low_pressed = 0x7f070061
|
|
497
|
-
com.example.myapplication:drawable/ic_call_decline_low = 0x7f07005c
|
|
498
|
-
com.example.myapplication:style/Widget.AppCompat.CompoundButton.Switch = 0x7f0e012c
|
|
499
|
-
com.example.myapplication:attr/titleMarginStart = 0x7f030106
|
|
500
|
-
com.example.myapplication:drawable/ic_call_answer_low = 0x7f070058
|
|
501
|
-
com.example.myapplication:styleable/PopupWindow = 0x7f0f0022
|
|
502
|
-
com.example.myapplication:drawable/btn_radio_on_mtrl = 0x7f070055
|
|
503
|
-
com.example.myapplication:id/expanded_menu = 0x7f080056
|
|
504
|
-
com.example.myapplication:dimen/abc_action_bar_elevation_material = 0x7f060005
|
|
505
|
-
com.example.myapplication:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f070054
|
|
506
|
-
com.example.myapplication:attr/subtitleTextColor = 0x7f0300e5
|
|
507
|
-
com.example.myapplication:drawable/btn_checkbox_checked_mtrl = 0x7f07004f
|
|
508
|
-
com.example.myapplication:layout/abc_screen_toolbar = 0x7f0b0017
|
|
509
|
-
com.example.myapplication:dimen/abc_dialog_fixed_height_major = 0x7f06001c
|
|
510
|
-
com.example.myapplication:drawable/abc_textfield_search_material = 0x7f07004d
|
|
511
|
-
com.example.myapplication:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f07004c
|
|
512
|
-
com.example.myapplication:color/switch_thumb_disabled_material_dark = 0x7f050051
|
|
513
|
-
com.example.myapplication:drawable/abc_textfield_default_mtrl_alpha = 0x7f07004a
|
|
514
|
-
com.example.myapplication:attr/font = 0x7f030081
|
|
515
|
-
com.example.myapplication:color/material_grey_300 = 0x7f05003b
|
|
516
|
-
com.example.myapplication:drawable/abc_text_select_handle_right_mtrl = 0x7f070048
|
|
517
|
-
com.example.myapplication:style/Widget.AppCompat.PopupWindow = 0x7f0e014e
|
|
518
|
-
com.example.myapplication:attr/actionBarSplitStyle = 0x7f030004
|
|
519
|
-
com.example.myapplication:dimen/abc_text_size_display_2_material = 0x7f060044
|
|
520
|
-
com.example.myapplication:drawable/abc_text_select_handle_middle_mtrl = 0x7f070047
|
|
521
|
-
com.example.myapplication:drawable/abc_tab_indicator_material = 0x7f070043
|
|
522
|
-
com.example.myapplication:drawable/abc_switch_track_mtrl_alpha = 0x7f070042
|
|
523
|
-
com.example.myapplication:style/ThemeOverlay.AppCompat.Dark = 0x7f0e0110
|
|
524
|
-
com.example.myapplication:drawable/abc_star_half_black_48dp = 0x7f070040
|
|
525
|
-
com.example.myapplication:drawable/abc_spinner_textfield_background_material = 0x7f07003e
|
|
526
|
-
com.example.myapplication:id/action_context_bar = 0x7f08002f
|
|
527
|
-
com.example.myapplication:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f0e0095
|
|
528
|
-
com.example.myapplication:attr/contentInsetLeft = 0x7f03005f
|
|
529
|
-
com.example.myapplication:drawable/abc_spinner_mtrl_am_alpha = 0x7f07003d
|
|
530
|
-
com.example.myapplication:drawable/abc_btn_radio_material_anim = 0x7f07000a
|
|
531
|
-
com.example.myapplication:drawable/abc_seekbar_track_material = 0x7f07003c
|
|
532
|
-
com.example.myapplication:drawable/abc_seekbar_thumb_material = 0x7f07003a
|
|
533
|
-
com.example.myapplication:drawable/abc_cab_background_top_mtrl_alpha = 0x7f070011
|
|
534
|
-
com.example.myapplication:drawable/abc_ratingbar_small_material = 0x7f070034
|
|
535
|
-
com.example.myapplication:dimen/abc_star_small = 0x7f06003d
|
|
536
|
-
com.example.myapplication:drawable/abc_ratingbar_material = 0x7f070033
|
|
537
|
-
com.example.myapplication:id/homeAsUp = 0x7f08005e
|
|
538
|
-
com.example.myapplication:drawable/abc_ratingbar_indicator_material = 0x7f070032
|
|
539
|
-
com.example.myapplication:id/submenuarrow = 0x7f080097
|
|
540
|
-
com.example.myapplication:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f070030
|
|
541
|
-
com.example.myapplication:attr/drawableTintMode = 0x7f030075
|
|
542
|
-
com.example.myapplication:id/accessibility_custom_action_18 = 0x7f080011
|
|
543
|
-
com.example.myapplication:dimen/abc_select_dialog_padding_start_material = 0x7f06003a
|
|
544
|
-
com.example.myapplication:drawable/abc_list_selector_holo_light = 0x7f07002f
|
|
545
|
-
com.example.myapplication:attr/actionModeCloseDrawable = 0x7f030013
|
|
546
|
-
com.example.myapplication:drawable/abc_list_selector_holo_dark = 0x7f07002e
|
|
547
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f0e0093
|
|
548
|
-
com.example.myapplication:drawable/abc_list_selector_background_transition_holo_dark = 0x7f07002a
|
|
549
|
-
com.example.myapplication:drawable/abc_list_pressed_holo_light = 0x7f070029
|
|
550
|
-
com.example.myapplication:layout/ime_secondary_split_test_activity = 0x7f0b001e
|
|
551
|
-
com.example.myapplication:drawable/abc_list_pressed_holo_dark = 0x7f070028
|
|
552
|
-
com.example.myapplication:drawable/abc_item_background_holo_light = 0x7f070023
|
|
553
|
-
com.example.myapplication:color/abc_tint_seek_thumb = 0x7f050016
|
|
554
|
-
com.example.myapplication:drawable/abc_vector_test = 0x7f07004e
|
|
555
|
-
com.example.myapplication:attr/titleTextColor = 0x7f03010a
|
|
556
|
-
com.example.myapplication:drawable/abc_item_background_holo_dark = 0x7f070022
|
|
557
|
-
com.example.myapplication:drawable/abc_ic_menu_paste_mtrl_am_alpha = 0x7f07001d
|
|
558
|
-
com.example.myapplication:attr/listItemLayout = 0x7f0300a4
|
|
559
|
-
com.example.myapplication:id/accessibility_custom_action_4 = 0x7f080021
|
|
560
|
-
com.example.myapplication:string/selected = 0x7f0d0039
|
|
561
|
-
com.example.myapplication:attr/buttonPanelSideLayout = 0x7f030042
|
|
562
|
-
com.example.myapplication:drawable/abc_ic_menu_overflow_material = 0x7f07001c
|
|
563
|
-
com.example.myapplication:drawable/abc_ic_menu_cut_mtrl_alpha = 0x7f07001b
|
|
564
|
-
com.example.myapplication:drawable/abc_ic_menu_copy_mtrl_am_alpha = 0x7f07001a
|
|
565
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f0e0132
|
|
566
|
-
com.example.myapplication:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f070018
|
|
567
|
-
com.example.myapplication:drawable/abc_tab_indicator_mtrl_alpha = 0x7f070044
|
|
568
|
-
com.example.myapplication:layout/notification_template_icon_group = 0x7f0b0022
|
|
569
|
-
com.example.myapplication:attr/fontProviderFetchTimeout = 0x7f030086
|
|
570
|
-
com.example.myapplication:drawable/abc_ic_clear_material = 0x7f070017
|
|
571
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Small = 0x7f0e00d5
|
|
572
|
-
com.example.myapplication:drawable/abc_ic_arrow_drop_right_black_24dp = 0x7f070016
|
|
573
|
-
com.example.myapplication:id/accessibility_custom_action_6 = 0x7f080023
|
|
574
|
-
com.example.myapplication:anim/btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010
|
|
575
|
-
com.example.myapplication:drawable/abc_ic_ab_back_material = 0x7f070015
|
|
576
|
-
com.example.myapplication:id/list_item = 0x7f08006a
|
|
577
|
-
com.example.myapplication:string/search_menu_title = 0x7f0d0038
|
|
578
|
-
com.example.myapplication:attr/dialogTheme = 0x7f030068
|
|
579
|
-
com.example.myapplication:drawable/abc_dialog_material_background = 0x7f070013
|
|
580
|
-
com.example.myapplication:drawable/abc_btn_switch_to_on_mtrl_00012 = 0x7f07000e
|
|
581
|
-
com.example.myapplication:style/Base.Animation.AppCompat.Tooltip = 0x7f0e0009
|
|
582
|
-
com.example.myapplication:string/abc_action_mode_done = 0x7f0d0003
|
|
583
|
-
com.example.myapplication:attr/fontProviderQuery = 0x7f030088
|
|
584
|
-
com.example.myapplication:drawable/abc_btn_radio_to_on_mtrl_000 = 0x7f07000b
|
|
585
|
-
com.example.myapplication:string/exo_download_failed = 0x7f0d002c
|
|
586
|
-
com.example.myapplication:id/dialog_button = 0x7f080050
|
|
587
|
-
com.example.myapplication:drawable/btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f070050
|
|
588
|
-
com.example.myapplication:dimen/abc_search_view_preferred_width = 0x7f060037
|
|
589
|
-
com.example.myapplication:drawable/abc_btn_radio_material = 0x7f070009
|
|
590
|
-
com.example.myapplication:drawable/abc_scrubber_track_mtrl_alpha = 0x7f070039
|
|
591
|
-
com.example.myapplication:attr/allowStacking = 0x7f030028
|
|
592
|
-
com.example.myapplication:drawable/abc_btn_default_mtrl_shape = 0x7f070008
|
|
593
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.SubmenuArrow = 0x7f0e00b4
|
|
594
|
-
com.example.myapplication:id/topPanel = 0x7f0800b0
|
|
595
|
-
com.example.myapplication:id/none = 0x7f08006f
|
|
596
|
-
com.example.myapplication:drawable/abc_btn_colored_material = 0x7f070007
|
|
597
|
-
com.example.myapplication:drawable/abc_btn_check_to_on_mtrl_015 = 0x7f070006
|
|
598
|
-
com.example.myapplication:drawable/abc_btn_borderless_material = 0x7f070002
|
|
599
|
-
com.example.myapplication:drawable/abc_action_bar_item_background_material = 0x7f070001
|
|
600
|
-
com.example.myapplication:id/accessibility_custom_action_12 = 0x7f08000b
|
|
601
|
-
com.example.myapplication:string/abc_search_hint = 0x7f0d0012
|
|
602
|
-
com.example.myapplication:drawable/abc_ab_share_pack_mtrl_alpha = 0x7f070000
|
|
603
|
-
com.example.myapplication:dimen/tooltip_y_offset_touch = 0x7f060077
|
|
604
|
-
com.example.myapplication:dimen/tooltip_vertical_padding = 0x7f060075
|
|
605
|
-
com.example.myapplication:dimen/tooltip_margin = 0x7f060072
|
|
606
|
-
com.example.myapplication:attr/windowFixedWidthMinor = 0x7f03011d
|
|
607
|
-
com.example.myapplication:drawable/abc_cab_background_top_material = 0x7f070010
|
|
608
|
-
com.example.myapplication:drawable/notification_tile_bg = 0x7f070068
|
|
609
|
-
com.example.myapplication:dimen/tooltip_horizontal_padding = 0x7f060071
|
|
610
|
-
com.example.myapplication:attr/editTextColor = 0x7f03007b
|
|
611
|
-
com.example.myapplication:dimen/notification_top_pad_large_text = 0x7f06006f
|
|
612
|
-
com.example.myapplication:dimen/notification_small_icon_background_padding = 0x7f06006b
|
|
613
|
-
com.example.myapplication:styleable/Spinner = 0x7f0f0026
|
|
614
|
-
com.example.myapplication:style/Platform.ThemeOverlay.AppCompat = 0x7f0e00a6
|
|
615
|
-
com.example.myapplication:dimen/notification_right_side_padding_top = 0x7f06006a
|
|
616
|
-
com.example.myapplication:dimen/notification_right_icon_size = 0x7f060069
|
|
617
|
-
com.example.myapplication:dimen/notification_main_column_padding_top = 0x7f060067
|
|
618
|
-
com.example.myapplication:style/Widget.AppCompat.EditText = 0x7f0e012f
|
|
619
|
-
com.example.myapplication:dimen/notification_content_margin_start = 0x7f060064
|
|
620
|
-
com.example.myapplication:layout/abc_action_mode_bar = 0x7f0b0004
|
|
621
|
-
com.example.myapplication:dimen/notification_big_circle_margin = 0x7f060063
|
|
622
|
-
com.example.myapplication:id/edit_query = 0x7f080052
|
|
623
|
-
com.example.myapplication:style/Widget.AppCompat.Toolbar.Button.Navigation = 0x7f0e015f
|
|
624
|
-
com.example.myapplication:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f0e010a
|
|
625
|
-
com.example.myapplication:attr/autoSizePresetSizes = 0x7f030030
|
|
626
|
-
com.example.myapplication:dimen/notification_action_icon_size = 0x7f060061
|
|
627
|
-
com.example.myapplication:attr/dialogPreferredPadding = 0x7f030067
|
|
628
|
-
com.example.myapplication:dimen/abc_dialog_padding_material = 0x7f060024
|
|
629
|
-
com.example.myapplication:dimen/hint_pressed_alpha_material_dark = 0x7f06005f
|
|
630
|
-
com.example.myapplication:id/action_bar_root = 0x7f08002a
|
|
631
|
-
com.example.myapplication:id/tag_accessibility_pane_title = 0x7f08009d
|
|
632
|
-
com.example.myapplication:dimen/hint_alpha_material_light = 0x7f06005e
|
|
633
|
-
com.example.myapplication:color/primary_material_light = 0x7f050046
|
|
634
|
-
com.example.myapplication:id/spacer = 0x7f080091
|
|
635
|
-
com.example.myapplication:string/call_notification_ongoing_text = 0x7f0d0022
|
|
636
|
-
com.example.myapplication:id/edit_text_id = 0x7f080053
|
|
637
|
-
com.example.myapplication:dimen/hint_alpha_material_dark = 0x7f06005d
|
|
638
|
-
com.example.myapplication:style/Base.V28.Theme.AppCompat.Light = 0x7f0e005e
|
|
639
|
-
com.example.myapplication:dimen/highlight_alpha_material_light = 0x7f06005c
|
|
640
|
-
com.example.myapplication:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f0e004f
|
|
641
|
-
com.example.myapplication:attr/panelMenuListWidth = 0x7f0300c1
|
|
642
|
-
com.example.myapplication:drawable/ic_call_decline = 0x7f07005b
|
|
643
|
-
com.example.myapplication:dimen/highlight_alpha_material_dark = 0x7f06005b
|
|
644
|
-
com.example.myapplication:color/switch_thumb_material_light = 0x7f050054
|
|
645
|
-
com.example.myapplication:attr/listDividerAlertDialog = 0x7f0300a3
|
|
646
|
-
com.example.myapplication:attr/textColorSearchUrl = 0x7f0300f6
|
|
647
|
-
com.example.myapplication:drawable/abc_text_cursor_material = 0x7f070045
|
|
648
|
-
com.example.myapplication:drawable/abc_btn_check_to_on_mtrl_000 = 0x7f070005
|
|
649
|
-
com.example.myapplication:attr/contentDescription = 0x7f03005c
|
|
650
|
-
com.example.myapplication:dimen/disabled_alpha_material_light = 0x7f060059
|
|
651
|
-
com.example.myapplication:id/accessibility_custom_action_29 = 0x7f08001d
|
|
652
|
-
com.example.myapplication:dimen/disabled_alpha_material_dark = 0x7f060058
|
|
653
|
-
com.example.myapplication:attr/textAppearanceListItemSecondary = 0x7f0300ef
|
|
654
|
-
com.example.myapplication:dimen/compat_button_padding_vertical_material = 0x7f060054
|
|
655
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Caption = 0x7f0e0010
|
|
656
|
-
com.example.myapplication:color/ripple_material_dark = 0x7f05004b
|
|
657
|
-
com.example.myapplication:drawable/notification_bg = 0x7f07005e
|
|
658
|
-
com.example.myapplication:dimen/abc_control_padding_material = 0x7f06001a
|
|
659
|
-
com.example.myapplication:dimen/abc_text_size_title_material_toolbar = 0x7f060050
|
|
660
|
-
com.example.myapplication:dimen/abc_text_size_title_material = 0x7f06004f
|
|
661
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f0e00cf
|
|
662
|
-
com.example.myapplication:dimen/abc_text_size_subhead_material = 0x7f06004d
|
|
663
|
-
com.example.myapplication:color/highlighted_text_material_dark = 0x7f050033
|
|
664
|
-
com.example.myapplication:dimen/abc_text_size_small_material = 0x7f06004c
|
|
665
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f0e0087
|
|
666
|
-
com.example.myapplication:dimen/abc_text_size_menu_material = 0x7f06004b
|
|
667
|
-
com.example.myapplication:style/Platform.V25.AppCompat.Light = 0x7f0e00ac
|
|
668
|
-
com.example.myapplication:dimen/abc_text_size_menu_header_material = 0x7f06004a
|
|
669
|
-
com.example.myapplication:dimen/abc_action_bar_icon_vertical_padding_material = 0x7f060006
|
|
670
|
-
com.example.myapplication:dimen/abc_text_size_medium_material = 0x7f060049
|
|
671
|
-
com.example.myapplication:attr/textAllCaps = 0x7f0300ec
|
|
672
|
-
com.example.myapplication:drawable/abc_list_selector_background_transition_holo_light = 0x7f07002b
|
|
673
|
-
com.example.myapplication:dimen/abc_text_size_headline_material = 0x7f060047
|
|
674
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ActivityChooserView = 0x7f0e0070
|
|
675
|
-
com.example.myapplication:dimen/compat_button_padding_horizontal_material = 0x7f060053
|
|
676
|
-
com.example.myapplication:dimen/abc_text_size_display_3_material = 0x7f060045
|
|
677
|
-
com.example.myapplication:id/showTitle = 0x7f080090
|
|
678
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f0e00af
|
|
679
|
-
com.example.myapplication:anim/btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017
|
|
680
|
-
com.example.myapplication:id/search_plate = 0x7f080089
|
|
681
|
-
com.example.myapplication:drawable/abc_list_focused_holo = 0x7f070026
|
|
682
|
-
com.example.myapplication:dimen/abc_text_size_caption_material = 0x7f060042
|
|
683
|
-
com.example.myapplication:dimen/abc_text_size_button_material = 0x7f060041
|
|
684
|
-
com.example.myapplication:dimen/abc_text_size_body_1_material = 0x7f06003f
|
|
685
|
-
com.example.myapplication:color/bright_foreground_disabled_material_light = 0x7f050022
|
|
686
|
-
com.example.myapplication:id/forever = 0x7f080057
|
|
687
|
-
com.example.myapplication:attr/lStar = 0x7f03009c
|
|
688
|
-
com.example.myapplication:dimen/compat_button_inset_horizontal_material = 0x7f060051
|
|
689
|
-
com.example.myapplication:dimen/abc_star_medium = 0x7f06003c
|
|
690
|
-
com.example.myapplication:id/disableHome = 0x7f080051
|
|
691
|
-
com.example.myapplication:dimen/abc_star_big = 0x7f06003b
|
|
692
|
-
com.example.myapplication:attr/barLength = 0x7f030038
|
|
693
|
-
com.example.myapplication:dimen/abc_seekbar_track_progress_height_material = 0x7f060039
|
|
694
|
-
com.example.myapplication:dimen/abc_seekbar_track_background_height_material = 0x7f060038
|
|
695
|
-
com.example.myapplication:dimen/abc_search_view_preferred_height = 0x7f060036
|
|
696
|
-
com.example.myapplication:dimen/abc_progress_bar_height_material = 0x7f060035
|
|
697
|
-
com.example.myapplication:color/error_color_material_light = 0x7f050030
|
|
698
|
-
com.example.myapplication:dimen/abc_panel_menu_list_width = 0x7f060034
|
|
699
|
-
com.example.myapplication:attr/colorButtonNormal = 0x7f030053
|
|
700
|
-
com.example.myapplication:attr/iconTintMode = 0x7f030095
|
|
701
|
-
com.example.myapplication:dimen/abc_list_item_padding_horizontal_material = 0x7f060033
|
|
702
|
-
com.example.myapplication:dimen/abc_list_item_height_material = 0x7f060031
|
|
703
|
-
com.example.myapplication:dimen/abc_edit_text_inset_top_material = 0x7f06002e
|
|
704
|
-
com.example.myapplication:color/primary_text_default_material_light = 0x7f050048
|
|
705
|
-
com.example.myapplication:dimen/abc_edit_text_inset_horizontal_material = 0x7f06002d
|
|
706
|
-
com.example.myapplication:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f070056
|
|
707
|
-
com.example.myapplication:dimen/abc_dropdownitem_text_padding_right = 0x7f06002b
|
|
708
|
-
com.example.myapplication:styleable/RecycleListView = 0x7f0f0024
|
|
709
|
-
com.example.myapplication:id/progress_horizontal = 0x7f080079
|
|
710
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Display1 = 0x7f0e0011
|
|
711
|
-
com.example.myapplication:dimen/abc_dropdownitem_text_padding_left = 0x7f06002a
|
|
712
|
-
com.example.myapplication:dimen/abc_disabled_alpha_material_dark = 0x7f060027
|
|
713
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f0e00cc
|
|
714
|
-
com.example.myapplication:integer/status_bar_notification_info_maxnum = 0x7f090004
|
|
715
|
-
com.example.myapplication:dimen/abc_dialog_title_divider_material = 0x7f060026
|
|
716
|
-
com.example.myapplication:dimen/abc_dialog_min_width_minor = 0x7f060023
|
|
717
|
-
com.example.myapplication:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f060020
|
|
718
|
-
com.example.myapplication:attr/tooltipFrameBackground = 0x7f03010f
|
|
719
|
-
com.example.myapplication:dimen/abc_dialog_fixed_width_minor = 0x7f06001f
|
|
720
|
-
com.example.myapplication:dimen/abc_text_size_display_1_material = 0x7f060043
|
|
721
|
-
com.example.myapplication:dimen/abc_dialog_fixed_width_major = 0x7f06001e
|
|
722
|
-
com.example.myapplication:styleable/SwitchCompat = 0x7f0f0029
|
|
723
|
-
com.example.myapplication:attr/drawableBottomCompat = 0x7f03006e
|
|
724
|
-
com.example.myapplication:dimen/abc_dialog_fixed_height_minor = 0x7f06001d
|
|
725
|
-
com.example.myapplication:attr/buttonBarNeutralButtonStyle = 0x7f03003c
|
|
726
|
-
com.example.myapplication:dimen/abc_control_corner_material = 0x7f060018
|
|
727
|
-
com.example.myapplication:color/abc_decor_view_status_guard_light = 0x7f050006
|
|
728
|
-
com.example.myapplication:dimen/abc_cascading_menus_min_smallest_width = 0x7f060016
|
|
729
|
-
com.example.myapplication:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f0e0129
|
|
730
|
-
com.example.myapplication:dimen/abc_button_padding_vertical_material = 0x7f060015
|
|
731
|
-
com.example.myapplication:color/primary_text_disabled_material_light = 0x7f05004a
|
|
732
|
-
com.example.myapplication:dimen/abc_button_padding_horizontal_material = 0x7f060014
|
|
733
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f0e0028
|
|
734
|
-
com.example.myapplication:dimen/abc_text_size_subtitle_material_toolbar = 0x7f06004e
|
|
735
|
-
com.example.myapplication:attr/actionButtonStyle = 0x7f03000b
|
|
736
|
-
com.example.myapplication:dimen/abc_button_inset_vertical_material = 0x7f060013
|
|
737
|
-
com.example.myapplication:dimen/abc_button_inset_horizontal_material = 0x7f060012
|
|
738
|
-
com.example.myapplication:dimen/abc_alert_dialog_button_dimen = 0x7f060011
|
|
739
|
-
com.example.myapplication:dimen/abc_action_button_min_width_material = 0x7f06000e
|
|
740
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f0e0079
|
|
741
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ActionButton = 0x7f0e006c
|
|
742
|
-
com.example.myapplication:dimen/abc_action_button_min_height_material = 0x7f06000d
|
|
743
|
-
com.example.myapplication:dimen/abc_action_bar_subtitle_top_margin_material = 0x7f06000c
|
|
744
|
-
com.example.myapplication:color/abc_primary_text_disable_only_material_dark = 0x7f050009
|
|
745
|
-
com.example.myapplication:drawable/abc_list_longpressed_holo = 0x7f070027
|
|
746
|
-
com.example.myapplication:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0a0003
|
|
747
|
-
com.example.myapplication:dimen/abc_action_bar_stacked_max_height = 0x7f060009
|
|
748
|
-
com.example.myapplication:attr/paddingBottomNoButtons = 0x7f0300bb
|
|
749
|
-
com.example.myapplication:dimen/abc_action_bar_default_height_material = 0x7f060002
|
|
750
|
-
com.example.myapplication:drawable/abc_scrubber_control_to_pressed_mtrl_000 = 0x7f070036
|
|
751
|
-
com.example.myapplication:dimen/abc_action_bar_content_inset_material = 0x7f060000
|
|
752
|
-
com.example.myapplication:color/vector_tint_color = 0x7f050059
|
|
753
|
-
com.example.myapplication:attr/closeItemLayout = 0x7f03004d
|
|
754
|
-
com.example.myapplication:id/accessibility_custom_action_23 = 0x7f080017
|
|
755
|
-
com.example.myapplication:id/shortcut = 0x7f08008d
|
|
756
|
-
com.example.myapplication:attr/drawableStartCompat = 0x7f030073
|
|
757
|
-
com.example.myapplication:color/tooltip_background_dark = 0x7f050057
|
|
758
|
-
com.example.myapplication:anim/btn_checkbox_to_checked_icon_null_animation = 0x7f01000e
|
|
759
|
-
com.example.myapplication:color/switch_thumb_normal_material_light = 0x7f050056
|
|
760
|
-
com.example.myapplication:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f070038
|
|
761
|
-
com.example.myapplication:color/switch_thumb_material_dark = 0x7f050053
|
|
762
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f0e013b
|
|
763
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f0e0040
|
|
764
|
-
com.example.myapplication:attr/drawableEndCompat = 0x7f03006f
|
|
765
|
-
com.example.myapplication:color/primary_dark_material_light = 0x7f050044
|
|
766
|
-
com.example.myapplication:color/switch_thumb_disabled_material_light = 0x7f050052
|
|
767
|
-
com.example.myapplication:color/secondary_text_disabled_material_dark = 0x7f05004f
|
|
768
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ListMenuView = 0x7f0e008a
|
|
769
|
-
com.example.myapplication:color/primary_text_disabled_material_dark = 0x7f050049
|
|
770
|
-
com.example.myapplication:style/Widget.AppCompat.ListView = 0x7f0e0149
|
|
771
|
-
com.example.myapplication:color/notification_action_color_filter = 0x7f050041
|
|
772
|
-
com.example.myapplication:color/primary_dark_material_dark = 0x7f050043
|
|
773
|
-
com.example.myapplication:color/material_grey_800 = 0x7f05003e
|
|
774
|
-
com.example.myapplication:color/material_deep_teal_500 = 0x7f050039
|
|
775
|
-
com.example.myapplication:string/call_notification_incoming_text = 0x7f0d0021
|
|
776
|
-
com.example.myapplication:anim/btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d
|
|
777
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f0e0075
|
|
778
|
-
com.example.myapplication:attr/backgroundSplit = 0x7f030034
|
|
779
|
-
com.example.myapplication:color/material_deep_teal_200 = 0x7f050038
|
|
780
|
-
com.example.myapplication:id/view_tree_lifecycle_owner = 0x7f0800b5
|
|
781
|
-
com.example.myapplication:color/highlighted_text_material_light = 0x7f050034
|
|
782
|
-
com.example.myapplication:drawable/abc_ic_go_search_api_material = 0x7f070019
|
|
783
|
-
com.example.myapplication:style/ThemeOverlay.AppCompat.DayNight.ActionBar = 0x7f0e0113
|
|
784
|
-
com.example.myapplication:attr/windowFixedHeightMinor = 0x7f03011b
|
|
785
|
-
com.example.myapplication:id/action_mode_bar_stub = 0x7f080035
|
|
786
|
-
com.example.myapplication:attr/toolbarNavigationButtonStyle = 0x7f03010c
|
|
787
|
-
com.example.myapplication:attr/buttonBarStyle = 0x7f03003e
|
|
788
|
-
com.example.myapplication:style/Base.Widget.AppCompat.SearchView = 0x7f0e0097
|
|
789
|
-
com.example.myapplication:attr/measureWithLargestChild = 0x7f0300b2
|
|
790
|
-
com.example.myapplication:style/Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f0e0039
|
|
791
|
-
com.example.myapplication:color/error_color_material_dark = 0x7f05002f
|
|
792
|
-
com.example.myapplication:string/switch_role = 0x7f0d003e
|
|
793
|
-
com.example.myapplication:color/dim_foreground_material_light = 0x7f05002e
|
|
794
|
-
com.example.myapplication:color/dim_foreground_disabled_material_dark = 0x7f05002b
|
|
795
|
-
com.example.myapplication:color/button_material_dark = 0x7f050027
|
|
796
|
-
com.example.myapplication:color/bright_foreground_material_light = 0x7f050026
|
|
797
|
-
com.example.myapplication:drawable/notification_bg_low_normal = 0x7f070060
|
|
798
|
-
com.example.myapplication:color/material_grey_900 = 0x7f050040
|
|
799
|
-
com.example.myapplication:attr/titleMarginBottom = 0x7f030104
|
|
800
|
-
com.example.myapplication:drawable/abc_textfield_search_activated_mtrl_alpha = 0x7f07004b
|
|
801
|
-
com.example.myapplication:color/bright_foreground_material_dark = 0x7f050025
|
|
802
|
-
com.example.myapplication:color/dim_foreground_disabled_material_light = 0x7f05002c
|
|
803
|
-
com.example.myapplication:color/bright_foreground_disabled_material_dark = 0x7f050021
|
|
804
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f0e00b0
|
|
805
|
-
com.example.myapplication:color/background_material_light = 0x7f050020
|
|
806
|
-
com.example.myapplication:color/background_material_dark = 0x7f05001f
|
|
807
|
-
com.example.myapplication:dimen/abc_action_bar_content_inset_with_nav = 0x7f060001
|
|
808
|
-
com.example.myapplication:color/material_grey_850 = 0x7f05003f
|
|
809
|
-
com.example.myapplication:color/background_floating_material_dark = 0x7f05001d
|
|
810
|
-
com.example.myapplication:string/exo_download_downloading = 0x7f0d002b
|
|
811
|
-
com.example.myapplication:color/primary_material_dark = 0x7f050045
|
|
812
|
-
com.example.myapplication:attr/actionOverflowButtonStyle = 0x7f03001f
|
|
813
|
-
com.example.myapplication:attr/editTextStyle = 0x7f03007c
|
|
814
|
-
com.example.myapplication:color/abc_tint_switch_track = 0x7f050018
|
|
815
|
-
com.example.myapplication:styleable/AnimatedStateListDrawableTransition = 0x7f0f0009
|
|
816
|
-
com.example.myapplication:attr/buttonBarPositiveButtonStyle = 0x7f03003d
|
|
817
|
-
com.example.myapplication:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f0e00a7
|
|
818
|
-
com.example.myapplication:color/primary_text_default_material_dark = 0x7f050047
|
|
819
|
-
com.example.myapplication:color/bright_foreground_inverse_material_dark = 0x7f050023
|
|
820
|
-
com.example.myapplication:color/accent_material_light = 0x7f05001a
|
|
821
|
-
com.example.myapplication:color/abc_tint_spinner = 0x7f050017
|
|
822
|
-
com.example.myapplication:id/group_divider = 0x7f080059
|
|
823
|
-
com.example.myapplication:color/abc_tint_default = 0x7f050014
|
|
824
|
-
com.example.myapplication:string/call_notification_decline_action = 0x7f0d001f
|
|
825
|
-
com.example.myapplication:dimen/abc_edit_text_inset_bottom_material = 0x7f06002c
|
|
826
|
-
com.example.myapplication:attr/elevation = 0x7f03007d
|
|
827
|
-
com.example.myapplication:color/abc_secondary_text_material_light = 0x7f050012
|
|
828
|
-
com.example.myapplication:attr/actionModeSplitBackground = 0x7f03001b
|
|
829
|
-
com.example.myapplication:attr/displayOptions = 0x7f030069
|
|
830
|
-
com.example.myapplication:color/abc_primary_text_material_dark = 0x7f05000b
|
|
831
|
-
com.example.myapplication:anim/abc_fade_in = 0x7f010000
|
|
832
|
-
com.example.myapplication:attr/colorPrimaryDark = 0x7f030059
|
|
833
|
-
com.example.myapplication:color/material_grey_50 = 0x7f05003c
|
|
834
|
-
com.example.myapplication:attr/iconifiedByDefault = 0x7f030096
|
|
835
|
-
com.example.myapplication:id/customPanel = 0x7f08004d
|
|
836
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f0e00e9
|
|
837
|
-
com.example.myapplication:attr/firstBaselineToTopHeight = 0x7f030080
|
|
838
|
-
com.example.myapplication:color/abc_decor_view_status_guard = 0x7f050005
|
|
839
|
-
com.example.myapplication:attr/showText = 0x7f0300d8
|
|
840
|
-
com.example.myapplication:attr/thumbTintMode = 0x7f0300fc
|
|
841
|
-
com.example.myapplication:color/abc_btn_colored_text_material = 0x7f050003
|
|
842
|
-
com.example.myapplication:style/Platform.AppCompat.Light = 0x7f0e00a5
|
|
843
|
-
com.example.myapplication:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f0e0064
|
|
844
|
-
com.example.myapplication:color/abc_btn_colored_borderless_text_material = 0x7f050002
|
|
845
|
-
com.example.myapplication:bool/abc_action_bar_embed_tabs = 0x7f040000
|
|
846
|
-
com.example.myapplication:attr/actionBarPopupTheme = 0x7f030002
|
|
847
|
-
com.example.myapplication:color/material_blue_grey_900 = 0x7f050036
|
|
848
|
-
com.example.myapplication:color/call_notification_decline_color = 0x7f05002a
|
|
849
|
-
com.example.myapplication:attr/queryPatterns = 0x7f0300ca
|
|
850
|
-
com.example.myapplication:attr/backgroundStacked = 0x7f030035
|
|
851
|
-
com.example.myapplication:color/abc_search_url_text_normal = 0x7f05000e
|
|
852
|
-
com.example.myapplication:dimen/compat_notification_large_icon_max_width = 0x7f060057
|
|
853
|
-
com.example.myapplication:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f0e003b
|
|
854
|
-
com.example.myapplication:attr/windowFixedWidthMajor = 0x7f03011c
|
|
855
|
-
com.example.myapplication:style/Widget.Compat.NotificationActionText = 0x7f0e0161
|
|
856
|
-
com.example.myapplication:style/Widget.AppCompat.Light.PopupMenu = 0x7f0e0143
|
|
857
|
-
com.example.myapplication:attr/viewInflaterClass = 0x7f030115
|
|
858
|
-
com.example.myapplication:string/range_end = 0x7f0d0036
|
|
859
|
-
com.example.myapplication:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f07000d
|
|
860
|
-
com.example.myapplication:id/showCustom = 0x7f08008e
|
|
861
|
-
com.example.myapplication:style/ThemeOverlay.AppCompat.ActionBar = 0x7f0e010f
|
|
862
|
-
com.example.myapplication:attr/ttcIndex = 0x7f030114
|
|
863
|
-
com.example.myapplication:drawable/abc_control_background_material = 0x7f070012
|
|
864
|
-
com.example.myapplication:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f0e004d
|
|
865
|
-
com.example.myapplication:attr/listPreferredItemPaddingStart = 0x7f0300ae
|
|
866
|
-
com.example.myapplication:attr/trackTintMode = 0x7f030113
|
|
867
|
-
com.example.myapplication:attr/track = 0x7f030111
|
|
868
|
-
com.example.myapplication:dimen/abc_alert_dialog_button_bar_height = 0x7f060010
|
|
869
|
-
com.example.myapplication:attr/showTitle = 0x7f0300d9
|
|
870
|
-
com.example.myapplication:attr/tooltipText = 0x7f030110
|
|
871
|
-
com.example.myapplication:attr/commitIcon = 0x7f03005b
|
|
872
|
-
com.example.myapplication:attr/titleTextAppearance = 0x7f030109
|
|
873
|
-
com.example.myapplication:id/ifRoom = 0x7f080061
|
|
874
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionBar.TabView.Inverse = 0x7f0e0139
|
|
875
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f0e0035
|
|
876
|
-
com.example.myapplication:dimen/abc_list_item_height_small_material = 0x7f060032
|
|
877
|
-
com.example.myapplication:attr/spinBars = 0x7f0300db
|
|
878
|
-
com.example.myapplication:styleable/ViewBackgroundHelper = 0x7f0f002d
|
|
879
|
-
com.example.myapplication:attr/titleMarginTop = 0x7f030107
|
|
880
|
-
com.example.myapplication:string/template_percent = 0x7f0d0040
|
|
881
|
-
com.example.myapplication:attr/state_above_anchor = 0x7f0300e0
|
|
882
|
-
com.example.myapplication:attr/titleMargin = 0x7f030103
|
|
883
|
-
com.example.myapplication:style/Widget.AppCompat.Spinner = 0x7f0e0158
|
|
884
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f0e003f
|
|
885
|
-
com.example.myapplication:dimen/compat_button_inset_vertical_material = 0x7f060052
|
|
886
|
-
com.example.myapplication:color/abc_search_url_text = 0x7f05000d
|
|
887
|
-
com.example.myapplication:dimen/abc_text_size_body_2_material = 0x7f060040
|
|
888
|
-
com.example.myapplication:id/compose_view_saveable_id_tag = 0x7f080048
|
|
889
|
-
com.example.myapplication:color/abc_background_cache_hint_selector_material_dark = 0x7f050000
|
|
890
|
-
com.example.myapplication:attr/tickMarkTintMode = 0x7f0300ff
|
|
891
|
-
com.example.myapplication:attr/tint = 0x7f030100
|
|
892
|
-
com.example.myapplication:id/accessibility_custom_action_13 = 0x7f08000c
|
|
893
|
-
com.example.myapplication:attr/subMenuArrow = 0x7f0300e1
|
|
894
|
-
com.example.myapplication:color/androidx_core_ripple_material_light = 0x7f05001b
|
|
895
|
-
com.example.myapplication:color/abc_secondary_text_material_dark = 0x7f050011
|
|
896
|
-
com.example.myapplication:anim/btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011
|
|
897
|
-
com.example.myapplication:attr/paddingStart = 0x7f0300bd
|
|
898
|
-
com.example.myapplication:attr/tickMarkTint = 0x7f0300fe
|
|
899
|
-
com.example.myapplication:styleable/StateListDrawableItem = 0x7f0f0028
|
|
900
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Toolbar = 0x7f0e009f
|
|
901
|
-
com.example.myapplication:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f07000c
|
|
902
|
-
com.example.myapplication:color/androidx_core_secondary_text_default_material_light = 0x7f05001c
|
|
903
|
-
com.example.myapplication:attr/thumbTint = 0x7f0300fb
|
|
904
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f0e00dd
|
|
905
|
-
com.example.myapplication:attr/windowMinWidthMajor = 0x7f03011e
|
|
906
|
-
com.example.myapplication:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f0e009e
|
|
907
|
-
com.example.myapplication:attr/thickness = 0x7f0300f9
|
|
908
|
-
com.example.myapplication:attr/contentInsetStartWithNavigation = 0x7f030062
|
|
909
|
-
com.example.myapplication:dimen/abc_dialog_corner_radius_material = 0x7f06001b
|
|
910
|
-
com.example.myapplication:attr/textColorAlertDialogListItem = 0x7f0300f5
|
|
911
|
-
com.example.myapplication:style/TextAppearance.Compat.Notification = 0x7f0e00ef
|
|
912
|
-
com.example.myapplication:attr/windowMinWidthMinor = 0x7f03011f
|
|
913
|
-
com.example.myapplication:attr/spinnerDropDownItemStyle = 0x7f0300dc
|
|
914
|
-
com.example.myapplication:attr/textAppearancePopupMenuHeader = 0x7f0300f1
|
|
915
|
-
com.example.myapplication:dimen/notification_action_text_size = 0x7f060062
|
|
916
|
-
com.example.myapplication:attr/paddingTopNoTitle = 0x7f0300be
|
|
917
|
-
com.example.myapplication:id/CTRL = 0x7f080001
|
|
918
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f0e002d
|
|
919
|
-
com.example.myapplication:drawable/abc_ic_search_api_material = 0x7f070020
|
|
920
|
-
com.example.myapplication:attr/switchTextAppearance = 0x7f0300eb
|
|
921
|
-
com.example.myapplication:id/src_atop = 0x7f080094
|
|
922
|
-
com.example.myapplication:attr/switchPadding = 0x7f0300e9
|
|
923
|
-
com.example.myapplication:style/Widget.AppCompat.DrawerArrowToggle = 0x7f0e012d
|
|
924
|
-
com.example.myapplication:drawable/test_level_drawable = 0x7f07006a
|
|
925
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f0e0089
|
|
926
|
-
com.example.myapplication:attr/fontProviderSystemFontFamily = 0x7f030089
|
|
927
|
-
com.example.myapplication:drawable/abc_text_select_handle_left_mtrl = 0x7f070046
|
|
928
|
-
com.example.myapplication:attr/gapBetweenBars = 0x7f03008d
|
|
929
|
-
com.example.myapplication:dimen/compat_notification_large_icon_max_height = 0x7f060056
|
|
930
|
-
com.example.myapplication:attr/drawableTint = 0x7f030074
|
|
931
|
-
com.example.myapplication:attr/suggestionRowLayout = 0x7f0300e7
|
|
932
|
-
com.example.myapplication:attr/subtitleTextStyle = 0x7f0300e6
|
|
933
|
-
com.example.myapplication:attr/selectableItemBackground = 0x7f0300d3
|
|
934
|
-
com.example.myapplication:attr/splitTrack = 0x7f0300de
|
|
935
|
-
com.example.myapplication:drawable/abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070037
|
|
936
|
-
com.example.myapplication:dimen/compat_control_corner_material = 0x7f060055
|
|
937
|
-
com.example.myapplication:style/Theme.AppCompat.Empty = 0x7f0e0104
|
|
938
|
-
com.example.myapplication:color/abc_hint_foreground_material_light = 0x7f050008
|
|
939
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f0e00de
|
|
940
|
-
com.example.myapplication:color/material_grey_600 = 0x7f05003d
|
|
941
|
-
com.example.myapplication:attr/textLocale = 0x7f0300f7
|
|
942
|
-
com.example.myapplication:attr/showDividers = 0x7f0300d7
|
|
943
|
-
com.example.myapplication:styleable/AppCompatTextHelper = 0x7f0f000d
|
|
944
|
-
com.example.myapplication:attr/drawableRightCompat = 0x7f030071
|
|
945
|
-
com.example.myapplication:attr/collapseIcon = 0x7f03004f
|
|
946
|
-
com.example.myapplication:attr/selectableItemBackgroundBorderless = 0x7f0300d4
|
|
947
|
-
com.example.myapplication:attr/subtitleTextAppearance = 0x7f0300e4
|
|
948
|
-
com.example.myapplication:attr/windowActionBar = 0x7f030117
|
|
949
|
-
com.example.myapplication:id/always = 0x7f08003c
|
|
950
|
-
com.example.myapplication:attr/seekBarStyle = 0x7f0300d2
|
|
951
|
-
com.example.myapplication:id/search_button = 0x7f080084
|
|
952
|
-
com.example.myapplication:dimen/notification_subtext_size = 0x7f06006d
|
|
953
|
-
com.example.myapplication:attr/searchIcon = 0x7f0300d0
|
|
954
|
-
com.example.myapplication:attr/spinnerStyle = 0x7f0300dd
|
|
955
|
-
com.example.myapplication:style/Base.Widget.AppCompat.EditText = 0x7f0e0080
|
|
956
|
-
com.example.myapplication:attr/ratingBarStyle = 0x7f0300cc
|
|
957
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Dialog.MinWidth = 0x7f0e0041
|
|
958
|
-
com.example.myapplication:attr/titleTextStyle = 0x7f03010b
|
|
959
|
-
com.example.myapplication:color/notification_icon_bg_color = 0x7f050042
|
|
960
|
-
com.example.myapplication:styleable/ActionMenuItemView = 0x7f0f0002
|
|
961
|
-
com.example.myapplication:attr/radioButtonStyle = 0x7f0300cb
|
|
962
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f0e00e8
|
|
963
|
-
com.example.myapplication:style/Base.V7.Theme.AppCompat = 0x7f0e005f
|
|
964
|
-
com.example.myapplication:attr/goIcon = 0x7f03008e
|
|
965
|
-
com.example.myapplication:attr/queryBackground = 0x7f0300c8
|
|
966
|
-
com.example.myapplication:style/Base.V21.Theme.AppCompat.Light.Dialog = 0x7f0e0054
|
|
967
|
-
com.example.myapplication:dimen/abc_list_item_height_large_material = 0x7f060030
|
|
968
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f0e0029
|
|
969
|
-
com.example.myapplication:attr/preserveIconSpacing = 0x7f0300c5
|
|
970
|
-
com.example.myapplication:animator/fragment_open_exit = 0x7f020005
|
|
971
|
-
com.example.myapplication:attr/popupWindowStyle = 0x7f0300c4
|
|
972
|
-
com.example.myapplication:id/scrollView = 0x7f080081
|
|
973
|
-
com.example.myapplication:drawable/abc_edit_text_material = 0x7f070014
|
|
974
|
-
com.example.myapplication:dimen/abc_config_prefDialogWidth = 0x7f060017
|
|
975
|
-
com.example.myapplication:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f0e004e
|
|
976
|
-
com.example.myapplication:attr/progressBarStyle = 0x7f0300c7
|
|
977
|
-
com.example.myapplication:layout/abc_action_mode_close_item_material = 0x7f0b0005
|
|
978
|
-
com.example.myapplication:attr/panelMenuListTheme = 0x7f0300c0
|
|
979
|
-
com.example.myapplication:attr/buttonCompat = 0x7f03003f
|
|
980
|
-
com.example.myapplication:attr/colorControlNormal = 0x7f030056
|
|
981
|
-
com.example.myapplication:attr/panelBackground = 0x7f0300bf
|
|
982
|
-
com.example.myapplication:attr/progressBarPadding = 0x7f0300c6
|
|
983
|
-
com.example.myapplication:id/accessibility_custom_action_30 = 0x7f08001f
|
|
984
|
-
com.example.myapplication:layout/abc_dialog_title_material = 0x7f0b000c
|
|
985
|
-
com.example.myapplication:attr/homeAsUpIndicator = 0x7f030091
|
|
986
|
-
com.example.myapplication:attr/actionModeShareDrawable = 0x7f03001a
|
|
987
|
-
com.example.myapplication:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f0e000b
|
|
988
|
-
com.example.myapplication:id/end = 0x7f080054
|
|
989
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f0e002f
|
|
990
|
-
com.example.myapplication:color/bright_foreground_inverse_material_light = 0x7f050024
|
|
991
|
-
com.example.myapplication:attr/numericModifiers = 0x7f0300b9
|
|
992
|
-
com.example.myapplication:anim/abc_slide_in_bottom = 0x7f010006
|
|
993
|
-
com.example.myapplication:color/switch_thumb_normal_material_dark = 0x7f050055
|
|
994
|
-
com.example.myapplication:attr/alpha = 0x7f030029
|
|
995
|
-
com.example.myapplication:attr/nestedScrollViewStyle = 0x7f0300b8
|
|
996
|
-
com.example.myapplication:attr/colorControlHighlight = 0x7f030055
|
|
997
|
-
com.example.myapplication:attr/navigationIcon = 0x7f0300b6
|
|
998
|
-
com.example.myapplication:attr/tickMark = 0x7f0300fd
|
|
999
|
-
com.example.myapplication:attr/actionBarWidgetTheme = 0x7f03000a
|
|
1000
|
-
com.example.myapplication:attr/navigationContentDescription = 0x7f0300b5
|
|
1001
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f0e006a
|
|
1002
|
-
com.example.myapplication:id/search_close_btn = 0x7f080085
|
|
1003
|
-
com.example.myapplication:attr/logo = 0x7f0300af
|
|
1004
|
-
com.example.myapplication:anim/abc_slide_in_top = 0x7f010007
|
|
1005
|
-
com.example.myapplication:dimen/abc_text_size_large_material = 0x7f060048
|
|
1006
|
-
com.example.myapplication:id/action_menu_divider = 0x7f080032
|
|
1007
|
-
com.example.myapplication:attr/multiChoiceItemLayout = 0x7f0300b4
|
|
1008
|
-
com.example.myapplication:attr/singleChoiceItemLayout = 0x7f0300da
|
|
1009
|
-
com.example.myapplication:string/abc_toolbar_collapse_description = 0x7f0d001a
|
|
1010
|
-
com.example.myapplication:attr/listPreferredItemPaddingLeft = 0x7f0300ac
|
|
1011
|
-
com.example.myapplication:attr/listLayout = 0x7f0300a5
|
|
1012
|
-
com.example.myapplication:attr/listPreferredItemPaddingEnd = 0x7f0300ab
|
|
1013
|
-
com.example.myapplication:styleable/ViewStubCompat = 0x7f0f002e
|
|
1014
|
-
com.example.myapplication:dimen/tooltip_y_offset_non_touch = 0x7f060076
|
|
1015
|
-
com.example.myapplication:attr/listPreferredItemHeightSmall = 0x7f0300aa
|
|
1016
|
-
com.example.myapplication:id/middle = 0x7f08006c
|
|
1017
|
-
com.example.myapplication:attr/listPreferredItemHeightLarge = 0x7f0300a9
|
|
1018
|
-
com.example.myapplication:dimen/tooltip_precise_anchor_extra_offset = 0x7f060073
|
|
1019
|
-
com.example.myapplication:id/inspection_slot_table_set = 0x7f080064
|
|
1020
|
-
com.example.myapplication:style/Base.ThemeOverlay.AppCompat = 0x7f0e004a
|
|
1021
|
-
com.example.myapplication:id/accessibility_custom_action_11 = 0x7f08000a
|
|
1022
|
-
com.example.myapplication:attr/listPreferredItemHeight = 0x7f0300a8
|
|
1023
|
-
com.example.myapplication:attr/actionBarSize = 0x7f030003
|
|
1024
|
-
com.example.myapplication:drawable/notification_bg_low = 0x7f07005f
|
|
1025
|
-
com.example.myapplication:attr/listChoiceIndicatorMultipleAnimated = 0x7f0300a1
|
|
1026
|
-
com.example.myapplication:style/Widget.AppCompat.Button.Small = 0x7f0e0127
|
|
1027
|
-
com.example.myapplication:attr/colorError = 0x7f030057
|
|
1028
|
-
com.example.myapplication:attr/layout = 0x7f03009e
|
|
1029
|
-
com.example.myapplication:attr/overlapAnchor = 0x7f0300ba
|
|
1030
|
-
com.example.myapplication:anim/abc_tooltip_enter = 0x7f01000a
|
|
1031
|
-
com.example.myapplication:id/scrollIndicatorDown = 0x7f08007f
|
|
1032
|
-
com.example.myapplication:animator/fragment_fade_enter = 0x7f020002
|
|
1033
|
-
com.example.myapplication:attr/autoSizeMaxTextSize = 0x7f03002e
|
|
1034
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Button = 0x7f0e00c2
|
|
1035
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f0e0069
|
|
1036
|
-
com.example.myapplication:attr/listChoiceIndicatorSingleAnimated = 0x7f0300a2
|
|
1037
|
-
com.example.myapplication:color/material_blue_grey_950 = 0x7f050037
|
|
1038
|
-
com.example.myapplication:id/src_in = 0x7f080095
|
|
1039
|
-
com.example.myapplication:id/custom = 0x7f08004c
|
|
1040
|
-
com.example.myapplication:attr/dropDownListViewStyle = 0x7f030078
|
|
1041
|
-
com.example.myapplication:id/message = 0x7f08006b
|
|
1042
|
-
com.example.myapplication:drawable/abc_textfield_activated_mtrl_alpha = 0x7f070049
|
|
1043
|
-
com.example.myapplication:attr/buttonGravity = 0x7f030040
|
|
1044
|
-
com.example.myapplication:id/contentPanel = 0x7f08004b
|
|
1045
|
-
com.example.myapplication:dimen/abc_dialog_padding_top_material = 0x7f060025
|
|
1046
|
-
com.example.myapplication:anim/btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016
|
|
1047
|
-
com.example.myapplication:attr/iconTint = 0x7f030094
|
|
1048
|
-
com.example.myapplication:layout/abc_list_menu_item_layout = 0x7f0b0010
|
|
1049
|
-
com.example.myapplication:attr/textAppearanceSearchResultSubtitle = 0x7f0300f2
|
|
1050
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f0e008d
|
|
1051
|
-
com.example.myapplication:id/off = 0x7f080074
|
|
1052
|
-
com.example.myapplication:id/accessibility_custom_action_0 = 0x7f080007
|
|
1053
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f0e00e3
|
|
1054
|
-
com.example.myapplication:attr/homeLayout = 0x7f030092
|
|
1055
|
-
com.example.myapplication:style/Theme.AppCompat.Dialog = 0x7f0e0100
|
|
1056
|
-
com.example.myapplication:style/Base.Theme.AppCompat.Light = 0x7f0e0043
|
|
1057
|
-
com.example.myapplication:attr/srcCompat = 0x7f0300df
|
|
1058
|
-
com.example.myapplication:id/tag_on_receive_content_mime_types = 0x7f0800a0
|
|
1059
|
-
com.example.myapplication:attr/dialogCornerRadius = 0x7f030066
|
|
1060
|
-
com.example.myapplication:attr/hideOnContentScroll = 0x7f030090
|
|
1061
|
-
com.example.myapplication:styleable/AppCompatTheme = 0x7f0f000f
|
|
1062
|
-
com.example.myapplication:drawable/abc_list_divider_mtrl_alpha = 0x7f070025
|
|
1063
|
-
com.example.myapplication:attr/fontWeight = 0x7f03008c
|
|
1064
|
-
com.example.myapplication:attr/fontVariationSettings = 0x7f03008b
|
|
1065
|
-
com.example.myapplication:drawable/ic_call_answer = 0x7f070057
|
|
1066
|
-
com.example.myapplication:attr/navigationMode = 0x7f0300b7
|
|
1067
|
-
com.example.myapplication:string/abc_menu_ctrl_shortcut_label = 0x7f0d0009
|
|
1068
|
-
com.example.myapplication:attr/fontProviderCerts = 0x7f030084
|
|
1069
|
-
com.example.myapplication:anim/btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c
|
|
1070
|
-
com.example.myapplication:attr/emojiCompatEnabled = 0x7f03007e
|
|
1071
|
-
com.example.myapplication:drawable/abc_list_selector_disabled_holo_light = 0x7f07002d
|
|
1072
|
-
com.example.myapplication:dimen/notification_media_narrow_margin = 0x7f060068
|
|
1073
|
-
com.example.myapplication:attr/checkedTextViewStyle = 0x7f03004b
|
|
1074
|
-
com.example.myapplication:drawable/abc_star_black_48dp = 0x7f07003f
|
|
1075
|
-
com.example.myapplication:color/tooltip_background_light = 0x7f050058
|
|
1076
|
-
com.example.myapplication:attr/actionModeBackground = 0x7f030010
|
|
1077
|
-
com.example.myapplication:attr/popupTheme = 0x7f0300c3
|
|
1078
|
-
com.example.myapplication:attr/actionViewClass = 0x7f030022
|
|
1079
|
-
com.example.myapplication:attr/contentInsetRight = 0x7f030060
|
|
1080
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f0e00ea
|
|
1081
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f0e0032
|
|
1082
|
-
com.example.myapplication:attr/expandActivityOverflowButtonDrawable = 0x7f03007f
|
|
1083
|
-
com.example.myapplication:attr/dividerVertical = 0x7f03006d
|
|
1084
|
-
com.example.myapplication:color/ripple_material_light = 0x7f05004c
|
|
1085
|
-
com.example.myapplication:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup = 0x7f0e00b2
|
|
1086
|
-
com.example.myapplication:string/abc_menu_space_shortcut_label = 0x7f0d000f
|
|
1087
|
-
com.example.myapplication:attr/dividerPadding = 0x7f03006c
|
|
1088
|
-
com.example.myapplication:color/vector_tint_theme_color = 0x7f05005a
|
|
1089
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ImageButton = 0x7f0e0081
|
|
1090
|
-
com.example.myapplication:color/abc_search_url_text_selected = 0x7f050010
|
|
1091
|
-
com.example.myapplication:attr/ratingBarStyleIndicator = 0x7f0300cd
|
|
1092
|
-
com.example.myapplication:style/Widget.AppCompat.Toolbar = 0x7f0e015e
|
|
1093
|
-
com.example.myapplication:attr/actionModeSelectAllDrawable = 0x7f030019
|
|
1094
|
-
com.example.myapplication:attr/fontProviderFetchStrategy = 0x7f030085
|
|
1095
|
-
com.example.myapplication:attr/editTextBackground = 0x7f03007a
|
|
1096
|
-
com.example.myapplication:string/abc_menu_meta_shortcut_label = 0x7f0d000d
|
|
1097
|
-
com.example.myapplication:id/activity_chooser_view_content = 0x7f080039
|
|
1098
|
-
com.example.myapplication:attr/switchMinWidth = 0x7f0300e8
|
|
1099
|
-
com.example.myapplication:id/screen = 0x7f08007e
|
|
1100
|
-
com.example.myapplication:string/range_start = 0x7f0d0037
|
|
1101
|
-
com.example.myapplication:attr/trackTint = 0x7f030112
|
|
1102
|
-
com.example.myapplication:attr/defaultQueryHint = 0x7f030065
|
|
1103
|
-
com.example.myapplication:color/material_grey_100 = 0x7f05003a
|
|
1104
|
-
com.example.myapplication:attr/customNavigationLayout = 0x7f030064
|
|
1105
|
-
com.example.myapplication:attr/dropdownListPreferredItemHeight = 0x7f030079
|
|
1106
|
-
com.example.myapplication:id/center_vertical = 0x7f080043
|
|
1107
|
-
com.example.myapplication:dimen/abc_control_inset_material = 0x7f060019
|
|
1108
|
-
com.example.myapplication:color/foreground_material_dark = 0x7f050031
|
|
1109
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f0e0036
|
|
1110
|
-
com.example.myapplication:attr/logoDescription = 0x7f0300b0
|
|
1111
|
-
com.example.myapplication:layout/ime_base_split_test_activity = 0x7f0b001d
|
|
1112
|
-
com.example.myapplication:attr/actionModeCloseContentDescription = 0x7f030012
|
|
1113
|
-
com.example.myapplication:attr/drawableSize = 0x7f030072
|
|
1114
|
-
com.example.myapplication:id/ALT = 0x7f080000
|
|
1115
|
-
com.example.myapplication:id/time = 0x7f0800ab
|
|
1116
|
-
com.example.myapplication:drawable/ic_call_answer_video_low = 0x7f07005a
|
|
1117
|
-
com.example.myapplication:attr/closeIcon = 0x7f03004c
|
|
1118
|
-
com.example.myapplication:color/abc_tint_btn_checkable = 0x7f050013
|
|
1119
|
-
com.example.myapplication:attr/actionDropDownStyle = 0x7f03000c
|
|
1120
|
-
com.example.myapplication:id/checked = 0x7f080045
|
|
1121
|
-
com.example.myapplication:attr/colorPrimary = 0x7f030058
|
|
1122
|
-
com.example.myapplication:attr/drawableTopCompat = 0x7f030076
|
|
1123
|
-
com.example.myapplication:id/select_dialog_listview = 0x7f08008c
|
|
1124
|
-
com.example.myapplication:attr/listMenuViewStyle = 0x7f0300a6
|
|
1125
|
-
com.example.myapplication:attr/controlBackground = 0x7f030063
|
|
1126
|
-
com.example.myapplication:attr/colorControlActivated = 0x7f030054
|
|
1127
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Display3 = 0x7f0e00c6
|
|
1128
|
-
com.example.myapplication:dimen/abc_dropdownitem_icon_width = 0x7f060029
|
|
1129
|
-
com.example.myapplication:attr/colorSwitchThumbNormal = 0x7f03005a
|
|
1130
|
-
com.example.myapplication:styleable/PopupWindowBackgroundState = 0x7f0f0023
|
|
1131
|
-
com.example.myapplication:attr/fontStyle = 0x7f03008a
|
|
1132
|
-
com.example.myapplication:layout/abc_activity_chooser_view = 0x7f0b0006
|
|
1133
|
-
com.example.myapplication:id/accessibility_action_clickable_span = 0x7f080006
|
|
1134
|
-
com.example.myapplication:id/accessibility_custom_action_16 = 0x7f08000f
|
|
1135
|
-
com.example.myapplication:attr/collapseContentDescription = 0x7f03004e
|
|
1136
|
-
com.example.myapplication:attr/menu = 0x7f0300b3
|
|
1137
|
-
com.example.myapplication:string/abc_action_bar_home_description = 0x7f0d0000
|
|
1138
|
-
com.example.myapplication:anim/abc_slide_out_bottom = 0x7f010008
|
|
1139
|
-
com.example.myapplication:id/italic = 0x7f080066
|
|
1140
|
-
com.example.myapplication:id/chronometer = 0x7f080046
|
|
1141
|
-
com.example.myapplication:drawable/abc_seekbar_tick_mark_material = 0x7f07003b
|
|
1142
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Body2 = 0x7f0e00c1
|
|
1143
|
-
com.example.myapplication:attr/actionModePopupWindowStyle = 0x7f030018
|
|
1144
|
-
com.example.myapplication:string/abc_menu_function_shortcut_label = 0x7f0d000c
|
|
1145
|
-
com.example.myapplication:drawable/btn_radio_off_mtrl = 0x7f070053
|
|
1146
|
-
com.example.myapplication:attr/textAppearanceSmallPopupMenu = 0x7f0300f4
|
|
1147
|
-
com.example.myapplication:styleable/ColorStateListItem = 0x7f0f0013
|
|
1148
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f0e0085
|
|
1149
|
-
com.example.myapplication:attr/actionOverflowMenuStyle = 0x7f030020
|
|
1150
|
-
com.example.myapplication:dimen/abc_disabled_alpha_material_light = 0x7f060028
|
|
1151
|
-
com.example.myapplication:attr/contentInsetEnd = 0x7f03005d
|
|
1152
|
-
com.example.myapplication:integer/config_tooltipAnimTime = 0x7f090003
|
|
1153
|
-
com.example.myapplication:attr/backgroundTintMode = 0x7f030037
|
|
1154
|
-
com.example.myapplication:dimen/abc_action_bar_overflow_padding_end_material = 0x7f060007
|
|
1155
|
-
com.example.myapplication:attr/buttonStyleSmall = 0x7f030044
|
|
1156
|
-
com.example.myapplication:animator/fragment_fade_exit = 0x7f020003
|
|
1157
|
-
com.example.myapplication:id/textSpacerNoButtons = 0x7f0800a9
|
|
1158
|
-
com.example.myapplication:attr/thumbTextPadding = 0x7f0300fa
|
|
1159
|
-
com.example.myapplication:attr/actionBarStyle = 0x7f030005
|
|
1160
|
-
com.example.myapplication:attr/isLightTheme = 0x7f03009a
|
|
1161
|
-
com.example.myapplication:id/listMode = 0x7f080069
|
|
1162
|
-
com.example.myapplication:attr/actionBarTabBarStyle = 0x7f030006
|
|
1163
|
-
com.example.myapplication:attr/actionProviderClass = 0x7f030021
|
|
1164
|
-
com.example.myapplication:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f0e007a
|
|
1165
|
-
com.example.myapplication:string/default_popup_window_title = 0x7f0d0027
|
|
1166
|
-
com.example.myapplication:attr/backgroundTint = 0x7f030036
|
|
1167
|
-
com.example.myapplication:style/FloatingDialogWindowTheme = 0x7f0e00a3
|
|
1168
|
-
com.example.myapplication:dimen/abc_action_bar_overflow_padding_start_material = 0x7f060008
|
|
1169
|
-
com.example.myapplication:attr/borderlessButtonStyle = 0x7f030039
|
|
1170
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f0e0084
|
|
1171
|
-
com.example.myapplication:string/tooltip_label = 0x7f0d0042
|
|
1172
|
-
com.example.myapplication:attr/windowActionBarOverlay = 0x7f030118
|
|
1173
|
-
com.example.myapplication:style/Widget.AppCompat.PopupMenu = 0x7f0e014c
|
|
1174
|
-
com.example.myapplication:drawable/btn_checkbox_unchecked_mtrl = 0x7f070051
|
|
1175
|
-
com.example.myapplication:dimen/abc_text_size_display_4_material = 0x7f060046
|
|
1176
|
-
com.example.myapplication:attr/activityChooserViewStyle = 0x7f030023
|
|
1177
|
-
com.example.myapplication:dimen/abc_action_bar_default_padding_start_material = 0x7f060004
|
|
1178
|
-
com.example.myapplication:id/tag_transition_group = 0x7f0800a3
|
|
1179
|
-
com.example.myapplication:color/abc_tint_edittext = 0x7f050015
|
|
1180
|
-
com.example.myapplication:attr/buttonTint = 0x7f030045
|
|
1181
|
-
com.example.myapplication:attr/color = 0x7f030050
|
|
1182
|
-
com.example.myapplication:attr/checkMarkTint = 0x7f030048
|
|
1183
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Medium = 0x7f0e001b
|
|
1184
|
-
com.example.myapplication:interpolator/btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0a0004
|
|
1185
|
-
com.example.myapplication:attr/autoSizeStepGranularity = 0x7f030031
|
|
1186
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ButtonBar = 0x7f0e0078
|
|
1187
|
-
com.example.myapplication:attr/buttonBarNegativeButtonStyle = 0x7f03003b
|
|
1188
|
-
com.example.myapplication:attr/theme = 0x7f0300f8
|
|
1189
|
-
com.example.myapplication:attr/alertDialogCenterButtons = 0x7f030025
|
|
1190
|
-
com.example.myapplication:id/notification_background = 0x7f080071
|
|
1191
|
-
com.example.myapplication:style/Widget.AppCompat.ActionButton = 0x7f0e011c
|
|
1192
|
-
com.example.myapplication:attr/drawableLeftCompat = 0x7f030070
|
|
1193
|
-
com.example.myapplication:anim/btn_radio_to_on_mtrl_dot_group_animation = 0x7f010015
|
|
1194
|
-
com.example.myapplication:attr/listChoiceBackgroundIndicator = 0x7f0300a0
|
|
1195
|
-
com.example.myapplication:attr/colorAccent = 0x7f030051
|
|
1196
|
-
com.example.myapplication:style/Base.Widget.AppCompat.ActionBar = 0x7f0e0067
|
|
1197
|
-
com.example.myapplication:drawable/abc_btn_check_material_anim = 0x7f070004
|
|
1198
|
-
com.example.myapplication:anim/abc_grow_fade_in_from_bottom = 0x7f010002
|
|
1199
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f0e0033
|
|
1200
|
-
com.example.myapplication:attr/titleMargins = 0x7f030108
|
|
1201
|
-
com.example.myapplication:drawable/abc_switch_thumb_material = 0x7f070041
|
|
1202
|
-
com.example.myapplication:style/Base.Widget.AppCompat.CompoundButton.RadioButton = 0x7f0e007b
|
|
1203
|
-
com.example.myapplication:attr/alphabeticModifiers = 0x7f03002a
|
|
1204
|
-
com.example.myapplication:attr/tintMode = 0x7f030101
|
|
1205
|
-
com.example.myapplication:attr/arrowShaftLength = 0x7f03002c
|
|
1206
|
-
com.example.myapplication:attr/searchHintIcon = 0x7f0300cf
|
|
1207
|
-
com.example.myapplication:style/Theme.AppCompat.Light.NoActionBar = 0x7f0e010b
|
|
1208
|
-
com.example.myapplication:anim/btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013
|
|
1209
|
-
com.example.myapplication:attr/drawerArrowStyle = 0x7f030077
|
|
1210
|
-
com.example.myapplication:attr/listPopupWindowStyle = 0x7f0300a7
|
|
1211
|
-
com.example.myapplication:anim/abc_slide_out_top = 0x7f010009
|
|
1212
|
-
com.example.myapplication:attr/actionModeFindDrawable = 0x7f030016
|
|
1213
|
-
com.example.myapplication:attr/arrowHeadLength = 0x7f03002b
|
|
1214
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Large = 0x7f0e00ca
|
|
1215
|
-
com.example.myapplication:attr/checkMarkCompat = 0x7f030047
|
|
1216
|
-
com.example.myapplication:style/Widget.AppCompat.ActionBar.TabText = 0x7f0e011a
|
|
1217
|
-
com.example.myapplication:attr/actionModeWebSearchDrawable = 0x7f03001e
|
|
1218
|
-
com.example.myapplication:attr/textAppearanceListItem = 0x7f0300ee
|
|
1219
|
-
com.example.myapplication:dimen/notification_small_icon_size_as_large = 0x7f06006c
|
|
1220
|
-
com.example.myapplication:attr/alertDialogTheme = 0x7f030027
|
|
1221
|
-
com.example.myapplication:attr/background = 0x7f030033
|
|
1222
|
-
com.example.myapplication:anim/abc_shrink_fade_out_from_bottom = 0x7f010005
|
|
1223
|
-
com.example.myapplication:attr/voiceIcon = 0x7f030116
|
|
1224
|
-
com.example.myapplication:anim/btn_radio_to_off_mtrl_ring_outer_path_animation = 0x7f010014
|
|
1225
|
-
com.example.myapplication:attr/fontProviderAuthority = 0x7f030083
|
|
1226
|
-
com.example.myapplication:color/abc_primary_text_disable_only_material_light = 0x7f05000a
|
|
1227
|
-
com.example.myapplication:layout/notification_action = 0x7f0b001f
|
|
1228
|
-
com.example.myapplication:attr/alertDialogStyle = 0x7f030026
|
|
1229
|
-
com.example.myapplication:dimen/abc_action_bar_default_padding_end_material = 0x7f060003
|
|
1230
|
-
com.example.myapplication:color/call_notification_answer_color = 0x7f050029
|
|
1231
|
-
com.example.myapplication:dimen/notification_large_icon_width = 0x7f060066
|
|
1232
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Small.Inverse = 0x7f0e00d6
|
|
1233
|
-
com.example.myapplication:color/abc_background_cache_hint_selector_material_light = 0x7f050001
|
|
1234
|
-
com.example.myapplication:color/secondary_text_disabled_material_light = 0x7f050050
|
|
1235
|
-
com.example.myapplication:attr/title = 0x7f030102
|
|
1236
|
-
com.example.myapplication:attr/height = 0x7f03008f
|
|
1237
|
-
com.example.myapplication:attr/alertDialogButtonGroupStyle = 0x7f030024
|
|
1238
|
-
com.example.myapplication:id/search_edit_frame = 0x7f080086
|
|
1239
|
-
com.example.myapplication:attr/listPreferredItemPaddingRight = 0x7f0300ad
|
|
1240
|
-
com.example.myapplication:attr/windowFixedHeightMajor = 0x7f03011a
|
|
1241
|
-
com.example.myapplication:id/action_mode_close_button = 0x7f080036
|
|
1242
|
-
com.example.myapplication:id/text = 0x7f0800a7
|
|
1243
|
-
com.example.myapplication:attr/maxButtonHeight = 0x7f0300b1
|
|
1244
|
-
com.example.myapplication:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f0e0134
|
|
1245
|
-
com.example.myapplication:id/visible_removing_fragment_view_tag = 0x7f0800b9
|
|
1246
|
-
com.example.myapplication:attr/shortcutMatchRequired = 0x7f0300d5
|
|
1247
|
-
com.example.myapplication:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f0e0055
|
|
1248
|
-
com.example.myapplication:attr/icon = 0x7f030093
|
|
1249
|
-
com.example.myapplication:attr/subtitle = 0x7f0300e3
|
|
1250
|
-
com.example.myapplication:attr/paddingEnd = 0x7f0300bc
|
|
1251
|
-
com.example.myapplication:attr/initialActivityCount = 0x7f030099
|
|
1252
|
-
com.example.myapplication:attr/actionModeStyle = 0x7f03001c
|
|
1253
|
-
com.example.myapplication:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f0e0066
|
|
1254
|
-
com.example.myapplication:id/accessibility_custom_action_7 = 0x7f080024
|
|
1255
|
-
com.example.myapplication:id/buttonPanel = 0x7f080042
|
|
1256
|
-
com.example.myapplication:id/accessibility_custom_action_21 = 0x7f080015
|
|
1257
|
-
com.example.myapplication:style/Platform.V25.AppCompat = 0x7f0e00ab
|
|
1258
|
-
com.example.myapplication:attr/indeterminateProgressStyle = 0x7f030098
|
|
1259
|
-
com.example.myapplication:dimen/notification_top_pad = 0x7f06006e
|
|
1260
|
-
com.example.myapplication:drawable/abc_ic_voice_search_api_material = 0x7f070021
|
|
1261
|
-
com.example.myapplication:bool/abc_config_actionMenuItemAllCaps = 0x7f040001
|
|
1262
|
-
com.example.myapplication:attr/divider = 0x7f03006a
|
|
1263
|
-
com.example.myapplication:animator/fragment_close_exit = 0x7f020001
|
|
1264
|
-
com.example.myapplication:style/Widget.AppCompat.ActionBar.TabView = 0x7f0e011b
|
|
1265
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Light.SearchResult.Title = 0x7f0e00cd
|
|
1266
|
-
com.example.myapplication:attr/checkMarkTintMode = 0x7f030049
|
|
1267
|
-
com.example.myapplication:attr/actionModeCutDrawable = 0x7f030015
|
|
1268
|
-
com.example.myapplication:attr/windowActionModeOverlay = 0x7f030119
|
|
1269
|
-
com.example.myapplication:attr/searchViewStyle = 0x7f0300d1
|
|
1270
|
-
com.example.myapplication:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f0e00fe
|
|
1271
|
-
com.example.myapplication:attr/actionModePasteDrawable = 0x7f030017
|
|
1272
|
-
com.example.myapplication:attr/buttonIconDimen = 0x7f030041
|
|
1273
|
-
com.example.myapplication:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f0e0042
|
|
1274
|
-
com.example.myapplication:attr/itemPadding = 0x7f03009b
|
|
1275
|
-
com.example.myapplication:id/action_bar_spinner = 0x7f08002b
|
|
1276
|
-
com.example.myapplication:dimen/notification_large_icon_height = 0x7f060065
|
|
1277
|
-
com.example.myapplication:attr/actionBarDivider = 0x7f030000
|
|
1278
|
-
com.example.myapplication:style/Base.Widget.AppCompat.SeekBar = 0x7f0e0099
|
|
1279
|
-
com.example.myapplication:attr/actionBarItemBackground = 0x7f030001
|
|
1280
|
-
com.example.myapplication:attr/actionModeCopyDrawable = 0x7f030014
|
|
1281
|
-
com.example.myapplication:attr/tooltipForegroundColor = 0x7f03010e
|
|
1282
|
-
com.example.myapplication:id/report_drawn = 0x7f08007b
|
|
1283
|
-
com.example.myapplication:attr/actionModeCloseButtonStyle = 0x7f030011
|
|
1284
|
-
com.example.myapplication:attr/fontFamily = 0x7f030082
|
|
1285
|
-
com.example.myapplication:dimen/highlight_alpha_material_colored = 0x7f06005a
|
|
1286
|
-
com.example.myapplication:style/Base.V26.Theme.AppCompat.Light = 0x7f0e005b
|
|
1287
|
-
com.example.myapplication:attr/contentInsetStart = 0x7f030061
|
|
1288
|
-
com.example.myapplication:drawable/abc_list_divider_material = 0x7f070024
|
|
1289
|
-
com.example.myapplication:attr/actionBarTheme = 0x7f030009
|
|
1290
|
-
com.example.myapplication:id/multiply = 0x7f08006d
|
|
1291
|
-
com.example.myapplication:color/accent_material_dark = 0x7f050019
|
|
1292
|
-
com.example.myapplication:color/material_blue_grey_800 = 0x7f050035
|
|
1293
|
-
com.example.myapplication:color/abc_search_url_text_pressed = 0x7f05000f
|
|
1294
|
-
com.example.myapplication:attr/windowNoTitle = 0x7f030120
|
|
1295
|
-
com.example.myapplication:attr/actionBarTabStyle = 0x7f030007
|
|
1296
|
-
com.example.myapplication:attr/actionLayout = 0x7f03000d
|
|
1297
|
-
com.example.myapplication:style/Widget.AppCompat.SearchView = 0x7f0e0154
|
|
1298
|
-
com.example.myapplication:attr/autoSizeMinTextSize = 0x7f03002f
|
|
1299
|
-
com.example.myapplication:drawable/notification_action_background = 0x7f07005d
|
|
1300
|
-
com.example.myapplication:attr/ratingBarStyleSmall = 0x7f0300ce
|
|
1301
|
-
com.example.myapplication:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b
|
|
1302
|
-
com.example.myapplication:animator/fragment_close_enter = 0x7f020000
|
|
1303
|
-
com.example.myapplication:string/abc_menu_enter_shortcut_label = 0x7f0d000b
|
|
1304
|
-
com.example.myapplication:anim/btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012
|
|
1305
|
-
com.example.myapplication:drawable/abc_cab_background_internal_bg = 0x7f07000f
|
|
1306
|
-
com.example.myapplication:style/Widget.AppCompat.ListView.DropDown = 0x7f0e014a
|
|
1307
|
-
com.example.myapplication:layout/notification_action_tombstone = 0x7f0b0020
|
|
1308
|
-
com.example.myapplication:drawable/btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f070052
|
|
1309
|
-
com.example.myapplication:dimen/abc_dialog_min_width_major = 0x7f060022
|
|
1310
|
-
com.example.myapplication:id/uniform = 0x7f0800b2
|
|
1311
|
-
com.example.myapplication:anim/fragment_fast_out_extra_slow_in = 0x7f010018
|
|
1312
|
-
com.example.myapplication:anim/abc_tooltip_exit = 0x7f01000b
|
|
1313
|
-
com.example.myapplication:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f0e0074
|
|
1314
|
-
com.example.myapplication:color/secondary_text_default_material_dark = 0x7f05004d
|
|
1315
|
-
com.example.myapplication:color/background_floating_material_light = 0x7f05001e
|
|
1316
|
-
com.example.myapplication:attr/queryHint = 0x7f0300c9
|
|
1317
|
-
com.example.myapplication:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f0e0071
|
|
1318
|
-
com.example.myapplication:attr/actionMenuTextAppearance = 0x7f03000e
|
|
1319
|
-
com.example.myapplication:id/SYM = 0x7f080005
|
|
1320
|
-
com.example.myapplication:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f0e0140
|
|
1321
|
-
com.example.myapplication:attr/buttonStyle = 0x7f030043
|
|
1322
|
-
com.example.myapplication:attr/colorBackgroundFloating = 0x7f030052
|
|
1323
|
-
com.example.myapplication:attr/actionModeTheme = 0x7f03001d
|
|
1324
|
-
com.example.myapplication:color/button_material_light = 0x7f050028
|
|
1325
|
-
com.example.myapplication:id/accessibility_custom_action_10 = 0x7f080009
|
|
1326
|
-
com.example.myapplication:dimen/abc_dialog_list_padding_top_no_title = 0x7f060021
|
|
1327
|
-
com.example.myapplication:attr/titleMarginEnd = 0x7f030105
|
|
1328
|
-
com.example.myapplication:string/exo_download_removing = 0x7f0d0031
|
|
1329
|
-
com.example.myapplication:animator/fragment_open_enter = 0x7f020004
|
|
1330
|
-
com.example.myapplication:layout/abc_popup_menu_header_item_layout = 0x7f0b0012
|
|
1331
|
-
com.example.myapplication:anim/abc_popup_exit = 0x7f010004
|
|
1332
|
-
com.example.myapplication:anim/abc_fade_out = 0x7f010001
|
|
1333
|
-
com.example.myapplication:id/hide_graphics_layer_in_inspector_tag = 0x7f08005a
|
|
1334
|
-
com.example.myapplication:color/abc_primary_text_material_light = 0x7f05000c
|
|
1335
|
-
com.example.myapplication:attr/popupMenuStyle = 0x7f0300c2
|
|
1336
|
-
com.example.myapplication:anim/btn_checkbox_to_unchecked_box_inner_merged_animation = 0x7f01000f
|
|
1337
|
-
com.example.myapplication:attr/autoSizeTextType = 0x7f030032
|
|
1338
|
-
com.example.myapplication:attr/textAppearanceSearchResultTitle = 0x7f0300f3
|
|
1339
|
-
com.example.myapplication:id/icon = 0x7f08005f
|
|
1340
|
-
com.example.myapplication:attr/showAsAction = 0x7f0300d6
|
|
1341
|
-
com.example.myapplication:drawable/tooltip_frame_light = 0x7f07006c
|
|
1342
|
-
com.example.myapplication:style/Base.TextAppearance.AppCompat.Display3 = 0x7f0e0013
|
|
1343
|
-
com.example.myapplication:dimen/abc_switch_padding = 0x7f06003e
|
|
1344
|
-
com.example.myapplication:attr/textAppearanceLargePopupMenu = 0x7f0300ed
|
|
1345
|
-
com.example.myapplication:attr/dividerHorizontal = 0x7f03006b
|
|
1346
|
-
com.example.myapplication:anim/abc_popup_enter = 0x7f010003
|
|
1347
|
-
com.example.myapplication:style/TextAppearance.AppCompat.Display4 = 0x7f0e00c7
|
|
1348
|
-
com.example.myapplication:drawable/ic_call_answer_video = 0x7f070059
|
|
1349
|
-
com.example.myapplication:color/abc_hint_foreground_material_dark = 0x7f050007
|
|
1350
|
-
com.example.myapplication:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f0e00f5
|
|
1351
|
-
com.example.myapplication:attr/submitBackground = 0x7f0300e2
|
|
1352
|
-
com.example.myapplication:attr/buttonBarButtonStyle = 0x7f03003a
|
|
1353
|
-
com.example.myapplication:attr/contentInsetEndWithActions = 0x7f03005e
|