react-native-mapp-plugin 1.2.0 → 1.3.0
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/.vscode/settings.json +2 -1
- package/Helper.md +23 -0
- package/Mapp.js +12 -1
- package/RNMappPlugin.podspec +2 -2
- package/__package.json +3 -3
- package/android/.project +1 -1
- package/android/.settings/org.eclipse.buildship.core.prefs +2 -2
- package/android/build.gradle +25 -54
- package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/android/gradle.properties +36 -8
- package/android/settings.gradle +24 -1
- package/android/src/main/AndroidManifest.xml +2 -3
- package/android/src/main/java/com/reactlibrary/MessageService.java +16 -10
- package/android/src/main/java/com/reactlibrary/RNMappPluginModule.java +23 -11
- package/android/src/main/java/com/reactlibrary/RNMappPluginPackage.java +36 -19
- package/clean.sh +34 -0
- package/ios/RNMappEventEmmiter.m +11 -5
- package/ios/RNMappPluginModule.m +13 -0
- package/package.json +12 -5
- package/react-native.config.js +7 -0
- package/specs/MappEngagePluginSpec.js +8 -0
- package/android/.gradle/8.2/checksums/checksums.lock +0 -0
- package/android/.gradle/8.2/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/8.2/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/8.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/8.2/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/8.2/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/8.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/8.2/fileChanges/last-build.bin +0 -0
- package/android/.gradle/8.2/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/8.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/8.2/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/8.2/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/config.properties +0 -2
- package/android/.gradle/file-system.probe +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/compiler.xml +0 -6
- package/android/.idea/gradle.xml +0 -19
- package/android/.idea/migrations.xml +0 -10
- package/android/.idea/misc.xml +0 -9
- package/android/.idea/other.xml +0 -329
- package/android/.idea/vcs.xml +0 -6
- package/android/build/.transforms/b609e45ae5646fafbce3d80a5c001df8/results.bin +0 -1
- package/android/build/.transforms/b609e45ae5646fafbce3d80a5c001df8/transformed/classes/classes.dex +0 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +0 -78
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +0 -18
- package/android/build/intermediates/aar_main_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +0 -6
- package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +0 -1
- package/android/build/intermediates/annotation_processor_list/debugAndroidTest/annotationProcessors.json +0 -1
- package/android/build/intermediates/annotations_typedef_file/debug/typedefs.txt +0 -0
- package/android/build/intermediates/apk_ide_redirect_file/debugAndroidTest/redirect.txt +0 -2
- package/android/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debugAndroidTest/R.jar +0 -0
- package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +0 -1
- package/android/build/intermediates/desugar_graph/debugAndroidTest/out/currentProject/jar_f7bcbad99d96e5616e1dccd9d49b85e0173f18f7d7e9158cf5b296faa82301f8_bucket_0/graph.bin +0 -0
- package/android/build/intermediates/desugar_graph/debugAndroidTest/out/currentProject/jar_f7bcbad99d96e5616e1dccd9d49b85e0173f18f7d7e9158cf5b296faa82301f8_bucket_1/graph.bin +0 -0
- package/android/build/intermediates/desugar_graph/debugAndroidTest/out/currentProject/jar_f7bcbad99d96e5616e1dccd9d49b85e0173f18f7d7e9158cf5b296faa82301f8_bucket_2/graph.bin +0 -0
- package/android/build/intermediates/desugar_graph/debugAndroidTest/out/currentProject/jar_f7bcbad99d96e5616e1dccd9d49b85e0173f18f7d7e9158cf5b296faa82301f8_bucket_3/graph.bin +0 -0
- package/android/build/intermediates/dex/debugAndroidTest/mergeExtDexDebugAndroidTest/classes.dex +0 -0
- package/android/build/intermediates/dex/debugAndroidTest/mergeExtDexDebugAndroidTest/classes2.dex +0 -0
- package/android/build/intermediates/dex/debugAndroidTest/mergeLibDexDebugAndroidTest/0/classes.dex +0 -0
- package/android/build/intermediates/dex/debugAndroidTest/mergeProjectDexDebugAndroidTest/0/classes.dex +0 -0
- package/android/build/intermediates/dex_archive_input_jar_hashes/debugAndroidTest/out +0 -0
- package/android/build/intermediates/dex_number_of_buckets_file/debugAndroidTest/out +0 -1
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -1
- package/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml +0 -13
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -11
- package/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/compile-file-map.properties +0 -1
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values/values.xml +0 -4944
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-af/values-af.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-am/values-am.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ar/values-ar.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-as/values-as.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-az/values-az.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-be/values-be.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-bg/values-bg.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-bn/values-bn.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-bs/values-bs.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ca/values-ca.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-cs/values-cs.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-da/values-da.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-de/values-de.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-el/values-el.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-en-rAU/values-en-rAU.xml +0 -39
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-en-rCA/values-en-rCA.xml +0 -39
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-en-rGB/values-en-rGB.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-en-rIN/values-en-rIN.xml +0 -39
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-en-rXC/values-en-rXC.xml +0 -39
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-es/values-es.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-es-rES/values-es-rES.xml +0 -11
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-es-rUS/values-es-rUS.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-et/values-et.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-eu/values-eu.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-fa/values-fa.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-fb/values-fb.xml +0 -11
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-fb-rLL/values-fb-rLL.xml +0 -11
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-fi/values-fi.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-fr/values-fr.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-gl/values-gl.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-gu/values-gu.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +0 -4
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +0 -8
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-hi/values-hi.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-hr/values-hr.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-hu/values-hu.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-hy/values-hy.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-in/values-in.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-is/values-is.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-it/values-it.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-iw/values-iw.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ja/values-ja.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ka/values-ka.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-kk/values-kk.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-km/values-km.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-kn/values-kn.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ko/values-ko.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ky/values-ky.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-land/values-land.xml +0 -6
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-large-v4/values-large-v4.xml +0 -12
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +0 -4
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-lo/values-lo.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-lt/values-lt.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-lv/values-lv.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-mk/values-mk.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ml/values-ml.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-mn/values-mn.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-mr/values-mr.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ms/values-ms.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-my/values-my.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-nb/values-nb.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ne/values-ne.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-night-v8/values-night-v8.xml +0 -11
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-nl/values-nl.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-or/values-or.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-pa/values-pa.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-pl/values-pl.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-port/values-port.xml +0 -4
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-pt/values-pt.xml +0 -47
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-pt-rBR/values-pt-rBR.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ro/values-ro.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ru/values-ru.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-si/values-si.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-sk/values-sk.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-sl/values-sl.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-sq/values-sq.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-sr/values-sr.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-sv/values-sv.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-sw/values-sw.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +0 -11
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ta/values-ta.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-te/values-te.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-th/values-th.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-tl/values-tl.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-tr/values-tr.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-uk/values-uk.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-ur/values-ur.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-uz/values-uz.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-v16/values-v16.xml +0 -7
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-v17/values-v17.xml +0 -62
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-v18/values-v18.xml +0 -4
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-v21/values-v21.xml +0 -289
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-v22/values-v22.xml +0 -15
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-v23/values-v23.xml +0 -53
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-v24/values-v24.xml +0 -9
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-v25/values-v25.xml +0 -9
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-v26/values-v26.xml +0 -18
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-v28/values-v28.xml +0 -13
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-vi/values-vi.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-watch-v20/values-watch-v20.xml +0 -12
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-watch-v21/values-watch-v21.xml +0 -15
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +0 -9
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +0 -65
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merged.dir/values-zu/values-zu.xml +0 -57
- package/android/build/intermediates/incremental/debugAndroidTest/mergeDebugAndroidTestResources/merger.xml +0 -6648
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/merge-state +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/+BQnjJqRqzg_3N0ObyMjiUBn8co= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/+L6CZ7J5FiKfACRhJXq180JLL_4= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/0NJtJ_sx7DyUpeisM1ulwZfZus0= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/0ecUhfXR4Yw2Ge2Teg1GXQN_IjA= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/1thDyPWmATAX33_4RtmVGg361vc= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/2EaGnlEcfd97JMe1uHrMeAfH1hE= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/38UTR2lqiW3H4kuaHtvvs6vrKck= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/3RBWXUvLPcSAqaUp0elkR_dp1eU= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/3ZxUsUA+6YQaU2PL3WjtFYoihuw= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/3lBqZAy8xdz+4FOZ2NcMJ3b4R0Y= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/4QPejQsMMGp8nAfwBqIeJaq9kYc= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/6tBI+p6rIoJhw_GSkVABaHy4sUA= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/7+aBuQQOwzqc4rb10Jpyl8IKEh8= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/71LI1mBqphhlHdfpzHAGvpKJ9HA= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/7aHr7UhTRyWZmQbSY9ngPRwniDI= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/7wNoCG3vZocb9ic_CluPoQpfQoA= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/8EArrwgzzRK1MYJo7xwsM0ITn1o= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/8q0e0ZFhru_FsQOdoJktCyx4BzQ= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/8t6Jjr86ABOP70RrBr5qudyR4u0= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/95tq0Rj_u9jX_dy+vF592eptzio= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/BDOXbXTZ36nKGMVR0NscYtHhFUI= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/B_Gbc2zEU7Ui1Wph9yOUlnVEEcQ= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/C4LdB8U22GVvOOwRf37g34FgjL4= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/CZ7CrfmUAN+Cf6pnVHWOUR2qFE0= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/CbeYBy7kEPeIhLrJsznoP4ZLsDI= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/D7aJO8iiICpOY37Q5I6ZWDGBenU= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/DCRGs5koqAI3IlO3kdueg89xRzk= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/DKM3VrU3JvohjQunTsoEl5qjkbI= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/DY3+jY6gcw4LIG+xyUMB_5PsPI8= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/ER1O2RIX_66NGXSDcr4rOBhrZRA= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/FAW0oPUi4hKep8sGVeHDwJDCUUw= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/FBASJi4XaOIZPFOyOmut15_ncyo= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/Ho5fWUQmLyGbETPqE+rOF_QOw0w= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/IQ+s0rVQRP+X_vcTCSe9NYPZSqQ= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/K1KmhhFjNXismb3cdZgPPiL0lao= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/L0YfF0WSQkxX7HCig+fybphtf7E= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/LYu7+BmtQTc+GCJRh2O5UT9rY_k= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/MKft3P0vYenZWhIhGPeKFkXWUPQ= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/N1YZwH7FEbggX21llI+3T5jmtKo= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/ND3TcHrcKfmDiEeQ0F3ucEYYOEs= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/NKKm1XduEUrtiD35vCJWe0yPLn0= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/NfrIGVCerHHnjzIURc6qIiFgigc= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/NnD94QlaQ7HB+7UCc3JbPD5VLi8= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/P_Bv0UL5uwelwSAjxvAEq+VKeRw= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/PaUb6OUXqDsyIgDOk0TKAhV5Reo= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/PoIHrWoGO3WEXOoRMH6lI6IX8Gg= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/Qn9JtrihoIwA06BLso+c5XL+1QE= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/RNEfwY8TreVkIsw90ullDwamBQY= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/S7m67tJPQ8a8RCbQ9Twy+Pg7q3Y= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/SAlffxSOooNw6DpDMBcIUc6mwxE= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/Sb_l_iQ94KVRYFTRb6wJVGyEGjk= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/TOry+uc1sGL7FSFLj9YCTyk8Pcg= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/Ti+mlpbTFHLbICm5Zifk6yGIOT4= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/U3CjCyBa4AoKhGr1l5hBUdXKabA= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/UNIQrx+NXjz9nR9dstdzsmSYCGY= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/U_A4suJpujDArCRiB3ziMFbSYE8= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/UdZEiKNldA9mmvNZpiONzeV6_yU= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/V1jvI4t9IYUyHBqom1K6_RLVI90= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/Vyw8axYWD_zrAVmFXZ_QwSjUXKo= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/WJX0SqKAGQfLX1ZkbZGICBvBy2o= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/WieXcvCksNdO43PxDxHeoci618A= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/XwwO8kTHH8qwWmyUP2W48HGefqw= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/Z3dzMgY1uivlPy5Ko9B7WML1+aY= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/Z4TYGRMEwQPaSBbwxo03z28oFCE= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/aHosTJv7oOBfFJLQ10hSDysTcjc= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/aMA9wq6oLmlqLF3MX+oSghy1Qk0= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/acv7OjxA4mLEv0D7G3QCx_MonVw= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/bEVKVMeepK0BDHoe9be4Ji5GRgI= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/bnDe580S6_0AYN2SOXGHkcmDc6g= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/cJu01U+P_X4O6Qh+OHU7zRnHvIo= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/d6sR_yIC5NxWtSNNcfvgkrku784= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/dQZkRFMAU7W216AbQuW2_9CvuZc= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/eZwCY65NRUnXS9WC6bJedK0Ehx4= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/elgHoCGBx6vmxMX7LA8QvAf0iLs= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/fQSHKxSK1JbI37D4OZfYDOkZoHA= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/fVLaM338jjDif9PGAD8SO97lByc= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/flAMw7oB73ZzBeEj2bwuyijLM5o= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/g1ISSAuKBI7MIAnQ0f2WBItbrAI= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/gPeyfMQLUaH14b7Rc9a3yD9fyKU= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/gUplzQdFoIq_MI+RDXcumHXB1HU= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/h1eCFN0zB_j8CqM7jYv8cOzkFQ4= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/hK24eTNdC6QAUCAJ1iDeryw9pDo= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/iNYFQH70fj+UxXxa6snvk93eOu8= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/iShj03bk5qWcRW49dU5d0g_efvA= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/icNq7swZfiE+EhUc4ivFdDqrQM4= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/jGfxuiMWKrAiseRfgIZpboVWhlI= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/jbCeXLc28N7uJIsacKHDmSyVNOM= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/juFkcHwKdjimqh4EsXs599nRRjM= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/ki2iX0WO7vE2u3Boic2alyu2JoI= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/lvdoR5nfmnV5ph7jacLlqOKThnk= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/m5BgndU0OSYILGIT_KqQqJ7bf60= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/mhznoK98o8__2LR3QCH1aP9VKcM= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/muaStCPV+rTCr_txQaOXrA_WHZg= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/n75g3E5YftZI2vTXU8my2y_Lf5U= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/nF3oXP3Sx98RAqD1dJ9xN6sWGaw= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/nfRrLKfCDUu1lTFqQFQoPHc+a6s= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/nnGXKWEuCWCCKcPK79SH6JKxKLQ= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/pIbOh+NDoCqFRz_NsUHeURgTSMg= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/pkS_bRR86VNLhcxbvcgw5NUCvHw= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/qJHyuhDPw0qRWpjrMPOEych2BIs= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/qyWgW7L7wkDuWco20KExK_YFJAo= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/s5XUgRLCaVUFiz_GdkiWlunih6c= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/sVvxIoYadlahnwD1mvDjfURZPhw= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/sd4vyNVFwIHRxFQ3f+1rozp+6Dc= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/tZ4w6_wBeWw2najv0284NVuCYI4= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/tramL785N8aeRvwWXPq6mkckBlw= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/twmPwfryWWFggss+uSRq2JXfTvc= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/uBqPp33HcdopI8DO1apYD4rIw7A= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/vZxWoJ0igcf5+5zHrS1thP2Q_F0= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/vslp0qWtnRQq4zd1pmtDBDQr+UE= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/wxwEOhSgSapE8xkNSG1aAW2P2Qs= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/x1FuQSmYY337R22c5tzQVIoBNxI= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/x1nPPxDirXRsIGWr7duPYicc8+g= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/x37UcrmymzP66JX31kLBf+5eOPo= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/xJG3abK95nYMXzdfvBYTQtFya28= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/xikxP3hcfdshSLSg8pJFz5QzfuQ= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/xxefIlsEKfRV36tjhvXIdRO22gw= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/y13_SM0w2uuo5LatUl57Kwa02M8= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/yj8PTOaBF4e+9XQWFXdboVWez30= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/ynoT1qv939RpbNvK_flViAiekSc= +0 -0
- package/android/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/zip-cache/z_TuKq3bgmHJ01t+5fy7uz9kmso= +0 -0
- package/android/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml +0 -2
- package/android/build/intermediates/incremental/mergeDebugAndroidTestJniLibFolders/merger.xml +0 -2
- package/android/build/intermediates/incremental/mergeDebugAndroidTestShaders/merger.xml +0 -2
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
- package/android/build/intermediates/incremental/packageDebugAndroidTest/tmp/debugAndroidTest/dex-renamer-state.txt +0 -13
- package/android/build/intermediates/incremental/packageDebugAndroidTest/tmp/debugAndroidTest/zip-cache/androidResources +0 -0
- package/android/build/intermediates/incremental/packageDebugAndroidTest/tmp/debugAndroidTest/zip-cache/javaResources0 +0 -0
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/ActivityListener.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/Event.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/EventEmitter$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/EventEmitter$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/EventEmitter.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/HelperActivity.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/IntentNotificationEvent.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/MessageService.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/MyPushBroadcastReceiver.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/PushNotificationEvent.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$3.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$4.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$5.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$6.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$7.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$8.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$9.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginPackage.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNUtils$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNUtils.class +0 -0
- package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +0 -3
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +0 -150
- package/android/build/intermediates/manifest_merge_blame_file/debugAndroidTest/manifest-merger-blame-debug-androidTest-report.txt +0 -903
- package/android/build/intermediates/merged_java_res/debug/feature-.jar +0 -0
- package/android/build/intermediates/merged_java_res/debugAndroidTest/feature-.jar +0 -0
- package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +0 -78
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/arm64-v8a/libbitmaps.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/arm64-v8a/libgifimage.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/arm64-v8a/libimagepipeline.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/arm64-v8a/libmemchunk.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/arm64-v8a/libwebp.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/arm64-v8a/libwebpimage.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi/libbitmaps.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi/libgifimage.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi/libicu_common.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi/libimagepipeline.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi/libmemchunk.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi/libwebp.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi/libwebpimage.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libbitmaps.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libfb.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libfbjni.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libfolly_json.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libgifimage.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libglog.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libgnustl_shared.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libicu_common.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libjsc.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libmemchunk.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libwebp.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libwebpimage.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libbitmaps.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libfb.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libfbjni.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libfolly_json.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libgifimage.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libglog.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libgnustl_shared.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libicu_common.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libimagepipeline.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libjsc.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libmemchunk.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libreactnativejni.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libwebp.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86/libwebpimage.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86_64/libbitmaps.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86_64/libgifimage.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86_64/libimagepipeline.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86_64/libmemchunk.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86_64/libwebp.so +0 -0
- package/android/build/intermediates/merged_native_libs/debugAndroidTest/out/lib/x86_64/libwebpimage.so +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-af_values-af.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-am_values-am.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ar_values-ar.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-as_values-as.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-az_values-az.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-be_values-be.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-bg_values-bg.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-bn_values-bn.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-bs_values-bs.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ca_values-ca.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-cs_values-cs.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-da_values-da.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-de_values-de.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-el_values-el.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-en-rAU_values-en-rAU.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-en-rCA_values-en-rCA.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-en-rGB_values-en-rGB.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-en-rIN_values-en-rIN.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-en-rXC_values-en-rXC.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-es-rES_values-es-rES.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-es-rUS_values-es-rUS.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-es_values-es.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-et_values-et.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-eu_values-eu.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-fa_values-fa.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-fb-rLL_values-fb-rLL.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-fb_values-fb.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-fi_values-fi.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-fr_values-fr.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-gl_values-gl.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-gu_values-gu.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-hi_values-hi.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-hr_values-hr.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-hu_values-hu.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-hy_values-hy.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-in_values-in.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-is_values-is.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-it_values-it.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-iw_values-iw.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ja_values-ja.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ka_values-ka.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-kk_values-kk.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-km_values-km.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-kn_values-kn.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ko_values-ko.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ky_values-ky.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-land_values-land.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-large-v4_values-large-v4.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-lo_values-lo.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-lt_values-lt.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-lv_values-lv.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-mk_values-mk.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ml_values-ml.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-mn_values-mn.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-mr_values-mr.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ms_values-ms.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-my_values-my.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-nb_values-nb.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ne_values-ne.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-night-v8_values-night-v8.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-nl_values-nl.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-or_values-or.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-pa_values-pa.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-pl_values-pl.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-port_values-port.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-pt_values-pt.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ro_values-ro.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ru_values-ru.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-si_values-si.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-sk_values-sk.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-sl_values-sl.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-sq_values-sq.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-sr_values-sr.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-sv_values-sv.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-sw_values-sw.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ta_values-ta.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-te_values-te.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-th_values-th.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-tl_values-tl.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-tr_values-tr.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-uk_values-uk.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-ur_values-ur.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-uz_values-uz.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-v16_values-v16.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-v17_values-v17.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-v18_values-v18.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-v21_values-v21.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-v22_values-v22.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-v23_values-v23.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-v24_values-v24.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-v25_values-v25.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-v26_values-v26.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-v28_values-v28.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-vi_values-vi.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-watch-v20_values-watch-v20.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-watch-v21_values-watch-v21.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values-zu_values-zu.arsc.flat +0 -0
- package/android/build/intermediates/merged_res/debugAndroidTest/values_values.arsc.flat +0 -0
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/debugAndroidTest.json +0 -7317
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-af.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-am.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ar.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-as.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-az.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-b+sr+Latn.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-be.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-bg.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-bn.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-bs.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ca.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-cs.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-da.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-de.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-el.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-en-rAU.json +0 -43
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-en-rCA.json +0 -43
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-en-rGB.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-en-rIN.json +0 -43
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-en-rXC.json +0 -43
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-es-rES.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-es-rUS.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-es.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-et.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-eu.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-fa.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-fb-rLL.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-fb.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-fi.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-fr-rCA.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-fr.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-gl.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-gu.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-h720dp-v13.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-hdpi-v4.json +0 -20
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-hi.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-hr.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-hu.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-hy.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-in.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-is.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-it.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-iw.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ja.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ka.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-kk.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-km.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-kn.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ko.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ky.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-land.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-large-v4.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ldltr-v21.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-lo.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-lt.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-lv.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-mk.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ml.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-mn.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-mr.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ms.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-my.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-nb.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ne.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-night-v8.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-nl.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-or.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-pa.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-pl.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-port.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-pt-rBR.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-pt-rPT.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-pt.json +0 -60
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ro.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ru.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-si.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-sk.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-sl.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-sq.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-sr.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-sv.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-sw.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-sw600dp-v13.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ta.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-te.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-th.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-tl.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-tr.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-uk.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-ur.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-uz.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-v16.json +0 -20
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-v17.json +0 -20
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-v18.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-v21.json +0 -66
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-v22.json +0 -20
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-v23.json +0 -38
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-v24.json +0 -36
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-v25.json +0 -20
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-v26.json +0 -20
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-v28.json +0 -20
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-vi.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-watch-v20.json +0 -20
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-watch-v21.json +0 -20
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-xlarge-v4.json +0 -19
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-zh-rCN.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-zh-rHK.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-zh-rTW.json +0 -94
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values-zu.json +0 -77
- package/android/build/intermediates/merged_res_blame_folder/debugAndroidTest/out/multi-v2/values.json +0 -371
- package/android/build/intermediates/navigation_json/debug/navigation.json +0 -1
- package/android/build/intermediates/packaged_manifests/debugAndroidTest/AndroidManifest.xml +0 -458
- package/android/build/intermediates/packaged_manifests/debugAndroidTest/output-metadata.json +0 -18
- package/android/build/intermediates/packaged_res/debug/values/values.xml +0 -13
- package/android/build/intermediates/processed_res/debugAndroidTest/out/output-metadata.json +0 -20
- package/android/build/intermediates/processed_res/debugAndroidTest/out/resources.ap_ +0 -0
- package/android/build/intermediates/project_dex_archive/debugAndroidTest/out/99421b5427738f952bb034b6cd7766245a171f54d713499f624f329234554844_0.jar +0 -0
- package/android/build/intermediates/project_dex_archive/debugAndroidTest/out/99421b5427738f952bb034b6cd7766245a171f54d713499f624f329234554844_1.jar +0 -0
- package/android/build/intermediates/project_dex_archive/debugAndroidTest/out/99421b5427738f952bb034b6cd7766245a171f54d713499f624f329234554844_2.jar +0 -0
- package/android/build/intermediates/project_dex_archive/debugAndroidTest/out/99421b5427738f952bb034b6cd7766245a171f54d713499f624f329234554844_3.jar +0 -0
- package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/runtime_symbol_list/debugAndroidTest/R.txt +0 -3336
- package/android/build/intermediates/signing_config_versions/debugAndroidTest/signing-config-versions.json +0 -1
- package/android/build/intermediates/source_set_path_map/debugAndroidTest/file-map.txt +0 -43
- package/android/build/intermediates/stable_resource_ids_file/debugAndroidTest/stableIds.txt +0 -2023
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/arm64-v8a/libbitmaps.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/arm64-v8a/libgifimage.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/arm64-v8a/libimagepipeline.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/arm64-v8a/libmemchunk.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/arm64-v8a/libwebp.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/arm64-v8a/libwebpimage.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi/libbitmaps.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi/libgifimage.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi/libicu_common.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi/libimagepipeline.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi/libmemchunk.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi/libwebp.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi/libwebpimage.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libbitmaps.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libfb.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libfbjni.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libfolly_json.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libgifimage.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libglog.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libgnustl_shared.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libicu_common.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libjsc.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libmemchunk.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libwebp.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/armeabi-v7a/libwebpimage.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libbitmaps.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libfb.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libfbjni.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libfolly_json.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libgifimage.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libglog.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libgnustl_shared.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libicu_common.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libimagepipeline.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libjsc.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libmemchunk.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libreactnativejni.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libwebp.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86/libwebpimage.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86_64/libbitmaps.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86_64/libgifimage.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86_64/libimagepipeline.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86_64/libmemchunk.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86_64/libwebp.so +0 -0
- package/android/build/intermediates/stripped_native_libs/debugAndroidTest/out/lib/x86_64/libwebpimage.so +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +0 -2
- package/android/build/intermediates/symbol_list_with_package_name/debugAndroidTest/package-aware-r.txt +0 -2024
- package/android/build/intermediates/variant_model/debug/variant_model.json +0 -0
- package/android/build/outputs/aar/android-debug.aar +0 -0
- package/android/build/outputs/apk/androidTest/debug/android-debug-androidTest.apk +0 -0
- package/android/build/outputs/apk/androidTest/debug/output-metadata.json +0 -20
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -131
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/local.properties +0 -8
|
@@ -1,2023 +0,0 @@
|
|
|
1
|
-
com.reactlibrary.test:xml/preferences = 0x7f100001
|
|
2
|
-
com.reactlibrary.test:xml/network_security_config = 0x7f100000
|
|
3
|
-
com.reactlibrary.test:styleable/ViewStubCompat = 0x7f0f0057
|
|
4
|
-
com.reactlibrary.test:styleable/ViewBackgroundHelper = 0x7f0f0056
|
|
5
|
-
com.reactlibrary.test:styleable/View = 0x7f0f0055
|
|
6
|
-
com.reactlibrary.test:styleable/Variant = 0x7f0f0054
|
|
7
|
-
com.reactlibrary.test:styleable/Transition = 0x7f0f0053
|
|
8
|
-
com.reactlibrary.test:styleable/Toolbar = 0x7f0f0051
|
|
9
|
-
com.reactlibrary.test:styleable/SwitchCompat = 0x7f0f004e
|
|
10
|
-
com.reactlibrary.test:styleable/StateSet = 0x7f0f004d
|
|
11
|
-
com.reactlibrary.test:styleable/StateListDrawable = 0x7f0f004b
|
|
12
|
-
com.reactlibrary.test:styleable/State = 0x7f0f004a
|
|
13
|
-
com.reactlibrary.test:styleable/Spinner = 0x7f0f0049
|
|
14
|
-
com.reactlibrary.test:styleable/RecyclerView = 0x7f0f0046
|
|
15
|
-
com.reactlibrary.test:styleable/PropertySet = 0x7f0f0044
|
|
16
|
-
com.reactlibrary.test:styleable/PopupWindowBackgroundState = 0x7f0f0043
|
|
17
|
-
com.reactlibrary.test:styleable/PopupWindow = 0x7f0f0042
|
|
18
|
-
com.reactlibrary.test:styleable/OnSwipe = 0x7f0f0041
|
|
19
|
-
com.reactlibrary.test:styleable/OnClick = 0x7f0f0040
|
|
20
|
-
com.reactlibrary.test:styleable/MotionScene = 0x7f0f003e
|
|
21
|
-
com.reactlibrary.test:styleable/MotionLayout = 0x7f0f003d
|
|
22
|
-
com.reactlibrary.test:styleable/MotionLabel = 0x7f0f003c
|
|
23
|
-
com.reactlibrary.test:styleable/MotionEffect = 0x7f0f003a
|
|
24
|
-
com.reactlibrary.test:styleable/MenuView = 0x7f0f0037
|
|
25
|
-
com.reactlibrary.test:styleable/MenuItem = 0x7f0f0036
|
|
26
|
-
com.reactlibrary.test:styleable/LoadingImageView = 0x7f0f0034
|
|
27
|
-
com.reactlibrary.test:styleable/LinearLayoutCompat = 0x7f0f0031
|
|
28
|
-
com.reactlibrary.test:styleable/KeyFrame = 0x7f0f002a
|
|
29
|
-
com.reactlibrary.test:styleable/KeyAttribute = 0x7f0f0028
|
|
30
|
-
com.reactlibrary.test:styleable/FragmentContainerView = 0x7f0f0023
|
|
31
|
-
com.reactlibrary.test:styleable/Fragment = 0x7f0f0022
|
|
32
|
-
com.reactlibrary.test:styleable/FontFamilyFont = 0x7f0f0021
|
|
33
|
-
com.reactlibrary.test:styleable/DrawerArrowToggle = 0x7f0f001f
|
|
34
|
-
com.reactlibrary.test:styleable/SearchView = 0x7f0f0047
|
|
35
|
-
com.reactlibrary.test:styleable/CustomAttribute = 0x7f0f001e
|
|
36
|
-
com.reactlibrary.test:styleable/CoordinatorLayout = 0x7f0f001c
|
|
37
|
-
com.reactlibrary.test:styleable/ConstraintLayout_placeholder = 0x7f0f0019
|
|
38
|
-
com.reactlibrary.test:styleable/ConstraintLayout_ReactiveGuide = 0x7f0f0018
|
|
39
|
-
com.reactlibrary.test:styleable/ConstraintLayout_Layout = 0x7f0f0017
|
|
40
|
-
com.reactlibrary.test:styleable/CheckedTextView = 0x7f0f0013
|
|
41
|
-
com.reactlibrary.test:styleable/Capability = 0x7f0f0011
|
|
42
|
-
com.reactlibrary.test:styleable/AppCompatTheme = 0x7f0f000f
|
|
43
|
-
com.reactlibrary.test:styleable/AppCompatTextHelper = 0x7f0f000d
|
|
44
|
-
com.reactlibrary.test:styleable/AppCompatSeekBar = 0x7f0f000c
|
|
45
|
-
com.reactlibrary.test:styleable/AppCompatImageView = 0x7f0f000b
|
|
46
|
-
com.reactlibrary.test:styleable/AnimatedStateListDrawableCompat = 0x7f0f0007
|
|
47
|
-
com.reactlibrary.test:styleable/ActivityChooserView = 0x7f0f0005
|
|
48
|
-
com.reactlibrary.test:styleable/ActionBar = 0x7f0f0000
|
|
49
|
-
com.reactlibrary.test:style/Widget.Support.CoordinatorLayout = 0x7f0e0173
|
|
50
|
-
com.reactlibrary.test:style/Widget.Compat.NotificationActionText = 0x7f0e0172
|
|
51
|
-
com.reactlibrary.test:style/Widget.Compat.NotificationActionContainer = 0x7f0e0171
|
|
52
|
-
com.reactlibrary.test:style/Widget.AppCompat.Toolbar.Button.Navigation = 0x7f0e0170
|
|
53
|
-
com.reactlibrary.test:style/Widget.AppCompat.TextView = 0x7f0e016d
|
|
54
|
-
com.reactlibrary.test:style/Widget.AppCompat.Spinner.Underlined = 0x7f0e016c
|
|
55
|
-
com.reactlibrary.test:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f0e016b
|
|
56
|
-
com.reactlibrary.test:style/Widget.AppCompat.Spinner.DropDown = 0x7f0e016a
|
|
57
|
-
com.reactlibrary.test:style/Widget.AppCompat.SeekBar = 0x7f0e0167
|
|
58
|
-
com.reactlibrary.test:style/Widget.AppCompat.ProgressBar.Horizontal = 0x7f0e0161
|
|
59
|
-
com.reactlibrary.test:style/Widget.AppCompat.ProgressBar = 0x7f0e0160
|
|
60
|
-
com.reactlibrary.test:style/Widget.AppCompat.PopupWindow = 0x7f0e015f
|
|
61
|
-
com.reactlibrary.test:style/Widget.AppCompat.ListView.Menu = 0x7f0e015c
|
|
62
|
-
com.reactlibrary.test:style/Widget.AppCompat.ListView = 0x7f0e015a
|
|
63
|
-
com.reactlibrary.test:styleable/FontFamily = 0x7f0f0020
|
|
64
|
-
com.reactlibrary.test:style/Widget.AppCompat.ListMenuView = 0x7f0e0158
|
|
65
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar = 0x7f0e0157
|
|
66
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.SearchView = 0x7f0e0156
|
|
67
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f0e0152
|
|
68
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f0e0151
|
|
69
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionButton = 0x7f0e014b
|
|
70
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionBar.TabView = 0x7f0e0149
|
|
71
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f0e0148
|
|
72
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f0e0146
|
|
73
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f0e0145
|
|
74
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionBar.Solid.Inverse = 0x7f0e0144
|
|
75
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f0e0143
|
|
76
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionBar = 0x7f0e0142
|
|
77
|
-
com.reactlibrary.test:style/Widget.AppCompat.ImageButton = 0x7f0e0141
|
|
78
|
-
com.reactlibrary.test:style/Widget.AppCompat.EditText = 0x7f0e0140
|
|
79
|
-
com.reactlibrary.test:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f0e013f
|
|
80
|
-
com.reactlibrary.test:style/Widget.AppCompat.CompoundButton.RadioButton = 0x7f0e013c
|
|
81
|
-
com.reactlibrary.test:style/Widget.AppCompat.CompoundButton.CheckBox = 0x7f0e013b
|
|
82
|
-
com.reactlibrary.test:style/Widget.AppCompat.ButtonBar = 0x7f0e0139
|
|
83
|
-
com.reactlibrary.test:style/Widget.AppCompat.Button.Small = 0x7f0e0138
|
|
84
|
-
com.reactlibrary.test:style/Widget.AppCompat.Button.Colored = 0x7f0e0137
|
|
85
|
-
com.reactlibrary.test:style/Widget.AppCompat.Button.Borderless = 0x7f0e0134
|
|
86
|
-
com.reactlibrary.test:style/Widget.AppCompat.Button = 0x7f0e0133
|
|
87
|
-
com.reactlibrary.test:style/Widget.AppCompat.ActivityChooserView = 0x7f0e0131
|
|
88
|
-
com.reactlibrary.test:style/Widget.AppCompat.ActionButton.Overflow = 0x7f0e012f
|
|
89
|
-
com.reactlibrary.test:style/Widget.AppCompat.ActionBar.TabText = 0x7f0e012b
|
|
90
|
-
com.reactlibrary.test:styleable/AnimatedStateListDrawableItem = 0x7f0f0008
|
|
91
|
-
com.reactlibrary.test:style/Widget.AppCompat.ActionBar.TabBar = 0x7f0e012a
|
|
92
|
-
com.reactlibrary.test:style/ThemeOverlay.AppCompat.Light = 0x7f0e0126
|
|
93
|
-
com.reactlibrary.test:styleable/TextAppearance = 0x7f0f004f
|
|
94
|
-
com.reactlibrary.test:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f0e0125
|
|
95
|
-
com.reactlibrary.test:styleable/ConstraintOverride = 0x7f0f001a
|
|
96
|
-
com.reactlibrary.test:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f0e0121
|
|
97
|
-
com.reactlibrary.test:style/ThemeOverlay.AppCompat.Dark = 0x7f0e0120
|
|
98
|
-
com.reactlibrary.test:style/ThemeOverlay.AppCompat.ActionBar = 0x7f0e011f
|
|
99
|
-
com.reactlibrary.test:styleable/CoordinatorLayout_Layout = 0x7f0f001d
|
|
100
|
-
com.reactlibrary.test:style/ThemeOverlay.AppCompat = 0x7f0e011e
|
|
101
|
-
com.reactlibrary.test:style/Theme.Catalyst.RedBox = 0x7f0e011b
|
|
102
|
-
com.reactlibrary.test:style/Theme.Catalyst = 0x7f0e011a
|
|
103
|
-
com.reactlibrary.test:style/Theme.AppCompat.Light.NoActionBar = 0x7f0e0118
|
|
104
|
-
com.reactlibrary.test:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f0e0117
|
|
105
|
-
com.reactlibrary.test:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f0e0116
|
|
106
|
-
com.reactlibrary.test:style/Theme.AppCompat.Light = 0x7f0e0112
|
|
107
|
-
com.reactlibrary.test:style/Theme.AppCompat.Empty = 0x7f0e0111
|
|
108
|
-
com.reactlibrary.test:style/Theme.AppCompat.Dialog.MinWidth = 0x7f0e010f
|
|
109
|
-
com.reactlibrary.test:style/Theme.AppCompat.Dialog = 0x7f0e010d
|
|
110
|
-
com.reactlibrary.test:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f0e010c
|
|
111
|
-
com.reactlibrary.test:style/Theme.AppCompat.DayNight.Dialog = 0x7f0e0108
|
|
112
|
-
com.reactlibrary.test:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f0e0107
|
|
113
|
-
com.reactlibrary.test:style/TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f0e0102
|
|
114
|
-
com.reactlibrary.test:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f0e0101
|
|
115
|
-
com.reactlibrary.test:style/TextAppearance.Compat.Notification.Time = 0x7f0e00fc
|
|
116
|
-
com.reactlibrary.test:style/TextAppearance.Compat.Notification.Line2.Media = 0x7f0e00fa
|
|
117
|
-
com.reactlibrary.test:style/TextAppearance.Compat.Notification.Line2 = 0x7f0e00f9
|
|
118
|
-
com.reactlibrary.test:style/TextAppearance.Compat.Notification.Info = 0x7f0e00f7
|
|
119
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f0e00f5
|
|
120
|
-
com.reactlibrary.test:style/Widget.AppCompat.TextView.SpinnerItem = 0x7f0e016e
|
|
121
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.Switch = 0x7f0e00f4
|
|
122
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f0e00f3
|
|
123
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f0e00f2
|
|
124
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f0e00ef
|
|
125
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.Button.Colored = 0x7f0e00ee
|
|
126
|
-
com.reactlibrary.test:style/Widget.AppCompat.RatingBar.Indicator = 0x7f0e0163
|
|
127
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.Button = 0x7f0e00ec
|
|
128
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f0e00ea
|
|
129
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f0e00e9
|
|
130
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f0e00e8
|
|
131
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f0e00e6
|
|
132
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f0e00e5
|
|
133
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f0e00e3
|
|
134
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Title.Inverse = 0x7f0e00e1
|
|
135
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f0e00df
|
|
136
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Subhead = 0x7f0e00de
|
|
137
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Small.Inverse = 0x7f0e00dd
|
|
138
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Small = 0x7f0e00dc
|
|
139
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f0e00db
|
|
140
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Medium = 0x7f0e00d7
|
|
141
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f0e00d5
|
|
142
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f0e00d3
|
|
143
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Large.Inverse = 0x7f0e00d2
|
|
144
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Large = 0x7f0e00d1
|
|
145
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Inverse = 0x7f0e00d0
|
|
146
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Display4 = 0x7f0e00ce
|
|
147
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Display1 = 0x7f0e00cb
|
|
148
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Caption = 0x7f0e00ca
|
|
149
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Button = 0x7f0e00c9
|
|
150
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Body2 = 0x7f0e00c8
|
|
151
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Body1 = 0x7f0e00c7
|
|
152
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat = 0x7f0e00c6
|
|
153
|
-
com.reactlibrary.test:style/RtlUnderlay.Widget.AppCompat.ActionButton.Overflow = 0x7f0e00c5
|
|
154
|
-
com.reactlibrary.test:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f0e00c4
|
|
155
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f0e00c3
|
|
156
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f0e00c2
|
|
157
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f0e00bf
|
|
158
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f0e00be
|
|
159
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Title = 0x7f0e00bd
|
|
160
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.SubmenuArrow = 0x7f0e00bb
|
|
161
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Shortcut = 0x7f0e00ba
|
|
162
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f0e00b8
|
|
163
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f0e00b7
|
|
164
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f0e00b6
|
|
165
|
-
com.reactlibrary.test:styleable/LinearLayoutCompat_Layout = 0x7f0f0032
|
|
166
|
-
com.reactlibrary.test:style/Platform.V25.AppCompat = 0x7f0e00b2
|
|
167
|
-
com.reactlibrary.test:style/Platform.V21.AppCompat = 0x7f0e00b0
|
|
168
|
-
com.reactlibrary.test:style/NotificationButtonStyle = 0x7f0e00aa
|
|
169
|
-
com.reactlibrary.test:style/MyActivityDialog = 0x7f0e00a8
|
|
170
|
-
com.reactlibrary.test:style/ModalDialogTheme = 0x7f0e00a7
|
|
171
|
-
com.reactlibrary.test:style/HelperActivityStyle = 0x7f0e00a6
|
|
172
|
-
com.reactlibrary.test:style/CustomUpDialogAnimation = 0x7f0e00a4
|
|
173
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f0e00a1
|
|
174
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Toolbar = 0x7f0e00a0
|
|
175
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.TextView = 0x7f0e009e
|
|
176
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Spinner = 0x7f0e009c
|
|
177
|
-
com.reactlibrary.test:styleable/AppCompatEmojiHelper = 0x7f0f000a
|
|
178
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.SeekBar = 0x7f0e009a
|
|
179
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f0e0099
|
|
180
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.RatingBar.Small = 0x7f0e0097
|
|
181
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f0e0096
|
|
182
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f0e0094
|
|
183
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.PopupWindow = 0x7f0e0092
|
|
184
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.PopupMenu = 0x7f0e0090
|
|
185
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ListView = 0x7f0e008d
|
|
186
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ListMenuView = 0x7f0e008b
|
|
187
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f0e008a
|
|
188
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f0e0087
|
|
189
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f0e0086
|
|
190
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f0e0084
|
|
191
|
-
com.reactlibrary.test:styleable/ButtonBarLayout = 0x7f0f0010
|
|
192
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Light.ActionBar = 0x7f0e0083
|
|
193
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ImageButton = 0x7f0e0082
|
|
194
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.EditText = 0x7f0e0081
|
|
195
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.DropDownItem.Spinner = 0x7f0e0080
|
|
196
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f0e007e
|
|
197
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.CompoundButton.RadioButton = 0x7f0e007c
|
|
198
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f0e007b
|
|
199
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f0e007a
|
|
200
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Button.Small = 0x7f0e0078
|
|
201
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Button.Colored = 0x7f0e0077
|
|
202
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f0e0076
|
|
203
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Button.Borderless = 0x7f0e0074
|
|
204
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Button = 0x7f0e0073
|
|
205
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f0e0072
|
|
206
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ActionMode = 0x7f0e0070
|
|
207
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ActionButton.Overflow = 0x7f0e006f
|
|
208
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ActionButton.CloseMode = 0x7f0e006e
|
|
209
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ActionButton = 0x7f0e006d
|
|
210
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f0e006c
|
|
211
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f0e006b
|
|
212
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f0e0069
|
|
213
|
-
com.reactlibrary.test:style/Base.V7.Widget.AppCompat.EditText = 0x7f0e0066
|
|
214
|
-
com.reactlibrary.test:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f0e0065
|
|
215
|
-
com.reactlibrary.test:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f0e0064
|
|
216
|
-
com.reactlibrary.test:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f0e0063
|
|
217
|
-
com.reactlibrary.test:style/Base.V7.Theme.AppCompat.Dialog = 0x7f0e0061
|
|
218
|
-
com.reactlibrary.test:style/Base.V7.Theme.AppCompat = 0x7f0e0060
|
|
219
|
-
com.reactlibrary.test:style/Base.V28.Theme.AppCompat.Light = 0x7f0e005f
|
|
220
|
-
com.reactlibrary.test:style/Base.V22.Theme.AppCompat.Light = 0x7f0e0058
|
|
221
|
-
com.reactlibrary.test:style/Base.V22.Theme.AppCompat = 0x7f0e0057
|
|
222
|
-
com.reactlibrary.test:style/Base.V21.Theme.AppCompat = 0x7f0e0052
|
|
223
|
-
com.reactlibrary.test:style/Base.ThemeOverlay.AppCompat.Light = 0x7f0e0051
|
|
224
|
-
com.reactlibrary.test:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f0e0050
|
|
225
|
-
com.reactlibrary.test:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f0e004f
|
|
226
|
-
com.reactlibrary.test:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f0e004e
|
|
227
|
-
com.reactlibrary.test:style/Base.ThemeOverlay.AppCompat.Dark = 0x7f0e004d
|
|
228
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f0e004a
|
|
229
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f0e0049
|
|
230
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f0e0045
|
|
231
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f0e0040
|
|
232
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Dialog = 0x7f0e003f
|
|
233
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat = 0x7f0e003d
|
|
234
|
-
com.reactlibrary.test:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f0e003b
|
|
235
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f0e0038
|
|
236
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f0e0037
|
|
237
|
-
com.reactlibrary.test:styleable/MotionHelper = 0x7f0f003b
|
|
238
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f0e0036
|
|
239
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f0e0034
|
|
240
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f0e0032
|
|
241
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f0e0030
|
|
242
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f0e002f
|
|
243
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f0e002d
|
|
244
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f0e002c
|
|
245
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f0e002b
|
|
246
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f0e0029
|
|
247
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f0e0028
|
|
248
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f0e0023
|
|
249
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Small = 0x7f0e0022
|
|
250
|
-
com.reactlibrary.test:attr/contentDescription = 0x7f03008d
|
|
251
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f0e0021
|
|
252
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ButtonBar = 0x7f0e0079
|
|
253
|
-
com.reactlibrary.test:color/switch_thumb_disabled_material_light = 0x7f050061
|
|
254
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f0e0020
|
|
255
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f0e001d
|
|
256
|
-
com.reactlibrary.test:layout/support_simple_spinner_dropdown_item = 0x7f0b003b
|
|
257
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f0e001a
|
|
258
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Large.Inverse = 0x7f0e0019
|
|
259
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Large = 0x7f0e0018
|
|
260
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Display4 = 0x7f0e0015
|
|
261
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Display2 = 0x7f0e0013
|
|
262
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Display1 = 0x7f0e0012
|
|
263
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Body1 = 0x7f0e000e
|
|
264
|
-
com.reactlibrary.test:attr/drawableRightCompat = 0x7f0300b9
|
|
265
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat = 0x7f0e000d
|
|
266
|
-
com.reactlibrary.test:style/Base.AlertDialog.AppCompat = 0x7f0e0006
|
|
267
|
-
com.reactlibrary.test:drawable/abc_edit_text_material = 0x7f070014
|
|
268
|
-
com.reactlibrary.test:id/accessibility_custom_action_14 = 0x7f080012
|
|
269
|
-
com.reactlibrary.test:style/Animation.Catalyst.RedBox = 0x7f0e0005
|
|
270
|
-
com.reactlibrary.test:string/search_menu_title = 0x7f0d004f
|
|
271
|
-
com.reactlibrary.test:id/line1 = 0x7f0800dd
|
|
272
|
-
com.reactlibrary.test:string/ok = 0x7f0d004e
|
|
273
|
-
com.reactlibrary.test:id/dependency_ordering = 0x7f080091
|
|
274
|
-
com.reactlibrary.test:string/lorem_ipsum_test = 0x7f0d004d
|
|
275
|
-
com.reactlibrary.test:string/common_signin_button_text = 0x7f0d004a
|
|
276
|
-
com.reactlibrary.test:string/common_google_play_services_unsupported_text = 0x7f0d0043
|
|
277
|
-
com.reactlibrary.test:string/common_google_play_services_unknown_issue = 0x7f0d0042
|
|
278
|
-
com.reactlibrary.test:string/common_google_play_services_install_text = 0x7f0d003e
|
|
279
|
-
com.reactlibrary.test:string/catalyst_settings_title = 0x7f0d0036
|
|
280
|
-
com.reactlibrary.test:anim/btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013
|
|
281
|
-
com.reactlibrary.test:string/catalyst_jsload_title = 0x7f0d002d
|
|
282
|
-
com.reactlibrary.test:attr/shortcutMatchRequired = 0x7f0301df
|
|
283
|
-
com.reactlibrary.test:string/catalyst_jsload_error = 0x7f0d002b
|
|
284
|
-
com.reactlibrary.test:string/catalyst_hot_module_replacement_off = 0x7f0d002a
|
|
285
|
-
com.reactlibrary.test:id/horizontal_only = 0x7f0800c3
|
|
286
|
-
com.reactlibrary.test:string/catalyst_hot_module_replacement = 0x7f0d0029
|
|
287
|
-
com.reactlibrary.test:string/catalyst_element_inspector_off = 0x7f0d0028
|
|
288
|
-
com.reactlibrary.test:string/catalyst_element_inspector = 0x7f0d0027
|
|
289
|
-
com.reactlibrary.test:string/call_notification_screening_text = 0x7f0d0024
|
|
290
|
-
com.reactlibrary.test:string/call_notification_ongoing_text = 0x7f0d0023
|
|
291
|
-
com.reactlibrary.test:string/call_notification_decline_action = 0x7f0d0020
|
|
292
|
-
com.reactlibrary.test:color/material_blue_grey_900 = 0x7f050044
|
|
293
|
-
com.reactlibrary.test:string/call_notification_answer_video_action = 0x7f0d001f
|
|
294
|
-
com.reactlibrary.test:attr/flow_verticalGap = 0x7f0300e2
|
|
295
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Headline = 0x7f0e0016
|
|
296
|
-
com.reactlibrary.test:style/Base.Animation.AppCompat.Dialog = 0x7f0e0008
|
|
297
|
-
com.reactlibrary.test:style/Base.V23.Theme.AppCompat.Light = 0x7f0e005a
|
|
298
|
-
com.reactlibrary.test:string/appoxee_sdk_version = 0x7f0d001d
|
|
299
|
-
com.reactlibrary.test:string/androidx_startup = 0x7f0d001b
|
|
300
|
-
com.reactlibrary.test:string/abc_toolbar_collapse_description = 0x7f0d001a
|
|
301
|
-
com.reactlibrary.test:id/skipped = 0x7f08012b
|
|
302
|
-
com.reactlibrary.test:string/abc_menu_sym_shortcut_label = 0x7f0d0010
|
|
303
|
-
com.reactlibrary.test:attr/onHide = 0x7f03018e
|
|
304
|
-
com.reactlibrary.test:string/abc_menu_space_shortcut_label = 0x7f0d000f
|
|
305
|
-
com.reactlibrary.test:id/accessibility_custom_action_25 = 0x7f08001e
|
|
306
|
-
com.reactlibrary.test:string/abc_menu_shift_shortcut_label = 0x7f0d000e
|
|
307
|
-
com.reactlibrary.test:anim/btn_radio_to_on_mtrl_dot_group_animation = 0x7f010015
|
|
308
|
-
com.reactlibrary.test:string/abc_menu_function_shortcut_label = 0x7f0d000c
|
|
309
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionBar.TabView.Inverse = 0x7f0e014a
|
|
310
|
-
com.reactlibrary.test:string/abc_menu_delete_shortcut_label = 0x7f0d000a
|
|
311
|
-
com.reactlibrary.test:attr/layout_behavior = 0x7f030114
|
|
312
|
-
com.reactlibrary.test:string/abc_capital_off = 0x7f0d0006
|
|
313
|
-
com.reactlibrary.test:string/abc_activitychooserview_choose_application = 0x7f0d0005
|
|
314
|
-
com.reactlibrary.test:anim/abc_tooltip_enter = 0x7f01000a
|
|
315
|
-
com.reactlibrary.test:string/abc_action_bar_up_description = 0x7f0d0001
|
|
316
|
-
com.reactlibrary.test:raw/pushcategories = 0x7f0c0001
|
|
317
|
-
com.reactlibrary.test:layout/abc_popup_menu_item_layout = 0x7f0b0013
|
|
318
|
-
com.reactlibrary.test:raw/firebase_common_keep = 0x7f0c0000
|
|
319
|
-
com.reactlibrary.test:layout/select_dialog_singlechoice_material = 0x7f0b003a
|
|
320
|
-
com.reactlibrary.test:attr/motionEffect_move = 0x7f030178
|
|
321
|
-
com.reactlibrary.test:string/catalyst_reloadjs = 0x7f0d0032
|
|
322
|
-
com.reactlibrary.test:layout/select_dialog_item_material = 0x7f0b0038
|
|
323
|
-
com.reactlibrary.test:layout/redbox_item_frame = 0x7f0b0035
|
|
324
|
-
com.reactlibrary.test:string/call_notification_answer_action = 0x7f0d001e
|
|
325
|
-
com.reactlibrary.test:string/abc_search_hint = 0x7f0d0012
|
|
326
|
-
com.reactlibrary.test:layout/notification_template_part_time = 0x7f0b0034
|
|
327
|
-
com.reactlibrary.test:layout/notification_template_lines_media = 0x7f0b0030
|
|
328
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Title.Inverse = 0x7f0e0027
|
|
329
|
-
com.reactlibrary.test:anim/btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012
|
|
330
|
-
com.reactlibrary.test:bool/abc_config_actionMenuItemAllCaps = 0x7f040001
|
|
331
|
-
com.reactlibrary.test:layout/notification_template_big_media_narrow_custom = 0x7f0b002d
|
|
332
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.CompactMenu = 0x7f0e003e
|
|
333
|
-
com.reactlibrary.test:dimen/abc_action_bar_content_inset_material = 0x7f060000
|
|
334
|
-
com.reactlibrary.test:layout/notification_template_big_media_custom = 0x7f0b002b
|
|
335
|
-
com.reactlibrary.test:layout/notification_template_big_media = 0x7f0b002a
|
|
336
|
-
com.reactlibrary.test:layout/notification_media_action = 0x7f0b0028
|
|
337
|
-
com.reactlibrary.test:layout/ime_base_split_test_activity = 0x7f0b0024
|
|
338
|
-
com.reactlibrary.test:layout/dialog_modal_type_inapp = 0x7f0b0022
|
|
339
|
-
com.reactlibrary.test:style/Widget.AppCompat.Spinner = 0x7f0e0169
|
|
340
|
-
com.reactlibrary.test:layout/dialog_gif = 0x7f0b0021
|
|
341
|
-
com.reactlibrary.test:layout/dialog_banner3 = 0x7f0b001e
|
|
342
|
-
com.reactlibrary.test:layout/activity_landing_page = 0x7f0b001c
|
|
343
|
-
com.reactlibrary.test:attr/carousel_infinite = 0x7f03005f
|
|
344
|
-
com.reactlibrary.test:attr/roundBottomRight = 0x7f0301cd
|
|
345
|
-
com.reactlibrary.test:color/primary_dark_material_light = 0x7f050053
|
|
346
|
-
com.reactlibrary.test:layout/abc_tooltip = 0x7f0b001b
|
|
347
|
-
com.reactlibrary.test:layout/abc_select_dialog_material = 0x7f0b001a
|
|
348
|
-
com.reactlibrary.test:layout/abc_search_dropdown_item_icons_2line = 0x7f0b0018
|
|
349
|
-
com.reactlibrary.test:string/call_notification_incoming_text = 0x7f0d0022
|
|
350
|
-
com.reactlibrary.test:layout/abc_screen_simple_overlay_action_mode = 0x7f0b0016
|
|
351
|
-
com.reactlibrary.test:attr/layout_constraintBaseline_toTopOf = 0x7f03011a
|
|
352
|
-
com.reactlibrary.test:dimen/abc_text_size_display_1_material = 0x7f060043
|
|
353
|
-
com.reactlibrary.test:layout/abc_popup_menu_header_item_layout = 0x7f0b0012
|
|
354
|
-
com.reactlibrary.test:layout/abc_list_menu_item_layout = 0x7f0b0010
|
|
355
|
-
com.reactlibrary.test:layout/abc_list_menu_item_icon = 0x7f0b000f
|
|
356
|
-
com.reactlibrary.test:layout/abc_alert_dialog_title_material = 0x7f0b000a
|
|
357
|
-
com.reactlibrary.test:layout/abc_alert_dialog_material = 0x7f0b0009
|
|
358
|
-
com.reactlibrary.test:layout/abc_alert_dialog_button_bar_material = 0x7f0b0008
|
|
359
|
-
com.reactlibrary.test:layout/abc_activity_chooser_view = 0x7f0b0006
|
|
360
|
-
com.reactlibrary.test:layout/abc_action_mode_bar = 0x7f0b0004
|
|
361
|
-
com.reactlibrary.test:style/Base.DialogWindowTitle.AppCompat = 0x7f0e000b
|
|
362
|
-
com.reactlibrary.test:dimen/abc_alert_dialog_button_bar_height = 0x7f060010
|
|
363
|
-
com.reactlibrary.test:layout/abc_action_bar_up_container = 0x7f0b0001
|
|
364
|
-
com.reactlibrary.test:id/jumpToEnd = 0x7f0800d7
|
|
365
|
-
com.reactlibrary.test:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0a0005
|
|
366
|
-
com.reactlibrary.test:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0a0003
|
|
367
|
-
com.reactlibrary.test:attr/actionModeCloseDrawable = 0x7f030015
|
|
368
|
-
com.reactlibrary.test:attr/actionModeWebSearchDrawable = 0x7f030020
|
|
369
|
-
com.reactlibrary.test:integer/status_bar_notification_info_maxnum = 0x7f090005
|
|
370
|
-
com.reactlibrary.test:string/abc_menu_enter_shortcut_label = 0x7f0d000b
|
|
371
|
-
com.reactlibrary.test:integer/cancel_button_image_alpha = 0x7f090002
|
|
372
|
-
com.reactlibrary.test:integer/abc_config_activityDefaultDur = 0x7f090000
|
|
373
|
-
com.reactlibrary.test:id/x_left = 0x7f080172
|
|
374
|
-
com.reactlibrary.test:attr/autoCompleteMode = 0x7f030036
|
|
375
|
-
com.reactlibrary.test:id/wrap_content_constrained = 0x7f080170
|
|
376
|
-
com.reactlibrary.test:id/withText = 0x7f08016d
|
|
377
|
-
com.reactlibrary.test:id/west = 0x7f08016b
|
|
378
|
-
com.reactlibrary.test:color/accent_material_dark = 0x7f050019
|
|
379
|
-
com.reactlibrary.test:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f07000c
|
|
380
|
-
com.reactlibrary.test:id/topPanel = 0x7f08015b
|
|
381
|
-
com.reactlibrary.test:drawable/abc_btn_radio_material = 0x7f070009
|
|
382
|
-
com.reactlibrary.test:id/top = 0x7f08015a
|
|
383
|
-
com.reactlibrary.test:id/titleDividerNoCustom = 0x7f080157
|
|
384
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f0e007f
|
|
385
|
-
com.reactlibrary.test:attr/buttonCompat = 0x7f030052
|
|
386
|
-
com.reactlibrary.test:id/title = 0x7f080156
|
|
387
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_icon_light_normal = 0x7f07005f
|
|
388
|
-
com.reactlibrary.test:layout/abc_action_menu_layout = 0x7f0b0003
|
|
389
|
-
com.reactlibrary.test:id/text2 = 0x7f080152
|
|
390
|
-
com.reactlibrary.test:id/parent = 0x7f0800fa
|
|
391
|
-
com.reactlibrary.test:id/tag_unhandled_key_listeners = 0x7f08014f
|
|
392
|
-
com.reactlibrary.test:id/tag_unhandled_key_event_manager = 0x7f08014e
|
|
393
|
-
com.reactlibrary.test:id/tag_state_description = 0x7f08014c
|
|
394
|
-
com.reactlibrary.test:attr/motionEffect_translationY = 0x7f03017c
|
|
395
|
-
com.reactlibrary.test:id/tag_on_receive_content_listener = 0x7f080149
|
|
396
|
-
com.reactlibrary.test:string/close = 0x7f0d0039
|
|
397
|
-
com.reactlibrary.test:id/title_template = 0x7f080158
|
|
398
|
-
com.reactlibrary.test:attr/dragScale = 0x7f0300b3
|
|
399
|
-
com.reactlibrary.test:drawable/abc_ratingbar_indicator_material = 0x7f070032
|
|
400
|
-
com.reactlibrary.test:id/tag_accessibility_pane_title = 0x7f080147
|
|
401
|
-
com.reactlibrary.test:id/tag_accessibility_heading = 0x7f080146
|
|
402
|
-
com.reactlibrary.test:string/catalyst_settings = 0x7f0d0035
|
|
403
|
-
com.reactlibrary.test:id/tag_accessibility_clickable_spans = 0x7f080145
|
|
404
|
-
com.reactlibrary.test:id/tag_accessibility_actions = 0x7f080144
|
|
405
|
-
com.reactlibrary.test:attr/coordinatorLayoutStyle = 0x7f030096
|
|
406
|
-
com.reactlibrary.test:id/supportScrollUp = 0x7f080142
|
|
407
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Display3 = 0x7f0e0014
|
|
408
|
-
com.reactlibrary.test:id/submit_area = 0x7f080141
|
|
409
|
-
com.reactlibrary.test:dimen/abc_text_size_display_3_material = 0x7f060045
|
|
410
|
-
com.reactlibrary.test:id/status_bar_latest_event_content = 0x7f08013e
|
|
411
|
-
com.reactlibrary.test:id/staticLayout = 0x7f08013c
|
|
412
|
-
com.reactlibrary.test:id/startHorizontal = 0x7f08013a
|
|
413
|
-
com.reactlibrary.test:id/standard = 0x7f080138
|
|
414
|
-
com.reactlibrary.test:layout/notification_template_media_custom = 0x7f0b0032
|
|
415
|
-
com.reactlibrary.test:color/material_grey_100 = 0x7f050048
|
|
416
|
-
com.reactlibrary.test:id/src_over = 0x7f080137
|
|
417
|
-
com.reactlibrary.test:id/spread = 0x7f080131
|
|
418
|
-
com.reactlibrary.test:layout/redbox_item_title = 0x7f0b0036
|
|
419
|
-
com.reactlibrary.test:id/split_action_bar = 0x7f080130
|
|
420
|
-
com.reactlibrary.test:string/common_google_play_services_enable_title = 0x7f0d003c
|
|
421
|
-
com.reactlibrary.test:id/showHome = 0x7f080128
|
|
422
|
-
com.reactlibrary.test:color/error_color_material_light = 0x7f05003d
|
|
423
|
-
com.reactlibrary.test:id/shortcut = 0x7f080126
|
|
424
|
-
com.reactlibrary.test:id/sharedValueUnset = 0x7f080125
|
|
425
|
-
com.reactlibrary.test:attr/colorScheme = 0x7f030082
|
|
426
|
-
com.reactlibrary.test:layout/abc_screen_simple = 0x7f0b0015
|
|
427
|
-
com.reactlibrary.test:id/search_voice_btn = 0x7f080122
|
|
428
|
-
com.reactlibrary.test:string/catalyst_live_reload = 0x7f0d002e
|
|
429
|
-
com.reactlibrary.test:id/search_mag_icon = 0x7f08011f
|
|
430
|
-
com.reactlibrary.test:id/search_close_btn = 0x7f08011c
|
|
431
|
-
com.reactlibrary.test:interpolator/btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0a0004
|
|
432
|
-
com.reactlibrary.test:id/scrollView = 0x7f080117
|
|
433
|
-
com.reactlibrary.test:id/screen = 0x7f080114
|
|
434
|
-
com.reactlibrary.test:id/rn_frame_file = 0x7f08010d
|
|
435
|
-
com.reactlibrary.test:id/glide_custom_view_target_tag = 0x7f0800b8
|
|
436
|
-
com.reactlibrary.test:drawable/abc_btn_check_to_on_mtrl_000 = 0x7f070005
|
|
437
|
-
com.reactlibrary.test:string/abc_searchview_description_search = 0x7f0d0015
|
|
438
|
-
com.reactlibrary.test:id/right_side = 0x7f08010c
|
|
439
|
-
com.reactlibrary.test:id/right_icon = 0x7f08010b
|
|
440
|
-
com.reactlibrary.test:id/right = 0x7f08010a
|
|
441
|
-
com.reactlibrary.test:id/reverseSawtooth = 0x7f080109
|
|
442
|
-
com.reactlibrary.test:id/rectangles = 0x7f080107
|
|
443
|
-
com.reactlibrary.test:id/radio = 0x7f080105
|
|
444
|
-
com.reactlibrary.test:style/Theme.ReactNative.AppCompat.Light = 0x7f0e011c
|
|
445
|
-
com.reactlibrary.test:style/Theme.AppCompat.Dialog.Alert = 0x7f0e010e
|
|
446
|
-
com.reactlibrary.test:string/catalyst_debugjs_off = 0x7f0d0026
|
|
447
|
-
com.reactlibrary.test:id/visible_removing_fragment_view_tag = 0x7f08016a
|
|
448
|
-
com.reactlibrary.test:id/postLayout = 0x7f080102
|
|
449
|
-
com.reactlibrary.test:id/search_go_btn = 0x7f08011e
|
|
450
|
-
com.reactlibrary.test:id/position = 0x7f080101
|
|
451
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_icon_dark_normal = 0x7f07005a
|
|
452
|
-
com.reactlibrary.test:id/player_view = 0x7f080100
|
|
453
|
-
com.reactlibrary.test:attr/layout_constraintRight_creator = 0x7f030132
|
|
454
|
-
com.reactlibrary.test:color/common_google_signin_btn_text_light_focused = 0x7f050035
|
|
455
|
-
com.reactlibrary.test:attr/actualImageScaleType = 0x7f030026
|
|
456
|
-
com.reactlibrary.test:id/parentRelative = 0x7f0800fc
|
|
457
|
-
com.reactlibrary.test:attr/dropdownListPreferredItemHeight = 0x7f0300c1
|
|
458
|
-
com.reactlibrary.test:drawable/notification_action_background = 0x7f070079
|
|
459
|
-
com.reactlibrary.test:id/parentPanel = 0x7f0800fb
|
|
460
|
-
com.reactlibrary.test:id/fitEnd = 0x7f0800af
|
|
461
|
-
com.reactlibrary.test:attr/measureWithLargestChild = 0x7f03016a
|
|
462
|
-
com.reactlibrary.test:id/off = 0x7f0800f5
|
|
463
|
-
com.reactlibrary.test:drawable/abc_list_selector_background_transition_holo_dark = 0x7f07002a
|
|
464
|
-
com.reactlibrary.test:id/notification_main_column_container = 0x7f0800f4
|
|
465
|
-
com.reactlibrary.test:attr/alertDialogButtonGroupStyle = 0x7f030027
|
|
466
|
-
com.reactlibrary.test:integer/abc_config_activityShortDur = 0x7f090001
|
|
467
|
-
com.reactlibrary.test:string/common_google_play_services_update_button = 0x7f0d0044
|
|
468
|
-
com.reactlibrary.test:dimen/abc_control_padding_material = 0x7f06001a
|
|
469
|
-
com.reactlibrary.test:id/notification_background = 0x7f0800f2
|
|
470
|
-
com.reactlibrary.test:id/none = 0x7f0800ef
|
|
471
|
-
com.reactlibrary.test:attr/actionModeShareDrawable = 0x7f03001c
|
|
472
|
-
com.reactlibrary.test:id/x_right = 0x7f080173
|
|
473
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Title = 0x7f0e0026
|
|
474
|
-
com.reactlibrary.test:id/noState = 0x7f0800ee
|
|
475
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Button = 0x7f0e0010
|
|
476
|
-
com.reactlibrary.test:id/neverCompleteToEnd = 0x7f0800ec
|
|
477
|
-
com.reactlibrary.test:drawable/notification_bg_low_normal = 0x7f07007c
|
|
478
|
-
com.reactlibrary.test:id/motion_base = 0x7f0800e8
|
|
479
|
-
com.reactlibrary.test:styleable/KeyCycle = 0x7f0f0029
|
|
480
|
-
com.reactlibrary.test:id/middle = 0x7f0800e7
|
|
481
|
-
com.reactlibrary.test:style/Widget.AppCompat.CompoundButton.Switch = 0x7f0e013d
|
|
482
|
-
com.reactlibrary.test:id/match_constraint = 0x7f0800e2
|
|
483
|
-
com.reactlibrary.test:id/line3 = 0x7f0800de
|
|
484
|
-
com.reactlibrary.test:id/rn_redbox_reloadjs = 0x7f08010f
|
|
485
|
-
com.reactlibrary.test:id/light = 0x7f0800dc
|
|
486
|
-
com.reactlibrary.test:id/legacy = 0x7f0800db
|
|
487
|
-
com.reactlibrary.test:id/layout = 0x7f0800d9
|
|
488
|
-
com.reactlibrary.test:attr/layout_constraintBottom_toTopOf = 0x7f03011d
|
|
489
|
-
com.reactlibrary.test:id/italic = 0x7f0800d5
|
|
490
|
-
com.reactlibrary.test:attr/layout_constraintEnd_toStartOf = 0x7f030123
|
|
491
|
-
com.reactlibrary.test:attr/minHeight = 0x7f03016d
|
|
492
|
-
com.reactlibrary.test:id/invisible = 0x7f0800d4
|
|
493
|
-
com.reactlibrary.test:id/message = 0x7f0800e6
|
|
494
|
-
com.reactlibrary.test:id/ignoreRequest = 0x7f0800c9
|
|
495
|
-
com.reactlibrary.test:id/inAppImage = 0x7f0800d0
|
|
496
|
-
com.reactlibrary.test:styleable/ActionMenuItemView = 0x7f0f0002
|
|
497
|
-
com.reactlibrary.test:id/inAppContainer = 0x7f0800ce
|
|
498
|
-
com.reactlibrary.test:attr/backgroundStacked = 0x7f030041
|
|
499
|
-
com.reactlibrary.test:layout/abc_expanded_menu_layout = 0x7f0b000d
|
|
500
|
-
com.reactlibrary.test:id/tag_on_apply_window_listener = 0x7f080148
|
|
501
|
-
com.reactlibrary.test:id/inAppCloseDialog = 0x7f0800cd
|
|
502
|
-
com.reactlibrary.test:id/on = 0x7f0800f6
|
|
503
|
-
com.reactlibrary.test:id/tabMode = 0x7f080143
|
|
504
|
-
com.reactlibrary.test:string/abc_action_menu_overflow_description = 0x7f0d0002
|
|
505
|
-
com.reactlibrary.test:attr/path_percent = 0x7f03019f
|
|
506
|
-
com.reactlibrary.test:id/immediateStop = 0x7f0800cb
|
|
507
|
-
com.reactlibrary.test:id/ignore = 0x7f0800c8
|
|
508
|
-
com.reactlibrary.test:drawable/btn_checkbox_checked_mtrl = 0x7f07004f
|
|
509
|
-
com.reactlibrary.test:id/icon_group = 0x7f0800c5
|
|
510
|
-
com.reactlibrary.test:attr/layout_goneMarginRight = 0x7f03014a
|
|
511
|
-
com.reactlibrary.test:id/action_bar_title = 0x7f080036
|
|
512
|
-
com.reactlibrary.test:id/honorRequest = 0x7f0800c2
|
|
513
|
-
com.reactlibrary.test:anim/abc_slide_in_bottom = 0x7f010006
|
|
514
|
-
com.reactlibrary.test:id/home = 0x7f0800c0
|
|
515
|
-
com.reactlibrary.test:id/hide_ime_id = 0x7f0800bf
|
|
516
|
-
com.reactlibrary.test:id/groups = 0x7f0800be
|
|
517
|
-
com.reactlibrary.test:style/Theme.AppCompat.Light.DarkActionBar = 0x7f0e0113
|
|
518
|
-
com.reactlibrary.test:id/linear = 0x7f0800df
|
|
519
|
-
com.reactlibrary.test:attr/attributeName = 0x7f030035
|
|
520
|
-
com.reactlibrary.test:id/grouping = 0x7f0800bd
|
|
521
|
-
com.reactlibrary.test:id/group_divider = 0x7f0800bc
|
|
522
|
-
com.reactlibrary.test:id/frost = 0x7f0800b7
|
|
523
|
-
com.reactlibrary.test:style/Base.V26.Theme.AppCompat.Light = 0x7f0e005c
|
|
524
|
-
com.reactlibrary.test:id/fps_text = 0x7f0800b5
|
|
525
|
-
com.reactlibrary.test:integer/google_play_services_version = 0x7f090004
|
|
526
|
-
com.reactlibrary.test:id/focusCrop = 0x7f0800b3
|
|
527
|
-
com.reactlibrary.test:color/common_google_signin_btn_text_light_default = 0x7f050033
|
|
528
|
-
com.reactlibrary.test:string/abc_action_mode_done = 0x7f0d0003
|
|
529
|
-
com.reactlibrary.test:id/root_layout = 0x7f080112
|
|
530
|
-
com.reactlibrary.test:id/flip = 0x7f0800b2
|
|
531
|
-
com.reactlibrary.test:style/Base.ThemeOverlay.AppCompat = 0x7f0e004b
|
|
532
|
-
com.reactlibrary.test:id/fitXY = 0x7f0800b1
|
|
533
|
-
com.reactlibrary.test:id/fitCenter = 0x7f0800ae
|
|
534
|
-
com.reactlibrary.test:id/fill_horizontal = 0x7f0800ac
|
|
535
|
-
com.reactlibrary.test:id/vertical_only = 0x7f080163
|
|
536
|
-
com.reactlibrary.test:id/expanded_menu = 0x7f0800aa
|
|
537
|
-
com.reactlibrary.test:id/end = 0x7f0800a7
|
|
538
|
-
com.reactlibrary.test:id/edit_text_id = 0x7f0800a6
|
|
539
|
-
com.reactlibrary.test:id/edit_query = 0x7f0800a5
|
|
540
|
-
com.reactlibrary.test:id/easeOut = 0x7f0800a3
|
|
541
|
-
com.reactlibrary.test:id/showTitle = 0x7f080129
|
|
542
|
-
com.reactlibrary.test:id/fitStart = 0x7f0800b0
|
|
543
|
-
com.reactlibrary.test:anim/slide_center_to_left = 0x7f01001c
|
|
544
|
-
com.reactlibrary.test:id/easeInOut = 0x7f0800a2
|
|
545
|
-
com.reactlibrary.test:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f0e00b5
|
|
546
|
-
com.reactlibrary.test:id/asConfigured = 0x7f080052
|
|
547
|
-
com.reactlibrary.test:id/dragStart = 0x7f08009f
|
|
548
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Light = 0x7f0e0044
|
|
549
|
-
com.reactlibrary.test:string/common_google_play_services_notification_channel_name = 0x7f0d0040
|
|
550
|
-
com.reactlibrary.test:id/dragClockwise = 0x7f08009a
|
|
551
|
-
com.reactlibrary.test:id/disablePostScroll = 0x7f080097
|
|
552
|
-
com.reactlibrary.test:id/direct = 0x7f080094
|
|
553
|
-
com.reactlibrary.test:attr/homeAsUpIndicator = 0x7f0300f7
|
|
554
|
-
com.reactlibrary.test:string/catalyst_remotedbg_error = 0x7f0d0033
|
|
555
|
-
com.reactlibrary.test:attr/flow_lastVerticalStyle = 0x7f0300dd
|
|
556
|
-
com.reactlibrary.test:integer/config_tooltipAnimTime = 0x7f090003
|
|
557
|
-
com.reactlibrary.test:attr/springBoundary = 0x7f0301ec
|
|
558
|
-
com.reactlibrary.test:dimen/abc_text_size_medium_material = 0x7f060049
|
|
559
|
-
com.reactlibrary.test:drawable/abc_cab_background_internal_bg = 0x7f07000f
|
|
560
|
-
com.reactlibrary.test:id/dialog_button = 0x7f080092
|
|
561
|
-
com.reactlibrary.test:id/deltaRelative = 0x7f080090
|
|
562
|
-
com.reactlibrary.test:color/foreground_material_dark = 0x7f05003e
|
|
563
|
-
com.reactlibrary.test:layout/video_streaming_dialog_layout = 0x7f0b003c
|
|
564
|
-
com.reactlibrary.test:attr/transitionEasing = 0x7f030240
|
|
565
|
-
com.reactlibrary.test:id/default_activity_button = 0x7f08008f
|
|
566
|
-
com.reactlibrary.test:id/tag_on_receive_content_mime_types = 0x7f08014a
|
|
567
|
-
com.reactlibrary.test:id/decor_content_parent = 0x7f08008e
|
|
568
|
-
com.reactlibrary.test:id/bestChoice = 0x7f080063
|
|
569
|
-
com.reactlibrary.test:id/spline = 0x7f08012f
|
|
570
|
-
com.reactlibrary.test:id/customPanel = 0x7f08008a
|
|
571
|
-
com.reactlibrary.test:drawable/abc_dialog_material_background = 0x7f070013
|
|
572
|
-
com.reactlibrary.test:id/continuousVelocity = 0x7f080086
|
|
573
|
-
com.reactlibrary.test:id/stop = 0x7f08013f
|
|
574
|
-
com.reactlibrary.test:id/content = 0x7f080084
|
|
575
|
-
com.reactlibrary.test:styleable/SignInButton = 0x7f0f0048
|
|
576
|
-
com.reactlibrary.test:id/closest = 0x7f080081
|
|
577
|
-
com.reactlibrary.test:id/clip_vertical = 0x7f08007f
|
|
578
|
-
com.reactlibrary.test:id/chronometer = 0x7f08007d
|
|
579
|
-
com.reactlibrary.test:id/checked = 0x7f08007c
|
|
580
|
-
com.reactlibrary.test:attr/logoDescription = 0x7f030164
|
|
581
|
-
com.reactlibrary.test:attr/motionTarget = 0x7f030182
|
|
582
|
-
com.reactlibrary.test:id/checkbox = 0x7f08007b
|
|
583
|
-
com.reactlibrary.test:id/chain2 = 0x7f080079
|
|
584
|
-
com.reactlibrary.test:attr/indeterminateProgressStyle = 0x7f030106
|
|
585
|
-
com.reactlibrary.test:drawable/abc_ic_voice_search_api_material = 0x7f070021
|
|
586
|
-
com.reactlibrary.test:layout/fps_view = 0x7f0b0023
|
|
587
|
-
com.reactlibrary.test:attr/colorPrimary = 0x7f030080
|
|
588
|
-
com.reactlibrary.test:id/chain = 0x7f080078
|
|
589
|
-
com.reactlibrary.test:id/staticPostLayout = 0x7f08013d
|
|
590
|
-
com.reactlibrary.test:id/center_vertical = 0x7f080077
|
|
591
|
-
com.reactlibrary.test:layout/dialog_full_screen_2 = 0x7f0b0020
|
|
592
|
-
com.reactlibrary.test:id/centerCrop = 0x7f080074
|
|
593
|
-
com.reactlibrary.test:color/switch_thumb_normal_material_light = 0x7f050065
|
|
594
|
-
com.reactlibrary.test:attr/buttonBarNeutralButtonStyle = 0x7f03004f
|
|
595
|
-
com.reactlibrary.test:drawable/abc_list_focused_holo = 0x7f070026
|
|
596
|
-
com.reactlibrary.test:id/center = 0x7f080073
|
|
597
|
-
com.reactlibrary.test:id/carryVelocity = 0x7f080071
|
|
598
|
-
com.reactlibrary.test:style/TextAppearance.Compat.Notification.Media = 0x7f0e00fb
|
|
599
|
-
com.reactlibrary.test:id/cache_measures = 0x7f08006e
|
|
600
|
-
com.reactlibrary.test:id/select_dialog_listview = 0x7f080123
|
|
601
|
-
com.reactlibrary.test:attr/viewTransitionOnPositiveCross = 0x7f03024d
|
|
602
|
-
com.reactlibrary.test:id/btn2 = 0x7f08006b
|
|
603
|
-
com.reactlibrary.test:styleable/MockView = 0x7f0f0038
|
|
604
|
-
com.reactlibrary.test:style/Widget.AppCompat.ActionBar.TabView = 0x7f0e012c
|
|
605
|
-
com.reactlibrary.test:id/btn1 = 0x7f08006a
|
|
606
|
-
com.reactlibrary.test:drawable/round_rectangle = 0x7f070087
|
|
607
|
-
com.reactlibrary.test:id/search_button = 0x7f08011b
|
|
608
|
-
com.reactlibrary.test:styleable/ListPopupWindow = 0x7f0f0033
|
|
609
|
-
com.reactlibrary.test:id/bounceStart = 0x7f080069
|
|
610
|
-
com.reactlibrary.test:id/bounceEnd = 0x7f080068
|
|
611
|
-
com.reactlibrary.test:id/bounce = 0x7f080066
|
|
612
|
-
com.reactlibrary.test:id/cos = 0x7f080087
|
|
613
|
-
com.reactlibrary.test:attr/borderRoundPercent = 0x7f03004a
|
|
614
|
-
com.reactlibrary.test:id/bottom = 0x7f080065
|
|
615
|
-
com.reactlibrary.test:attr/autoSizeMinTextSize = 0x7f030039
|
|
616
|
-
com.reactlibrary.test:id/baseline = 0x7f080060
|
|
617
|
-
com.reactlibrary.test:anim/slide_right = 0x7f010020
|
|
618
|
-
com.reactlibrary.test:id/barrier1 = 0x7f08005f
|
|
619
|
-
com.reactlibrary.test:attr/constraint_referenced_tags = 0x7f03008a
|
|
620
|
-
com.reactlibrary.test:id/barrier = 0x7f08005e
|
|
621
|
-
com.reactlibrary.test:style/Widget.AppCompat.RatingBar.Small = 0x7f0e0164
|
|
622
|
-
com.reactlibrary.test:attr/backgroundSplit = 0x7f030040
|
|
623
|
-
com.reactlibrary.test:id/banner_appoxee_default_landing_page_webview = 0x7f08005d
|
|
624
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f0e009f
|
|
625
|
-
com.reactlibrary.test:id/bannerInAppCloseDialog = 0x7f08005a
|
|
626
|
-
com.reactlibrary.test:id/bannerImage = 0x7f080059
|
|
627
|
-
com.reactlibrary.test:id/callMeasure = 0x7f08006f
|
|
628
|
-
com.reactlibrary.test:id/antiClockwise = 0x7f08004d
|
|
629
|
-
com.reactlibrary.test:id/bannerContent = 0x7f080058
|
|
630
|
-
com.reactlibrary.test:attr/transitionDisable = 0x7f03023f
|
|
631
|
-
com.reactlibrary.test:id/collapseActionView = 0x7f080082
|
|
632
|
-
com.reactlibrary.test:id/autoCompleteToEnd = 0x7f080056
|
|
633
|
-
com.reactlibrary.test:id/async = 0x7f080053
|
|
634
|
-
com.reactlibrary.test:attr/listPreferredItemPaddingStart = 0x7f030162
|
|
635
|
-
com.reactlibrary.test:layout/notification_action_tombstone = 0x7f0b0027
|
|
636
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Body2 = 0x7f0e000f
|
|
637
|
-
com.reactlibrary.test:id/view_transition = 0x7f080166
|
|
638
|
-
com.reactlibrary.test:color/blackColor = 0x7f050021
|
|
639
|
-
com.reactlibrary.test:id/appoxee_default_landing_page_close_icon = 0x7f080050
|
|
640
|
-
com.reactlibrary.test:dimen/notification_large_icon_width = 0x7f060070
|
|
641
|
-
com.reactlibrary.test:id/appoxee_default_inbox_message_progress_bar = 0x7f08004f
|
|
642
|
-
com.reactlibrary.test:color/abc_tint_btn_checkable = 0x7f050013
|
|
643
|
-
com.reactlibrary.test:layout/abc_dialog_title_material = 0x7f0b000c
|
|
644
|
-
com.reactlibrary.test:style/TransparentActivity = 0x7f0e0127
|
|
645
|
-
com.reactlibrary.test:interpolator/fast_out_slow_in = 0x7f0a0006
|
|
646
|
-
com.reactlibrary.test:id/always = 0x7f08004a
|
|
647
|
-
com.reactlibrary.test:id/allStates = 0x7f080049
|
|
648
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Display2 = 0x7f0e00cc
|
|
649
|
-
com.reactlibrary.test:attr/flow_verticalAlign = 0x7f0300e0
|
|
650
|
-
com.reactlibrary.test:id/all = 0x7f080048
|
|
651
|
-
com.reactlibrary.test:id/aligned = 0x7f080047
|
|
652
|
-
com.reactlibrary.test:id/add = 0x7f080043
|
|
653
|
-
com.reactlibrary.test:string/catalyst_perf_monitor_off = 0x7f0d0031
|
|
654
|
-
com.reactlibrary.test:id/activity_chooser_view_content = 0x7f080042
|
|
655
|
-
com.reactlibrary.test:id/toggle = 0x7f080159
|
|
656
|
-
com.reactlibrary.test:id/actions = 0x7f080041
|
|
657
|
-
com.reactlibrary.test:id/useLogo = 0x7f080162
|
|
658
|
-
com.reactlibrary.test:id/fill = 0x7f0800ab
|
|
659
|
-
com.reactlibrary.test:id/action_text = 0x7f080040
|
|
660
|
-
com.reactlibrary.test:id/action_bar_spinner = 0x7f080034
|
|
661
|
-
com.reactlibrary.test:id/search_src_text = 0x7f080121
|
|
662
|
-
com.reactlibrary.test:drawable/abc_list_selector_holo_dark = 0x7f07002e
|
|
663
|
-
com.reactlibrary.test:id/action_mode_bar_stub = 0x7f08003e
|
|
664
|
-
com.reactlibrary.test:id/submenuarrow = 0x7f080140
|
|
665
|
-
com.reactlibrary.test:id/dark = 0x7f08008b
|
|
666
|
-
com.reactlibrary.test:id/action_mode_bar = 0x7f08003d
|
|
667
|
-
com.reactlibrary.test:styleable/Carousel = 0x7f0f0012
|
|
668
|
-
com.reactlibrary.test:attr/onNegativeCross = 0x7f03018f
|
|
669
|
-
com.reactlibrary.test:id/action_menu_presenter = 0x7f08003c
|
|
670
|
-
com.reactlibrary.test:style/Theme = 0x7f0e0103
|
|
671
|
-
com.reactlibrary.test:string/abc_menu_meta_shortcut_label = 0x7f0d000d
|
|
672
|
-
com.reactlibrary.test:color/background_material_light = 0x7f050020
|
|
673
|
-
com.reactlibrary.test:id/action_menu_divider = 0x7f08003b
|
|
674
|
-
com.reactlibrary.test:id/autoCompleteToStart = 0x7f080057
|
|
675
|
-
com.reactlibrary.test:attr/actionBarItemBackground = 0x7f030003
|
|
676
|
-
com.reactlibrary.test:id/action_divider = 0x7f080039
|
|
677
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f0e0043
|
|
678
|
-
com.reactlibrary.test:id/action_context_bar = 0x7f080038
|
|
679
|
-
com.reactlibrary.test:id/action_container = 0x7f080037
|
|
680
|
-
com.reactlibrary.test:id/action_bar_subtitle = 0x7f080035
|
|
681
|
-
com.reactlibrary.test:id/action_bar_activity_content = 0x7f080031
|
|
682
|
-
com.reactlibrary.test:style/Base.AlertDialog.AppCompat.Light = 0x7f0e0007
|
|
683
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f0e009d
|
|
684
|
-
com.reactlibrary.test:id/decelerate = 0x7f08008c
|
|
685
|
-
com.reactlibrary.test:anim/abc_slide_out_top = 0x7f010009
|
|
686
|
-
com.reactlibrary.test:id/actionDown = 0x7f08002d
|
|
687
|
-
com.reactlibrary.test:id/accessibility_custom_action_9 = 0x7f08002b
|
|
688
|
-
com.reactlibrary.test:id/accessibility_custom_action_6 = 0x7f080028
|
|
689
|
-
com.reactlibrary.test:attr/buttonBarPositiveButtonStyle = 0x7f030050
|
|
690
|
-
com.reactlibrary.test:id/accessibility_custom_action_31 = 0x7f080025
|
|
691
|
-
com.reactlibrary.test:id/accessibility_custom_action_30 = 0x7f080024
|
|
692
|
-
com.reactlibrary.test:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0a0000
|
|
693
|
-
com.reactlibrary.test:style/Animation.AppCompat.Tooltip = 0x7f0e0004
|
|
694
|
-
com.reactlibrary.test:attr/motionEffect_alpha = 0x7f030176
|
|
695
|
-
com.reactlibrary.test:id/accessibility_custom_action_29 = 0x7f080022
|
|
696
|
-
com.reactlibrary.test:attr/textLocale = 0x7f030216
|
|
697
|
-
com.reactlibrary.test:style/Animation.AppCompat.Dialog = 0x7f0e0002
|
|
698
|
-
com.reactlibrary.test:id/accessibility_custom_action_28 = 0x7f080021
|
|
699
|
-
com.reactlibrary.test:string/abc_prepend_shortcut_label = 0x7f0d0011
|
|
700
|
-
com.reactlibrary.test:id/accessibility_custom_action_27 = 0x7f080020
|
|
701
|
-
com.reactlibrary.test:id/dragLeft = 0x7f08009d
|
|
702
|
-
com.reactlibrary.test:id/accessibility_custom_action_24 = 0x7f08001d
|
|
703
|
-
com.reactlibrary.test:id/accessibility_custom_action_23 = 0x7f08001c
|
|
704
|
-
com.reactlibrary.test:id/textSpacerNoTitle = 0x7f080154
|
|
705
|
-
com.reactlibrary.test:id/accessibility_custom_action_2 = 0x7f080018
|
|
706
|
-
com.reactlibrary.test:id/accessibility_custom_action_18 = 0x7f080016
|
|
707
|
-
com.reactlibrary.test:style/Base.V7.Theme.AppCompat.Light = 0x7f0e0062
|
|
708
|
-
com.reactlibrary.test:id/accessibility_custom_action_16 = 0x7f080014
|
|
709
|
-
com.reactlibrary.test:id/accessibility_custom_action_15 = 0x7f080013
|
|
710
|
-
com.reactlibrary.test:id/accessibility_custom_action_12 = 0x7f080010
|
|
711
|
-
com.reactlibrary.test:layout/dialog_banner_type_inapp = 0x7f0b001f
|
|
712
|
-
com.reactlibrary.test:id/forever = 0x7f0800b4
|
|
713
|
-
com.reactlibrary.test:id/accessibility_custom_action_10 = 0x7f08000e
|
|
714
|
-
com.reactlibrary.test:id/accessibility_custom_action_0 = 0x7f08000c
|
|
715
|
-
com.reactlibrary.test:layout/redbox_view = 0x7f0b0037
|
|
716
|
-
com.reactlibrary.test:id/accessibility_action_clickable_span = 0x7f08000b
|
|
717
|
-
com.reactlibrary.test:id/SYM = 0x7f080009
|
|
718
|
-
com.reactlibrary.test:id/SHOW_PROGRESS = 0x7f080008
|
|
719
|
-
com.reactlibrary.test:attr/thumbTint = 0x7f030222
|
|
720
|
-
com.reactlibrary.test:id/accessibility_custom_action_21 = 0x7f08001a
|
|
721
|
-
com.reactlibrary.test:style/Widget.AppCompat.ActionMode = 0x7f0e0130
|
|
722
|
-
com.reactlibrary.test:id/SHOW_PATH = 0x7f080007
|
|
723
|
-
com.reactlibrary.test:attr/maxButtonHeight = 0x7f030166
|
|
724
|
-
com.reactlibrary.test:id/CTRL = 0x7f080001
|
|
725
|
-
com.reactlibrary.test:attr/layout_constraintVertical_bias = 0x7f03013b
|
|
726
|
-
com.reactlibrary.test:id/ALT = 0x7f080000
|
|
727
|
-
com.reactlibrary.test:drawable/tooltip_frame_light = 0x7f07008a
|
|
728
|
-
com.reactlibrary.test:id/transitionToEnd = 0x7f08015c
|
|
729
|
-
com.reactlibrary.test:id/inAppTitle = 0x7f0800d1
|
|
730
|
-
com.reactlibrary.test:dimen/abc_dialog_fixed_width_minor = 0x7f06001f
|
|
731
|
-
com.reactlibrary.test:drawable/tooltip_frame_dark = 0x7f070089
|
|
732
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f0e0088
|
|
733
|
-
com.reactlibrary.test:drawable/abc_control_background_material = 0x7f070012
|
|
734
|
-
com.reactlibrary.test:id/jumpToStart = 0x7f0800d8
|
|
735
|
-
com.reactlibrary.test:drawable/test_level_drawable = 0x7f070088
|
|
736
|
-
com.reactlibrary.test:style/Platform.V21.AppCompat.Light = 0x7f0e00b1
|
|
737
|
-
com.reactlibrary.test:drawable/round_rect_button = 0x7f070086
|
|
738
|
-
com.reactlibrary.test:string/catalyst_live_reload_off = 0x7f0d002f
|
|
739
|
-
com.reactlibrary.test:drawable/notify_panel_notification_icon_bg = 0x7f070085
|
|
740
|
-
com.reactlibrary.test:attr/barrierDirection = 0x7f030046
|
|
741
|
-
com.reactlibrary.test:id/rn_frame_method = 0x7f08010e
|
|
742
|
-
com.reactlibrary.test:drawable/notification_template_icon_low_bg = 0x7f070083
|
|
743
|
-
com.reactlibrary.test:drawable/notification_template_icon_bg = 0x7f070082
|
|
744
|
-
com.reactlibrary.test:drawable/notification_icon_background = 0x7f070080
|
|
745
|
-
com.reactlibrary.test:styleable/StateListDrawableItem = 0x7f0f004c
|
|
746
|
-
com.reactlibrary.test:drawable/notification_bg_low = 0x7f07007b
|
|
747
|
-
com.reactlibrary.test:anim/abc_fade_in = 0x7f010000
|
|
748
|
-
com.reactlibrary.test:color/abc_search_url_text = 0x7f05000d
|
|
749
|
-
com.reactlibrary.test:drawable/ic_pause_white_24dp = 0x7f070075
|
|
750
|
-
com.reactlibrary.test:drawable/ic_fast_rewind_white_24dp = 0x7f070074
|
|
751
|
-
com.reactlibrary.test:color/secondary_text_disabled_material_dark = 0x7f05005e
|
|
752
|
-
com.reactlibrary.test:attr/flow_horizontalBias = 0x7f0300d7
|
|
753
|
-
com.reactlibrary.test:drawable/ic_close_white_24dp = 0x7f070072
|
|
754
|
-
com.reactlibrary.test:layout/abc_screen_content_include = 0x7f0b0014
|
|
755
|
-
com.reactlibrary.test:drawable/ic_call_decline = 0x7f070070
|
|
756
|
-
com.reactlibrary.test:attr/contrast = 0x7f030094
|
|
757
|
-
com.reactlibrary.test:drawable/ic_call_answer_video_low = 0x7f07006f
|
|
758
|
-
com.reactlibrary.test:string/common_google_play_services_update_title = 0x7f0d0046
|
|
759
|
-
com.reactlibrary.test:drawable/ic_call_answer_video = 0x7f07006e
|
|
760
|
-
com.reactlibrary.test:id/dragRight = 0x7f08009e
|
|
761
|
-
com.reactlibrary.test:attr/listItemLayout = 0x7f030158
|
|
762
|
-
com.reactlibrary.test:drawable/ic_call_answer = 0x7f07006c
|
|
763
|
-
com.reactlibrary.test:drawable/googleg_standard_color_18 = 0x7f07006b
|
|
764
|
-
com.reactlibrary.test:drawable/googleg_disabled_color_18 = 0x7f07006a
|
|
765
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_text_light_focused = 0x7f070067
|
|
766
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f0e007d
|
|
767
|
-
com.reactlibrary.test:attr/textBackgroundZoom = 0x7f030212
|
|
768
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_text_light = 0x7f070066
|
|
769
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_text_dark_normal = 0x7f070063
|
|
770
|
-
com.reactlibrary.test:attr/layout_constraintTop_toTopOf = 0x7f03013a
|
|
771
|
-
com.reactlibrary.test:string/fcm_fallback_notification_channel_label = 0x7f0d004c
|
|
772
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_text_dark = 0x7f070061
|
|
773
|
-
com.reactlibrary.test:drawable/abc_textfield_search_material = 0x7f07004d
|
|
774
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_icon_light_normal_background = 0x7f070060
|
|
775
|
-
com.reactlibrary.test:attr/showText = 0x7f0301e3
|
|
776
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_icon_dark_focused = 0x7f070059
|
|
777
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_icon_dark = 0x7f070058
|
|
778
|
-
com.reactlibrary.test:string/abc_menu_ctrl_shortcut_label = 0x7f0d0009
|
|
779
|
-
com.reactlibrary.test:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f070056
|
|
780
|
-
com.reactlibrary.test:attr/drawableTintMode = 0x7f0300bd
|
|
781
|
-
com.reactlibrary.test:drawable/btn_radio_on_mtrl = 0x7f070055
|
|
782
|
-
com.reactlibrary.test:string/app_name = 0x7f0d001c
|
|
783
|
-
com.reactlibrary.test:string/abc_searchview_description_voice = 0x7f0d0017
|
|
784
|
-
com.reactlibrary.test:attr/failureImageScaleType = 0x7f0300cb
|
|
785
|
-
com.reactlibrary.test:attr/progressBarStyle = 0x7f0301b3
|
|
786
|
-
com.reactlibrary.test:id/animateToStart = 0x7f08004c
|
|
787
|
-
com.reactlibrary.test:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f070054
|
|
788
|
-
com.reactlibrary.test:drawable/btn_radio_off_mtrl = 0x7f070053
|
|
789
|
-
com.reactlibrary.test:attr/actionModeCopyDrawable = 0x7f030016
|
|
790
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Menu = 0x7f0e001e
|
|
791
|
-
com.reactlibrary.test:color/common_google_signin_btn_text_dark_focused = 0x7f050030
|
|
792
|
-
com.reactlibrary.test:drawable/btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f070050
|
|
793
|
-
com.reactlibrary.test:attr/applyMotionScene = 0x7f030031
|
|
794
|
-
com.reactlibrary.test:id/wrapperLayout = 0x7f080171
|
|
795
|
-
com.reactlibrary.test:drawable/notification_tile_bg = 0x7f070084
|
|
796
|
-
com.reactlibrary.test:drawable/abc_vector_test = 0x7f07004e
|
|
797
|
-
com.reactlibrary.test:attr/fontWeight = 0x7f0300f0
|
|
798
|
-
com.reactlibrary.test:drawable/abc_textfield_search_activated_mtrl_alpha = 0x7f07004b
|
|
799
|
-
com.reactlibrary.test:anim/btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d
|
|
800
|
-
com.reactlibrary.test:id/buttonPanel = 0x7f08006d
|
|
801
|
-
com.reactlibrary.test:drawable/abc_textfield_default_mtrl_alpha = 0x7f07004a
|
|
802
|
-
com.reactlibrary.test:style/Widget.AppCompat.SeekBar.Discrete = 0x7f0e0168
|
|
803
|
-
com.reactlibrary.test:drawable/abc_textfield_activated_mtrl_alpha = 0x7f070049
|
|
804
|
-
com.reactlibrary.test:styleable/Motion = 0x7f0f0039
|
|
805
|
-
com.reactlibrary.test:drawable/abc_text_select_handle_right_mtrl = 0x7f070048
|
|
806
|
-
com.reactlibrary.test:drawable/abc_tab_indicator_mtrl_alpha = 0x7f070044
|
|
807
|
-
com.reactlibrary.test:drawable/abc_switch_thumb_material = 0x7f070041
|
|
808
|
-
com.reactlibrary.test:drawable/abc_star_half_black_48dp = 0x7f070040
|
|
809
|
-
com.reactlibrary.test:drawable/abc_star_black_48dp = 0x7f07003f
|
|
810
|
-
com.reactlibrary.test:styleable/AnimatedStateListDrawableTransition = 0x7f0f0009
|
|
811
|
-
com.reactlibrary.test:drawable/abc_seekbar_track_material = 0x7f07003c
|
|
812
|
-
com.reactlibrary.test:drawable/abc_seekbar_thumb_material = 0x7f07003a
|
|
813
|
-
com.reactlibrary.test:id/uniform = 0x7f080160
|
|
814
|
-
com.reactlibrary.test:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f060020
|
|
815
|
-
com.reactlibrary.test:drawable/abc_scrubber_track_mtrl_alpha = 0x7f070039
|
|
816
|
-
com.reactlibrary.test:drawable/abc_scrubber_control_to_pressed_mtrl_000 = 0x7f070036
|
|
817
|
-
com.reactlibrary.test:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f070035
|
|
818
|
-
com.reactlibrary.test:attr/spinBars = 0x7f0301e8
|
|
819
|
-
com.reactlibrary.test:drawable/abc_ratingbar_small_material = 0x7f070034
|
|
820
|
-
com.reactlibrary.test:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f07004c
|
|
821
|
-
com.reactlibrary.test:drawable/abc_ratingbar_material = 0x7f070033
|
|
822
|
-
com.reactlibrary.test:attr/carousel_emptyViewsBehavior = 0x7f03005c
|
|
823
|
-
com.reactlibrary.test:id/videoViewWrapper = 0x7f080165
|
|
824
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_text_light_normal = 0x7f070068
|
|
825
|
-
com.reactlibrary.test:drawable/abc_popup_background_mtrl_mult = 0x7f070031
|
|
826
|
-
com.reactlibrary.test:string/abc_shareactionprovider_share_with_application = 0x7f0d0019
|
|
827
|
-
com.reactlibrary.test:id/appoxee_default_landing_page_webview = 0x7f080051
|
|
828
|
-
com.reactlibrary.test:drawable/abc_list_selector_disabled_holo_light = 0x7f07002d
|
|
829
|
-
com.reactlibrary.test:attr/sizePercent = 0x7f0301e6
|
|
830
|
-
com.reactlibrary.test:id/accessibility_custom_action_7 = 0x7f080029
|
|
831
|
-
com.reactlibrary.test:id/centerInside = 0x7f080075
|
|
832
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Light.Dialog = 0x7f0e0046
|
|
833
|
-
com.reactlibrary.test:drawable/abc_list_selector_disabled_holo_dark = 0x7f07002c
|
|
834
|
-
com.reactlibrary.test:drawable/abc_list_selector_background_transition_holo_light = 0x7f07002b
|
|
835
|
-
com.reactlibrary.test:drawable/abc_list_pressed_holo_light = 0x7f070029
|
|
836
|
-
com.reactlibrary.test:drawable/abc_item_background_holo_light = 0x7f070023
|
|
837
|
-
com.reactlibrary.test:id/fragment_container_view_tag = 0x7f0800b6
|
|
838
|
-
com.reactlibrary.test:drawable/abc_item_background_holo_dark = 0x7f070022
|
|
839
|
-
com.reactlibrary.test:id/pathRelative = 0x7f0800fe
|
|
840
|
-
com.reactlibrary.test:drawable/abc_seekbar_tick_mark_material = 0x7f07003b
|
|
841
|
-
com.reactlibrary.test:anim/abc_slide_out_bottom = 0x7f010008
|
|
842
|
-
com.reactlibrary.test:drawable/abc_ic_search_api_material = 0x7f070020
|
|
843
|
-
com.reactlibrary.test:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f070038
|
|
844
|
-
com.reactlibrary.test:id/tag_screen_reader_focusable = 0x7f08014b
|
|
845
|
-
com.reactlibrary.test:attr/textOutlineColor = 0x7f030217
|
|
846
|
-
com.reactlibrary.test:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f07001e
|
|
847
|
-
com.reactlibrary.test:drawable/abc_ic_menu_paste_mtrl_am_alpha = 0x7f07001d
|
|
848
|
-
com.reactlibrary.test:drawable/abc_ic_menu_cut_mtrl_alpha = 0x7f07001b
|
|
849
|
-
com.reactlibrary.test:attr/checkboxStyle = 0x7f030069
|
|
850
|
-
com.reactlibrary.test:drawable/abc_ic_go_search_api_material = 0x7f070019
|
|
851
|
-
com.reactlibrary.test:attr/itemPadding = 0x7f030109
|
|
852
|
-
com.reactlibrary.test:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f070018
|
|
853
|
-
com.reactlibrary.test:drawable/abc_ic_clear_material = 0x7f070017
|
|
854
|
-
com.reactlibrary.test:string/common_google_play_services_wear_update_text = 0x7f0d0048
|
|
855
|
-
com.reactlibrary.test:id/south = 0x7f08012c
|
|
856
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f0e0085
|
|
857
|
-
com.reactlibrary.test:id/east = 0x7f0800a4
|
|
858
|
-
com.reactlibrary.test:style/Platform.AppCompat = 0x7f0e00ab
|
|
859
|
-
com.reactlibrary.test:id/bounceBoth = 0x7f080067
|
|
860
|
-
com.reactlibrary.test:attr/expandActivityOverflowButtonDrawable = 0x7f0300c8
|
|
861
|
-
com.reactlibrary.test:drawable/ic_fast_forward_white_24dp = 0x7f070073
|
|
862
|
-
com.reactlibrary.test:drawable/abc_ic_arrow_drop_right_black_24dp = 0x7f070016
|
|
863
|
-
com.reactlibrary.test:id/special_effects_controller_view_tag = 0x7f08012e
|
|
864
|
-
com.reactlibrary.test:string/catalyst_jsload_message = 0x7f0d002c
|
|
865
|
-
com.reactlibrary.test:id/inAppContent = 0x7f0800cf
|
|
866
|
-
com.reactlibrary.test:drawable/abc_cab_background_top_material = 0x7f070010
|
|
867
|
-
com.reactlibrary.test:id/report_drawn = 0x7f080108
|
|
868
|
-
com.reactlibrary.test:style/TextAppearance.Compat.Notification = 0x7f0e00f6
|
|
869
|
-
com.reactlibrary.test:drawable/abc_ic_menu_overflow_material = 0x7f07001c
|
|
870
|
-
com.reactlibrary.test:drawable/abc_btn_switch_to_on_mtrl_00012 = 0x7f07000e
|
|
871
|
-
com.reactlibrary.test:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f07000d
|
|
872
|
-
com.reactlibrary.test:attr/carousel_touchUpMode = 0x7f030062
|
|
873
|
-
com.reactlibrary.test:drawable/abc_btn_check_to_on_mtrl_015 = 0x7f070006
|
|
874
|
-
com.reactlibrary.test:id/accessibility_custom_action_8 = 0x7f08002a
|
|
875
|
-
com.reactlibrary.test:string/abc_menu_alt_shortcut_label = 0x7f0d0008
|
|
876
|
-
com.reactlibrary.test:id/accessibility_custom_action_13 = 0x7f080011
|
|
877
|
-
com.reactlibrary.test:string/catalyst_perf_monitor = 0x7f0d0030
|
|
878
|
-
com.reactlibrary.test:color/highlighted_text_material_dark = 0x7f050041
|
|
879
|
-
com.reactlibrary.test:drawable/abc_btn_radio_to_on_mtrl_000 = 0x7f07000b
|
|
880
|
-
com.reactlibrary.test:drawable/abc_btn_radio_material_anim = 0x7f07000a
|
|
881
|
-
com.reactlibrary.test:id/actionUp = 0x7f08002f
|
|
882
|
-
com.reactlibrary.test:drawable/abc_btn_check_material = 0x7f070003
|
|
883
|
-
com.reactlibrary.test:drawable/abc_btn_borderless_material = 0x7f070002
|
|
884
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f0e0041
|
|
885
|
-
com.reactlibrary.test:id/multiply = 0x7f0800e9
|
|
886
|
-
com.reactlibrary.test:drawable/abc_action_bar_item_background_material = 0x7f070001
|
|
887
|
-
com.reactlibrary.test:dimen/tooltip_y_offset_touch = 0x7f060082
|
|
888
|
-
com.reactlibrary.test:dimen/item_touch_helper_swipe_escape_max_velocity = 0x7f060065
|
|
889
|
-
com.reactlibrary.test:attr/dividerVertical = 0x7f0300b1
|
|
890
|
-
com.reactlibrary.test:dimen/tooltip_y_offset_non_touch = 0x7f060081
|
|
891
|
-
com.reactlibrary.test:dimen/tooltip_margin = 0x7f06007d
|
|
892
|
-
com.reactlibrary.test:id/icon = 0x7f0800c4
|
|
893
|
-
com.reactlibrary.test:id/actionDownUp = 0x7f08002e
|
|
894
|
-
com.reactlibrary.test:dimen/abc_text_size_title_material = 0x7f06004f
|
|
895
|
-
com.reactlibrary.test:dimen/notification_top_pad = 0x7f060078
|
|
896
|
-
com.reactlibrary.test:drawable/abc_text_select_handle_middle_mtrl = 0x7f070047
|
|
897
|
-
com.reactlibrary.test:dimen/notification_subtext_size = 0x7f060077
|
|
898
|
-
com.reactlibrary.test:dimen/notification_small_icon_size_as_large = 0x7f060076
|
|
899
|
-
com.reactlibrary.test:attr/fastScrollHorizontalTrackDrawable = 0x7f0300ce
|
|
900
|
-
com.reactlibrary.test:dimen/notification_small_icon_background_padding = 0x7f060075
|
|
901
|
-
com.reactlibrary.test:id/wrap = 0x7f08016e
|
|
902
|
-
com.reactlibrary.test:drawable/ic_call_decline_low = 0x7f070071
|
|
903
|
-
com.reactlibrary.test:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f0e0067
|
|
904
|
-
com.reactlibrary.test:attr/roundedCornerRadius = 0x7f0301d2
|
|
905
|
-
com.reactlibrary.test:drawable/abc_cab_background_top_mtrl_alpha = 0x7f070011
|
|
906
|
-
com.reactlibrary.test:color/common_google_signin_btn_text_dark_disabled = 0x7f05002f
|
|
907
|
-
com.reactlibrary.test:dimen/notification_large_icon_height = 0x7f06006f
|
|
908
|
-
com.reactlibrary.test:id/SHOW_ALL = 0x7f080006
|
|
909
|
-
com.reactlibrary.test:dimen/notification_content_margin_start = 0x7f06006e
|
|
910
|
-
com.reactlibrary.test:layout/abc_action_menu_item_layout = 0x7f0b0002
|
|
911
|
-
com.reactlibrary.test:dimen/notification_action_text_size = 0x7f06006c
|
|
912
|
-
com.reactlibrary.test:dimen/margin_2 = 0x7f060068
|
|
913
|
-
com.reactlibrary.test:attr/failureImage = 0x7f0300ca
|
|
914
|
-
com.reactlibrary.test:dimen/abc_text_size_subhead_material = 0x7f06004d
|
|
915
|
-
com.reactlibrary.test:dimen/hint_alpha_material_light = 0x7f060061
|
|
916
|
-
com.reactlibrary.test:dimen/hint_alpha_material_dark = 0x7f060060
|
|
917
|
-
com.reactlibrary.test:id/spacer = 0x7f08012d
|
|
918
|
-
com.reactlibrary.test:dimen/highlight_alpha_material_light = 0x7f06005f
|
|
919
|
-
com.reactlibrary.test:layout/notification_template_big_media_narrow = 0x7f0b002c
|
|
920
|
-
com.reactlibrary.test:id/accelerate = 0x7f08000a
|
|
921
|
-
com.reactlibrary.test:attr/fontProviderAuthority = 0x7f0300e7
|
|
922
|
-
com.reactlibrary.test:dimen/highlight_alpha_material_dark = 0x7f06005e
|
|
923
|
-
com.reactlibrary.test:dimen/highlight_alpha_material_colored = 0x7f06005d
|
|
924
|
-
com.reactlibrary.test:dimen/fastscroll_margin = 0x7f06005b
|
|
925
|
-
com.reactlibrary.test:dimen/fastscroll_default_thickness = 0x7f06005a
|
|
926
|
-
com.reactlibrary.test:attr/autoSizeTextType = 0x7f03003c
|
|
927
|
-
com.reactlibrary.test:dimen/compat_notification_large_icon_max_width = 0x7f060057
|
|
928
|
-
com.reactlibrary.test:color/dim_foreground_material_light = 0x7f05003b
|
|
929
|
-
com.reactlibrary.test:dimen/compat_notification_large_icon_max_height = 0x7f060056
|
|
930
|
-
com.reactlibrary.test:drawable/abc_list_selector_holo_light = 0x7f07002f
|
|
931
|
-
com.reactlibrary.test:dimen/compat_control_corner_material = 0x7f060055
|
|
932
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f0e014e
|
|
933
|
-
com.reactlibrary.test:dimen/compat_button_padding_vertical_material = 0x7f060054
|
|
934
|
-
com.reactlibrary.test:string/common_google_play_services_updating_text = 0x7f0d0047
|
|
935
|
-
com.reactlibrary.test:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0a0002
|
|
936
|
-
com.reactlibrary.test:dimen/compat_button_padding_horizontal_material = 0x7f060053
|
|
937
|
-
com.reactlibrary.test:dimen/compat_button_inset_horizontal_material = 0x7f060051
|
|
938
|
-
com.reactlibrary.test:id/action_mode_close_button = 0x7f08003f
|
|
939
|
-
com.reactlibrary.test:dimen/abc_text_size_title_material_toolbar = 0x7f060050
|
|
940
|
-
com.reactlibrary.test:dimen/abc_text_size_subtitle_material_toolbar = 0x7f06004e
|
|
941
|
-
com.reactlibrary.test:attr/actionModeStyle = 0x7f03001e
|
|
942
|
-
com.reactlibrary.test:attr/circleRadius = 0x7f03006c
|
|
943
|
-
com.reactlibrary.test:dimen/abc_text_size_menu_material = 0x7f06004b
|
|
944
|
-
com.reactlibrary.test:style/Theme.AppCompat.Light.Dialog.Alert = 0x7f0e0115
|
|
945
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f0e00d6
|
|
946
|
-
com.reactlibrary.test:dimen/abc_text_size_large_material = 0x7f060048
|
|
947
|
-
com.reactlibrary.test:layout/abc_search_view = 0x7f0b0019
|
|
948
|
-
com.reactlibrary.test:id/disableScroll = 0x7f080098
|
|
949
|
-
com.reactlibrary.test:dimen/abc_text_size_headline_material = 0x7f060047
|
|
950
|
-
com.reactlibrary.test:dimen/abc_text_size_display_4_material = 0x7f060046
|
|
951
|
-
com.reactlibrary.test:color/grayColor = 0x7f050040
|
|
952
|
-
com.reactlibrary.test:id/time = 0x7f080155
|
|
953
|
-
com.reactlibrary.test:dimen/padding_16 = 0x7f06007a
|
|
954
|
-
com.reactlibrary.test:id/src_atop = 0x7f080135
|
|
955
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_icon_light = 0x7f07005d
|
|
956
|
-
com.reactlibrary.test:dimen/abc_text_size_body_1_material = 0x7f06003f
|
|
957
|
-
com.reactlibrary.test:id/chains = 0x7f08007a
|
|
958
|
-
com.reactlibrary.test:attr/actionModeFindDrawable = 0x7f030018
|
|
959
|
-
com.reactlibrary.test:dimen/abc_star_medium = 0x7f06003c
|
|
960
|
-
com.reactlibrary.test:string/common_google_play_services_update_text = 0x7f0d0045
|
|
961
|
-
com.reactlibrary.test:id/north = 0x7f0800f1
|
|
962
|
-
com.reactlibrary.test:dimen/abc_seekbar_track_progress_height_material = 0x7f060039
|
|
963
|
-
com.reactlibrary.test:dimen/abc_search_view_preferred_width = 0x7f060037
|
|
964
|
-
com.reactlibrary.test:dimen/abc_progress_bar_height_material = 0x7f060035
|
|
965
|
-
com.reactlibrary.test:attr/scopeUris = 0x7f0301d7
|
|
966
|
-
com.reactlibrary.test:id/search_badge = 0x7f080119
|
|
967
|
-
com.reactlibrary.test:style/Theme.AppCompat.CompactMenu = 0x7f0e0105
|
|
968
|
-
com.reactlibrary.test:id/META = 0x7f080003
|
|
969
|
-
com.reactlibrary.test:dimen/abc_panel_menu_list_width = 0x7f060034
|
|
970
|
-
com.reactlibrary.test:dimen/abc_list_item_height_material = 0x7f060031
|
|
971
|
-
com.reactlibrary.test:dimen/abc_edit_text_inset_top_material = 0x7f06002e
|
|
972
|
-
com.reactlibrary.test:string/common_google_play_services_enable_button = 0x7f0d003a
|
|
973
|
-
com.reactlibrary.test:dimen/abc_edit_text_inset_horizontal_material = 0x7f06002d
|
|
974
|
-
com.reactlibrary.test:dimen/abc_edit_text_inset_bottom_material = 0x7f06002c
|
|
975
|
-
com.reactlibrary.test:dimen/abc_dropdownitem_text_padding_left = 0x7f06002a
|
|
976
|
-
com.reactlibrary.test:dimen/abc_dialog_padding_top_material = 0x7f060025
|
|
977
|
-
com.reactlibrary.test:string/status_bar_notification_info_overflow = 0x7f0d0050
|
|
978
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f0e008c
|
|
979
|
-
com.reactlibrary.test:attr/lStar = 0x7f03010c
|
|
980
|
-
com.reactlibrary.test:attr/flow_lastVerticalBias = 0x7f0300dc
|
|
981
|
-
com.reactlibrary.test:attr/textureWidth = 0x7f03021e
|
|
982
|
-
com.reactlibrary.test:anim/btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c
|
|
983
|
-
com.reactlibrary.test:dimen/abc_dialog_min_width_minor = 0x7f060023
|
|
984
|
-
com.reactlibrary.test:dimen/abc_dialog_list_padding_top_no_title = 0x7f060021
|
|
985
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f0e00eb
|
|
986
|
-
com.reactlibrary.test:dimen/fastscroll_minimum_range = 0x7f06005c
|
|
987
|
-
com.reactlibrary.test:id/search_edit_frame = 0x7f08011d
|
|
988
|
-
com.reactlibrary.test:layout/abc_list_menu_item_radio = 0x7f0b0011
|
|
989
|
-
com.reactlibrary.test:attr/searchViewStyle = 0x7f0301da
|
|
990
|
-
com.reactlibrary.test:dimen/abc_dialog_fixed_height_minor = 0x7f06001d
|
|
991
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f0e0075
|
|
992
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f0e001b
|
|
993
|
-
com.reactlibrary.test:attr/chainUseRtl = 0x7f030065
|
|
994
|
-
com.reactlibrary.test:attr/dialogTheme = 0x7f0300ac
|
|
995
|
-
com.reactlibrary.test:attr/deriveConstraintsFrom = 0x7f0300a9
|
|
996
|
-
com.reactlibrary.test:dimen/abc_dialog_corner_radius_material = 0x7f06001b
|
|
997
|
-
com.reactlibrary.test:string/abc_searchview_description_query = 0x7f0d0014
|
|
998
|
-
com.reactlibrary.test:dimen/abc_star_small = 0x7f06003d
|
|
999
|
-
com.reactlibrary.test:dimen/abc_config_prefDialogWidth = 0x7f060017
|
|
1000
|
-
com.reactlibrary.test:styleable/GenericDraweeView = 0x7f0f0024
|
|
1001
|
-
com.reactlibrary.test:dimen/abc_button_padding_vertical_material = 0x7f060015
|
|
1002
|
-
com.reactlibrary.test:attr/lineHeight = 0x7f030153
|
|
1003
|
-
com.reactlibrary.test:attr/mock_diagonalsColor = 0x7f03016f
|
|
1004
|
-
com.reactlibrary.test:dimen/abc_button_padding_horizontal_material = 0x7f060014
|
|
1005
|
-
com.reactlibrary.test:anim/fragment_fast_out_extra_slow_in = 0x7f01001a
|
|
1006
|
-
com.reactlibrary.test:attr/imageZoom = 0x7f030105
|
|
1007
|
-
com.reactlibrary.test:attr/placeholderImageScaleType = 0x7f0301a7
|
|
1008
|
-
com.reactlibrary.test:dimen/abc_button_inset_horizontal_material = 0x7f060012
|
|
1009
|
-
com.reactlibrary.test:id/item_touch_helper_previous_elevation = 0x7f0800d6
|
|
1010
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f0e014c
|
|
1011
|
-
com.reactlibrary.test:style/Platform.AppCompat.Light = 0x7f0e00ac
|
|
1012
|
-
com.reactlibrary.test:drawable/notification_bg_normal = 0x7f07007e
|
|
1013
|
-
com.reactlibrary.test:attr/springDamping = 0x7f0301ed
|
|
1014
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_text_disabled = 0x7f070065
|
|
1015
|
-
com.reactlibrary.test:attr/paddingBottomNoButtons = 0x7f030197
|
|
1016
|
-
com.reactlibrary.test:attr/drawPath = 0x7f0300b5
|
|
1017
|
-
com.reactlibrary.test:dimen/abc_action_button_min_width_overflow_material = 0x7f06000f
|
|
1018
|
-
com.reactlibrary.test:dimen/abc_action_button_min_height_material = 0x7f06000d
|
|
1019
|
-
com.reactlibrary.test:animator/fragment_fade_enter = 0x7f020002
|
|
1020
|
-
com.reactlibrary.test:dimen/abc_action_bar_stacked_tab_max_width = 0x7f06000a
|
|
1021
|
-
com.reactlibrary.test:id/media_actions = 0x7f0800e4
|
|
1022
|
-
com.reactlibrary.test:dimen/abc_action_bar_stacked_max_height = 0x7f060009
|
|
1023
|
-
com.reactlibrary.test:style/TextAppearance.Compat.Notification.Time.Media = 0x7f0e00fd
|
|
1024
|
-
com.reactlibrary.test:dimen/abc_action_bar_overflow_padding_start_material = 0x7f060008
|
|
1025
|
-
com.reactlibrary.test:attr/viewTransitionOnNegativeCross = 0x7f03024c
|
|
1026
|
-
com.reactlibrary.test:id/accessibility_custom_action_4 = 0x7f080026
|
|
1027
|
-
com.reactlibrary.test:dimen/abc_list_item_height_large_material = 0x7f060030
|
|
1028
|
-
com.reactlibrary.test:dimen/abc_action_bar_content_inset_with_nav = 0x7f060001
|
|
1029
|
-
com.reactlibrary.test:color/tooltip_background_dark = 0x7f050066
|
|
1030
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_icon_disabled = 0x7f07005c
|
|
1031
|
-
com.reactlibrary.test:color/switch_thumb_material_light = 0x7f050063
|
|
1032
|
-
com.reactlibrary.test:attr/iconifiedByDefault = 0x7f0300fc
|
|
1033
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f0e0153
|
|
1034
|
-
com.reactlibrary.test:style/Theme.AppCompat.DialogWhenLarge = 0x7f0e0110
|
|
1035
|
-
com.reactlibrary.test:color/switch_thumb_material_dark = 0x7f050062
|
|
1036
|
-
com.reactlibrary.test:attr/queryHint = 0x7f0301b8
|
|
1037
|
-
com.reactlibrary.test:attr/flow_horizontalStyle = 0x7f0300d9
|
|
1038
|
-
com.reactlibrary.test:color/switch_thumb_disabled_material_dark = 0x7f050060
|
|
1039
|
-
com.reactlibrary.test:attr/windowActionBar = 0x7f030257
|
|
1040
|
-
com.reactlibrary.test:attr/seekBarStyle = 0x7f0301db
|
|
1041
|
-
com.reactlibrary.test:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f0e0056
|
|
1042
|
-
com.reactlibrary.test:attr/backgroundTintMode = 0x7f030043
|
|
1043
|
-
com.reactlibrary.test:color/secondary_text_disabled_material_light = 0x7f05005f
|
|
1044
|
-
com.reactlibrary.test:attr/searchIcon = 0x7f0301d9
|
|
1045
|
-
com.reactlibrary.test:color/secondary_text_default_material_light = 0x7f05005d
|
|
1046
|
-
com.reactlibrary.test:color/secondary_text_default_material_dark = 0x7f05005c
|
|
1047
|
-
com.reactlibrary.test:attr/drawableEndCompat = 0x7f0300b7
|
|
1048
|
-
com.reactlibrary.test:id/action_bar_root = 0x7f080033
|
|
1049
|
-
com.reactlibrary.test:attr/colorButtonNormal = 0x7f03007b
|
|
1050
|
-
com.reactlibrary.test:attr/framePosition = 0x7f0300f1
|
|
1051
|
-
com.reactlibrary.test:dimen/abc_alert_dialog_button_dimen = 0x7f060011
|
|
1052
|
-
com.reactlibrary.test:attr/flow_verticalBias = 0x7f0300e1
|
|
1053
|
-
com.reactlibrary.test:style/Widget.AppCompat.AutoCompleteTextView = 0x7f0e0132
|
|
1054
|
-
com.reactlibrary.test:attr/listLayout = 0x7f030159
|
|
1055
|
-
com.reactlibrary.test:color/primary_text_disabled_material_light = 0x7f050059
|
|
1056
|
-
com.reactlibrary.test:color/primary_text_default_material_light = 0x7f050057
|
|
1057
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ActivityChooserView = 0x7f0e0071
|
|
1058
|
-
com.reactlibrary.test:attr/triggerReceiver = 0x7f030244
|
|
1059
|
-
com.reactlibrary.test:attr/actionBarTabTextStyle = 0x7f03000a
|
|
1060
|
-
com.reactlibrary.test:color/primary_dark_material_dark = 0x7f050052
|
|
1061
|
-
com.reactlibrary.test:style/TextAppearance.Compat.Notification.Title.Media = 0x7f0e00ff
|
|
1062
|
-
com.reactlibrary.test:attr/buttonIconDimen = 0x7f030054
|
|
1063
|
-
com.reactlibrary.test:attr/drawableTint = 0x7f0300bc
|
|
1064
|
-
com.reactlibrary.test:color/notification_material_background_media_default_color = 0x7f050051
|
|
1065
|
-
com.reactlibrary.test:color/abc_hint_foreground_material_dark = 0x7f050007
|
|
1066
|
-
com.reactlibrary.test:layout/notification_template_media = 0x7f0b0031
|
|
1067
|
-
com.reactlibrary.test:attr/actionModeCloseContentDescription = 0x7f030014
|
|
1068
|
-
com.reactlibrary.test:attr/layout_constraintHeight_default = 0x7f030128
|
|
1069
|
-
com.reactlibrary.test:color/material_grey_800 = 0x7f05004c
|
|
1070
|
-
com.reactlibrary.test:dimen/abc_text_size_caption_material = 0x7f060042
|
|
1071
|
-
com.reactlibrary.test:color/material_grey_600 = 0x7f05004b
|
|
1072
|
-
com.reactlibrary.test:color/material_grey_50 = 0x7f05004a
|
|
1073
|
-
com.reactlibrary.test:styleable/ActionMenuView = 0x7f0f0003
|
|
1074
|
-
com.reactlibrary.test:color/material_blue_grey_950 = 0x7f050045
|
|
1075
|
-
com.reactlibrary.test:color/highlighted_text_material_light = 0x7f050042
|
|
1076
|
-
com.reactlibrary.test:anim/btn_radio_to_off_mtrl_ring_outer_path_animation = 0x7f010014
|
|
1077
|
-
com.reactlibrary.test:attr/maxVelocity = 0x7f030168
|
|
1078
|
-
com.reactlibrary.test:attr/thumbTintMode = 0x7f030223
|
|
1079
|
-
com.reactlibrary.test:attr/imagePanY = 0x7f030103
|
|
1080
|
-
com.reactlibrary.test:style/Theme.AppCompat = 0x7f0e0104
|
|
1081
|
-
com.reactlibrary.test:attr/textBackground = 0x7f03020e
|
|
1082
|
-
com.reactlibrary.test:attr/nestedScrollFlags = 0x7f03018a
|
|
1083
|
-
com.reactlibrary.test:color/foreground_material_light = 0x7f05003f
|
|
1084
|
-
com.reactlibrary.test:style/Base.V21.Theme.AppCompat.Light = 0x7f0e0054
|
|
1085
|
-
com.reactlibrary.test:attr/layout_keyline = 0x7f03014e
|
|
1086
|
-
com.reactlibrary.test:attr/checkedTextViewStyle = 0x7f03006a
|
|
1087
|
-
com.reactlibrary.test:attr/windowFixedWidthMajor = 0x7f03025c
|
|
1088
|
-
com.reactlibrary.test:attr/setsTag = 0x7f0301de
|
|
1089
|
-
com.reactlibrary.test:color/common_google_signin_btn_text_dark_default = 0x7f05002e
|
|
1090
|
-
com.reactlibrary.test:style/CustomDownDialogAnimation = 0x7f0e00a2
|
|
1091
|
-
com.reactlibrary.test:attr/arrowHeadLength = 0x7f030033
|
|
1092
|
-
com.reactlibrary.test:styleable/Layout = 0x7f0f0030
|
|
1093
|
-
com.reactlibrary.test:color/dim_foreground_disabled_material_dark = 0x7f050038
|
|
1094
|
-
com.reactlibrary.test:color/common_google_signin_btn_text_light_pressed = 0x7f050036
|
|
1095
|
-
com.reactlibrary.test:attr/maxAcceleration = 0x7f030165
|
|
1096
|
-
com.reactlibrary.test:color/catalyst_redbox_background = 0x7f05002c
|
|
1097
|
-
com.reactlibrary.test:attr/listDividerAlertDialog = 0x7f030157
|
|
1098
|
-
com.reactlibrary.test:color/call_notification_decline_color = 0x7f05002b
|
|
1099
|
-
com.reactlibrary.test:color/button_material_dark = 0x7f050028
|
|
1100
|
-
com.reactlibrary.test:id/inAppBackgroundImage = 0x7f0800cc
|
|
1101
|
-
com.reactlibrary.test:color/background_material_dark = 0x7f05001f
|
|
1102
|
-
com.reactlibrary.test:style/Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen = 0x7f0e011d
|
|
1103
|
-
com.reactlibrary.test:id/accessibility_custom_action_17 = 0x7f080015
|
|
1104
|
-
com.reactlibrary.test:color/background_floating_material_light = 0x7f05001e
|
|
1105
|
-
com.reactlibrary.test:dimen/abc_text_size_small_material = 0x7f06004c
|
|
1106
|
-
com.reactlibrary.test:style/FullScreeenDialogTheme = 0x7f0e00a5
|
|
1107
|
-
com.reactlibrary.test:attr/layout_optimizationLevel = 0x7f030150
|
|
1108
|
-
com.reactlibrary.test:color/androidx_core_ripple_material_light = 0x7f05001b
|
|
1109
|
-
com.reactlibrary.test:attr/tint = 0x7f030227
|
|
1110
|
-
com.reactlibrary.test:color/abc_tint_switch_track = 0x7f050018
|
|
1111
|
-
com.reactlibrary.test:string/catalyst_remotedbg_message = 0x7f0d0034
|
|
1112
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.SearchView = 0x7f0e0098
|
|
1113
|
-
com.reactlibrary.test:drawable/abc_btn_check_material_anim = 0x7f070004
|
|
1114
|
-
com.reactlibrary.test:color/abc_tint_seek_thumb = 0x7f050016
|
|
1115
|
-
com.reactlibrary.test:attr/customPixelDimension = 0x7f0300a1
|
|
1116
|
-
com.reactlibrary.test:drawable/mock_background = 0x7f070077
|
|
1117
|
-
com.reactlibrary.test:dimen/abc_action_bar_default_padding_start_material = 0x7f060004
|
|
1118
|
-
com.reactlibrary.test:drawable/abc_tab_indicator_material = 0x7f070043
|
|
1119
|
-
com.reactlibrary.test:drawable/abc_list_divider_material = 0x7f070024
|
|
1120
|
-
com.reactlibrary.test:color/abc_tint_edittext = 0x7f050015
|
|
1121
|
-
com.reactlibrary.test:color/abc_tint_default = 0x7f050014
|
|
1122
|
-
com.reactlibrary.test:attr/motionStagger = 0x7f030181
|
|
1123
|
-
com.reactlibrary.test:attr/fastScrollHorizontalThumbDrawable = 0x7f0300cd
|
|
1124
|
-
com.reactlibrary.test:attr/staggered = 0x7f0301f3
|
|
1125
|
-
com.reactlibrary.test:color/abc_secondary_text_material_light = 0x7f050012
|
|
1126
|
-
com.reactlibrary.test:layout/abc_cascading_menu_item_layout = 0x7f0b000b
|
|
1127
|
-
com.reactlibrary.test:attr/thickness = 0x7f030220
|
|
1128
|
-
com.reactlibrary.test:dimen/abc_select_dialog_padding_start_material = 0x7f06003a
|
|
1129
|
-
com.reactlibrary.test:id/alertTitle = 0x7f080046
|
|
1130
|
-
com.reactlibrary.test:attr/colorAccent = 0x7f030079
|
|
1131
|
-
com.reactlibrary.test:attr/barrierAllowsGoneWidgets = 0x7f030045
|
|
1132
|
-
com.reactlibrary.test:attr/roundTopLeft = 0x7f0301cf
|
|
1133
|
-
com.reactlibrary.test:color/abc_secondary_text_material_dark = 0x7f050011
|
|
1134
|
-
com.reactlibrary.test:color/abc_search_url_text_pressed = 0x7f05000f
|
|
1135
|
-
com.reactlibrary.test:id/spread_inside = 0x7f080132
|
|
1136
|
-
com.reactlibrary.test:color/abc_primary_text_material_dark = 0x7f05000b
|
|
1137
|
-
com.reactlibrary.test:color/abc_primary_text_disable_only_material_dark = 0x7f050009
|
|
1138
|
-
com.reactlibrary.test:color/ripple_material_dark = 0x7f05005a
|
|
1139
|
-
com.reactlibrary.test:color/error_color_material_dark = 0x7f05003c
|
|
1140
|
-
com.reactlibrary.test:styleable/AlertDialog = 0x7f0f0006
|
|
1141
|
-
com.reactlibrary.test:attr/constraintSet = 0x7f030086
|
|
1142
|
-
com.reactlibrary.test:color/abc_hint_foreground_material_light = 0x7f050008
|
|
1143
|
-
com.reactlibrary.test:color/abc_btn_colored_text_material = 0x7f050003
|
|
1144
|
-
com.reactlibrary.test:color/abc_btn_colored_borderless_text_material = 0x7f050002
|
|
1145
|
-
com.reactlibrary.test:id/currentState = 0x7f080088
|
|
1146
|
-
com.reactlibrary.test:color/abc_background_cache_hint_selector_material_dark = 0x7f050000
|
|
1147
|
-
com.reactlibrary.test:bool/enable_system_job_service_default = 0x7f040004
|
|
1148
|
-
com.reactlibrary.test:id/FUNCTION = 0x7f080002
|
|
1149
|
-
com.reactlibrary.test:layout/custom_dialog = 0x7f0b001d
|
|
1150
|
-
com.reactlibrary.test:color/common_google_signin_btn_tint = 0x7f050037
|
|
1151
|
-
com.reactlibrary.test:id/accessibility_custom_action_26 = 0x7f08001f
|
|
1152
|
-
com.reactlibrary.test:bool/enable_system_foreground_service_default = 0x7f040003
|
|
1153
|
-
com.reactlibrary.test:bool/enable_system_alarm_service_default = 0x7f040002
|
|
1154
|
-
com.reactlibrary.test:style/AlertDialog.AppCompat.Light = 0x7f0e0001
|
|
1155
|
-
com.reactlibrary.test:attr/layout_editor_absoluteX = 0x7f030144
|
|
1156
|
-
com.reactlibrary.test:attr/statusBarBackground = 0x7f0301f5
|
|
1157
|
-
com.reactlibrary.test:attr/motionEffect_strict = 0x7f03017a
|
|
1158
|
-
com.reactlibrary.test:attr/windowNoTitle = 0x7f030260
|
|
1159
|
-
com.reactlibrary.test:attr/targetId = 0x7f030201
|
|
1160
|
-
com.reactlibrary.test:attr/windowFixedHeightMinor = 0x7f03025b
|
|
1161
|
-
com.reactlibrary.test:attr/windowActionBarOverlay = 0x7f030258
|
|
1162
|
-
com.reactlibrary.test:attr/listChoiceBackgroundIndicator = 0x7f030154
|
|
1163
|
-
com.reactlibrary.test:attr/waveOffset = 0x7f030252
|
|
1164
|
-
com.reactlibrary.test:attr/popupTheme = 0x7f0301ab
|
|
1165
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f0e0039
|
|
1166
|
-
com.reactlibrary.test:attr/warmth = 0x7f030250
|
|
1167
|
-
com.reactlibrary.test:id/textSpacerNoButtons = 0x7f080153
|
|
1168
|
-
com.reactlibrary.test:style/Theme.AppCompat.Light.Dialog = 0x7f0e0114
|
|
1169
|
-
com.reactlibrary.test:attr/visibilityMode = 0x7f03024e
|
|
1170
|
-
com.reactlibrary.test:drawable/abc_btn_colored_material = 0x7f070007
|
|
1171
|
-
com.reactlibrary.test:styleable/ImageFilterView = 0x7f0f0027
|
|
1172
|
-
com.reactlibrary.test:attr/viewTransitionOnCross = 0x7f03024b
|
|
1173
|
-
com.reactlibrary.test:anim/catalyst_push_up_in = 0x7f010018
|
|
1174
|
-
com.reactlibrary.test:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f0e000c
|
|
1175
|
-
com.reactlibrary.test:attr/viewTransitionMode = 0x7f03024a
|
|
1176
|
-
com.reactlibrary.test:attr/ttcIndex = 0x7f030246
|
|
1177
|
-
com.reactlibrary.test:attr/placeholderImage = 0x7f0301a6
|
|
1178
|
-
com.reactlibrary.test:styleable/GradientColor = 0x7f0f0025
|
|
1179
|
-
com.reactlibrary.test:attr/triggerSlack = 0x7f030245
|
|
1180
|
-
com.reactlibrary.test:dimen/disabled_alpha_material_dark = 0x7f060058
|
|
1181
|
-
com.reactlibrary.test:attr/transitionPathRotate = 0x7f030242
|
|
1182
|
-
com.reactlibrary.test:dimen/abc_seekbar_track_background_height_material = 0x7f060038
|
|
1183
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f0e0031
|
|
1184
|
-
com.reactlibrary.test:dimen/abc_dialog_fixed_height_major = 0x7f06001c
|
|
1185
|
-
com.reactlibrary.test:string/common_google_play_services_install_button = 0x7f0d003d
|
|
1186
|
-
com.reactlibrary.test:dimen/abc_switch_padding = 0x7f06003e
|
|
1187
|
-
com.reactlibrary.test:attr/track = 0x7f03023b
|
|
1188
|
-
com.reactlibrary.test:attr/touchAnchorId = 0x7f030238
|
|
1189
|
-
com.reactlibrary.test:color/common_google_signin_btn_text_light = 0x7f050032
|
|
1190
|
-
com.reactlibrary.test:attr/tooltipText = 0x7f030237
|
|
1191
|
-
com.reactlibrary.test:id/neverCompleteToStart = 0x7f0800ed
|
|
1192
|
-
com.reactlibrary.test:attr/listChoiceIndicatorSingleAnimated = 0x7f030156
|
|
1193
|
-
com.reactlibrary.test:attr/tooltipForegroundColor = 0x7f030235
|
|
1194
|
-
com.reactlibrary.test:dimen/abc_disabled_alpha_material_dark = 0x7f060027
|
|
1195
|
-
com.reactlibrary.test:color/abc_search_url_text_selected = 0x7f050010
|
|
1196
|
-
com.reactlibrary.test:attr/toolbarStyle = 0x7f030234
|
|
1197
|
-
com.reactlibrary.test:attr/circularflow_defaultAngle = 0x7f03006e
|
|
1198
|
-
com.reactlibrary.test:string/common_signin_button_text_long = 0x7f0d004b
|
|
1199
|
-
com.reactlibrary.test:attr/toolbarNavigationButtonStyle = 0x7f030233
|
|
1200
|
-
com.reactlibrary.test:attr/titleTextStyle = 0x7f030232
|
|
1201
|
-
com.reactlibrary.test:attr/titleTextAppearance = 0x7f030230
|
|
1202
|
-
com.reactlibrary.test:layout/abc_activity_chooser_view_list_item = 0x7f0b0007
|
|
1203
|
-
com.reactlibrary.test:id/center_horizontal = 0x7f080076
|
|
1204
|
-
com.reactlibrary.test:attr/titleMarginTop = 0x7f03022e
|
|
1205
|
-
com.reactlibrary.test:attr/queryBackground = 0x7f0301b7
|
|
1206
|
-
com.reactlibrary.test:layout/abc_action_bar_title_item = 0x7f0b0000
|
|
1207
|
-
com.reactlibrary.test:attr/stackFromEnd = 0x7f0301f2
|
|
1208
|
-
com.reactlibrary.test:attr/titleMarginEnd = 0x7f03022c
|
|
1209
|
-
com.reactlibrary.test:styleable/include = 0x7f0f0059
|
|
1210
|
-
com.reactlibrary.test:id/never = 0x7f0800eb
|
|
1211
|
-
com.reactlibrary.test:id/nestedScrollView = 0x7f0800ea
|
|
1212
|
-
com.reactlibrary.test:drawable/abc_list_divider_mtrl_alpha = 0x7f070025
|
|
1213
|
-
com.reactlibrary.test:color/abc_color_highlight_material = 0x7f050004
|
|
1214
|
-
com.reactlibrary.test:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f0e0100
|
|
1215
|
-
com.reactlibrary.test:attr/alertDialogStyle = 0x7f030029
|
|
1216
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ProgressBar = 0x7f0e0093
|
|
1217
|
-
com.reactlibrary.test:attr/titleMarginBottom = 0x7f03022b
|
|
1218
|
-
com.reactlibrary.test:style/Base.V23.Theme.AppCompat = 0x7f0e0059
|
|
1219
|
-
com.reactlibrary.test:attr/titleMargin = 0x7f03022a
|
|
1220
|
-
com.reactlibrary.test:attr/layoutDuringTransition = 0x7f030110
|
|
1221
|
-
com.reactlibrary.test:id/adjust_width = 0x7f080045
|
|
1222
|
-
com.reactlibrary.test:style/Theme.AppCompat.DayNight.Dialog.MinWidth = 0x7f0e010a
|
|
1223
|
-
com.reactlibrary.test:attr/tintMode = 0x7f030228
|
|
1224
|
-
com.reactlibrary.test:attr/tickMarkTint = 0x7f030225
|
|
1225
|
-
com.reactlibrary.test:color/call_notification_answer_color = 0x7f05002a
|
|
1226
|
-
com.reactlibrary.test:color/material_deep_teal_500 = 0x7f050047
|
|
1227
|
-
com.reactlibrary.test:styleable/AppCompatTextView = 0x7f0f000e
|
|
1228
|
-
com.reactlibrary.test:style/Widget.AppCompat.Toolbar = 0x7f0e016f
|
|
1229
|
-
com.reactlibrary.test:id/src_in = 0x7f080136
|
|
1230
|
-
com.reactlibrary.test:anim/btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016
|
|
1231
|
-
com.reactlibrary.test:color/common_google_signin_btn_text_light_disabled = 0x7f050034
|
|
1232
|
-
com.reactlibrary.test:attr/tickMark = 0x7f030224
|
|
1233
|
-
com.reactlibrary.test:id/startVertical = 0x7f08013b
|
|
1234
|
-
com.reactlibrary.test:attr/thumbTextPadding = 0x7f030221
|
|
1235
|
-
com.reactlibrary.test:attr/theme = 0x7f03021f
|
|
1236
|
-
com.reactlibrary.test:attr/textureHeight = 0x7f03021d
|
|
1237
|
-
com.reactlibrary.test:color/whiteColor = 0x7f050068
|
|
1238
|
-
com.reactlibrary.test:attr/layout_constraintVertical_chainStyle = 0x7f03013c
|
|
1239
|
-
com.reactlibrary.test:attr/textureEffect = 0x7f03021c
|
|
1240
|
-
com.reactlibrary.test:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f0e010b
|
|
1241
|
-
com.reactlibrary.test:attr/textPanX = 0x7f030219
|
|
1242
|
-
com.reactlibrary.test:attr/region_widthLessThan = 0x7f0301c4
|
|
1243
|
-
com.reactlibrary.test:attr/colorControlActivated = 0x7f03007c
|
|
1244
|
-
com.reactlibrary.test:attr/textBackgroundRotate = 0x7f030211
|
|
1245
|
-
com.reactlibrary.test:id/listMode = 0x7f0800e0
|
|
1246
|
-
com.reactlibrary.test:attr/textBackgroundPanX = 0x7f03020f
|
|
1247
|
-
com.reactlibrary.test:attr/customDimension = 0x7f03009d
|
|
1248
|
-
com.reactlibrary.test:color/abc_decor_view_status_guard = 0x7f050005
|
|
1249
|
-
com.reactlibrary.test:attr/textAppearanceSearchResultTitle = 0x7f03020c
|
|
1250
|
-
com.reactlibrary.test:attr/controlBackground = 0x7f030095
|
|
1251
|
-
com.reactlibrary.test:styleable/KeyFramesVelocity = 0x7f0f002c
|
|
1252
|
-
com.reactlibrary.test:attr/transformPivotTarget = 0x7f03023e
|
|
1253
|
-
com.reactlibrary.test:attr/textAppearanceSearchResultSubtitle = 0x7f03020b
|
|
1254
|
-
com.reactlibrary.test:dimen/abc_floating_window_z = 0x7f06002f
|
|
1255
|
-
com.reactlibrary.test:attr/textAppearanceListItemSmall = 0x7f030209
|
|
1256
|
-
com.reactlibrary.test:attr/textAppearanceListItem = 0x7f030207
|
|
1257
|
-
com.reactlibrary.test:attr/textAllCaps = 0x7f030205
|
|
1258
|
-
com.reactlibrary.test:dimen/abc_list_item_padding_horizontal_material = 0x7f060033
|
|
1259
|
-
com.reactlibrary.test:attr/telltales_velocityMode = 0x7f030204
|
|
1260
|
-
com.reactlibrary.test:id/SHIFT = 0x7f080005
|
|
1261
|
-
com.reactlibrary.test:attr/layout_constraintBaseline_toBaselineOf = 0x7f030118
|
|
1262
|
-
com.reactlibrary.test:attr/textureBlurFactor = 0x7f03021b
|
|
1263
|
-
com.reactlibrary.test:attr/telltales_tailScale = 0x7f030203
|
|
1264
|
-
com.reactlibrary.test:color/abc_background_cache_hint_selector_material_light = 0x7f050001
|
|
1265
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ListView.Menu = 0x7f0e008f
|
|
1266
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_text_dark_focused = 0x7f070062
|
|
1267
|
-
com.reactlibrary.test:string/abc_activity_chooser_view_see_all = 0x7f0d0004
|
|
1268
|
-
com.reactlibrary.test:attr/telltales_tailColor = 0x7f030202
|
|
1269
|
-
com.reactlibrary.test:attr/popupWindowStyle = 0x7f0301ac
|
|
1270
|
-
com.reactlibrary.test:attr/switchStyle = 0x7f0301ff
|
|
1271
|
-
com.reactlibrary.test:attr/switchMinWidth = 0x7f0301fd
|
|
1272
|
-
com.reactlibrary.test:id/beginOnFirstDraw = 0x7f080061
|
|
1273
|
-
com.reactlibrary.test:attr/subtitleTextStyle = 0x7f0301fb
|
|
1274
|
-
com.reactlibrary.test:color/material_grey_850 = 0x7f05004d
|
|
1275
|
-
com.reactlibrary.test:color/bright_foreground_disabled_material_dark = 0x7f050022
|
|
1276
|
-
com.reactlibrary.test:attr/subtitle = 0x7f0301f8
|
|
1277
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.PopupMenu.Overflow = 0x7f0e0091
|
|
1278
|
-
com.reactlibrary.test:attr/subMenuArrow = 0x7f0301f6
|
|
1279
|
-
com.reactlibrary.test:attr/defaultQueryHint = 0x7f0300a5
|
|
1280
|
-
com.reactlibrary.test:attr/mock_labelBackgroundColor = 0x7f030171
|
|
1281
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Subhead = 0x7f0e0024
|
|
1282
|
-
com.reactlibrary.test:anim/slide_bottom = 0x7f01001b
|
|
1283
|
-
com.reactlibrary.test:attr/state_above_anchor = 0x7f0301f4
|
|
1284
|
-
com.reactlibrary.test:anim/abc_grow_fade_in_from_bottom = 0x7f010002
|
|
1285
|
-
com.reactlibrary.test:attr/srcCompat = 0x7f0301f1
|
|
1286
|
-
com.reactlibrary.test:style/Base.V21.Theme.AppCompat.Dialog = 0x7f0e0053
|
|
1287
|
-
com.reactlibrary.test:attr/springStopThreshold = 0x7f0301f0
|
|
1288
|
-
com.reactlibrary.test:attr/dialogPreferredPadding = 0x7f0300ab
|
|
1289
|
-
com.reactlibrary.test:id/accessibility_custom_action_11 = 0x7f08000f
|
|
1290
|
-
com.reactlibrary.test:attr/splitTrack = 0x7f0301eb
|
|
1291
|
-
com.reactlibrary.test:attr/spinnerStyle = 0x7f0301ea
|
|
1292
|
-
com.reactlibrary.test:attr/actionButtonStyle = 0x7f03000d
|
|
1293
|
-
com.reactlibrary.test:attr/listPreferredItemHeightLarge = 0x7f03015d
|
|
1294
|
-
com.reactlibrary.test:color/abc_primary_text_material_light = 0x7f05000c
|
|
1295
|
-
com.reactlibrary.test:attr/textFillColor = 0x7f030215
|
|
1296
|
-
com.reactlibrary.test:styleable/MotionTelltales = 0x7f0f003f
|
|
1297
|
-
com.reactlibrary.test:attr/showTitle = 0x7f0301e4
|
|
1298
|
-
com.reactlibrary.test:attr/colorControlNormal = 0x7f03007e
|
|
1299
|
-
com.reactlibrary.test:drawable/ic_play_arrow_white_24dp = 0x7f070076
|
|
1300
|
-
com.reactlibrary.test:id/match_parent = 0x7f0800e3
|
|
1301
|
-
com.reactlibrary.test:attr/selectableItemBackground = 0x7f0301dc
|
|
1302
|
-
com.reactlibrary.test:attr/scaleFromTextSize = 0x7f0301d6
|
|
1303
|
-
com.reactlibrary.test:anim/abc_popup_exit = 0x7f010004
|
|
1304
|
-
com.reactlibrary.test:attr/saturation = 0x7f0301d5
|
|
1305
|
-
com.reactlibrary.test:styleable/CompoundButton = 0x7f0f0015
|
|
1306
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f0e0035
|
|
1307
|
-
com.reactlibrary.test:attr/actionBarTabStyle = 0x7f030009
|
|
1308
|
-
com.reactlibrary.test:attr/roundingBorderWidth = 0x7f0301d4
|
|
1309
|
-
com.reactlibrary.test:attr/roundingBorderColor = 0x7f0301d3
|
|
1310
|
-
com.reactlibrary.test:color/background_floating_material_dark = 0x7f05001d
|
|
1311
|
-
com.reactlibrary.test:attr/roundWithOverlayColor = 0x7f0301d1
|
|
1312
|
-
com.reactlibrary.test:id/left = 0x7f0800da
|
|
1313
|
-
com.reactlibrary.test:attr/crossfade = 0x7f030097
|
|
1314
|
-
com.reactlibrary.test:attr/listPreferredItemPaddingEnd = 0x7f03015f
|
|
1315
|
-
com.reactlibrary.test:attr/percentHeight = 0x7f0301a0
|
|
1316
|
-
com.reactlibrary.test:color/dim_foreground_material_dark = 0x7f05003a
|
|
1317
|
-
com.reactlibrary.test:attr/textOutlineThickness = 0x7f030218
|
|
1318
|
-
com.reactlibrary.test:attr/roundBottomLeft = 0x7f0301cc
|
|
1319
|
-
com.reactlibrary.test:attr/round = 0x7f0301ca
|
|
1320
|
-
com.reactlibrary.test:attr/reverseLayout = 0x7f0301c8
|
|
1321
|
-
com.reactlibrary.test:drawable/nat = 0x7f070078
|
|
1322
|
-
com.reactlibrary.test:attr/textAppearancePopupMenuHeader = 0x7f03020a
|
|
1323
|
-
com.reactlibrary.test:id/wide = 0x7f08016c
|
|
1324
|
-
com.reactlibrary.test:anim/abc_shrink_fade_out_from_bottom = 0x7f010005
|
|
1325
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Medium = 0x7f0e001c
|
|
1326
|
-
com.reactlibrary.test:drawable/btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f070052
|
|
1327
|
-
com.reactlibrary.test:dimen/abc_text_size_menu_header_material = 0x7f06004a
|
|
1328
|
-
com.reactlibrary.test:attr/fontVariationSettings = 0x7f0300ef
|
|
1329
|
-
com.reactlibrary.test:attr/retryImageScaleType = 0x7f0301c7
|
|
1330
|
-
com.reactlibrary.test:attr/viewAspectRatio = 0x7f030248
|
|
1331
|
-
com.reactlibrary.test:attr/layoutManager = 0x7f030111
|
|
1332
|
-
com.reactlibrary.test:dimen/abc_action_bar_subtitle_top_margin_material = 0x7f06000c
|
|
1333
|
-
com.reactlibrary.test:attr/region_heightLessThan = 0x7f0301c2
|
|
1334
|
-
com.reactlibrary.test:id/decelerateAndComplete = 0x7f08008d
|
|
1335
|
-
com.reactlibrary.test:attr/reactiveGuide_applyToConstraintSet = 0x7f0301c0
|
|
1336
|
-
com.reactlibrary.test:attr/reactiveGuide_applyToAllConstraintSets = 0x7f0301bf
|
|
1337
|
-
com.reactlibrary.test:attr/circularflow_defaultRadius = 0x7f03006f
|
|
1338
|
-
com.reactlibrary.test:attr/ratingBarStyleSmall = 0x7f0301bd
|
|
1339
|
-
com.reactlibrary.test:attr/showPaths = 0x7f0301e2
|
|
1340
|
-
com.reactlibrary.test:attr/drawableLeftCompat = 0x7f0300b8
|
|
1341
|
-
com.reactlibrary.test:attr/ratingBarStyleIndicator = 0x7f0301bc
|
|
1342
|
-
com.reactlibrary.test:id/progress_circular = 0x7f080103
|
|
1343
|
-
com.reactlibrary.test:drawable/abc_spinner_mtrl_am_alpha = 0x7f07003d
|
|
1344
|
-
com.reactlibrary.test:attr/radioButtonStyle = 0x7f0301ba
|
|
1345
|
-
com.reactlibrary.test:drawable/notification_bg_low_pressed = 0x7f07007d
|
|
1346
|
-
com.reactlibrary.test:attr/viewInflaterClass = 0x7f030249
|
|
1347
|
-
com.reactlibrary.test:attr/actionBarStyle = 0x7f030007
|
|
1348
|
-
com.reactlibrary.test:attr/fastScrollEnabled = 0x7f0300cc
|
|
1349
|
-
com.reactlibrary.test:attr/actionViewClass = 0x7f030024
|
|
1350
|
-
com.reactlibrary.test:attr/titleMargins = 0x7f03022f
|
|
1351
|
-
com.reactlibrary.test:attr/retryImage = 0x7f0301c6
|
|
1352
|
-
com.reactlibrary.test:attr/circleCrop = 0x7f03006b
|
|
1353
|
-
com.reactlibrary.test:attr/quantizeMotionSteps = 0x7f0301b6
|
|
1354
|
-
com.reactlibrary.test:color/androidx_core_secondary_text_default_material_light = 0x7f05001c
|
|
1355
|
-
com.reactlibrary.test:attr/menu = 0x7f03016b
|
|
1356
|
-
com.reactlibrary.test:attr/quantizeMotionPhase = 0x7f0301b5
|
|
1357
|
-
com.reactlibrary.test:id/animateToEnd = 0x7f08004b
|
|
1358
|
-
com.reactlibrary.test:dimen/margin_4 = 0x7f060069
|
|
1359
|
-
com.reactlibrary.test:attr/contentInsetEnd = 0x7f03008e
|
|
1360
|
-
com.reactlibrary.test:color/primary_text_disabled_material_dark = 0x7f050058
|
|
1361
|
-
com.reactlibrary.test:attr/paddingTopNoTitle = 0x7f03019a
|
|
1362
|
-
com.reactlibrary.test:attr/progressBarPadding = 0x7f0301b2
|
|
1363
|
-
com.reactlibrary.test:attr/mock_showDiagonals = 0x7f030173
|
|
1364
|
-
com.reactlibrary.test:attr/arrowShaftLength = 0x7f030034
|
|
1365
|
-
com.reactlibrary.test:attr/layout_constraintTag = 0x7f030137
|
|
1366
|
-
com.reactlibrary.test:attr/progressBarImageScaleType = 0x7f0301b1
|
|
1367
|
-
com.reactlibrary.test:id/scrollIndicatorDown = 0x7f080115
|
|
1368
|
-
com.reactlibrary.test:attr/listMenuViewStyle = 0x7f03015a
|
|
1369
|
-
com.reactlibrary.test:attr/minWidth = 0x7f03016e
|
|
1370
|
-
com.reactlibrary.test:attr/wavePeriod = 0x7f030253
|
|
1371
|
-
com.reactlibrary.test:attr/progressBarAutoRotateInterval = 0x7f0301af
|
|
1372
|
-
com.reactlibrary.test:anim/btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010
|
|
1373
|
-
com.reactlibrary.test:attr/pressedStateOverlayImage = 0x7f0301ae
|
|
1374
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2 = 0x7f0e00c0
|
|
1375
|
-
com.reactlibrary.test:dimen/notification_action_icon_size = 0x7f06006b
|
|
1376
|
-
com.reactlibrary.test:attr/carousel_nextState = 0x7f030060
|
|
1377
|
-
com.reactlibrary.test:attr/carousel_forwardTransition = 0x7f03005e
|
|
1378
|
-
com.reactlibrary.test:attr/polarRelativeTo = 0x7f0301a9
|
|
1379
|
-
com.reactlibrary.test:style/Base.Animation.AppCompat.Tooltip = 0x7f0e000a
|
|
1380
|
-
com.reactlibrary.test:attr/perpendicularPath_percent = 0x7f0301a4
|
|
1381
|
-
com.reactlibrary.test:id/dragAnticlockwise = 0x7f080099
|
|
1382
|
-
com.reactlibrary.test:dimen/notification_main_column_padding_top = 0x7f060071
|
|
1383
|
-
com.reactlibrary.test:attr/percentX = 0x7f0301a2
|
|
1384
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f0e006a
|
|
1385
|
-
com.reactlibrary.test:attr/percentWidth = 0x7f0301a1
|
|
1386
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f0e002a
|
|
1387
|
-
com.reactlibrary.test:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f080167
|
|
1388
|
-
com.reactlibrary.test:dimen/tooltip_vertical_padding = 0x7f060080
|
|
1389
|
-
com.reactlibrary.test:attr/fontProviderCerts = 0x7f0300e8
|
|
1390
|
-
com.reactlibrary.test:style/Platform.Widget.AppCompat.Spinner = 0x7f0e00b4
|
|
1391
|
-
com.reactlibrary.test:id/ratio = 0x7f080106
|
|
1392
|
-
com.reactlibrary.test:dimen/abc_dialog_padding_material = 0x7f060024
|
|
1393
|
-
com.reactlibrary.test:color/dim_foreground_disabled_material_light = 0x7f050039
|
|
1394
|
-
com.reactlibrary.test:attr/pathMotionArc = 0x7f03019e
|
|
1395
|
-
com.reactlibrary.test:attr/tickMarkTintMode = 0x7f030226
|
|
1396
|
-
com.reactlibrary.test:string/abc_searchview_description_clear = 0x7f0d0013
|
|
1397
|
-
com.reactlibrary.test:id/transitionToStart = 0x7f08015d
|
|
1398
|
-
com.reactlibrary.test:attr/panelMenuListWidth = 0x7f03019d
|
|
1399
|
-
com.reactlibrary.test:attr/panelBackground = 0x7f03019b
|
|
1400
|
-
com.reactlibrary.test:attr/panelMenuListTheme = 0x7f03019c
|
|
1401
|
-
com.reactlibrary.test:id/media_controller_compat_view_tag = 0x7f0800e5
|
|
1402
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f0e0033
|
|
1403
|
-
com.reactlibrary.test:id/info = 0x7f0800d3
|
|
1404
|
-
com.reactlibrary.test:attr/motionEffect_end = 0x7f030177
|
|
1405
|
-
com.reactlibrary.test:id/blocking = 0x7f080064
|
|
1406
|
-
com.reactlibrary.test:style/Widget.AppCompat.PopupMenu.Overflow = 0x7f0e015e
|
|
1407
|
-
com.reactlibrary.test:attr/layout_constrainedWidth = 0x7f030116
|
|
1408
|
-
com.reactlibrary.test:attr/paddingEnd = 0x7f030198
|
|
1409
|
-
com.reactlibrary.test:attr/overlapAnchor = 0x7f030194
|
|
1410
|
-
com.reactlibrary.test:attr/onTouchUp = 0x7f030193
|
|
1411
|
-
com.reactlibrary.test:style/Platform.V25.AppCompat.Light = 0x7f0e00b3
|
|
1412
|
-
com.reactlibrary.test:attr/customIntegerValue = 0x7f03009f
|
|
1413
|
-
com.reactlibrary.test:attr/onStateTransition = 0x7f030192
|
|
1414
|
-
com.reactlibrary.test:attr/upDuration = 0x7f030247
|
|
1415
|
-
com.reactlibrary.test:attr/switchTextAppearance = 0x7f030200
|
|
1416
|
-
com.reactlibrary.test:attr/layout_goneMarginBottom = 0x7f030147
|
|
1417
|
-
com.reactlibrary.test:attr/pivotAnchor = 0x7f0301a5
|
|
1418
|
-
com.reactlibrary.test:id/anticipate = 0x7f08004e
|
|
1419
|
-
com.reactlibrary.test:attr/onShow = 0x7f030191
|
|
1420
|
-
com.reactlibrary.test:attr/titleTextColor = 0x7f030231
|
|
1421
|
-
com.reactlibrary.test:attr/subtitleTextAppearance = 0x7f0301f9
|
|
1422
|
-
com.reactlibrary.test:attr/navigationMode = 0x7f030189
|
|
1423
|
-
com.reactlibrary.test:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f0e00af
|
|
1424
|
-
com.reactlibrary.test:dimen/tooltip_horizontal_padding = 0x7f06007c
|
|
1425
|
-
com.reactlibrary.test:attr/region_heightMoreThan = 0x7f0301c3
|
|
1426
|
-
com.reactlibrary.test:id/normal = 0x7f0800f0
|
|
1427
|
-
com.reactlibrary.test:attr/textAppearanceLargePopupMenu = 0x7f030206
|
|
1428
|
-
com.reactlibrary.test:attr/constraintRotate = 0x7f030085
|
|
1429
|
-
com.reactlibrary.test:attr/navigationIcon = 0x7f030188
|
|
1430
|
-
com.reactlibrary.test:style/Widget.AppCompat.ListPopupWindow = 0x7f0e0159
|
|
1431
|
-
com.reactlibrary.test:attr/navigationContentDescription = 0x7f030187
|
|
1432
|
-
com.reactlibrary.test:attr/waveVariesBy = 0x7f030256
|
|
1433
|
-
com.reactlibrary.test:attr/subtitleTextColor = 0x7f0301fa
|
|
1434
|
-
com.reactlibrary.test:style/Widget.AppCompat.ActionBar = 0x7f0e0128
|
|
1435
|
-
com.reactlibrary.test:dimen/margin_16 = 0x7f060067
|
|
1436
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f0e00da
|
|
1437
|
-
com.reactlibrary.test:attr/multiChoiceItemLayout = 0x7f030186
|
|
1438
|
-
com.reactlibrary.test:attr/moveWhenScrollAtTop = 0x7f030185
|
|
1439
|
-
com.reactlibrary.test:attr/wavePhase = 0x7f030254
|
|
1440
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f0e0150
|
|
1441
|
-
com.reactlibrary.test:attr/motion_triggerOnCollision = 0x7f030184
|
|
1442
|
-
com.reactlibrary.test:id/sharedValueSet = 0x7f080124
|
|
1443
|
-
com.reactlibrary.test:attr/color = 0x7f030078
|
|
1444
|
-
com.reactlibrary.test:attr/motion_postLayoutCollision = 0x7f030183
|
|
1445
|
-
com.reactlibrary.test:attr/mock_showLabel = 0x7f030174
|
|
1446
|
-
com.reactlibrary.test:animator/fragment_open_enter = 0x7f020004
|
|
1447
|
-
com.reactlibrary.test:id/root = 0x7f080111
|
|
1448
|
-
com.reactlibrary.test:attr/motionProgress = 0x7f030180
|
|
1449
|
-
com.reactlibrary.test:style/ThemeOverlay.AppCompat.Dialog = 0x7f0e0124
|
|
1450
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Headline = 0x7f0e00cf
|
|
1451
|
-
com.reactlibrary.test:attr/motionEffect_translationX = 0x7f03017b
|
|
1452
|
-
com.reactlibrary.test:id/NO_DEBUG = 0x7f080004
|
|
1453
|
-
com.reactlibrary.test:color/notification_icon_bg_color = 0x7f050050
|
|
1454
|
-
com.reactlibrary.test:attr/iconTintMode = 0x7f0300fb
|
|
1455
|
-
com.reactlibrary.test:attr/motionEffect_start = 0x7f030179
|
|
1456
|
-
com.reactlibrary.test:style/MyDialogNotFullScreen = 0x7f0e00a9
|
|
1457
|
-
com.reactlibrary.test:attr/roundTopRight = 0x7f0301d0
|
|
1458
|
-
com.reactlibrary.test:style/Base.V21.Theme.AppCompat.Light.Dialog = 0x7f0e0055
|
|
1459
|
-
com.reactlibrary.test:style/Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f0e003a
|
|
1460
|
-
com.reactlibrary.test:id/accessibility_custom_action_19 = 0x7f080017
|
|
1461
|
-
com.reactlibrary.test:attr/windowMinWidthMinor = 0x7f03025f
|
|
1462
|
-
com.reactlibrary.test:color/abc_primary_text_disable_only_material_light = 0x7f05000a
|
|
1463
|
-
com.reactlibrary.test:attr/animateRelativeTo = 0x7f030030
|
|
1464
|
-
com.reactlibrary.test:attr/motionDebug = 0x7f030175
|
|
1465
|
-
com.reactlibrary.test:attr/mock_labelColor = 0x7f030172
|
|
1466
|
-
com.reactlibrary.test:dimen/abc_text_size_display_2_material = 0x7f060044
|
|
1467
|
-
com.reactlibrary.test:attr/numericModifiers = 0x7f03018c
|
|
1468
|
-
com.reactlibrary.test:color/common_google_signin_btn_text_dark_pressed = 0x7f050031
|
|
1469
|
-
com.reactlibrary.test:attr/flow_padding = 0x7f0300df
|
|
1470
|
-
com.reactlibrary.test:attr/windowFixedWidthMinor = 0x7f03025d
|
|
1471
|
-
com.reactlibrary.test:dimen/disabled_alpha_material_light = 0x7f060059
|
|
1472
|
-
com.reactlibrary.test:attr/showAsAction = 0x7f0301e0
|
|
1473
|
-
com.reactlibrary.test:attr/fontProviderQuery = 0x7f0300ec
|
|
1474
|
-
com.reactlibrary.test:drawable/abc_list_longpressed_holo = 0x7f070027
|
|
1475
|
-
com.reactlibrary.test:id/triangle = 0x7f08015e
|
|
1476
|
-
com.reactlibrary.test:dimen/notification_right_side_padding_top = 0x7f060074
|
|
1477
|
-
com.reactlibrary.test:layout/select_dialog_multichoice_material = 0x7f0b0039
|
|
1478
|
-
com.reactlibrary.test:attr/maxWidth = 0x7f030169
|
|
1479
|
-
com.reactlibrary.test:style/Base.V28.Theme.AppCompat = 0x7f0e005e
|
|
1480
|
-
com.reactlibrary.test:attr/actionModeSplitBackground = 0x7f03001d
|
|
1481
|
-
com.reactlibrary.test:string/common_google_play_services_install_title = 0x7f0d003f
|
|
1482
|
-
com.reactlibrary.test:attr/maxHeight = 0x7f030167
|
|
1483
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Display3 = 0x7f0e00cd
|
|
1484
|
-
com.reactlibrary.test:attr/listPreferredItemPaddingRight = 0x7f030161
|
|
1485
|
-
com.reactlibrary.test:attr/listPreferredItemPaddingLeft = 0x7f030160
|
|
1486
|
-
com.reactlibrary.test:drawable/abc_list_pressed_holo_dark = 0x7f070028
|
|
1487
|
-
com.reactlibrary.test:layout/notification_media_cancel_action = 0x7f0b0029
|
|
1488
|
-
com.reactlibrary.test:attr/triggerId = 0x7f030243
|
|
1489
|
-
com.reactlibrary.test:id/ifRoom = 0x7f0800c7
|
|
1490
|
-
com.reactlibrary.test:anim/abc_popup_enter = 0x7f010003
|
|
1491
|
-
com.reactlibrary.test:id/graph = 0x7f0800ba
|
|
1492
|
-
com.reactlibrary.test:attr/ratingBarStyle = 0x7f0301bb
|
|
1493
|
-
com.reactlibrary.test:attr/allowStacking = 0x7f03002b
|
|
1494
|
-
com.reactlibrary.test:attr/listPopupWindowStyle = 0x7f03015b
|
|
1495
|
-
com.reactlibrary.test:id/gone = 0x7f0800b9
|
|
1496
|
-
com.reactlibrary.test:id/packed = 0x7f0800f9
|
|
1497
|
-
com.reactlibrary.test:animator/fragment_open_exit = 0x7f020005
|
|
1498
|
-
com.reactlibrary.test:color/bright_foreground_disabled_material_light = 0x7f050023
|
|
1499
|
-
com.reactlibrary.test:style/Widget.AppCompat.SearchView.ActionBar = 0x7f0e0166
|
|
1500
|
-
com.reactlibrary.test:attr/textColorSearchUrl = 0x7f030214
|
|
1501
|
-
com.reactlibrary.test:attr/colorPrimaryDark = 0x7f030081
|
|
1502
|
-
com.reactlibrary.test:styleable/ActionMode = 0x7f0f0004
|
|
1503
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_text_dark_normal_background = 0x7f070064
|
|
1504
|
-
com.reactlibrary.test:attr/buttonSize = 0x7f030056
|
|
1505
|
-
com.reactlibrary.test:attr/listChoiceIndicatorMultipleAnimated = 0x7f030155
|
|
1506
|
-
com.reactlibrary.test:attr/springMass = 0x7f0301ee
|
|
1507
|
-
com.reactlibrary.test:style/TextAppearance.Compat.Notification.Info.Media = 0x7f0e00f8
|
|
1508
|
-
com.reactlibrary.test:attr/layout_goneMarginLeft = 0x7f030149
|
|
1509
|
-
com.reactlibrary.test:id/autoComplete = 0x7f080055
|
|
1510
|
-
com.reactlibrary.test:attr/layout_dodgeInsetEdges = 0x7f030143
|
|
1511
|
-
com.reactlibrary.test:attr/overlay = 0x7f030195
|
|
1512
|
-
com.reactlibrary.test:attr/checkMarkCompat = 0x7f030066
|
|
1513
|
-
com.reactlibrary.test:color/abc_tint_spinner = 0x7f050017
|
|
1514
|
-
com.reactlibrary.test:dimen/abc_disabled_alpha_material_light = 0x7f060028
|
|
1515
|
-
com.reactlibrary.test:attr/windowMinWidthMajor = 0x7f03025e
|
|
1516
|
-
com.reactlibrary.test:attr/layout_goneMarginEnd = 0x7f030148
|
|
1517
|
-
com.reactlibrary.test:layout/notification_template_part_chronometer = 0x7f0b0033
|
|
1518
|
-
com.reactlibrary.test:string/catalyst_debugjs = 0x7f0d0025
|
|
1519
|
-
com.reactlibrary.test:id/up = 0x7f080161
|
|
1520
|
-
com.reactlibrary.test:attr/layout_goneMarginBaseline = 0x7f030146
|
|
1521
|
-
com.reactlibrary.test:anim/abc_slide_in_top = 0x7f010007
|
|
1522
|
-
com.reactlibrary.test:attr/layout_constraintWidth_min = 0x7f030141
|
|
1523
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_icon_dark_normal_background = 0x7f07005b
|
|
1524
|
-
com.reactlibrary.test:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f07001f
|
|
1525
|
-
com.reactlibrary.test:attr/ifTagNotSet = 0x7f0300fd
|
|
1526
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f0e0155
|
|
1527
|
-
com.reactlibrary.test:style/Widget.AppCompat.DrawerArrowToggle = 0x7f0e013e
|
|
1528
|
-
com.reactlibrary.test:anim/slide_left = 0x7f01001e
|
|
1529
|
-
com.reactlibrary.test:attr/flow_verticalStyle = 0x7f0300e3
|
|
1530
|
-
com.reactlibrary.test:attr/limitBoundsTo = 0x7f030152
|
|
1531
|
-
com.reactlibrary.test:drawable/abc_btn_default_mtrl_shape = 0x7f070008
|
|
1532
|
-
com.reactlibrary.test:styleable/RecycleListView = 0x7f0f0045
|
|
1533
|
-
com.reactlibrary.test:attr/layout_constraintWidth_default = 0x7f03013f
|
|
1534
|
-
com.reactlibrary.test:attr/layout_constraintVertical_weight = 0x7f03013d
|
|
1535
|
-
com.reactlibrary.test:color/tooltip_background_light = 0x7f050067
|
|
1536
|
-
com.reactlibrary.test:drawable/btn_checkbox_unchecked_mtrl = 0x7f070051
|
|
1537
|
-
com.reactlibrary.test:attr/constraint_referenced_ids = 0x7f030089
|
|
1538
|
-
com.reactlibrary.test:attr/arcMode = 0x7f030032
|
|
1539
|
-
com.reactlibrary.test:color/abc_decor_view_status_guard_light = 0x7f050006
|
|
1540
|
-
com.reactlibrary.test:attr/layout_constraintStart_toStartOf = 0x7f030136
|
|
1541
|
-
com.reactlibrary.test:attr/layout_constraintRight_toRightOf = 0x7f030134
|
|
1542
|
-
com.reactlibrary.test:attr/autoTransition = 0x7f03003d
|
|
1543
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f0e0047
|
|
1544
|
-
com.reactlibrary.test:attr/fontProviderSystemFontFamily = 0x7f0300ed
|
|
1545
|
-
com.reactlibrary.test:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f0e012e
|
|
1546
|
-
com.reactlibrary.test:attr/layout_constraintLeft_toLeftOf = 0x7f030130
|
|
1547
|
-
com.reactlibrary.test:color/common_google_signin_btn_text_dark = 0x7f05002d
|
|
1548
|
-
com.reactlibrary.test:attr/keylines = 0x7f03010b
|
|
1549
|
-
com.reactlibrary.test:attr/layout_constraintHorizontal_bias = 0x7f03012c
|
|
1550
|
-
com.reactlibrary.test:attr/imageButtonStyle = 0x7f030101
|
|
1551
|
-
com.reactlibrary.test:attr/listPreferredItemHeight = 0x7f03015c
|
|
1552
|
-
com.reactlibrary.test:attr/layout_constraintHeight_percent = 0x7f03012b
|
|
1553
|
-
com.reactlibrary.test:attr/layout_constraintHeight = 0x7f030127
|
|
1554
|
-
com.reactlibrary.test:attr/currentState = 0x7f030098
|
|
1555
|
-
com.reactlibrary.test:attr/touchRegionId = 0x7f03023a
|
|
1556
|
-
com.reactlibrary.test:attr/layout_constraintBottom_creator = 0x7f03011b
|
|
1557
|
-
com.reactlibrary.test:style/Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f0e0136
|
|
1558
|
-
com.reactlibrary.test:attr/flow_firstHorizontalStyle = 0x7f0300d3
|
|
1559
|
-
com.reactlibrary.test:attr/layout_constraintGuide_end = 0x7f030125
|
|
1560
|
-
com.reactlibrary.test:attr/commitIcon = 0x7f030084
|
|
1561
|
-
com.reactlibrary.test:id/bannerScroll = 0x7f08005b
|
|
1562
|
-
com.reactlibrary.test:attr/methodName = 0x7f03016c
|
|
1563
|
-
com.reactlibrary.test:attr/layout_constraintDimensionRatio = 0x7f030121
|
|
1564
|
-
com.reactlibrary.test:attr/listPreferredItemHeightSmall = 0x7f03015e
|
|
1565
|
-
com.reactlibrary.test:style/Base.V26.Theme.AppCompat = 0x7f0e005b
|
|
1566
|
-
com.reactlibrary.test:attr/layout_constraintBottom_toBottomOf = 0x7f03011c
|
|
1567
|
-
com.reactlibrary.test:attr/layout_constraintTop_toBottomOf = 0x7f030139
|
|
1568
|
-
com.reactlibrary.test:attr/carousel_touchUp_velocityThreshold = 0x7f030064
|
|
1569
|
-
com.reactlibrary.test:attr/layout_constraintCircleAngle = 0x7f03011f
|
|
1570
|
-
com.reactlibrary.test:attr/layout_constraintCircle = 0x7f03011e
|
|
1571
|
-
com.reactlibrary.test:id/accessibility_custom_action_1 = 0x7f08000d
|
|
1572
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Subhead.Inverse = 0x7f0e0025
|
|
1573
|
-
com.reactlibrary.test:attr/layout_constraintWidth = 0x7f03013e
|
|
1574
|
-
com.reactlibrary.test:anim/btn_checkbox_to_unchecked_box_inner_merged_animation = 0x7f01000f
|
|
1575
|
-
com.reactlibrary.test:string/catalyst_stop_profile = 0x7f0d0038
|
|
1576
|
-
com.reactlibrary.test:layout/notification_template_custom_big = 0x7f0b002e
|
|
1577
|
-
com.reactlibrary.test:attr/contentInsetRight = 0x7f030091
|
|
1578
|
-
com.reactlibrary.test:attr/layoutDescription = 0x7f03010f
|
|
1579
|
-
com.reactlibrary.test:attr/layout = 0x7f03010e
|
|
1580
|
-
com.reactlibrary.test:id/spring = 0x7f080133
|
|
1581
|
-
com.reactlibrary.test:attr/roundAsCircle = 0x7f0301cb
|
|
1582
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Caption = 0x7f0e0011
|
|
1583
|
-
com.reactlibrary.test:dimen/abc_dropdownitem_icon_width = 0x7f060029
|
|
1584
|
-
com.reactlibrary.test:color/material_grey_300 = 0x7f050049
|
|
1585
|
-
com.reactlibrary.test:attr/actionModeBackground = 0x7f030012
|
|
1586
|
-
com.reactlibrary.test:attr/lastBaselineToBottomHeight = 0x7f03010d
|
|
1587
|
-
com.reactlibrary.test:layout/ime_secondary_split_test_activity = 0x7f0b0025
|
|
1588
|
-
com.reactlibrary.test:color/abc_search_url_text_normal = 0x7f05000e
|
|
1589
|
-
com.reactlibrary.test:drawable/notification_bg_normal_pressed = 0x7f07007f
|
|
1590
|
-
com.reactlibrary.test:attr/isLightTheme = 0x7f030108
|
|
1591
|
-
com.reactlibrary.test:style/Base.Animation.AppCompat.DropDownUp = 0x7f0e0009
|
|
1592
|
-
com.reactlibrary.test:id/unchecked = 0x7f08015f
|
|
1593
|
-
com.reactlibrary.test:anim/catalyst_push_up_out = 0x7f010019
|
|
1594
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f0e00e4
|
|
1595
|
-
com.reactlibrary.test:attr/initialActivityCount = 0x7f030107
|
|
1596
|
-
com.reactlibrary.test:attr/voiceIcon = 0x7f03024f
|
|
1597
|
-
com.reactlibrary.test:id/scrollView2 = 0x7f080118
|
|
1598
|
-
com.reactlibrary.test:id/clockwise = 0x7f080080
|
|
1599
|
-
com.reactlibrary.test:attr/imageRotate = 0x7f030104
|
|
1600
|
-
com.reactlibrary.test:id/action0 = 0x7f08002c
|
|
1601
|
-
com.reactlibrary.test:dimen/tooltip_precise_anchor_threshold = 0x7f06007f
|
|
1602
|
-
com.reactlibrary.test:attr/layout_constraintBaseline_creator = 0x7f030117
|
|
1603
|
-
com.reactlibrary.test:attr/textAppearanceSmallPopupMenu = 0x7f03020d
|
|
1604
|
-
com.reactlibrary.test:attr/region_widthMoreThan = 0x7f0301c5
|
|
1605
|
-
com.reactlibrary.test:id/start = 0x7f080139
|
|
1606
|
-
com.reactlibrary.test:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f070030
|
|
1607
|
-
com.reactlibrary.test:styleable/MenuGroup = 0x7f0f0035
|
|
1608
|
-
com.reactlibrary.test:attr/springStiffness = 0x7f0301ef
|
|
1609
|
-
com.reactlibrary.test:attr/imagePanX = 0x7f030102
|
|
1610
|
-
com.reactlibrary.test:string/abc_searchview_description_submit = 0x7f0d0016
|
|
1611
|
-
com.reactlibrary.test:attr/circularflow_angles = 0x7f03006d
|
|
1612
|
-
com.reactlibrary.test:attr/singleChoiceItemLayout = 0x7f0301e5
|
|
1613
|
-
com.reactlibrary.test:attr/buttonBarNegativeButtonStyle = 0x7f03004e
|
|
1614
|
-
com.reactlibrary.test:attr/ifTagSet = 0x7f0300fe
|
|
1615
|
-
com.reactlibrary.test:attr/layout_constraintHeight_min = 0x7f03012a
|
|
1616
|
-
com.reactlibrary.test:attr/layout_constraintWidth_percent = 0x7f030142
|
|
1617
|
-
com.reactlibrary.test:id/path = 0x7f0800fd
|
|
1618
|
-
com.reactlibrary.test:attr/tooltipFrameBackground = 0x7f030236
|
|
1619
|
-
com.reactlibrary.test:attr/icon = 0x7f0300f9
|
|
1620
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f0e0089
|
|
1621
|
-
com.reactlibrary.test:attr/hideOnContentScroll = 0x7f0300f6
|
|
1622
|
-
com.reactlibrary.test:id/expand_activities_button = 0x7f0800a9
|
|
1623
|
-
com.reactlibrary.test:attr/height = 0x7f0300f5
|
|
1624
|
-
com.reactlibrary.test:attr/goIcon = 0x7f0300f3
|
|
1625
|
-
com.reactlibrary.test:dimen/abc_action_button_min_width_material = 0x7f06000e
|
|
1626
|
-
com.reactlibrary.test:color/button_material_light = 0x7f050029
|
|
1627
|
-
com.reactlibrary.test:attr/paddingStart = 0x7f030199
|
|
1628
|
-
com.reactlibrary.test:attr/layout_constraintHorizontal_chainStyle = 0x7f03012d
|
|
1629
|
-
com.reactlibrary.test:attr/layout_constraintGuide_begin = 0x7f030124
|
|
1630
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f0e002e
|
|
1631
|
-
com.reactlibrary.test:attr/fontProviderPackage = 0x7f0300eb
|
|
1632
|
-
com.reactlibrary.test:id/overshoot = 0x7f0800f8
|
|
1633
|
-
com.reactlibrary.test:attr/suggestionRowLayout = 0x7f0301fc
|
|
1634
|
-
com.reactlibrary.test:color/accent_material_light = 0x7f05001a
|
|
1635
|
-
com.reactlibrary.test:dimen/abc_control_inset_material = 0x7f060019
|
|
1636
|
-
com.reactlibrary.test:dimen/abc_button_inset_vertical_material = 0x7f060013
|
|
1637
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f0e00d8
|
|
1638
|
-
com.reactlibrary.test:string/common_google_play_services_enable_text = 0x7f0d003b
|
|
1639
|
-
com.reactlibrary.test:dimen/abc_text_size_button_material = 0x7f060041
|
|
1640
|
-
com.reactlibrary.test:attr/layout_constraintRight_toLeftOf = 0x7f030133
|
|
1641
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f0e00bc
|
|
1642
|
-
com.reactlibrary.test:id/view_tree_saved_state_registry_owner = 0x7f080168
|
|
1643
|
-
com.reactlibrary.test:anim/slide_out_bottom = 0x7f01001f
|
|
1644
|
-
com.reactlibrary.test:string/abc_capital_on = 0x7f0d0007
|
|
1645
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Menu = 0x7f0e00d9
|
|
1646
|
-
com.reactlibrary.test:attr/flow_wrapMode = 0x7f0300e4
|
|
1647
|
-
com.reactlibrary.test:attr/flow_maxElementsWrap = 0x7f0300de
|
|
1648
|
-
com.reactlibrary.test:style/Widget.AppCompat.SearchView = 0x7f0e0165
|
|
1649
|
-
com.reactlibrary.test:attr/layout_constraintCircleRadius = 0x7f030120
|
|
1650
|
-
com.reactlibrary.test:attr/buttonBarStyle = 0x7f030051
|
|
1651
|
-
com.reactlibrary.test:id/cancel_action = 0x7f080070
|
|
1652
|
-
com.reactlibrary.test:attr/flow_lastHorizontalStyle = 0x7f0300db
|
|
1653
|
-
com.reactlibrary.test:attr/queryPatterns = 0x7f0301b9
|
|
1654
|
-
com.reactlibrary.test:layout/abc_list_menu_item_checkbox = 0x7f0b000e
|
|
1655
|
-
com.reactlibrary.test:attr/layout_goneMarginStart = 0x7f03014b
|
|
1656
|
-
com.reactlibrary.test:attr/logo = 0x7f030163
|
|
1657
|
-
com.reactlibrary.test:attr/editTextBackground = 0x7f0300c3
|
|
1658
|
-
com.reactlibrary.test:attr/flow_lastHorizontalBias = 0x7f0300da
|
|
1659
|
-
com.reactlibrary.test:attr/layout_editor_absoluteY = 0x7f030145
|
|
1660
|
-
com.reactlibrary.test:attr/keyPositionType = 0x7f03010a
|
|
1661
|
-
com.reactlibrary.test:dimen/item_touch_helper_swipe_escape_velocity = 0x7f060066
|
|
1662
|
-
com.reactlibrary.test:attr/firstBaselineToTopHeight = 0x7f0300d1
|
|
1663
|
-
com.reactlibrary.test:styleable/Constraint = 0x7f0f0016
|
|
1664
|
-
com.reactlibrary.test:dimen/abc_action_bar_icon_vertical_padding_material = 0x7f060006
|
|
1665
|
-
com.reactlibrary.test:attr/fastScrollVerticalThumbDrawable = 0x7f0300cf
|
|
1666
|
-
com.reactlibrary.test:color/ripple_material_light = 0x7f05005b
|
|
1667
|
-
com.reactlibrary.test:layout/abc_action_mode_close_item_material = 0x7f0b0005
|
|
1668
|
-
com.reactlibrary.test:attr/barrierMargin = 0x7f030047
|
|
1669
|
-
com.reactlibrary.test:attr/emojiCompatEnabled = 0x7f0300c7
|
|
1670
|
-
com.reactlibrary.test:color/primary_text_default_material_dark = 0x7f050056
|
|
1671
|
-
com.reactlibrary.test:attr/selectableItemBackgroundBorderless = 0x7f0301dd
|
|
1672
|
-
com.reactlibrary.test:attr/editTextStyle = 0x7f0300c5
|
|
1673
|
-
com.reactlibrary.test:drawable/notification_oversize_large_icon_bg = 0x7f070081
|
|
1674
|
-
com.reactlibrary.test:attr/windowActionModeOverlay = 0x7f030259
|
|
1675
|
-
com.reactlibrary.test:attr/flow_horizontalGap = 0x7f0300d8
|
|
1676
|
-
com.reactlibrary.test:attr/transitionFlags = 0x7f030241
|
|
1677
|
-
com.reactlibrary.test:attr/editTextColor = 0x7f0300c4
|
|
1678
|
-
com.reactlibrary.test:id/easeIn = 0x7f0800a1
|
|
1679
|
-
com.reactlibrary.test:attr/motionEffect_viewTransition = 0x7f03017d
|
|
1680
|
-
com.reactlibrary.test:attr/nestedScrollViewStyle = 0x7f03018b
|
|
1681
|
-
com.reactlibrary.test:attr/clearsTag = 0x7f030072
|
|
1682
|
-
com.reactlibrary.test:animator/fragment_close_enter = 0x7f020000
|
|
1683
|
-
com.reactlibrary.test:color/primary_material_light = 0x7f050055
|
|
1684
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f0e00ed
|
|
1685
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f0e009b
|
|
1686
|
-
com.reactlibrary.test:attr/textBackgroundPanY = 0x7f030210
|
|
1687
|
-
com.reactlibrary.test:attr/quantizeMotionInterpolator = 0x7f0301b4
|
|
1688
|
-
com.reactlibrary.test:string/catalyst_start_profile = 0x7f0d0037
|
|
1689
|
-
com.reactlibrary.test:attr/fadeDuration = 0x7f0300c9
|
|
1690
|
-
com.reactlibrary.test:attr/constraintSetStart = 0x7f030088
|
|
1691
|
-
com.reactlibrary.test:string/common_open_on_phone = 0x7f0d0049
|
|
1692
|
-
com.reactlibrary.test:styleable/KeyTimeCycle = 0x7f0f002e
|
|
1693
|
-
com.reactlibrary.test:attr/flow_firstHorizontalBias = 0x7f0300d2
|
|
1694
|
-
com.reactlibrary.test:id/sawtooth = 0x7f080113
|
|
1695
|
-
com.reactlibrary.test:attr/drawerArrowStyle = 0x7f0300bf
|
|
1696
|
-
com.reactlibrary.test:attr/drawableTopCompat = 0x7f0300be
|
|
1697
|
-
com.reactlibrary.test:drawable/abc_ic_menu_copy_mtrl_am_alpha = 0x7f07001a
|
|
1698
|
-
com.reactlibrary.test:id/included = 0x7f0800d2
|
|
1699
|
-
com.reactlibrary.test:bool/abc_action_bar_embed_tabs = 0x7f040000
|
|
1700
|
-
com.reactlibrary.test:attr/popupMenuStyle = 0x7f0301aa
|
|
1701
|
-
com.reactlibrary.test:dimen/abc_list_item_height_small_material = 0x7f060032
|
|
1702
|
-
com.reactlibrary.test:attr/layout_insetEdge = 0x7f03014d
|
|
1703
|
-
com.reactlibrary.test:color/bright_foreground_inverse_material_dark = 0x7f050024
|
|
1704
|
-
com.reactlibrary.test:attr/layout_anchor = 0x7f030112
|
|
1705
|
-
com.reactlibrary.test:attr/layout_anchorGravity = 0x7f030113
|
|
1706
|
-
com.reactlibrary.test:attr/layout_constraintTop_creator = 0x7f030138
|
|
1707
|
-
com.reactlibrary.test:bool/workmanager_test_configuration = 0x7f040005
|
|
1708
|
-
com.reactlibrary.test:attr/spanCount = 0x7f0301e7
|
|
1709
|
-
com.reactlibrary.test:attr/actionBarTheme = 0x7f03000b
|
|
1710
|
-
com.reactlibrary.test:attr/dividerPadding = 0x7f0300b0
|
|
1711
|
-
com.reactlibrary.test:attr/drawableStartCompat = 0x7f0300bb
|
|
1712
|
-
com.reactlibrary.test:attr/touchAnchorSide = 0x7f030239
|
|
1713
|
-
com.reactlibrary.test:drawable/abc_text_cursor_material = 0x7f070045
|
|
1714
|
-
com.reactlibrary.test:dimen/item_touch_helper_max_drag_scroll_per_frame = 0x7f060064
|
|
1715
|
-
com.reactlibrary.test:style/ThemeOverlay.AppCompat.DayNight = 0x7f0e0122
|
|
1716
|
-
com.reactlibrary.test:style/Theme.AppCompat.DayNight = 0x7f0e0106
|
|
1717
|
-
com.reactlibrary.test:attr/drawableBottomCompat = 0x7f0300b6
|
|
1718
|
-
com.reactlibrary.test:style/CustomLeftDialogAnimation = 0x7f0e00a3
|
|
1719
|
-
com.reactlibrary.test:attr/layout_constraintLeft_toRightOf = 0x7f030131
|
|
1720
|
-
com.reactlibrary.test:attr/titleMarginStart = 0x7f03022d
|
|
1721
|
-
com.reactlibrary.test:dimen/abc_action_bar_elevation_material = 0x7f060005
|
|
1722
|
-
com.reactlibrary.test:styleable/Transform = 0x7f0f0052
|
|
1723
|
-
com.reactlibrary.test:attr/dragThreshold = 0x7f0300b4
|
|
1724
|
-
com.reactlibrary.test:attr/onPositiveCross = 0x7f030190
|
|
1725
|
-
com.reactlibrary.test:id/search_bar = 0x7f08011a
|
|
1726
|
-
com.reactlibrary.test:id/percent = 0x7f0800ff
|
|
1727
|
-
com.reactlibrary.test:drawable/abc_switch_track_mtrl_alpha = 0x7f070042
|
|
1728
|
-
com.reactlibrary.test:attr/fontProviderFetchStrategy = 0x7f0300e9
|
|
1729
|
-
com.reactlibrary.test:id/tag_transition_group = 0x7f08014d
|
|
1730
|
-
com.reactlibrary.test:attr/layout_constraintStart_toEndOf = 0x7f030135
|
|
1731
|
-
com.reactlibrary.test:attr/divider = 0x7f0300ae
|
|
1732
|
-
com.reactlibrary.test:attr/carousel_previousState = 0x7f030061
|
|
1733
|
-
com.reactlibrary.test:id/tag_window_insets_animation_callback = 0x7f080150
|
|
1734
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Tooltip = 0x7f0e00e2
|
|
1735
|
-
com.reactlibrary.test:dimen/abc_cascading_menus_min_smallest_width = 0x7f060016
|
|
1736
|
-
com.reactlibrary.test:attr/percentY = 0x7f0301a3
|
|
1737
|
-
com.reactlibrary.test:drawable/notification_bg = 0x7f07007a
|
|
1738
|
-
com.reactlibrary.test:attr/iconTint = 0x7f0300fa
|
|
1739
|
-
com.reactlibrary.test:attr/layout_constraintEnd_toEndOf = 0x7f030122
|
|
1740
|
-
com.reactlibrary.test:drawable/abc_spinner_textfield_background_material = 0x7f07003e
|
|
1741
|
-
com.reactlibrary.test:attr/dialogCornerRadius = 0x7f0300aa
|
|
1742
|
-
com.reactlibrary.test:style/Widget.AppCompat.PopupMenu = 0x7f0e015d
|
|
1743
|
-
com.reactlibrary.test:id/dimensions = 0x7f080093
|
|
1744
|
-
com.reactlibrary.test:dimen/abc_action_bar_overflow_padding_end_material = 0x7f060007
|
|
1745
|
-
com.reactlibrary.test:attr/deltaPolarRadius = 0x7f0300a8
|
|
1746
|
-
com.reactlibrary.test:attr/defaultDuration = 0x7f0300a4
|
|
1747
|
-
com.reactlibrary.test:attr/waveShape = 0x7f030255
|
|
1748
|
-
com.reactlibrary.test:attr/customColorDrawableValue = 0x7f03009b
|
|
1749
|
-
com.reactlibrary.test:attr/customStringValue = 0x7f0300a3
|
|
1750
|
-
com.reactlibrary.test:attr/customReference = 0x7f0300a2
|
|
1751
|
-
com.reactlibrary.test:id/accessibility_custom_action_22 = 0x7f08001b
|
|
1752
|
-
com.reactlibrary.test:attr/customNavigationLayout = 0x7f0300a0
|
|
1753
|
-
com.reactlibrary.test:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f0e003c
|
|
1754
|
-
com.reactlibrary.test:attr/layout_marginBaseline = 0x7f03014f
|
|
1755
|
-
com.reactlibrary.test:dimen/compat_button_inset_vertical_material = 0x7f060052
|
|
1756
|
-
com.reactlibrary.test:color/material_blue_grey_800 = 0x7f050043
|
|
1757
|
-
com.reactlibrary.test:id/image = 0x7f0800ca
|
|
1758
|
-
com.reactlibrary.test:attr/customFloatValue = 0x7f03009e
|
|
1759
|
-
com.reactlibrary.test:attr/collapseIcon = 0x7f030077
|
|
1760
|
-
com.reactlibrary.test:attr/actionModePasteDrawable = 0x7f030019
|
|
1761
|
-
com.reactlibrary.test:id/rn_redbox_stack = 0x7f080110
|
|
1762
|
-
com.reactlibrary.test:attr/curveFit = 0x7f030099
|
|
1763
|
-
com.reactlibrary.test:attr/motionPathRotate = 0x7f03017f
|
|
1764
|
-
com.reactlibrary.test:id/accessibility_custom_action_3 = 0x7f080023
|
|
1765
|
-
com.reactlibrary.test:attr/motionInterpolator = 0x7f03017e
|
|
1766
|
-
com.reactlibrary.test:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f0e00ae
|
|
1767
|
-
com.reactlibrary.test:attr/imageAspectRatio = 0x7f0300ff
|
|
1768
|
-
com.reactlibrary.test:attr/contentInsetLeft = 0x7f030090
|
|
1769
|
-
com.reactlibrary.test:id/constraint = 0x7f080083
|
|
1770
|
-
com.reactlibrary.test:id/action_bar_container = 0x7f080032
|
|
1771
|
-
com.reactlibrary.test:dimen/notification_right_icon_size = 0x7f060073
|
|
1772
|
-
com.reactlibrary.test:attr/contentInsetEndWithActions = 0x7f03008f
|
|
1773
|
-
com.reactlibrary.test:attr/submitBackground = 0x7f0301f7
|
|
1774
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Dialog.MinWidth = 0x7f0e0042
|
|
1775
|
-
com.reactlibrary.test:attr/content = 0x7f03008c
|
|
1776
|
-
com.reactlibrary.test:attr/waveDecay = 0x7f030251
|
|
1777
|
-
com.reactlibrary.test:attr/autoSizePresetSizes = 0x7f03003a
|
|
1778
|
-
com.reactlibrary.test:color/primary_material_dark = 0x7f050054
|
|
1779
|
-
com.reactlibrary.test:style/Widget.AppCompat.ActionButton = 0x7f0e012d
|
|
1780
|
-
com.reactlibrary.test:attr/colorSwitchThumbNormal = 0x7f030083
|
|
1781
|
-
com.reactlibrary.test:attr/autoSizeStepGranularity = 0x7f03003b
|
|
1782
|
-
com.reactlibrary.test:layout/abc_screen_toolbar = 0x7f0b0017
|
|
1783
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_icon_light_focused = 0x7f07005e
|
|
1784
|
-
com.reactlibrary.test:styleable/ViewTransition = 0x7f0f0058
|
|
1785
|
-
com.reactlibrary.test:attr/background = 0x7f03003e
|
|
1786
|
-
com.reactlibrary.test:id/dragUp = 0x7f0800a0
|
|
1787
|
-
com.reactlibrary.test:color/switch_thumb_normal_material_dark = 0x7f050064
|
|
1788
|
-
com.reactlibrary.test:attr/fontFamily = 0x7f0300e6
|
|
1789
|
-
com.reactlibrary.test:dimen/abc_dialog_fixed_width_major = 0x7f06001e
|
|
1790
|
-
com.reactlibrary.test:attr/constraintSetEnd = 0x7f030087
|
|
1791
|
-
com.reactlibrary.test:string/call_notification_hang_up_action = 0x7f0d0021
|
|
1792
|
-
com.reactlibrary.test:attr/actionOverflowMenuStyle = 0x7f030022
|
|
1793
|
-
com.reactlibrary.test:attr/closeItemLayout = 0x7f030075
|
|
1794
|
-
com.reactlibrary.test:id/progress_horizontal = 0x7f080104
|
|
1795
|
-
com.reactlibrary.test:attr/trackTintMode = 0x7f03023d
|
|
1796
|
-
com.reactlibrary.test:id/fill_vertical = 0x7f0800ad
|
|
1797
|
-
com.reactlibrary.test:styleable/GradientColorItem = 0x7f0f0026
|
|
1798
|
-
com.reactlibrary.test:color/material_deep_teal_200 = 0x7f050046
|
|
1799
|
-
com.reactlibrary.test:attr/dragDirection = 0x7f0300b2
|
|
1800
|
-
com.reactlibrary.test:attr/layout_constraintHeight_max = 0x7f030129
|
|
1801
|
-
com.reactlibrary.test:attr/closeIcon = 0x7f030074
|
|
1802
|
-
com.reactlibrary.test:drawable/common_google_signin_btn_text_light_normal_background = 0x7f070069
|
|
1803
|
-
com.reactlibrary.test:color/bright_foreground_material_light = 0x7f050027
|
|
1804
|
-
com.reactlibrary.test:attr/switchPadding = 0x7f0301fe
|
|
1805
|
-
com.reactlibrary.test:attr/gapBetweenBars = 0x7f0300f2
|
|
1806
|
-
com.reactlibrary.test:id/bufferingLabel = 0x7f08006c
|
|
1807
|
-
com.reactlibrary.test:attr/clickAction = 0x7f030073
|
|
1808
|
-
com.reactlibrary.test:attr/circularflow_viewCenter = 0x7f030071
|
|
1809
|
-
com.reactlibrary.test:id/onInterceptTouchReturnSwipe = 0x7f0800f7
|
|
1810
|
-
com.reactlibrary.test:attr/layout_constraintBaseline_toBottomOf = 0x7f030119
|
|
1811
|
-
com.reactlibrary.test:id/homeAsUp = 0x7f0800c1
|
|
1812
|
-
com.reactlibrary.test:id/visible = 0x7f080169
|
|
1813
|
-
com.reactlibrary.test:attr/trackTint = 0x7f03023c
|
|
1814
|
-
com.reactlibrary.test:attr/constraints = 0x7f03008b
|
|
1815
|
-
com.reactlibrary.test:attr/actionBarDivider = 0x7f030002
|
|
1816
|
-
com.reactlibrary.test:id/search_plate = 0x7f080120
|
|
1817
|
-
com.reactlibrary.test:layout/notification_action = 0x7f0b0026
|
|
1818
|
-
com.reactlibrary.test:attr/carousel_firstView = 0x7f03005d
|
|
1819
|
-
com.reactlibrary.test:id/scrollIndicatorUp = 0x7f080116
|
|
1820
|
-
com.reactlibrary.test:attr/spinnerDropDownItemStyle = 0x7f0301e9
|
|
1821
|
-
com.reactlibrary.test:attr/guidelineUseRtl = 0x7f0300f4
|
|
1822
|
-
com.reactlibrary.test:attr/buttonTintMode = 0x7f03005a
|
|
1823
|
-
com.reactlibrary.test:attr/buttonTint = 0x7f030059
|
|
1824
|
-
com.reactlibrary.test:id/adjust_height = 0x7f080044
|
|
1825
|
-
com.reactlibrary.test:attr/fastScrollVerticalTrackDrawable = 0x7f0300d0
|
|
1826
|
-
com.reactlibrary.test:drawable/ic_call_answer_low = 0x7f07006d
|
|
1827
|
-
com.reactlibrary.test:attr/actionDropDownStyle = 0x7f03000e
|
|
1828
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActivityChooserView = 0x7f0e014f
|
|
1829
|
-
com.reactlibrary.test:attr/colorBackgroundFloating = 0x7f03007a
|
|
1830
|
-
com.reactlibrary.test:id/catalyst_redbox_title = 0x7f080072
|
|
1831
|
-
com.reactlibrary.test:attr/carousel_backwardTransition = 0x7f03005b
|
|
1832
|
-
com.reactlibrary.test:drawable/abc_ab_share_pack_mtrl_alpha = 0x7f070000
|
|
1833
|
-
com.reactlibrary.test:attr/SharedValue = 0x7f030000
|
|
1834
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ActionBar = 0x7f0e0068
|
|
1835
|
-
com.reactlibrary.test:attr/placeholder_emptyVisibility = 0x7f0301a8
|
|
1836
|
-
com.reactlibrary.test:attr/elevation = 0x7f0300c6
|
|
1837
|
-
com.reactlibrary.test:attr/buttonStyle = 0x7f030057
|
|
1838
|
-
com.reactlibrary.test:style/TextAppearance.Compat.Notification.Title = 0x7f0e00fe
|
|
1839
|
-
com.reactlibrary.test:attr/buttonGravity = 0x7f030053
|
|
1840
|
-
com.reactlibrary.test:attr/alertDialogTheme = 0x7f03002a
|
|
1841
|
-
com.reactlibrary.test:color/material_grey_900 = 0x7f05004e
|
|
1842
|
-
com.reactlibrary.test:id/notification_main_column = 0x7f0800f3
|
|
1843
|
-
com.reactlibrary.test:attr/fontProviderFetchTimeout = 0x7f0300ea
|
|
1844
|
-
com.reactlibrary.test:attr/buttonBarButtonStyle = 0x7f03004d
|
|
1845
|
-
com.reactlibrary.test:id/custom = 0x7f080089
|
|
1846
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f0e014d
|
|
1847
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.Inverse = 0x7f0e0017
|
|
1848
|
-
com.reactlibrary.test:id/contentPanel = 0x7f080085
|
|
1849
|
-
com.reactlibrary.test:attr/carousel_touchUp_dampeningFactor = 0x7f030063
|
|
1850
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f0e00f0
|
|
1851
|
-
com.reactlibrary.test:id/bannerTitle = 0x7f08005c
|
|
1852
|
-
com.reactlibrary.test:attr/customBoolean = 0x7f03009a
|
|
1853
|
-
com.reactlibrary.test:attr/brightness = 0x7f03004c
|
|
1854
|
-
com.reactlibrary.test:attr/flow_firstVerticalStyle = 0x7f0300d5
|
|
1855
|
-
com.reactlibrary.test:id/action_bar = 0x7f080030
|
|
1856
|
-
com.reactlibrary.test:id/showCustom = 0x7f080127
|
|
1857
|
-
com.reactlibrary.test:dimen/notification_top_pad_large_text = 0x7f060079
|
|
1858
|
-
com.reactlibrary.test:attr/layout_goneMarginTop = 0x7f03014c
|
|
1859
|
-
com.reactlibrary.test:attr/overlayImage = 0x7f030196
|
|
1860
|
-
com.reactlibrary.test:attr/checkMarkTint = 0x7f030067
|
|
1861
|
-
com.reactlibrary.test:styleable/ConstraintSet = 0x7f0f001b
|
|
1862
|
-
com.reactlibrary.test:attr/colorControlHighlight = 0x7f03007d
|
|
1863
|
-
com.reactlibrary.test:attr/barLength = 0x7f030044
|
|
1864
|
-
com.reactlibrary.test:attr/checkMarkTintMode = 0x7f030068
|
|
1865
|
-
com.reactlibrary.test:attr/progressBarImage = 0x7f0301b0
|
|
1866
|
-
com.reactlibrary.test:dimen/notification_big_circle_margin = 0x7f06006d
|
|
1867
|
-
com.reactlibrary.test:id/dragEnd = 0x7f08009c
|
|
1868
|
-
com.reactlibrary.test:id/dragDown = 0x7f08009b
|
|
1869
|
-
com.reactlibrary.test:drawable/abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070037
|
|
1870
|
-
com.reactlibrary.test:attr/autoSizeMaxTextSize = 0x7f030038
|
|
1871
|
-
com.reactlibrary.test:attr/duration = 0x7f0300c2
|
|
1872
|
-
com.reactlibrary.test:id/action_image = 0x7f08003a
|
|
1873
|
-
com.reactlibrary.test:attr/textColorAlertDialogListItem = 0x7f030213
|
|
1874
|
-
com.reactlibrary.test:id/text = 0x7f080151
|
|
1875
|
-
com.reactlibrary.test:drawable/abc_ic_ab_back_material = 0x7f070015
|
|
1876
|
-
com.reactlibrary.test:attr/actionModeCutDrawable = 0x7f030017
|
|
1877
|
-
com.reactlibrary.test:attr/textPanY = 0x7f03021a
|
|
1878
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup = 0x7f0e00b9
|
|
1879
|
-
com.reactlibrary.test:attr/backgroundImage = 0x7f03003f
|
|
1880
|
-
com.reactlibrary.test:attr/reactiveGuide_valueId = 0x7f0301c1
|
|
1881
|
-
com.reactlibrary.test:attr/homeLayout = 0x7f0300f8
|
|
1882
|
-
com.reactlibrary.test:id/end_padder = 0x7f0800a8
|
|
1883
|
-
com.reactlibrary.test:id/sin = 0x7f08012a
|
|
1884
|
-
com.reactlibrary.test:dimen/abc_dialog_title_divider_material = 0x7f060026
|
|
1885
|
-
com.reactlibrary.test:attr/actionBarTabBarStyle = 0x7f030008
|
|
1886
|
-
com.reactlibrary.test:styleable/KeyPosition = 0x7f0f002d
|
|
1887
|
-
com.reactlibrary.test:attr/animateCircleAngleTo = 0x7f03002f
|
|
1888
|
-
com.reactlibrary.test:attr/rotationCenterId = 0x7f0301c9
|
|
1889
|
-
com.reactlibrary.test:attr/blendSrc = 0x7f030048
|
|
1890
|
-
com.reactlibrary.test:attr/deltaPolarAngle = 0x7f0300a7
|
|
1891
|
-
com.reactlibrary.test:drawable/common_full_open_on_phone = 0x7f070057
|
|
1892
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Title = 0x7f0e00e0
|
|
1893
|
-
com.reactlibrary.test:style/Base.V26.Widget.AppCompat.Toolbar = 0x7f0e005d
|
|
1894
|
-
com.reactlibrary.test:attr/layout_constraintLeft_creator = 0x7f03012f
|
|
1895
|
-
com.reactlibrary.test:attr/displayOptions = 0x7f0300ad
|
|
1896
|
-
com.reactlibrary.test:attr/roundPercent = 0x7f0301ce
|
|
1897
|
-
com.reactlibrary.test:dimen/hint_pressed_alpha_material_dark = 0x7f060062
|
|
1898
|
-
com.reactlibrary.test:attr/defaultState = 0x7f0300a6
|
|
1899
|
-
com.reactlibrary.test:drawable/abc_text_select_handle_left_mtrl = 0x7f070046
|
|
1900
|
-
com.reactlibrary.test:styleable/TextEffects = 0x7f0f0050
|
|
1901
|
-
com.reactlibrary.test:attr/showDividers = 0x7f0301e1
|
|
1902
|
-
com.reactlibrary.test:attr/contentInsetStartWithNavigation = 0x7f030093
|
|
1903
|
-
com.reactlibrary.test:id/clip_horizontal = 0x7f08007e
|
|
1904
|
-
com.reactlibrary.test:string/common_google_play_services_notification_ticker = 0x7f0d0041
|
|
1905
|
-
com.reactlibrary.test:dimen/abc_star_big = 0x7f06003b
|
|
1906
|
-
com.reactlibrary.test:attr/autoCompleteTextViewStyle = 0x7f030037
|
|
1907
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f0e008e
|
|
1908
|
-
com.reactlibrary.test:attr/mock_label = 0x7f030170
|
|
1909
|
-
com.reactlibrary.test:id/beginning = 0x7f080062
|
|
1910
|
-
com.reactlibrary.test:attr/alertDialogCenterButtons = 0x7f030028
|
|
1911
|
-
com.reactlibrary.test:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0a0001
|
|
1912
|
-
com.reactlibrary.test:attr/actionModeTheme = 0x7f03001f
|
|
1913
|
-
com.reactlibrary.test:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f0e013a
|
|
1914
|
-
com.reactlibrary.test:id/list_item = 0x7f0800e1
|
|
1915
|
-
com.reactlibrary.test:attr/flow_horizontalAlign = 0x7f0300d6
|
|
1916
|
-
com.reactlibrary.test:style/ThemeOverlay.AppCompat.DayNight.ActionBar = 0x7f0e0123
|
|
1917
|
-
com.reactlibrary.test:style/Animation.AppCompat.DropDownUp = 0x7f0e0003
|
|
1918
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Light.SearchResult.Title = 0x7f0e00d4
|
|
1919
|
-
com.reactlibrary.test:attr/flow_firstVerticalBias = 0x7f0300d4
|
|
1920
|
-
com.reactlibrary.test:attr/colorError = 0x7f03007f
|
|
1921
|
-
com.reactlibrary.test:attr/borderRound = 0x7f030049
|
|
1922
|
-
com.reactlibrary.test:attr/dividerHorizontal = 0x7f0300af
|
|
1923
|
-
com.reactlibrary.test:attr/actionModePopupWindowStyle = 0x7f03001a
|
|
1924
|
-
com.reactlibrary.test:attr/buttonStyleSmall = 0x7f030058
|
|
1925
|
-
com.reactlibrary.test:styleable/ColorStateListItem = 0x7f0f0014
|
|
1926
|
-
com.reactlibrary.test:attr/actionProviderClass = 0x7f030023
|
|
1927
|
-
com.reactlibrary.test:attr/alphabeticModifiers = 0x7f03002d
|
|
1928
|
-
com.reactlibrary.test:id/videoView = 0x7f080164
|
|
1929
|
-
com.reactlibrary.test:attr/windowFixedHeightMajor = 0x7f03025a
|
|
1930
|
-
com.reactlibrary.test:attr/textAppearanceListItemSecondary = 0x7f030208
|
|
1931
|
-
com.reactlibrary.test:id/icon_only = 0x7f0800c6
|
|
1932
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.PopupMenu = 0x7f0e0154
|
|
1933
|
-
com.reactlibrary.test:attr/customColorValue = 0x7f03009c
|
|
1934
|
-
com.reactlibrary.test:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f0e0109
|
|
1935
|
-
com.reactlibrary.test:attr/layout_constraintGuide_percent = 0x7f030126
|
|
1936
|
-
com.reactlibrary.test:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f0e0048
|
|
1937
|
-
com.reactlibrary.test:animator/fragment_fade_exit = 0x7f020003
|
|
1938
|
-
com.reactlibrary.test:styleable/KeyTrigger = 0x7f0f002f
|
|
1939
|
-
com.reactlibrary.test:attr/font = 0x7f0300e5
|
|
1940
|
-
com.reactlibrary.test:attr/actionModeCloseButtonStyle = 0x7f030013
|
|
1941
|
-
com.reactlibrary.test:style/Widget.AppCompat.ActionBar.Solid = 0x7f0e0129
|
|
1942
|
-
com.reactlibrary.test:attr/title = 0x7f030229
|
|
1943
|
-
com.reactlibrary.test:attr/activityChooserViewStyle = 0x7f030025
|
|
1944
|
-
com.reactlibrary.test:attr/actionBarWidgetTheme = 0x7f03000c
|
|
1945
|
-
com.reactlibrary.test:style/AlertDialog.AppCompat = 0x7f0e0000
|
|
1946
|
-
com.reactlibrary.test:attr/actionMenuTextColor = 0x7f030011
|
|
1947
|
-
com.reactlibrary.test:id/disableIntraAutoTransition = 0x7f080096
|
|
1948
|
-
com.reactlibrary.test:attr/layout_wrapBehaviorInParent = 0x7f030151
|
|
1949
|
-
com.reactlibrary.test:id/accessibility_custom_action_5 = 0x7f080027
|
|
1950
|
-
com.reactlibrary.test:attr/altSrc = 0x7f03002e
|
|
1951
|
-
com.reactlibrary.test:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f0e004c
|
|
1952
|
-
com.reactlibrary.test:id/graph_wrap = 0x7f0800bb
|
|
1953
|
-
com.reactlibrary.test:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f0e00c1
|
|
1954
|
-
com.reactlibrary.test:dimen/abc_action_bar_default_padding_end_material = 0x7f060003
|
|
1955
|
-
com.reactlibrary.test:dimen/abc_dialog_min_width_major = 0x7f060022
|
|
1956
|
-
com.reactlibrary.test:attr/fontStyle = 0x7f0300ee
|
|
1957
|
-
com.reactlibrary.test:anim/abc_tooltip_exit = 0x7f01000b
|
|
1958
|
-
com.reactlibrary.test:attr/actionMenuTextAppearance = 0x7f030010
|
|
1959
|
-
com.reactlibrary.test:dimen/abc_text_size_body_2_material = 0x7f060040
|
|
1960
|
-
com.reactlibrary.test:attr/actionLayout = 0x7f03000f
|
|
1961
|
-
com.reactlibrary.test:attr/drawableSize = 0x7f0300ba
|
|
1962
|
-
com.reactlibrary.test:attr/borderlessButtonStyle = 0x7f03004b
|
|
1963
|
-
com.reactlibrary.test:id/square = 0x7f080134
|
|
1964
|
-
com.reactlibrary.test:anim/btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011
|
|
1965
|
-
com.reactlibrary.test:attr/searchHintIcon = 0x7f0301d8
|
|
1966
|
-
com.reactlibrary.test:style/Base.Widget.AppCompat.RatingBar = 0x7f0e0095
|
|
1967
|
-
com.reactlibrary.test:attr/actionOverflowButtonStyle = 0x7f030021
|
|
1968
|
-
com.reactlibrary.test:color/bright_foreground_material_dark = 0x7f050026
|
|
1969
|
-
com.reactlibrary.test:attr/onCross = 0x7f03018d
|
|
1970
|
-
com.reactlibrary.test:dimen/abc_dropdownitem_text_padding_right = 0x7f06002b
|
|
1971
|
-
com.reactlibrary.test:attr/actionBarSize = 0x7f030005
|
|
1972
|
-
com.reactlibrary.test:id/accessibility_custom_action_20 = 0x7f080019
|
|
1973
|
-
com.reactlibrary.test:attr/actionModeSelectAllDrawable = 0x7f03001b
|
|
1974
|
-
com.reactlibrary.test:attr/actionBarPopupTheme = 0x7f030004
|
|
1975
|
-
com.reactlibrary.test:attr/SharedValueId = 0x7f030001
|
|
1976
|
-
com.reactlibrary.test:anim/abc_fade_out = 0x7f010001
|
|
1977
|
-
com.reactlibrary.test:dimen/hint_pressed_alpha_material_light = 0x7f060063
|
|
1978
|
-
com.reactlibrary.test:string/abc_action_bar_home_description = 0x7f0d0000
|
|
1979
|
-
com.reactlibrary.test:styleable/ActionBarLayout = 0x7f0f0001
|
|
1980
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f0e00f1
|
|
1981
|
-
com.reactlibrary.test:attr/contentInsetStart = 0x7f030092
|
|
1982
|
-
com.reactlibrary.test:dimen/abc_search_view_preferred_height = 0x7f060036
|
|
1983
|
-
com.reactlibrary.test:animator/fragment_close_exit = 0x7f020001
|
|
1984
|
-
com.reactlibrary.test:dimen/abc_action_bar_default_height_material = 0x7f060002
|
|
1985
|
-
com.reactlibrary.test:style/Theme.AppCompat.NoActionBar = 0x7f0e0119
|
|
1986
|
-
com.reactlibrary.test:string/abc_shareactionprovider_share_with = 0x7f0d0018
|
|
1987
|
-
com.reactlibrary.test:attr/imageAspectRatioAdjust = 0x7f030100
|
|
1988
|
-
com.reactlibrary.test:style/Widget.AppCompat.Button.Borderless.Colored = 0x7f0e0135
|
|
1989
|
-
com.reactlibrary.test:attr/dropDownListViewStyle = 0x7f0300c0
|
|
1990
|
-
com.reactlibrary.test:attr/backgroundTint = 0x7f030042
|
|
1991
|
-
com.reactlibrary.test:anim/slide_in_bottom = 0x7f01001d
|
|
1992
|
-
com.reactlibrary.test:id/wrap_content = 0x7f08016f
|
|
1993
|
-
com.reactlibrary.test:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f0e00e7
|
|
1994
|
-
com.reactlibrary.test:attr/collapseContentDescription = 0x7f030076
|
|
1995
|
-
com.reactlibrary.test:anim/slide_up = 0x7f010021
|
|
1996
|
-
com.reactlibrary.test:color/notification_action_color_filter = 0x7f05004f
|
|
1997
|
-
com.reactlibrary.test:style/Widget.AppCompat.RatingBar = 0x7f0e0162
|
|
1998
|
-
com.reactlibrary.test:style/Widget.AppCompat.ListView.DropDown = 0x7f0e015b
|
|
1999
|
-
com.reactlibrary.test:id/auto = 0x7f080054
|
|
2000
|
-
com.reactlibrary.test:attr/buttonPanelSideLayout = 0x7f030055
|
|
2001
|
-
com.reactlibrary.test:attr/alpha = 0x7f03002c
|
|
2002
|
-
com.reactlibrary.test:color/bright_foreground_inverse_material_light = 0x7f050025
|
|
2003
|
-
com.reactlibrary.test:attr/preserveIconSpacing = 0x7f0301ad
|
|
2004
|
-
com.reactlibrary.test:attr/reactiveGuide_animateChange = 0x7f0301be
|
|
2005
|
-
com.reactlibrary.test:id/disableHome = 0x7f080095
|
|
2006
|
-
com.reactlibrary.test:anim/btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017
|
|
2007
|
-
com.reactlibrary.test:dimen/tooltip_corner_radius = 0x7f06007b
|
|
2008
|
-
com.reactlibrary.test:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f0e0147
|
|
2009
|
-
com.reactlibrary.test:attr/actionBarSplitStyle = 0x7f030006
|
|
2010
|
-
com.reactlibrary.test:attr/layout_constraintWidth_max = 0x7f030140
|
|
2011
|
-
com.reactlibrary.test:layout/notification_template_icon_group = 0x7f0b002f
|
|
2012
|
-
com.reactlibrary.test:styleable/KeyFramesAcceleration = 0x7f0f002b
|
|
2013
|
-
com.reactlibrary.test:attr/layout_constrainedHeight = 0x7f030115
|
|
2014
|
-
com.reactlibrary.test:style/Platform.ThemeOverlay.AppCompat = 0x7f0e00ad
|
|
2015
|
-
com.reactlibrary.test:dimen/notification_media_narrow_margin = 0x7f060072
|
|
2016
|
-
com.reactlibrary.test:dimen/abc_control_corner_material = 0x7f060018
|
|
2017
|
-
com.reactlibrary.test:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b
|
|
2018
|
-
com.reactlibrary.test:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f0e001f
|
|
2019
|
-
com.reactlibrary.test:dimen/tooltip_precise_anchor_extra_offset = 0x7f06007e
|
|
2020
|
-
com.reactlibrary.test:dimen/margin_8 = 0x7f06006a
|
|
2021
|
-
com.reactlibrary.test:attr/circularflow_radiusInDP = 0x7f030070
|
|
2022
|
-
com.reactlibrary.test:attr/layout_constraintHorizontal_weight = 0x7f03012e
|
|
2023
|
-
com.reactlibrary.test:anim/btn_checkbox_to_checked_icon_null_animation = 0x7f01000e
|