reactnative-plugin-appice 1.7.29 → 1.7.31

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.
Files changed (1028) hide show
  1. package/android/.gradle/8.5/checksums/checksums.lock +0 -0
  2. package/android/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/android/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
  4. package/android/.gradle/8.5/fileChanges/last-build.bin +0 -0
  5. package/android/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
  6. package/android/.gradle/8.5/gc.properties +0 -0
  7. package/android/.gradle/vcs-1/gc.properties +0 -0
  8. package/android/build.gradle +1 -1
  9. package/android/src/main/java/com/appice/react/AppICEUtils.java +201 -0
  10. package/android/src/main/java/com/appice/react/AppIceReactPluginModule.java +73 -47
  11. package/android/src/main/java/com/appice/react/EnumConstants.java +45 -48
  12. package/campaign.js +98 -11
  13. package/example/App.js +22 -17
  14. package/example/HelloWorldApp.js +483 -0
  15. package/example/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml +11 -0
  16. package/example/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java +70 -0
  17. package/example/android/app/build/generated/source/buildConfig/debug/com/example/BuildConfig.java +14 -0
  18. package/example/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +1 -0
  19. package/example/android/app/build/intermediates/apk/debug/app-debug.apk +0 -0
  20. package/example/android/app/build/intermediates/apk/debug/output-metadata.json +20 -0
  21. package/example/android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt +2 -0
  22. package/example/android/app/build/intermediates/app_metadata/debug/app-metadata.properties +2 -0
  23. package/example/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json +10 -0
  24. package/example/android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar +0 -0
  25. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin +0 -0
  26. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin +0 -0
  27. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin +0 -0
  28. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin +0 -0
  29. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_ca8e2afac543b928e2365f488ac7e78975334e132eca1f82044d89ca0089a4a2_bucket_0/graph.bin +0 -0
  30. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_ca8e2afac543b928e2365f488ac7e78975334e132eca1f82044d89ca0089a4a2_bucket_1/graph.bin +0 -0
  31. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_ca8e2afac543b928e2365f488ac7e78975334e132eca1f82044d89ca0089a4a2_bucket_2/graph.bin +0 -0
  32. package/example/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_ca8e2afac543b928e2365f488ac7e78975334e132eca1f82044d89ca0089a4a2_bucket_3/graph.bin +0 -0
  33. package/example/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +0 -0
  34. package/example/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex +0 -0
  35. package/example/android/app/build/intermediates/dex/debug/mergeLibDexDebug/1/classes.dex +0 -0
  36. package/example/android/app/build/intermediates/dex/debug/mergeLibDexDebug/15/classes.dex +0 -0
  37. package/example/android/app/build/intermediates/dex/debug/mergeLibDexDebug/3/classes.dex +0 -0
  38. package/example/android/app/build/intermediates/dex/debug/mergeLibDexDebug/6/classes.dex +0 -0
  39. package/example/android/app/build/intermediates/dex/debug/mergeLibDexDebug/9/classes.dex +0 -0
  40. package/example/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +0 -0
  41. package/example/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex +0 -0
  42. package/example/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex +0 -0
  43. package/example/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex +0 -0
  44. package/example/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/8/classes.dex +0 -0
  45. package/example/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out +0 -0
  46. package/example/android/app/build/intermediates/dex_number_of_buckets_file/debug/out +1 -0
  47. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  48. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+uV6pnBpjy8VVQKQ8w7jJQoNKBY= +0 -0
  49. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0+7vBpXnRvAiUAybRtVbeWqTlUQ= +0 -0
  50. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0BCxy_C4ZId5FHkBRVkA_ZugILk= +0 -0
  51. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0bgg9gdZGWRoeMwxSgukmvpNeoo= +0 -0
  52. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1pvOy1RFeKs1QeiUBvILnJil98U= +0 -0
  53. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1sZEAwLMKvGujmnLiiGtzZvmkaw= +0 -0
  54. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2oTdG6Vy3dxsEPK8rMeqQVTJAa8= +0 -0
  55. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2r3hXq6C62CSKHMkOd189Df8V9E= +0 -0
  56. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3SABOku9u468oq0wMyL6KP4EC0A= +0 -0
  57. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3Uc_stcr0i5Ydd_AZfQy1_Q5gWw= +0 -0
  58. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3ZU+ak3h+Jbaa9C+EeBGPV4pl70= +0 -0
  59. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5J7Vl90si0JIglnyJfm7WDlsw3o= +0 -0
  60. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5b_YQWmxaW9+m7reURJIILeXo40= +0 -0
  61. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5fxAqoBiXs24tN9bJqy6CTTFv08= +0 -0
  62. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/60gnO9v2QooVthKH5yTydbPyEsY= +0 -0
  63. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6jU5PDKV2UI9mekYUlI75kIiEN0= +0 -0
  64. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6vYS+v6XyMQ3k7pYa7_PfMxByLU= +0 -0
  65. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/88VQEK7yKmIwk9lmS2DtfVxMt9c= +0 -0
  66. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9G35qksJ1Dc4awKu+UidHZEHfyE= +0 -0
  67. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9Iitdjn7gnP6zAUeY2dQHYzXJbk= +0 -0
  68. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9RXGLKQIAJi18x29RzgxcKQ4QSo= +0 -0
  69. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9iyatK+IU_KH5NMGRwBrILxE8CA= +0 -0
  70. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AOPMKX9oRdPUScSFB0UPDoCGIQw= +0 -0
  71. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AQPfqVCacc1sVZz_EYLhMHJtKQc= +0 -0
  72. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AXX7nwu3iw0OO9tFyAenowH0CXw= +0 -0
  73. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BTHTn7LIB1IMaH4jLGQdPKUA_XM= +0 -0
  74. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BfCnM57QIu_BYah5XdT1gYUKmfI= +0 -0
  75. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Biy9nuU2sj5UQh4lX9nf+LVeCHY= +0 -0
  76. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CMZj22Gtg3i_KxBT9b_eMTPyfmg= +0 -0
  77. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D+xKDpiuyRYIap_Na6LX7Bvn_8g= +0 -0
  78. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DFEjZHiJt4e0fAwg4lp26EyqfQg= +0 -0
  79. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DyiGj1deFv3yhoM6UAiny6jwi80= +0 -0
  80. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Eh7jfjCHYZ_am4d_Syp2mlNHkqw= +0 -0
  81. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FjeCeqIPQKauMzFOfRqEjl6zu8w= +0 -0
  82. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GJxIKUnMbrzsYqz8sNoLKhbURtE= +0 -0
  83. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GmschK8X+y0r4N398gKYIJkRd1o= +0 -0
  84. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HGOB6wBF2flp1xK3gnt1lqdCzCQ= +0 -0
  85. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HcfJKcDjdHUH_h1+M6w5sViDD0k= +0 -0
  86. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Hll2ScRuE_FgflfbWwIruceJ29k= +0 -0
  87. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IMJL3rDaCSbOoTq1mTCtXi8tfoM= +0 -0
  88. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JN0QX1Z0Vz2I7nDYERHoXq4LxmM= +0 -0
  89. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K4S8nN17PYVbZi6aYbieT8rY+eU= +0 -0
  90. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KQEsLfU7on0xB0fvI5AsIHLbhKs= +0 -0
  91. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KRRepJfdfBJucemUu3WCRd_QAW4= +0 -0
  92. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/L5yL9hIKOWCS4Pb6LemagzkDKcw= +0 -0
  93. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LnM_OKyRhzuvNkR9e8NcntkOFT4= +0 -0
  94. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/M+0lmnrJ8+A9w00HObJwve622bE= +0 -0
  95. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MHrlGG_Rl5ByCKnw6eG2Mo1Mwv0= +0 -0
  96. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MKAFssZnnCuRseV33JVyDXCbK0A= +0 -0
  97. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MWVTutRkLKmnYtVwj59IhhSyGiY= +0 -0
  98. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MsZOynnFStEz8qtu9znEqpYCxyM= +0 -0
  99. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O1u1xpaCBIs3aQPmXeraAIgKp0E= +0 -0
  100. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O2fUFr7RQBtAKewToU_QF7W7SKQ= +0 -0
  101. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O3oHSi2F1Yvtr9aot2SS+9MKr8g= +0 -0
  102. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OR_nhLbpzP9w9Zwr0YqvWmiEtUM= +0 -0
  103. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OrfPkpILQkfODvjtvCZCQAwNY_I= +0 -0
  104. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Osy2VWBXdwmD23dgDam6GOXWOmQ= +0 -0
  105. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OzenBFDUExkPj6dL7HW0zPVG9cE= +0 -0
  106. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P05dqYTz2+bFqogupgtcGQ_UY5U= +0 -0
  107. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PQ3xffpzhnqomAun8gYRjmQGKsQ= +0 -0
  108. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PevJC7J0VHEIro3aQKcAKLN5xko= +0 -0
  109. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PlIcrJgcdSQ4XfP+oOkNzco9In8= +0 -0
  110. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PzbRQwYy1sLuoxfj_3AccZS5naM= +0 -0
  111. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QB69K6Cf7BxLAh+vzzFuxEF98PA= +0 -0
  112. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QU2plkWtTDebWHchcntMFDwhDfs= +0 -0
  113. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QdKdWYwQYGH95lGdEwd+knif3Vo= +0 -0
  114. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qf7Qd1XatWAy3P0Xqd_wEN8eEbE= +0 -0
  115. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RDwYd0zKUggI2362aLeXbxGj0XI= +0 -0
  116. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RK+eYecBwTjiqAR09pI7v1GY+nw= +0 -0
  117. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RXueN_qL84UdbuI0J7KOJvm_qqk= +0 -0
  118. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RYgGoYLBAz3JvXAkQNpuJrioA3Q= +0 -0
  119. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SCFnOnd7qzSdMdDcqROobSpA6bE= +0 -0
  120. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TdKTc4c+gqCMbfW0B+QG2HYHQQk= +0 -0
  121. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TfMtZPs1DRi4JsYhobh6_DgV1+Y= +0 -0
  122. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XbVDRlRvNsOCV1VXf_t18Y3ny80= +0 -0
  123. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xtdn4ZwBFaTaeWSwGXPTwIiO0c0= +0 -0
  124. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XxVoGu_XlEMezc2zpDmAadTBj2k= +0 -0
  125. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YpUztBdJ5l4bi3FOB0so2tQ6XmQ= +0 -0
  126. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZNkuWPxnlCb5_ue0UhqpEirCAVk= +0 -0
  127. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_DHy0ZldwXA_uOK8GhSaBUNCBkM= +0 -0
  128. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/atCc6SpnFKStNT7puKN9C861dD8= +0 -0
  129. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bO5yJgBc4XuN66eA632aJHGUF9Y= +0 -0
  130. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c8ziRqDQaBVozTmDenTo2kVHALk= +0 -0
  131. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ccelccs8EEQNlcJdKpBLExNShiw= +0 -0
  132. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cxMbr1_WlM1stvSuNWOsAxLftCw= +0 -0
  133. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/d+jQBbjnj8ZJvhzQdo4CcsKOwaM= +0 -0
  134. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dbfh41VPYYI6EurK_DneZQyLGWg= +0 -0
  135. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dsChu+xyERD45FYNDDJqHya9vKQ= +0 -0
  136. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e6vSpo69whQVsgUv18WSCWJxNBg= +0 -0
  137. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eafCWLV81pOdP+bKFIuq5IauKjs= +0 -0
  138. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eyHpiNa2wGK1Jkv005yOFom3LUk= +0 -0
  139. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fNMOx3mJGRh_fh8TelMTvQy7Icw= +0 -0
  140. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gcfjhyREpfKJP2FbSvXk21RWi20= +0 -0
  141. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hMWkj11CKzCkfEJu3mE2klQaK9w= +0 -0
  142. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hQFJXoDXw0r0RVdiL7EgOmWE4Wg= +0 -0
  143. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/i1d81KGcATdXFsv8z07lQ_l8NB4= +0 -0
  144. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/i3+6jiF2J_Xp+ZpTwZFl1T2rSqI= +0 -0
  145. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iMs8B4dqg5hbipJkCfICCEDeTY8= +0 -0
  146. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jGEoZxxiA5HKulLBHrVydm9EF+g= +0 -0
  147. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jsI9XEAiJijQko+lQPQUQZJSqek= +0 -0
  148. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jvcNz_9Z4dhvBczIsJOah+MLBlk= +0 -0
  149. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kjGgCzfw5CczagvruAbcvZ4zSks= +0 -0
  150. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kmeY7r4oDNfJcuiCeV4dou4ShaM= +0 -0
  151. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mMYf8WOe5TQwBwHgd1WFM66On_U= +0 -0
  152. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mRBgYpTjj3g21sGnsOFEAqKfD8A= +0 -0
  153. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mxwHRfBhpk_vuBp60ZKyfPNLviA= +0 -0
  154. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nuEpfQb59He0UrUBBfI2e1L3vfc= +0 -0
  155. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/o8vm34UYFmIa9QpRSCtph6HcwzE= +0 -0
  156. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oF1d2E+YE_itt3jmYIeUjvVHl9I= +0 -0
  157. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pOyU6xgY7eyT1wzBBEVVnOJn_1U= +0 -0
  158. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pWOK6KYj6pAmbZXw+QVI05Gv2B8= +0 -0
  159. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q70dJoWpP5zufrQINJZ9kt35hlw= +0 -0
  160. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qAGw2Qu6ykJ8jRm2iQoTpU3lc+U= +0 -0
  161. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qZpJt+c3oemZXbxEwiVwrnI3p5E= +0 -0
  162. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qphujT_bJjOjstyHlM6NkIE6mjg= +0 -0
  163. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sP67Xl3BzsJzdCfAjzBzKx5ax44= +0 -0
  164. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sUjqsdzYeSoWQmGAXPgoNQ5uy38= +0 -0
  165. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/slddEZG+eV1soxz4Uk7gijgzoDw= +0 -0
  166. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t8y03EKT2YC9ELgD8pGF9laO8Jk= +0 -0
  167. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tJhm3er1Mj+L4dYtHOAMWFShjYM= +0 -0
  168. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMNO8HmFD6PXGBvvdLVUIVH2Taw= +0 -0
  169. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tYPsgFad4zROTQH4UApASB9yx9Q= +0 -0
  170. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tyvfh44rBgrd52LVe+8G8S2mYWw= +0 -0
  171. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vbiDKVNYrbVtHgNEmFTMpA4TIWM= +0 -0
  172. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xgpWsJt39Z2+K_iovl0xTDzrxOw= +0 -0
  173. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xlESXBrrHKlss_RXd3+5aBovgnw= +0 -0
  174. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/y5924pMlnVyrO_gKcTrHV_VUvjE= +0 -0
  175. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yV4cbL2Ny5yPBLbFN5cOahpDCg8= +0 -0
  176. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yfUtTw59BLOfHS+xeRWkv9AQFok= +0 -0
  177. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z22ByrPZl8qIaYsF8RhwhJJ8eNI= +0 -0
  178. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z4AvXCg_w7ikOu4MG+OzRa4fhDU= +0 -0
  179. package/example/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zkmJiP5wwJ_oYvg0r44I4BiVtg0= +0 -0
  180. package/example/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
  181. package/example/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  182. package/example/android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties +12 -0
  183. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml +4181 -0
  184. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml +50 -0
  185. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml +50 -0
  186. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml +50 -0
  187. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml +50 -0
  188. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml +50 -0
  189. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +50 -0
  190. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml +50 -0
  191. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml +50 -0
  192. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml +50 -0
  193. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml +50 -0
  194. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml +50 -0
  195. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml +50 -0
  196. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml +50 -0
  197. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml +50 -0
  198. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml +50 -0
  199. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +32 -0
  200. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +32 -0
  201. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +50 -0
  202. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +32 -0
  203. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +32 -0
  204. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml +50 -0
  205. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +50 -0
  206. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml +50 -0
  207. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml +50 -0
  208. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml +50 -0
  209. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml +50 -0
  210. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml +50 -0
  211. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +50 -0
  212. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml +50 -0
  213. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml +50 -0
  214. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +4 -0
  215. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +8 -0
  216. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml +50 -0
  217. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml +50 -0
  218. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml +50 -0
  219. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml +50 -0
  220. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml +50 -0
  221. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml +50 -0
  222. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml +50 -0
  223. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml +50 -0
  224. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml +50 -0
  225. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml +50 -0
  226. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml +50 -0
  227. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml +50 -0
  228. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml +50 -0
  229. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml +50 -0
  230. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml +50 -0
  231. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml +6 -0
  232. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +12 -0
  233. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +4 -0
  234. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml +50 -0
  235. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml +50 -0
  236. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml +50 -0
  237. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml +50 -0
  238. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml +50 -0
  239. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml +50 -0
  240. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml +50 -0
  241. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml +50 -0
  242. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml +50 -0
  243. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml +50 -0
  244. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml +50 -0
  245. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml +11 -0
  246. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml +50 -0
  247. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml +50 -0
  248. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml +50 -0
  249. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml +50 -0
  250. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml +4 -0
  251. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml +32 -0
  252. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml +50 -0
  253. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +50 -0
  254. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml +50 -0
  255. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml +50 -0
  256. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml +50 -0
  257. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml +50 -0
  258. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml +50 -0
  259. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml +50 -0
  260. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml +50 -0
  261. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml +50 -0
  262. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml +50 -0
  263. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +11 -0
  264. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml +50 -0
  265. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml +50 -0
  266. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml +50 -0
  267. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml +50 -0
  268. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml +50 -0
  269. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml +50 -0
  270. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml +50 -0
  271. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml +50 -0
  272. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml +8 -0
  273. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml +62 -0
  274. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml +4 -0
  275. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml +289 -0
  276. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml +15 -0
  277. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml +53 -0
  278. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml +9 -0
  279. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml +9 -0
  280. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml +18 -0
  281. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml +13 -0
  282. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml +50 -0
  283. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml +20 -0
  284. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml +15 -0
  285. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +9 -0
  286. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +50 -0
  287. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +50 -0
  288. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +50 -0
  289. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml +50 -0
  290. package/example/android/app/build/intermediates/incremental/mergeDebugResources/merger.xml +4815 -0
  291. package/example/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  292. package/example/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +37 -0
  293. package/example/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources +0 -0
  294. package/example/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 +0 -0
  295. package/example/android/app/build/intermediates/javac/debug/classes/com/example/BuildConfig.class +0 -0
  296. package/example/android/app/build/intermediates/javac/debug/classes/com/example/MainActivity$MainActivityDelegate.class +0 -0
  297. package/example/android/app/build/intermediates/javac/debug/classes/com/example/MainActivity.class +0 -0
  298. package/example/android/app/build/intermediates/javac/debug/classes/com/example/MainApplication$1.class +0 -0
  299. package/example/android/app/build/intermediates/javac/debug/classes/com/example/MainApplication.class +0 -0
  300. package/example/android/app/build/intermediates/javac/debug/classes/com/example/ReactNativeFlipper$1.class +0 -0
  301. package/example/android/app/build/intermediates/javac/debug/classes/com/example/ReactNativeFlipper$2$1.class +0 -0
  302. package/example/android/app/build/intermediates/javac/debug/classes/com/example/ReactNativeFlipper$2.class +0 -0
  303. package/example/android/app/build/intermediates/javac/debug/classes/com/example/ReactNativeFlipper.class +0 -0
  304. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/MainApplicationReactNativeHost$1$1.class +0 -0
  305. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/MainApplicationReactNativeHost$1.class +0 -0
  306. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/MainApplicationReactNativeHost.class +0 -0
  307. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/components/MainComponentsRegistry.class +0 -0
  308. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate$Builder.class +0 -0
  309. package/example/android/app/build/intermediates/javac/debug/classes/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.class +0 -0
  310. package/example/android/app/build/intermediates/javac/debug/classes/com/facebook/react/PackageList.class +0 -0
  311. package/example/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +834 -0
  312. package/example/android/app/build/intermediates/merged_java_res/debug/base.jar +0 -0
  313. package/example/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml +442 -0
  314. package/example/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml +442 -0
  315. package/example/android/app/build/intermediates/merged_manifests/debug/output-metadata.json +20 -0
  316. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
  317. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
  318. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
  319. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
  320. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
  321. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
  322. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
  323. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
  324. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
  325. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
  326. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
  327. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so +0 -0
  328. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsc.so +0 -0
  329. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so +0 -0
  330. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
  331. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
  332. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
  333. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
  334. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
  335. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
  336. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so +0 -0
  337. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
  338. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
  339. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
  340. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
  341. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
  342. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
  343. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
  344. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
  345. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
  346. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
  347. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
  348. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
  349. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
  350. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
  351. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
  352. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
  353. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
  354. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
  355. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
  356. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
  357. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
  358. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
  359. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
  360. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so +0 -0
  361. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
  362. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
  363. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
  364. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
  365. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
  366. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
  367. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
  368. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
  369. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
  370. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
  371. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
  372. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
  373. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
  374. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
  375. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
  376. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
  377. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
  378. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
  379. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
  380. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
  381. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
  382. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
  383. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
  384. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsc.so +0 -0
  385. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so +0 -0
  386. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
  387. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
  388. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
  389. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
  390. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
  391. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
  392. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so +0 -0
  393. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
  394. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
  395. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
  396. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
  397. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
  398. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
  399. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
  400. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
  401. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
  402. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
  403. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
  404. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
  405. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
  406. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
  407. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
  408. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
  409. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
  410. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
  411. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
  412. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
  413. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
  414. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
  415. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
  416. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so +0 -0
  417. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
  418. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
  419. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
  420. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
  421. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
  422. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
  423. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
  424. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
  425. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
  426. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
  427. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
  428. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
  429. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
  430. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
  431. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
  432. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
  433. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so +0 -0
  434. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
  435. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so +0 -0
  436. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
  437. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so +0 -0
  438. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
  439. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so +0 -0
  440. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsc.so +0 -0
  441. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscexecutor.so +0 -0
  442. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so +0 -0
  443. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
  444. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
  445. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so +0 -0
  446. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
  447. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
  448. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so +0 -0
  449. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
  450. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
  451. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
  452. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
  453. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
  454. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
  455. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
  456. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
  457. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
  458. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
  459. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
  460. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
  461. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
  462. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
  463. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
  464. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
  465. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
  466. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
  467. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
  468. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
  469. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
  470. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
  471. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
  472. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so +0 -0
  473. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
  474. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
  475. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
  476. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
  477. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
  478. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
  479. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
  480. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
  481. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
  482. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
  483. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so +0 -0
  484. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
  485. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
  486. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
  487. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
  488. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
  489. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
  490. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
  491. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
  492. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
  493. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
  494. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
  495. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so +0 -0
  496. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsc.so +0 -0
  497. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscexecutor.so +0 -0
  498. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
  499. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
  500. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
  501. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
  502. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
  503. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
  504. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so +0 -0
  505. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
  506. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
  507. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
  508. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
  509. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
  510. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
  511. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
  512. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
  513. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
  514. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
  515. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
  516. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
  517. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
  518. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
  519. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
  520. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
  521. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
  522. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
  523. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
  524. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
  525. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
  526. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
  527. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
  528. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so +0 -0
  529. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
  530. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
  531. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
  532. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
  533. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
  534. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
  535. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
  536. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
  537. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
  538. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
  539. package/example/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
  540. package/example/android/app/build/intermediates/merged_res/debug/drawable_rn_edit_text_material.xml.flat +0 -0
  541. package/example/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.png.flat +0 -0
  542. package/example/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.png.flat +0 -0
  543. package/example/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.png.flat +0 -0
  544. package/example/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.png.flat +0 -0
  545. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.png.flat +0 -0
  546. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.png.flat +0 -0
  547. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.png.flat +0 -0
  548. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.png.flat +0 -0
  549. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.png.flat +0 -0
  550. package/example/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat +0 -0
  551. package/example/android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat +0 -0
  552. package/example/android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat +0 -0
  553. package/example/android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat +0 -0
  554. package/example/android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat +0 -0
  555. package/example/android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat +0 -0
  556. package/example/android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
  557. package/example/android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat +0 -0
  558. package/example/android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat +0 -0
  559. package/example/android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat +0 -0
  560. package/example/android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat +0 -0
  561. package/example/android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat +0 -0
  562. package/example/android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat +0 -0
  563. package/example/android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat +0 -0
  564. package/example/android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat +0 -0
  565. package/example/android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat +0 -0
  566. package/example/android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat +0 -0
  567. package/example/android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat +0 -0
  568. package/example/android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat +0 -0
  569. package/example/android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat +0 -0
  570. package/example/android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat +0 -0
  571. package/example/android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat +0 -0
  572. package/example/android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat +0 -0
  573. package/example/android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat +0 -0
  574. package/example/android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat +0 -0
  575. package/example/android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat +0 -0
  576. package/example/android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat +0 -0
  577. package/example/android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
  578. package/example/android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat +0 -0
  579. package/example/android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat +0 -0
  580. package/example/android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat +0 -0
  581. package/example/android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
  582. package/example/android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
  583. package/example/android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat +0 -0
  584. package/example/android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat +0 -0
  585. package/example/android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat +0 -0
  586. package/example/android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat +0 -0
  587. package/example/android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat +0 -0
  588. package/example/android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat +0 -0
  589. package/example/android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat +0 -0
  590. package/example/android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat +0 -0
  591. package/example/android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat +0 -0
  592. package/example/android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat +0 -0
  593. package/example/android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat +0 -0
  594. package/example/android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat +0 -0
  595. package/example/android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat +0 -0
  596. package/example/android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat +0 -0
  597. package/example/android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat +0 -0
  598. package/example/android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat +0 -0
  599. package/example/android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat +0 -0
  600. package/example/android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
  601. package/example/android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat +0 -0
  602. package/example/android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat +0 -0
  603. package/example/android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat +0 -0
  604. package/example/android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat +0 -0
  605. package/example/android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat +0 -0
  606. package/example/android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat +0 -0
  607. package/example/android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat +0 -0
  608. package/example/android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat +0 -0
  609. package/example/android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat +0 -0
  610. package/example/android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat +0 -0
  611. package/example/android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat +0 -0
  612. package/example/android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat +0 -0
  613. package/example/android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat +0 -0
  614. package/example/android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat +0 -0
  615. package/example/android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat +0 -0
  616. package/example/android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat +0 -0
  617. package/example/android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat +0 -0
  618. package/example/android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
  619. package/example/android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
  620. package/example/android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat +0 -0
  621. package/example/android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat +0 -0
  622. package/example/android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat +0 -0
  623. package/example/android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat +0 -0
  624. package/example/android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat +0 -0
  625. package/example/android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat +0 -0
  626. package/example/android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat +0 -0
  627. package/example/android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat +0 -0
  628. package/example/android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat +0 -0
  629. package/example/android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
  630. package/example/android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat +0 -0
  631. package/example/android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat +0 -0
  632. package/example/android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat +0 -0
  633. package/example/android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat +0 -0
  634. package/example/android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat +0 -0
  635. package/example/android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat +0 -0
  636. package/example/android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat +0 -0
  637. package/example/android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat +0 -0
  638. package/example/android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat +0 -0
  639. package/example/android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat +0 -0
  640. package/example/android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat +0 -0
  641. package/example/android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat +0 -0
  642. package/example/android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat +0 -0
  643. package/example/android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat +0 -0
  644. package/example/android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat +0 -0
  645. package/example/android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat +0 -0
  646. package/example/android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat +0 -0
  647. package/example/android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat +0 -0
  648. package/example/android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat +0 -0
  649. package/example/android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat +0 -0
  650. package/example/android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat +0 -0
  651. package/example/android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat +0 -0
  652. package/example/android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
  653. package/example/android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
  654. package/example/android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
  655. package/example/android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
  656. package/example/android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat +0 -0
  657. package/example/android/app/build/intermediates/merged_res/debug/values_values.arsc.flat +0 -0
  658. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json +6927 -0
  659. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json +77 -0
  660. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json +77 -0
  661. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json +77 -0
  662. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json +77 -0
  663. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json +77 -0
  664. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json +77 -0
  665. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json +77 -0
  666. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json +77 -0
  667. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json +77 -0
  668. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json +77 -0
  669. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json +77 -0
  670. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json +77 -0
  671. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json +77 -0
  672. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json +77 -0
  673. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json +77 -0
  674. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json +36 -0
  675. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json +36 -0
  676. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json +77 -0
  677. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json +36 -0
  678. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json +36 -0
  679. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json +77 -0
  680. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json +77 -0
  681. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json +77 -0
  682. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json +77 -0
  683. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json +77 -0
  684. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json +77 -0
  685. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json +77 -0
  686. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json +77 -0
  687. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json +77 -0
  688. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json +77 -0
  689. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json +19 -0
  690. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json +20 -0
  691. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json +77 -0
  692. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json +77 -0
  693. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json +77 -0
  694. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json +77 -0
  695. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json +77 -0
  696. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json +77 -0
  697. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json +77 -0
  698. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json +77 -0
  699. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json +77 -0
  700. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json +77 -0
  701. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json +77 -0
  702. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json +77 -0
  703. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json +77 -0
  704. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json +77 -0
  705. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json +77 -0
  706. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json +19 -0
  707. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json +19 -0
  708. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json +19 -0
  709. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json +77 -0
  710. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json +77 -0
  711. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json +77 -0
  712. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json +77 -0
  713. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json +77 -0
  714. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json +77 -0
  715. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json +77 -0
  716. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json +77 -0
  717. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json +77 -0
  718. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json +77 -0
  719. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json +77 -0
  720. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json +19 -0
  721. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json +77 -0
  722. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json +77 -0
  723. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json +77 -0
  724. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json +77 -0
  725. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json +19 -0
  726. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json +77 -0
  727. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json +77 -0
  728. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json +36 -0
  729. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json +77 -0
  730. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json +77 -0
  731. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json +77 -0
  732. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json +77 -0
  733. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json +77 -0
  734. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json +77 -0
  735. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json +77 -0
  736. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json +77 -0
  737. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json +77 -0
  738. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json +19 -0
  739. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json +77 -0
  740. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json +77 -0
  741. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json +77 -0
  742. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json +77 -0
  743. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json +77 -0
  744. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json +77 -0
  745. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json +77 -0
  746. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json +77 -0
  747. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json +38 -0
  748. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json +20 -0
  749. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json +19 -0
  750. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json +66 -0
  751. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json +20 -0
  752. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json +38 -0
  753. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json +36 -0
  754. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json +20 -0
  755. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json +20 -0
  756. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json +20 -0
  757. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json +77 -0
  758. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json +45 -0
  759. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json +20 -0
  760. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json +19 -0
  761. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json +77 -0
  762. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json +77 -0
  763. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json +77 -0
  764. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json +77 -0
  765. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json +477 -0
  766. package/example/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json +46 -0
  767. package/example/android/app/build/intermediates/navigation_json/debug/navigation.json +1 -0
  768. package/example/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml +442 -0
  769. package/example/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json +20 -0
  770. package/example/android/app/build/intermediates/processed_res/debug/out/output-metadata.json +20 -0
  771. package/example/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ +0 -0
  772. package/example/android/app/build/intermediates/project_dex_archive/debug/out/30f41807ef9c4b04cdb2846024f9b1ef4a8a59729c8f78de36c4116af6fcd9ae_0.jar +0 -0
  773. package/example/android/app/build/intermediates/project_dex_archive/debug/out/30f41807ef9c4b04cdb2846024f9b1ef4a8a59729c8f78de36c4116af6fcd9ae_1.jar +0 -0
  774. package/example/android/app/build/intermediates/project_dex_archive/debug/out/30f41807ef9c4b04cdb2846024f9b1ef4a8a59729c8f78de36c4116af6fcd9ae_2.jar +0 -0
  775. package/example/android/app/build/intermediates/project_dex_archive/debug/out/30f41807ef9c4b04cdb2846024f9b1ef4a8a59729c8f78de36c4116af6fcd9ae_3.jar +0 -0
  776. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/BuildConfig.dex +0 -0
  777. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/MainActivity$MainActivityDelegate.dex +0 -0
  778. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/MainActivity.dex +0 -0
  779. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/MainApplication$1.dex +0 -0
  780. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/MainApplication.dex +0 -0
  781. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/ReactNativeFlipper$1.dex +0 -0
  782. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/ReactNativeFlipper$2$1.dex +0 -0
  783. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/ReactNativeFlipper$2.dex +0 -0
  784. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/ReactNativeFlipper.dex +0 -0
  785. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/MainApplicationReactNativeHost$1$1.dex +0 -0
  786. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/MainApplicationReactNativeHost$1.dex +0 -0
  787. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/MainApplicationReactNativeHost.dex +0 -0
  788. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/components/MainComponentsRegistry.dex +0 -0
  789. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate$Builder.dex +0 -0
  790. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.dex +0 -0
  791. package/example/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex +0 -0
  792. package/example/android/app/build/intermediates/runtime_symbol_list/debug/R.txt +2425 -0
  793. package/example/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json +1 -0
  794. package/example/android/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt +1877 -0
  795. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
  796. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
  797. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
  798. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
  799. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
  800. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
  801. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
  802. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
  803. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
  804. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
  805. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
  806. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so +0 -0
  807. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsc.so +0 -0
  808. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so +0 -0
  809. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
  810. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
  811. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
  812. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
  813. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
  814. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
  815. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so +0 -0
  816. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
  817. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
  818. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
  819. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
  820. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
  821. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
  822. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
  823. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
  824. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
  825. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
  826. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
  827. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
  828. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
  829. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
  830. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
  831. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
  832. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
  833. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
  834. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
  835. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
  836. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
  837. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
  838. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
  839. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so +0 -0
  840. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
  841. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
  842. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
  843. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
  844. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
  845. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
  846. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
  847. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
  848. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
  849. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
  850. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
  851. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
  852. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
  853. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
  854. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
  855. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
  856. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
  857. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
  858. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
  859. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
  860. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
  861. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
  862. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
  863. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsc.so +0 -0
  864. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so +0 -0
  865. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
  866. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
  867. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
  868. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
  869. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
  870. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
  871. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so +0 -0
  872. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
  873. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
  874. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
  875. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
  876. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
  877. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
  878. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
  879. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
  880. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
  881. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
  882. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
  883. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
  884. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
  885. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
  886. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
  887. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
  888. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
  889. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
  890. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
  891. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
  892. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
  893. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
  894. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
  895. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so +0 -0
  896. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
  897. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
  898. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
  899. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
  900. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
  901. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
  902. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
  903. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
  904. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
  905. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
  906. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
  907. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
  908. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
  909. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
  910. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
  911. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
  912. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so +0 -0
  913. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
  914. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so +0 -0
  915. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
  916. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so +0 -0
  917. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
  918. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so +0 -0
  919. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsc.so +0 -0
  920. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscexecutor.so +0 -0
  921. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so +0 -0
  922. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
  923. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
  924. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so +0 -0
  925. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
  926. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
  927. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so +0 -0
  928. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
  929. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
  930. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
  931. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
  932. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
  933. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
  934. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
  935. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
  936. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
  937. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
  938. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
  939. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
  940. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
  941. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
  942. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
  943. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
  944. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
  945. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
  946. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
  947. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
  948. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
  949. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
  950. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
  951. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so +0 -0
  952. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
  953. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
  954. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
  955. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
  956. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
  957. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
  958. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
  959. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
  960. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
  961. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
  962. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so +0 -0
  963. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
  964. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
  965. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
  966. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
  967. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
  968. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
  969. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
  970. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
  971. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
  972. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
  973. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
  974. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so +0 -0
  975. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsc.so +0 -0
  976. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscexecutor.so +0 -0
  977. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
  978. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
  979. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
  980. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
  981. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
  982. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
  983. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so +0 -0
  984. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
  985. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
  986. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
  987. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
  988. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
  989. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
  990. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
  991. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
  992. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
  993. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
  994. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
  995. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
  996. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
  997. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
  998. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
  999. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
  1000. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
  1001. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
  1002. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
  1003. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
  1004. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
  1005. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
  1006. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
  1007. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so +0 -0
  1008. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
  1009. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
  1010. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
  1011. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
  1012. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
  1013. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
  1014. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
  1015. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
  1016. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
  1017. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
  1018. package/example/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
  1019. package/example/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +1878 -0
  1020. package/example/android/app/build/outputs/logs/manifest-merger-debug-report.txt +1300 -0
  1021. package/example/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  1022. package/example/android/app/build.gradle +4 -0
  1023. package/example/android/app/src/main/AndroidManifest.xml +9 -0
  1024. package/example/android/app/src/main/java/com/example/MainActivity.java +12 -0
  1025. package/example/android/local.properties +8 -0
  1026. package/example/package-lock.json +16722 -0
  1027. package/index.js +28 -0
  1028. package/package.json +1 -1
@@ -0,0 +1,2425 @@
1
+ int anim abc_fade_in 0x7f010000
2
+ int anim abc_fade_out 0x7f010001
3
+ int anim abc_grow_fade_in_from_bottom 0x7f010002
4
+ int anim abc_popup_enter 0x7f010003
5
+ int anim abc_popup_exit 0x7f010004
6
+ int anim abc_shrink_fade_out_from_bottom 0x7f010005
7
+ int anim abc_slide_in_bottom 0x7f010006
8
+ int anim abc_slide_in_top 0x7f010007
9
+ int anim abc_slide_out_bottom 0x7f010008
10
+ int anim abc_slide_out_top 0x7f010009
11
+ int anim abc_tooltip_enter 0x7f01000a
12
+ int anim abc_tooltip_exit 0x7f01000b
13
+ int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000c
14
+ int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000d
15
+ int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000e
16
+ int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f01000f
17
+ int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010010
18
+ int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010011
19
+ int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010012
20
+ int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010013
21
+ int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010014
22
+ int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010015
23
+ int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010016
24
+ int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010017
25
+ int anim catalyst_fade_in 0x7f010018
26
+ int anim catalyst_fade_out 0x7f010019
27
+ int anim catalyst_push_up_in 0x7f01001a
28
+ int anim catalyst_push_up_out 0x7f01001b
29
+ int anim catalyst_slide_down 0x7f01001c
30
+ int anim catalyst_slide_up 0x7f01001d
31
+ int anim fragment_fast_out_extra_slow_in 0x7f01001e
32
+ int animator fragment_close_enter 0x7f020000
33
+ int animator fragment_close_exit 0x7f020001
34
+ int animator fragment_fade_enter 0x7f020002
35
+ int animator fragment_fade_exit 0x7f020003
36
+ int animator fragment_open_enter 0x7f020004
37
+ int animator fragment_open_exit 0x7f020005
38
+ int attr actionBarDivider 0x7f030000
39
+ int attr actionBarItemBackground 0x7f030001
40
+ int attr actionBarPopupTheme 0x7f030002
41
+ int attr actionBarSize 0x7f030003
42
+ int attr actionBarSplitStyle 0x7f030004
43
+ int attr actionBarStyle 0x7f030005
44
+ int attr actionBarTabBarStyle 0x7f030006
45
+ int attr actionBarTabStyle 0x7f030007
46
+ int attr actionBarTabTextStyle 0x7f030008
47
+ int attr actionBarTheme 0x7f030009
48
+ int attr actionBarWidgetTheme 0x7f03000a
49
+ int attr actionButtonStyle 0x7f03000b
50
+ int attr actionDropDownStyle 0x7f03000c
51
+ int attr actionLayout 0x7f03000d
52
+ int attr actionMenuTextAppearance 0x7f03000e
53
+ int attr actionMenuTextColor 0x7f03000f
54
+ int attr actionModeBackground 0x7f030010
55
+ int attr actionModeCloseButtonStyle 0x7f030011
56
+ int attr actionModeCloseContentDescription 0x7f030012
57
+ int attr actionModeCloseDrawable 0x7f030013
58
+ int attr actionModeCopyDrawable 0x7f030014
59
+ int attr actionModeCutDrawable 0x7f030015
60
+ int attr actionModeFindDrawable 0x7f030016
61
+ int attr actionModePasteDrawable 0x7f030017
62
+ int attr actionModePopupWindowStyle 0x7f030018
63
+ int attr actionModeSelectAllDrawable 0x7f030019
64
+ int attr actionModeShareDrawable 0x7f03001a
65
+ int attr actionModeSplitBackground 0x7f03001b
66
+ int attr actionModeStyle 0x7f03001c
67
+ int attr actionModeTheme 0x7f03001d
68
+ int attr actionModeWebSearchDrawable 0x7f03001e
69
+ int attr actionOverflowButtonStyle 0x7f03001f
70
+ int attr actionOverflowMenuStyle 0x7f030020
71
+ int attr actionProviderClass 0x7f030021
72
+ int attr actionViewClass 0x7f030022
73
+ int attr activityChooserViewStyle 0x7f030023
74
+ int attr actualImageResource 0x7f030024
75
+ int attr actualImageScaleType 0x7f030025
76
+ int attr actualImageUri 0x7f030026
77
+ int attr alertDialogButtonGroupStyle 0x7f030027
78
+ int attr alertDialogCenterButtons 0x7f030028
79
+ int attr alertDialogStyle 0x7f030029
80
+ int attr alertDialogTheme 0x7f03002a
81
+ int attr allowStacking 0x7f03002b
82
+ int attr alpha 0x7f03002c
83
+ int attr alphabeticModifiers 0x7f03002d
84
+ int attr ambientEnabled 0x7f03002e
85
+ int attr arrowHeadLength 0x7f03002f
86
+ int attr arrowShaftLength 0x7f030030
87
+ int attr autoCompleteTextViewStyle 0x7f030031
88
+ int attr autoSizeMaxTextSize 0x7f030032
89
+ int attr autoSizeMinTextSize 0x7f030033
90
+ int attr autoSizePresetSizes 0x7f030034
91
+ int attr autoSizeStepGranularity 0x7f030035
92
+ int attr autoSizeTextType 0x7f030036
93
+ int attr autofillInlineSuggestionChip 0x7f030037
94
+ int attr autofillInlineSuggestionEndIconStyle 0x7f030038
95
+ int attr autofillInlineSuggestionStartIconStyle 0x7f030039
96
+ int attr autofillInlineSuggestionSubtitle 0x7f03003a
97
+ int attr autofillInlineSuggestionTitle 0x7f03003b
98
+ int attr background 0x7f03003c
99
+ int attr backgroundColor 0x7f03003d
100
+ int attr backgroundImage 0x7f03003e
101
+ int attr backgroundSplit 0x7f03003f
102
+ int attr backgroundStacked 0x7f030040
103
+ int attr backgroundTint 0x7f030041
104
+ int attr backgroundTintMode 0x7f030042
105
+ int attr barLength 0x7f030043
106
+ int attr borderlessButtonStyle 0x7f030044
107
+ int attr buttonBarButtonStyle 0x7f030045
108
+ int attr buttonBarNegativeButtonStyle 0x7f030046
109
+ int attr buttonBarNeutralButtonStyle 0x7f030047
110
+ int attr buttonBarPositiveButtonStyle 0x7f030048
111
+ int attr buttonBarStyle 0x7f030049
112
+ int attr buttonCompat 0x7f03004a
113
+ int attr buttonGravity 0x7f03004b
114
+ int attr buttonIconDimen 0x7f03004c
115
+ int attr buttonPanelSideLayout 0x7f03004d
116
+ int attr buttonSize 0x7f03004e
117
+ int attr buttonStyle 0x7f03004f
118
+ int attr buttonStyleSmall 0x7f030050
119
+ int attr buttonTint 0x7f030051
120
+ int attr buttonTintMode 0x7f030052
121
+ int attr cameraBearing 0x7f030053
122
+ int attr cameraMaxZoomPreference 0x7f030054
123
+ int attr cameraMinZoomPreference 0x7f030055
124
+ int attr cameraTargetLat 0x7f030056
125
+ int attr cameraTargetLng 0x7f030057
126
+ int attr cameraTilt 0x7f030058
127
+ int attr cameraZoom 0x7f030059
128
+ int attr checkMarkCompat 0x7f03005a
129
+ int attr checkMarkTint 0x7f03005b
130
+ int attr checkMarkTintMode 0x7f03005c
131
+ int attr checkboxStyle 0x7f03005d
132
+ int attr checkedTextViewStyle 0x7f03005e
133
+ int attr circleCrop 0x7f03005f
134
+ int attr closeIcon 0x7f030060
135
+ int attr closeItemLayout 0x7f030061
136
+ int attr collapseContentDescription 0x7f030062
137
+ int attr collapseIcon 0x7f030063
138
+ int attr color 0x7f030064
139
+ int attr colorAccent 0x7f030065
140
+ int attr colorBackgroundFloating 0x7f030066
141
+ int attr colorButtonNormal 0x7f030067
142
+ int attr colorControlActivated 0x7f030068
143
+ int attr colorControlHighlight 0x7f030069
144
+ int attr colorControlNormal 0x7f03006a
145
+ int attr colorError 0x7f03006b
146
+ int attr colorPrimary 0x7f03006c
147
+ int attr colorPrimaryDark 0x7f03006d
148
+ int attr colorScheme 0x7f03006e
149
+ int attr colorSwitchThumbNormal 0x7f03006f
150
+ int attr commitIcon 0x7f030070
151
+ int attr contentDescription 0x7f030071
152
+ int attr contentInsetEnd 0x7f030072
153
+ int attr contentInsetEndWithActions 0x7f030073
154
+ int attr contentInsetLeft 0x7f030074
155
+ int attr contentInsetRight 0x7f030075
156
+ int attr contentInsetStart 0x7f030076
157
+ int attr contentInsetStartWithNavigation 0x7f030077
158
+ int attr controlBackground 0x7f030078
159
+ int attr coordinatorLayoutStyle 0x7f030079
160
+ int attr customNavigationLayout 0x7f03007a
161
+ int attr defaultQueryHint 0x7f03007b
162
+ int attr dialogCornerRadius 0x7f03007c
163
+ int attr dialogPreferredPadding 0x7f03007d
164
+ int attr dialogTheme 0x7f03007e
165
+ int attr displayOptions 0x7f03007f
166
+ int attr divider 0x7f030080
167
+ int attr dividerHorizontal 0x7f030081
168
+ int attr dividerPadding 0x7f030082
169
+ int attr dividerVertical 0x7f030083
170
+ int attr drawableBottomCompat 0x7f030084
171
+ int attr drawableEndCompat 0x7f030085
172
+ int attr drawableLeftCompat 0x7f030086
173
+ int attr drawableRightCompat 0x7f030087
174
+ int attr drawableSize 0x7f030088
175
+ int attr drawableStartCompat 0x7f030089
176
+ int attr drawableTint 0x7f03008a
177
+ int attr drawableTintMode 0x7f03008b
178
+ int attr drawableTopCompat 0x7f03008c
179
+ int attr drawerArrowStyle 0x7f03008d
180
+ int attr dropDownListViewStyle 0x7f03008e
181
+ int attr dropdownListPreferredItemHeight 0x7f03008f
182
+ int attr editTextBackground 0x7f030090
183
+ int attr editTextColor 0x7f030091
184
+ int attr editTextStyle 0x7f030092
185
+ int attr elevation 0x7f030093
186
+ int attr emojiCompatEnabled 0x7f030094
187
+ int attr expandActivityOverflowButtonDrawable 0x7f030095
188
+ int attr fadeDuration 0x7f030096
189
+ int attr failureImage 0x7f030097
190
+ int attr failureImageScaleType 0x7f030098
191
+ int attr firstBaselineToTopHeight 0x7f030099
192
+ int attr font 0x7f03009a
193
+ int attr fontFamily 0x7f03009b
194
+ int attr fontProviderAuthority 0x7f03009c
195
+ int attr fontProviderCerts 0x7f03009d
196
+ int attr fontProviderFetchStrategy 0x7f03009e
197
+ int attr fontProviderFetchTimeout 0x7f03009f
198
+ int attr fontProviderPackage 0x7f0300a0
199
+ int attr fontProviderQuery 0x7f0300a1
200
+ int attr fontProviderSystemFontFamily 0x7f0300a2
201
+ int attr fontStyle 0x7f0300a3
202
+ int attr fontVariationSettings 0x7f0300a4
203
+ int attr fontWeight 0x7f0300a5
204
+ int attr gapBetweenBars 0x7f0300a6
205
+ int attr goIcon 0x7f0300a7
206
+ int attr height 0x7f0300a8
207
+ int attr hideOnContentScroll 0x7f0300a9
208
+ int attr homeAsUpIndicator 0x7f0300aa
209
+ int attr homeLayout 0x7f0300ab
210
+ int attr icon 0x7f0300ac
211
+ int attr iconTint 0x7f0300ad
212
+ int attr iconTintMode 0x7f0300ae
213
+ int attr iconifiedByDefault 0x7f0300af
214
+ int attr imageAspectRatio 0x7f0300b0
215
+ int attr imageAspectRatioAdjust 0x7f0300b1
216
+ int attr imageButtonStyle 0x7f0300b2
217
+ int attr indeterminateProgressStyle 0x7f0300b3
218
+ int attr initialActivityCount 0x7f0300b4
219
+ int attr isAutofillInlineSuggestionTheme 0x7f0300b5
220
+ int attr isLightTheme 0x7f0300b6
221
+ int attr itemPadding 0x7f0300b7
222
+ int attr keylines 0x7f0300b8
223
+ int attr lStar 0x7f0300b9
224
+ int attr lastBaselineToBottomHeight 0x7f0300ba
225
+ int attr latLngBoundsNorthEastLatitude 0x7f0300bb
226
+ int attr latLngBoundsNorthEastLongitude 0x7f0300bc
227
+ int attr latLngBoundsSouthWestLatitude 0x7f0300bd
228
+ int attr latLngBoundsSouthWestLongitude 0x7f0300be
229
+ int attr layout 0x7f0300bf
230
+ int attr layout_anchor 0x7f0300c0
231
+ int attr layout_anchorGravity 0x7f0300c1
232
+ int attr layout_behavior 0x7f0300c2
233
+ int attr layout_dodgeInsetEdges 0x7f0300c3
234
+ int attr layout_insetEdge 0x7f0300c4
235
+ int attr layout_keyline 0x7f0300c5
236
+ int attr lineHeight 0x7f0300c6
237
+ int attr listChoiceBackgroundIndicator 0x7f0300c7
238
+ int attr listChoiceIndicatorMultipleAnimated 0x7f0300c8
239
+ int attr listChoiceIndicatorSingleAnimated 0x7f0300c9
240
+ int attr listDividerAlertDialog 0x7f0300ca
241
+ int attr listItemLayout 0x7f0300cb
242
+ int attr listLayout 0x7f0300cc
243
+ int attr listMenuViewStyle 0x7f0300cd
244
+ int attr listPopupWindowStyle 0x7f0300ce
245
+ int attr listPreferredItemHeight 0x7f0300cf
246
+ int attr listPreferredItemHeightLarge 0x7f0300d0
247
+ int attr listPreferredItemHeightSmall 0x7f0300d1
248
+ int attr listPreferredItemPaddingEnd 0x7f0300d2
249
+ int attr listPreferredItemPaddingLeft 0x7f0300d3
250
+ int attr listPreferredItemPaddingRight 0x7f0300d4
251
+ int attr listPreferredItemPaddingStart 0x7f0300d5
252
+ int attr liteMode 0x7f0300d6
253
+ int attr logo 0x7f0300d7
254
+ int attr logoDescription 0x7f0300d8
255
+ int attr mapId 0x7f0300d9
256
+ int attr mapType 0x7f0300da
257
+ int attr maxButtonHeight 0x7f0300db
258
+ int attr measureWithLargestChild 0x7f0300dc
259
+ int attr menu 0x7f0300dd
260
+ int attr multiChoiceItemLayout 0x7f0300de
261
+ int attr navigationContentDescription 0x7f0300df
262
+ int attr navigationIcon 0x7f0300e0
263
+ int attr navigationMode 0x7f0300e1
264
+ int attr nestedScrollViewStyle 0x7f0300e2
265
+ int attr numericModifiers 0x7f0300e3
266
+ int attr overlapAnchor 0x7f0300e4
267
+ int attr overlayImage 0x7f0300e5
268
+ int attr paddingBottomNoButtons 0x7f0300e6
269
+ int attr paddingEnd 0x7f0300e7
270
+ int attr paddingStart 0x7f0300e8
271
+ int attr paddingTopNoTitle 0x7f0300e9
272
+ int attr panelBackground 0x7f0300ea
273
+ int attr panelMenuListTheme 0x7f0300eb
274
+ int attr panelMenuListWidth 0x7f0300ec
275
+ int attr placeholderImage 0x7f0300ed
276
+ int attr placeholderImageScaleType 0x7f0300ee
277
+ int attr popupMenuStyle 0x7f0300ef
278
+ int attr popupTheme 0x7f0300f0
279
+ int attr popupWindowStyle 0x7f0300f1
280
+ int attr preserveIconSpacing 0x7f0300f2
281
+ int attr pressedStateOverlayImage 0x7f0300f3
282
+ int attr progressBarAutoRotateInterval 0x7f0300f4
283
+ int attr progressBarImage 0x7f0300f5
284
+ int attr progressBarImageScaleType 0x7f0300f6
285
+ int attr progressBarPadding 0x7f0300f7
286
+ int attr progressBarStyle 0x7f0300f8
287
+ int attr queryBackground 0x7f0300f9
288
+ int attr queryHint 0x7f0300fa
289
+ int attr queryPatterns 0x7f0300fb
290
+ int attr radioButtonStyle 0x7f0300fc
291
+ int attr ratingBarStyle 0x7f0300fd
292
+ int attr ratingBarStyleIndicator 0x7f0300fe
293
+ int attr ratingBarStyleSmall 0x7f0300ff
294
+ int attr retryImage 0x7f030100
295
+ int attr retryImageScaleType 0x7f030101
296
+ int attr roundAsCircle 0x7f030102
297
+ int attr roundBottomEnd 0x7f030103
298
+ int attr roundBottomLeft 0x7f030104
299
+ int attr roundBottomRight 0x7f030105
300
+ int attr roundBottomStart 0x7f030106
301
+ int attr roundTopEnd 0x7f030107
302
+ int attr roundTopLeft 0x7f030108
303
+ int attr roundTopRight 0x7f030109
304
+ int attr roundTopStart 0x7f03010a
305
+ int attr roundWithOverlayColor 0x7f03010b
306
+ int attr roundedCornerRadius 0x7f03010c
307
+ int attr roundingBorderColor 0x7f03010d
308
+ int attr roundingBorderPadding 0x7f03010e
309
+ int attr roundingBorderWidth 0x7f03010f
310
+ int attr scopeUris 0x7f030110
311
+ int attr searchHintIcon 0x7f030111
312
+ int attr searchIcon 0x7f030112
313
+ int attr searchViewStyle 0x7f030113
314
+ int attr seekBarStyle 0x7f030114
315
+ int attr selectableItemBackground 0x7f030115
316
+ int attr selectableItemBackgroundBorderless 0x7f030116
317
+ int attr shortcutMatchRequired 0x7f030117
318
+ int attr showAsAction 0x7f030118
319
+ int attr showDividers 0x7f030119
320
+ int attr showText 0x7f03011a
321
+ int attr showTitle 0x7f03011b
322
+ int attr singleChoiceItemLayout 0x7f03011c
323
+ int attr spinBars 0x7f03011d
324
+ int attr spinnerDropDownItemStyle 0x7f03011e
325
+ int attr spinnerStyle 0x7f03011f
326
+ int attr splitTrack 0x7f030120
327
+ int attr srcCompat 0x7f030121
328
+ int attr state_above_anchor 0x7f030122
329
+ int attr statusBarBackground 0x7f030123
330
+ int attr subMenuArrow 0x7f030124
331
+ int attr submitBackground 0x7f030125
332
+ int attr subtitle 0x7f030126
333
+ int attr subtitleTextAppearance 0x7f030127
334
+ int attr subtitleTextColor 0x7f030128
335
+ int attr subtitleTextStyle 0x7f030129
336
+ int attr suggestionRowLayout 0x7f03012a
337
+ int attr switchMinWidth 0x7f03012b
338
+ int attr switchPadding 0x7f03012c
339
+ int attr switchStyle 0x7f03012d
340
+ int attr switchTextAppearance 0x7f03012e
341
+ int attr textAllCaps 0x7f03012f
342
+ int attr textAppearanceLargePopupMenu 0x7f030130
343
+ int attr textAppearanceListItem 0x7f030131
344
+ int attr textAppearanceListItemSecondary 0x7f030132
345
+ int attr textAppearanceListItemSmall 0x7f030133
346
+ int attr textAppearancePopupMenuHeader 0x7f030134
347
+ int attr textAppearanceSearchResultSubtitle 0x7f030135
348
+ int attr textAppearanceSearchResultTitle 0x7f030136
349
+ int attr textAppearanceSmallPopupMenu 0x7f030137
350
+ int attr textColorAlertDialogListItem 0x7f030138
351
+ int attr textColorSearchUrl 0x7f030139
352
+ int attr textLocale 0x7f03013a
353
+ int attr theme 0x7f03013b
354
+ int attr thickness 0x7f03013c
355
+ int attr thumbTextPadding 0x7f03013d
356
+ int attr thumbTint 0x7f03013e
357
+ int attr thumbTintMode 0x7f03013f
358
+ int attr tickMark 0x7f030140
359
+ int attr tickMarkTint 0x7f030141
360
+ int attr tickMarkTintMode 0x7f030142
361
+ int attr tint 0x7f030143
362
+ int attr tintMode 0x7f030144
363
+ int attr title 0x7f030145
364
+ int attr titleMargin 0x7f030146
365
+ int attr titleMarginBottom 0x7f030147
366
+ int attr titleMarginEnd 0x7f030148
367
+ int attr titleMarginStart 0x7f030149
368
+ int attr titleMarginTop 0x7f03014a
369
+ int attr titleMargins 0x7f03014b
370
+ int attr titleTextAppearance 0x7f03014c
371
+ int attr titleTextColor 0x7f03014d
372
+ int attr titleTextStyle 0x7f03014e
373
+ int attr toolbarNavigationButtonStyle 0x7f03014f
374
+ int attr toolbarStyle 0x7f030150
375
+ int attr tooltipForegroundColor 0x7f030151
376
+ int attr tooltipFrameBackground 0x7f030152
377
+ int attr tooltipText 0x7f030153
378
+ int attr track 0x7f030154
379
+ int attr trackTint 0x7f030155
380
+ int attr trackTintMode 0x7f030156
381
+ int attr ttcIndex 0x7f030157
382
+ int attr uiCompass 0x7f030158
383
+ int attr uiMapToolbar 0x7f030159
384
+ int attr uiRotateGestures 0x7f03015a
385
+ int attr uiScrollGestures 0x7f03015b
386
+ int attr uiScrollGesturesDuringRotateOrZoom 0x7f03015c
387
+ int attr uiTiltGestures 0x7f03015d
388
+ int attr uiZoomControls 0x7f03015e
389
+ int attr uiZoomGestures 0x7f03015f
390
+ int attr useViewLifecycle 0x7f030160
391
+ int attr viewAspectRatio 0x7f030161
392
+ int attr viewInflaterClass 0x7f030162
393
+ int attr voiceIcon 0x7f030163
394
+ int attr windowActionBar 0x7f030164
395
+ int attr windowActionBarOverlay 0x7f030165
396
+ int attr windowActionModeOverlay 0x7f030166
397
+ int attr windowFixedHeightMajor 0x7f030167
398
+ int attr windowFixedHeightMinor 0x7f030168
399
+ int attr windowFixedWidthMajor 0x7f030169
400
+ int attr windowFixedWidthMinor 0x7f03016a
401
+ int attr windowMinWidthMajor 0x7f03016b
402
+ int attr windowMinWidthMinor 0x7f03016c
403
+ int attr windowNoTitle 0x7f03016d
404
+ int attr zOrderOnTop 0x7f03016e
405
+ int bool abc_action_bar_embed_tabs 0x7f040000
406
+ int bool abc_config_actionMenuItemAllCaps 0x7f040001
407
+ int bool enable_system_alarm_service_default 0x7f040002
408
+ int bool enable_system_foreground_service_default 0x7f040003
409
+ int bool enable_system_job_service_default 0x7f040004
410
+ int bool workmanager_test_configuration 0x7f040005
411
+ int color abc_background_cache_hint_selector_material_dark 0x7f050000
412
+ int color abc_background_cache_hint_selector_material_light 0x7f050001
413
+ int color abc_btn_colored_borderless_text_material 0x7f050002
414
+ int color abc_btn_colored_text_material 0x7f050003
415
+ int color abc_color_highlight_material 0x7f050004
416
+ int color abc_decor_view_status_guard 0x7f050005
417
+ int color abc_decor_view_status_guard_light 0x7f050006
418
+ int color abc_hint_foreground_material_dark 0x7f050007
419
+ int color abc_hint_foreground_material_light 0x7f050008
420
+ int color abc_primary_text_disable_only_material_dark 0x7f050009
421
+ int color abc_primary_text_disable_only_material_light 0x7f05000a
422
+ int color abc_primary_text_material_dark 0x7f05000b
423
+ int color abc_primary_text_material_light 0x7f05000c
424
+ int color abc_search_url_text 0x7f05000d
425
+ int color abc_search_url_text_normal 0x7f05000e
426
+ int color abc_search_url_text_pressed 0x7f05000f
427
+ int color abc_search_url_text_selected 0x7f050010
428
+ int color abc_secondary_text_material_dark 0x7f050011
429
+ int color abc_secondary_text_material_light 0x7f050012
430
+ int color abc_tint_btn_checkable 0x7f050013
431
+ int color abc_tint_default 0x7f050014
432
+ int color abc_tint_edittext 0x7f050015
433
+ int color abc_tint_seek_thumb 0x7f050016
434
+ int color abc_tint_spinner 0x7f050017
435
+ int color abc_tint_switch_track 0x7f050018
436
+ int color accent_material_dark 0x7f050019
437
+ int color accent_material_light 0x7f05001a
438
+ int color aliceblue 0x7f05001b
439
+ int color androidx_core_ripple_material_light 0x7f05001c
440
+ int color androidx_core_secondary_text_default_material_light 0x7f05001d
441
+ int color antiquewhite 0x7f05001e
442
+ int color aqua 0x7f05001f
443
+ int color aquamarine 0x7f050020
444
+ int color azure 0x7f050021
445
+ int color background_floating_material_dark 0x7f050022
446
+ int color background_floating_material_light 0x7f050023
447
+ int color background_material_dark 0x7f050024
448
+ int color background_material_light 0x7f050025
449
+ int color beige 0x7f050026
450
+ int color bisque 0x7f050027
451
+ int color black 0x7f050028
452
+ int color blanchedalmond 0x7f050029
453
+ int color blue 0x7f05002a
454
+ int color blueviolet 0x7f05002b
455
+ int color bright_foreground_disabled_material_dark 0x7f05002c
456
+ int color bright_foreground_disabled_material_light 0x7f05002d
457
+ int color bright_foreground_inverse_material_dark 0x7f05002e
458
+ int color bright_foreground_inverse_material_light 0x7f05002f
459
+ int color bright_foreground_material_dark 0x7f050030
460
+ int color bright_foreground_material_light 0x7f050031
461
+ int color brown 0x7f050032
462
+ int color burlywood 0x7f050033
463
+ int color buttonDefaultColor 0x7f050034
464
+ int color button_material_dark 0x7f050035
465
+ int color button_material_light 0x7f050036
466
+ int color cadetblue 0x7f050037
467
+ int color carouselDescriptionTextColor 0x7f050038
468
+ int color carouselItemCardBackgroundColor 0x7f050039
469
+ int color carouselNotificationBackgroundColor 0x7f05003a
470
+ int color carouselTitleTextColor 0x7f05003b
471
+ int color catalyst_logbox_background 0x7f05003c
472
+ int color catalyst_redbox_background 0x7f05003d
473
+ int color chartreuse 0x7f05003e
474
+ int color chocolate 0x7f05003f
475
+ int color common_google_signin_btn_text_dark 0x7f050040
476
+ int color common_google_signin_btn_text_dark_default 0x7f050041
477
+ int color common_google_signin_btn_text_dark_disabled 0x7f050042
478
+ int color common_google_signin_btn_text_dark_focused 0x7f050043
479
+ int color common_google_signin_btn_text_dark_pressed 0x7f050044
480
+ int color common_google_signin_btn_text_light 0x7f050045
481
+ int color common_google_signin_btn_text_light_default 0x7f050046
482
+ int color common_google_signin_btn_text_light_disabled 0x7f050047
483
+ int color common_google_signin_btn_text_light_focused 0x7f050048
484
+ int color common_google_signin_btn_text_light_pressed 0x7f050049
485
+ int color common_google_signin_btn_tint 0x7f05004a
486
+ int color coral 0x7f05004b
487
+ int color cornflowerblue 0x7f05004c
488
+ int color cornsilk 0x7f05004d
489
+ int color crimson 0x7f05004e
490
+ int color cyan 0x7f05004f
491
+ int color darkblue 0x7f050050
492
+ int color darkcyan 0x7f050051
493
+ int color darkgoldenrod 0x7f050052
494
+ int color darkgray 0x7f050053
495
+ int color darkgreen 0x7f050054
496
+ int color darkkhaki 0x7f050055
497
+ int color darkmagenta 0x7f050056
498
+ int color darkolivegreen 0x7f050057
499
+ int color darkorange 0x7f050058
500
+ int color darkorchid 0x7f050059
501
+ int color darkred 0x7f05005a
502
+ int color darksalmon 0x7f05005b
503
+ int color darkseagreen 0x7f05005c
504
+ int color darkslateblue 0x7f05005d
505
+ int color darkslategray 0x7f05005e
506
+ int color darkturquoise 0x7f05005f
507
+ int color darkviolet 0x7f050060
508
+ int color deeppink 0x7f050061
509
+ int color deepskyblue 0x7f050062
510
+ int color dim_foreground_disabled_material_dark 0x7f050063
511
+ int color dim_foreground_disabled_material_light 0x7f050064
512
+ int color dim_foreground_material_dark 0x7f050065
513
+ int color dim_foreground_material_light 0x7f050066
514
+ int color dimgray 0x7f050067
515
+ int color dodgerblue 0x7f050068
516
+ int color error_color_material_dark 0x7f050069
517
+ int color error_color_material_light 0x7f05006a
518
+ int color firebrick 0x7f05006b
519
+ int color floralwhite 0x7f05006c
520
+ int color foreground_material_dark 0x7f05006d
521
+ int color foreground_material_light 0x7f05006e
522
+ int color forestgreen 0x7f05006f
523
+ int color fuchsia 0x7f050070
524
+ int color gainsboro 0x7f050071
525
+ int color ghostwhite 0x7f050072
526
+ int color gold 0x7f050073
527
+ int color goldenrod 0x7f050074
528
+ int color gray 0x7f050075
529
+ int color green 0x7f050076
530
+ int color greenyellow 0x7f050077
531
+ int color highlighted_text_material_dark 0x7f050078
532
+ int color highlighted_text_material_light 0x7f050079
533
+ int color honeydew 0x7f05007a
534
+ int color hotpink 0x7f05007b
535
+ int color indianred 0x7f05007c
536
+ int color indigo 0x7f05007d
537
+ int color ivory 0x7f05007e
538
+ int color khaki 0x7f05007f
539
+ int color lavender 0x7f050080
540
+ int color lavenderblush 0x7f050081
541
+ int color lawngreen 0x7f050082
542
+ int color lemonchiffon 0x7f050083
543
+ int color lightblue 0x7f050084
544
+ int color lightcoral 0x7f050085
545
+ int color lightcyan 0x7f050086
546
+ int color lightgoldenrodyellow 0x7f050087
547
+ int color lightgreen 0x7f050088
548
+ int color lightgrey 0x7f050089
549
+ int color lightpink 0x7f05008a
550
+ int color lightsalmon 0x7f05008b
551
+ int color lightseagreen 0x7f05008c
552
+ int color lightskyblue 0x7f05008d
553
+ int color lightslategray 0x7f05008e
554
+ int color lightsteelblue 0x7f05008f
555
+ int color lightyellow 0x7f050090
556
+ int color lime 0x7f050091
557
+ int color limegreen 0x7f050092
558
+ int color linen 0x7f050093
559
+ int color magenta 0x7f050094
560
+ int color maroon 0x7f050095
561
+ int color material_blue_grey_800 0x7f050096
562
+ int color material_blue_grey_900 0x7f050097
563
+ int color material_blue_grey_950 0x7f050098
564
+ int color material_deep_teal_200 0x7f050099
565
+ int color material_deep_teal_500 0x7f05009a
566
+ int color material_grey_100 0x7f05009b
567
+ int color material_grey_300 0x7f05009c
568
+ int color material_grey_50 0x7f05009d
569
+ int color material_grey_600 0x7f05009e
570
+ int color material_grey_800 0x7f05009f
571
+ int color material_grey_850 0x7f0500a0
572
+ int color material_grey_900 0x7f0500a1
573
+ int color mediumaquamarine 0x7f0500a2
574
+ int color mediumblue 0x7f0500a3
575
+ int color mediumorchid 0x7f0500a4
576
+ int color mediumpurple 0x7f0500a5
577
+ int color mediumseagreen 0x7f0500a6
578
+ int color mediumslateblue 0x7f0500a7
579
+ int color mediumspringgreen 0x7f0500a8
580
+ int color mediumturquoise 0x7f0500a9
581
+ int color mediumvioletred 0x7f0500aa
582
+ int color midnightblue 0x7f0500ab
583
+ int color mintcream 0x7f0500ac
584
+ int color mistyrose 0x7f0500ad
585
+ int color moccasin 0x7f0500ae
586
+ int color navajowhite 0x7f0500af
587
+ int color navy 0x7f0500b0
588
+ int color notification_action_color_filter 0x7f0500b1
589
+ int color notification_icon_bg_color 0x7f0500b2
590
+ int color notification_material_background_media_default_color 0x7f0500b3
591
+ int color oldlace 0x7f0500b4
592
+ int color olive 0x7f0500b5
593
+ int color olivedrab 0x7f0500b6
594
+ int color orange 0x7f0500b7
595
+ int color orangered 0x7f0500b8
596
+ int color orchid 0x7f0500b9
597
+ int color palegoldenrod 0x7f0500ba
598
+ int color palegreen 0x7f0500bb
599
+ int color paleturquoise 0x7f0500bc
600
+ int color palevioletred 0x7f0500bd
601
+ int color papayawhip 0x7f0500be
602
+ int color peachpuff 0x7f0500bf
603
+ int color peru 0x7f0500c0
604
+ int color pink 0x7f0500c1
605
+ int color plum 0x7f0500c2
606
+ int color powderblue 0x7f0500c3
607
+ int color primary_dark_material_dark 0x7f0500c4
608
+ int color primary_dark_material_light 0x7f0500c5
609
+ int color primary_material_dark 0x7f0500c6
610
+ int color primary_material_light 0x7f0500c7
611
+ int color primary_text_default_material_dark 0x7f0500c8
612
+ int color primary_text_default_material_light 0x7f0500c9
613
+ int color primary_text_disabled_material_dark 0x7f0500ca
614
+ int color primary_text_disabled_material_light 0x7f0500cb
615
+ int color purple 0x7f0500cc
616
+ int color red 0x7f0500cd
617
+ int color ripple_material_dark 0x7f0500ce
618
+ int color ripple_material_light 0x7f0500cf
619
+ int color rosybrown 0x7f0500d0
620
+ int color royalblue 0x7f0500d1
621
+ int color saddlebrown 0x7f0500d2
622
+ int color salmon 0x7f0500d3
623
+ int color sandybrown 0x7f0500d4
624
+ int color seagreen 0x7f0500d5
625
+ int color seashell 0x7f0500d6
626
+ int color secondary_text_default_material_dark 0x7f0500d7
627
+ int color secondary_text_default_material_light 0x7f0500d8
628
+ int color secondary_text_disabled_material_dark 0x7f0500d9
629
+ int color secondary_text_disabled_material_light 0x7f0500da
630
+ int color sienna 0x7f0500db
631
+ int color silver 0x7f0500dc
632
+ int color skyblue 0x7f0500dd
633
+ int color slateblue 0x7f0500de
634
+ int color slategray 0x7f0500df
635
+ int color snow 0x7f0500e0
636
+ int color springgreen 0x7f0500e1
637
+ int color steelblue 0x7f0500e2
638
+ int color switch_thumb_disabled_material_dark 0x7f0500e3
639
+ int color switch_thumb_disabled_material_light 0x7f0500e4
640
+ int color switch_thumb_material_dark 0x7f0500e5
641
+ int color switch_thumb_material_light 0x7f0500e6
642
+ int color switch_thumb_normal_material_dark 0x7f0500e7
643
+ int color switch_thumb_normal_material_light 0x7f0500e8
644
+ int color tan 0x7f0500e9
645
+ int color teal 0x7f0500ea
646
+ int color thistle 0x7f0500eb
647
+ int color tomato 0x7f0500ec
648
+ int color tooltip_background_dark 0x7f0500ed
649
+ int color tooltip_background_light 0x7f0500ee
650
+ int color turquoise 0x7f0500ef
651
+ int color violet 0x7f0500f0
652
+ int color wheat 0x7f0500f1
653
+ int color white 0x7f0500f2
654
+ int color whitesmoke 0x7f0500f3
655
+ int color yellow 0x7f0500f4
656
+ int color yellowgreen 0x7f0500f5
657
+ int dimen abc_action_bar_content_inset_material 0x7f060000
658
+ int dimen abc_action_bar_content_inset_with_nav 0x7f060001
659
+ int dimen abc_action_bar_default_height_material 0x7f060002
660
+ int dimen abc_action_bar_default_padding_end_material 0x7f060003
661
+ int dimen abc_action_bar_default_padding_start_material 0x7f060004
662
+ int dimen abc_action_bar_elevation_material 0x7f060005
663
+ int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006
664
+ int dimen abc_action_bar_overflow_padding_end_material 0x7f060007
665
+ int dimen abc_action_bar_overflow_padding_start_material 0x7f060008
666
+ int dimen abc_action_bar_stacked_max_height 0x7f060009
667
+ int dimen abc_action_bar_stacked_tab_max_width 0x7f06000a
668
+ int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000b
669
+ int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000c
670
+ int dimen abc_action_button_min_height_material 0x7f06000d
671
+ int dimen abc_action_button_min_width_material 0x7f06000e
672
+ int dimen abc_action_button_min_width_overflow_material 0x7f06000f
673
+ int dimen abc_alert_dialog_button_bar_height 0x7f060010
674
+ int dimen abc_alert_dialog_button_dimen 0x7f060011
675
+ int dimen abc_button_inset_horizontal_material 0x7f060012
676
+ int dimen abc_button_inset_vertical_material 0x7f060013
677
+ int dimen abc_button_padding_horizontal_material 0x7f060014
678
+ int dimen abc_button_padding_vertical_material 0x7f060015
679
+ int dimen abc_cascading_menus_min_smallest_width 0x7f060016
680
+ int dimen abc_config_prefDialogWidth 0x7f060017
681
+ int dimen abc_control_corner_material 0x7f060018
682
+ int dimen abc_control_inset_material 0x7f060019
683
+ int dimen abc_control_padding_material 0x7f06001a
684
+ int dimen abc_dialog_corner_radius_material 0x7f06001b
685
+ int dimen abc_dialog_fixed_height_major 0x7f06001c
686
+ int dimen abc_dialog_fixed_height_minor 0x7f06001d
687
+ int dimen abc_dialog_fixed_width_major 0x7f06001e
688
+ int dimen abc_dialog_fixed_width_minor 0x7f06001f
689
+ int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f060020
690
+ int dimen abc_dialog_list_padding_top_no_title 0x7f060021
691
+ int dimen abc_dialog_min_width_major 0x7f060022
692
+ int dimen abc_dialog_min_width_minor 0x7f060023
693
+ int dimen abc_dialog_padding_material 0x7f060024
694
+ int dimen abc_dialog_padding_top_material 0x7f060025
695
+ int dimen abc_dialog_title_divider_material 0x7f060026
696
+ int dimen abc_disabled_alpha_material_dark 0x7f060027
697
+ int dimen abc_disabled_alpha_material_light 0x7f060028
698
+ int dimen abc_dropdownitem_icon_width 0x7f060029
699
+ int dimen abc_dropdownitem_text_padding_left 0x7f06002a
700
+ int dimen abc_dropdownitem_text_padding_right 0x7f06002b
701
+ int dimen abc_edit_text_inset_bottom_material 0x7f06002c
702
+ int dimen abc_edit_text_inset_horizontal_material 0x7f06002d
703
+ int dimen abc_edit_text_inset_top_material 0x7f06002e
704
+ int dimen abc_floating_window_z 0x7f06002f
705
+ int dimen abc_list_item_height_large_material 0x7f060030
706
+ int dimen abc_list_item_height_material 0x7f060031
707
+ int dimen abc_list_item_height_small_material 0x7f060032
708
+ int dimen abc_list_item_padding_horizontal_material 0x7f060033
709
+ int dimen abc_panel_menu_list_width 0x7f060034
710
+ int dimen abc_progress_bar_height_material 0x7f060035
711
+ int dimen abc_search_view_preferred_height 0x7f060036
712
+ int dimen abc_search_view_preferred_width 0x7f060037
713
+ int dimen abc_seekbar_track_background_height_material 0x7f060038
714
+ int dimen abc_seekbar_track_progress_height_material 0x7f060039
715
+ int dimen abc_select_dialog_padding_start_material 0x7f06003a
716
+ int dimen abc_star_big 0x7f06003b
717
+ int dimen abc_star_medium 0x7f06003c
718
+ int dimen abc_star_small 0x7f06003d
719
+ int dimen abc_switch_padding 0x7f06003e
720
+ int dimen abc_text_size_body_1_material 0x7f06003f
721
+ int dimen abc_text_size_body_2_material 0x7f060040
722
+ int dimen abc_text_size_button_material 0x7f060041
723
+ int dimen abc_text_size_caption_material 0x7f060042
724
+ int dimen abc_text_size_display_1_material 0x7f060043
725
+ int dimen abc_text_size_display_2_material 0x7f060044
726
+ int dimen abc_text_size_display_3_material 0x7f060045
727
+ int dimen abc_text_size_display_4_material 0x7f060046
728
+ int dimen abc_text_size_headline_material 0x7f060047
729
+ int dimen abc_text_size_large_material 0x7f060048
730
+ int dimen abc_text_size_medium_material 0x7f060049
731
+ int dimen abc_text_size_menu_header_material 0x7f06004a
732
+ int dimen abc_text_size_menu_material 0x7f06004b
733
+ int dimen abc_text_size_small_material 0x7f06004c
734
+ int dimen abc_text_size_subhead_material 0x7f06004d
735
+ int dimen abc_text_size_subtitle_material_toolbar 0x7f06004e
736
+ int dimen abc_text_size_title_material 0x7f06004f
737
+ int dimen abc_text_size_title_material_toolbar 0x7f060050
738
+ int dimen autofill_inline_suggestion_icon_size 0x7f060051
739
+ int dimen compat_button_inset_horizontal_material 0x7f060052
740
+ int dimen compat_button_inset_vertical_material 0x7f060053
741
+ int dimen compat_button_padding_horizontal_material 0x7f060054
742
+ int dimen compat_button_padding_vertical_material 0x7f060055
743
+ int dimen compat_control_corner_material 0x7f060056
744
+ int dimen compat_notification_large_icon_max_height 0x7f060057
745
+ int dimen compat_notification_large_icon_max_width 0x7f060058
746
+ int dimen disabled_alpha_material_dark 0x7f060059
747
+ int dimen disabled_alpha_material_light 0x7f06005a
748
+ int dimen highlight_alpha_material_colored 0x7f06005b
749
+ int dimen highlight_alpha_material_dark 0x7f06005c
750
+ int dimen highlight_alpha_material_light 0x7f06005d
751
+ int dimen hint_alpha_material_dark 0x7f06005e
752
+ int dimen hint_alpha_material_light 0x7f06005f
753
+ int dimen hint_pressed_alpha_material_dark 0x7f060060
754
+ int dimen hint_pressed_alpha_material_light 0x7f060061
755
+ int dimen notification_action_icon_size 0x7f060062
756
+ int dimen notification_action_text_size 0x7f060063
757
+ int dimen notification_big_circle_margin 0x7f060064
758
+ int dimen notification_content_margin_start 0x7f060065
759
+ int dimen notification_large_icon_height 0x7f060066
760
+ int dimen notification_large_icon_width 0x7f060067
761
+ int dimen notification_main_column_padding_top 0x7f060068
762
+ int dimen notification_media_narrow_margin 0x7f060069
763
+ int dimen notification_right_icon_size 0x7f06006a
764
+ int dimen notification_right_side_padding_top 0x7f06006b
765
+ int dimen notification_small_icon_background_padding 0x7f06006c
766
+ int dimen notification_small_icon_size_as_large 0x7f06006d
767
+ int dimen notification_subtext_size 0x7f06006e
768
+ int dimen notification_top_pad 0x7f06006f
769
+ int dimen notification_top_pad_large_text 0x7f060070
770
+ int dimen subtitle_corner_radius 0x7f060071
771
+ int dimen subtitle_outline_width 0x7f060072
772
+ int dimen subtitle_shadow_offset 0x7f060073
773
+ int dimen subtitle_shadow_radius 0x7f060074
774
+ int dimen tooltip_corner_radius 0x7f060075
775
+ int dimen tooltip_horizontal_padding 0x7f060076
776
+ int dimen tooltip_margin 0x7f060077
777
+ int dimen tooltip_precise_anchor_extra_offset 0x7f060078
778
+ int dimen tooltip_precise_anchor_threshold 0x7f060079
779
+ int dimen tooltip_vertical_padding 0x7f06007a
780
+ int dimen tooltip_y_offset_non_touch 0x7f06007b
781
+ int dimen tooltip_y_offset_touch 0x7f06007c
782
+ int drawable abc_ab_share_pack_mtrl_alpha 0x7f070000
783
+ int drawable abc_action_bar_item_background_material 0x7f070001
784
+ int drawable abc_btn_borderless_material 0x7f070002
785
+ int drawable abc_btn_check_material 0x7f070003
786
+ int drawable abc_btn_check_material_anim 0x7f070004
787
+ int drawable abc_btn_check_to_on_mtrl_000 0x7f070005
788
+ int drawable abc_btn_check_to_on_mtrl_015 0x7f070006
789
+ int drawable abc_btn_colored_material 0x7f070007
790
+ int drawable abc_btn_default_mtrl_shape 0x7f070008
791
+ int drawable abc_btn_radio_material 0x7f070009
792
+ int drawable abc_btn_radio_material_anim 0x7f07000a
793
+ int drawable abc_btn_radio_to_on_mtrl_000 0x7f07000b
794
+ int drawable abc_btn_radio_to_on_mtrl_015 0x7f07000c
795
+ int drawable abc_btn_switch_to_on_mtrl_00001 0x7f07000d
796
+ int drawable abc_btn_switch_to_on_mtrl_00012 0x7f07000e
797
+ int drawable abc_cab_background_internal_bg 0x7f07000f
798
+ int drawable abc_cab_background_top_material 0x7f070010
799
+ int drawable abc_cab_background_top_mtrl_alpha 0x7f070011
800
+ int drawable abc_control_background_material 0x7f070012
801
+ int drawable abc_dialog_material_background 0x7f070013
802
+ int drawable abc_edit_text_material 0x7f070014
803
+ int drawable abc_ic_ab_back_material 0x7f070015
804
+ int drawable abc_ic_arrow_drop_right_black_24dp 0x7f070016
805
+ int drawable abc_ic_clear_material 0x7f070017
806
+ int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f070018
807
+ int drawable abc_ic_go_search_api_material 0x7f070019
808
+ int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f07001a
809
+ int drawable abc_ic_menu_cut_mtrl_alpha 0x7f07001b
810
+ int drawable abc_ic_menu_overflow_material 0x7f07001c
811
+ int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f07001d
812
+ int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f07001e
813
+ int drawable abc_ic_menu_share_mtrl_alpha 0x7f07001f
814
+ int drawable abc_ic_search_api_material 0x7f070020
815
+ int drawable abc_ic_voice_search_api_material 0x7f070021
816
+ int drawable abc_item_background_holo_dark 0x7f070022
817
+ int drawable abc_item_background_holo_light 0x7f070023
818
+ int drawable abc_list_divider_material 0x7f070024
819
+ int drawable abc_list_divider_mtrl_alpha 0x7f070025
820
+ int drawable abc_list_focused_holo 0x7f070026
821
+ int drawable abc_list_longpressed_holo 0x7f070027
822
+ int drawable abc_list_pressed_holo_dark 0x7f070028
823
+ int drawable abc_list_pressed_holo_light 0x7f070029
824
+ int drawable abc_list_selector_background_transition_holo_dark 0x7f07002a
825
+ int drawable abc_list_selector_background_transition_holo_light 0x7f07002b
826
+ int drawable abc_list_selector_disabled_holo_dark 0x7f07002c
827
+ int drawable abc_list_selector_disabled_holo_light 0x7f07002d
828
+ int drawable abc_list_selector_holo_dark 0x7f07002e
829
+ int drawable abc_list_selector_holo_light 0x7f07002f
830
+ int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070030
831
+ int drawable abc_popup_background_mtrl_mult 0x7f070031
832
+ int drawable abc_ratingbar_indicator_material 0x7f070032
833
+ int drawable abc_ratingbar_material 0x7f070033
834
+ int drawable abc_ratingbar_small_material 0x7f070034
835
+ int drawable abc_scrubber_control_off_mtrl_alpha 0x7f070035
836
+ int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f070036
837
+ int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f070037
838
+ int drawable abc_scrubber_primary_mtrl_alpha 0x7f070038
839
+ int drawable abc_scrubber_track_mtrl_alpha 0x7f070039
840
+ int drawable abc_seekbar_thumb_material 0x7f07003a
841
+ int drawable abc_seekbar_tick_mark_material 0x7f07003b
842
+ int drawable abc_seekbar_track_material 0x7f07003c
843
+ int drawable abc_spinner_mtrl_am_alpha 0x7f07003d
844
+ int drawable abc_spinner_textfield_background_material 0x7f07003e
845
+ int drawable abc_star_black_48dp 0x7f07003f
846
+ int drawable abc_star_half_black_48dp 0x7f070040
847
+ int drawable abc_switch_thumb_material 0x7f070041
848
+ int drawable abc_switch_track_mtrl_alpha 0x7f070042
849
+ int drawable abc_tab_indicator_material 0x7f070043
850
+ int drawable abc_tab_indicator_mtrl_alpha 0x7f070044
851
+ int drawable abc_text_cursor_material 0x7f070045
852
+ int drawable abc_text_select_handle_left_mtrl 0x7f070046
853
+ int drawable abc_text_select_handle_middle_mtrl 0x7f070047
854
+ int drawable abc_text_select_handle_right_mtrl 0x7f070048
855
+ int drawable abc_textfield_activated_mtrl_alpha 0x7f070049
856
+ int drawable abc_textfield_default_mtrl_alpha 0x7f07004a
857
+ int drawable abc_textfield_search_activated_mtrl_alpha 0x7f07004b
858
+ int drawable abc_textfield_search_default_mtrl_alpha 0x7f07004c
859
+ int drawable abc_textfield_search_material 0x7f07004d
860
+ int drawable abc_vector_test 0x7f07004e
861
+ int drawable amu_bubble_mask 0x7f07004f
862
+ int drawable amu_bubble_shadow 0x7f070050
863
+ int drawable appice_sdk_buttonround 0x7f070051
864
+ int drawable appice_sdk_buttonroundb 0x7f070052
865
+ int drawable appice_sdk_close 0x7f070053
866
+ int drawable appice_sdk_framebox 0x7f070054
867
+ int drawable appice_sdk_graygradient 0x7f070055
868
+ int drawable appice_sdk_graygradientr 0x7f070056
869
+ int drawable appice_sdk_keyboard 0x7f070057
870
+ int drawable appice_sdk_starempty 0x7f070058
871
+ int drawable appice_sdk_starhover 0x7f070059
872
+ int drawable appice_sdk_suveybg 0x7f07005a
873
+ int drawable autofill_inline_suggestion_chip_background 0x7f07005b
874
+ int drawable back 0x7f07005c
875
+ int drawable border_back_color 0x7f07005d
876
+ int drawable btn_checkbox_checked_mtrl 0x7f07005e
877
+ int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f07005f
878
+ int drawable btn_checkbox_unchecked_mtrl 0x7f070060
879
+ int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f070061
880
+ int drawable btn_radio_off_mtrl 0x7f070062
881
+ int drawable btn_radio_off_to_on_mtrl_animation 0x7f070063
882
+ int drawable btn_radio_on_mtrl 0x7f070064
883
+ int drawable btn_radio_on_to_off_mtrl_animation 0x7f070065
884
+ int drawable carousel_card_item 0x7f070066
885
+ int drawable common_full_open_on_phone 0x7f070067
886
+ int drawable common_google_signin_btn_icon_dark 0x7f070068
887
+ int drawable common_google_signin_btn_icon_dark_focused 0x7f070069
888
+ int drawable common_google_signin_btn_icon_dark_normal 0x7f07006a
889
+ int drawable common_google_signin_btn_icon_dark_normal_background 0x7f07006b
890
+ int drawable common_google_signin_btn_icon_disabled 0x7f07006c
891
+ int drawable common_google_signin_btn_icon_light 0x7f07006d
892
+ int drawable common_google_signin_btn_icon_light_focused 0x7f07006e
893
+ int drawable common_google_signin_btn_icon_light_normal 0x7f07006f
894
+ int drawable common_google_signin_btn_icon_light_normal_background 0x7f070070
895
+ int drawable common_google_signin_btn_text_dark 0x7f070071
896
+ int drawable common_google_signin_btn_text_dark_focused 0x7f070072
897
+ int drawable common_google_signin_btn_text_dark_normal 0x7f070073
898
+ int drawable common_google_signin_btn_text_dark_normal_background 0x7f070074
899
+ int drawable common_google_signin_btn_text_disabled 0x7f070075
900
+ int drawable common_google_signin_btn_text_light 0x7f070076
901
+ int drawable common_google_signin_btn_text_light_focused 0x7f070077
902
+ int drawable common_google_signin_btn_text_light_normal 0x7f070078
903
+ int drawable common_google_signin_btn_text_light_normal_background 0x7f070079
904
+ int drawable googleg_disabled_color_18 0x7f07007a
905
+ int drawable googleg_standard_color_18 0x7f07007b
906
+ int drawable ic_carousel_icon 0x7f07007c
907
+ int drawable ic_carousel_left_arrow 0x7f07007d
908
+ int drawable ic_carousel_right_icon 0x7f07007e
909
+ int drawable notification_action_background 0x7f07007f
910
+ int drawable notification_bg 0x7f070080
911
+ int drawable notification_bg_low 0x7f070081
912
+ int drawable notification_bg_low_normal 0x7f070082
913
+ int drawable notification_bg_low_pressed 0x7f070083
914
+ int drawable notification_bg_normal 0x7f070084
915
+ int drawable notification_bg_normal_pressed 0x7f070085
916
+ int drawable notification_icon_background 0x7f070086
917
+ int drawable notification_template_icon_bg 0x7f070087
918
+ int drawable notification_template_icon_low_bg 0x7f070088
919
+ int drawable notification_tile_bg 0x7f070089
920
+ int drawable notify_panel_notification_icon_bg 0x7f07008a
921
+ int drawable redbox_top_border_background 0x7f07008b
922
+ int drawable rn_edit_text_material 0x7f07008c
923
+ int drawable starempty 0x7f07008d
924
+ int drawable test_level_drawable 0x7f07008e
925
+ int drawable tooltip_frame_dark 0x7f07008f
926
+ int drawable tooltip_frame_light 0x7f070090
927
+ int id ALT 0x7f080000
928
+ int id CTRL 0x7f080001
929
+ int id FUNCTION 0x7f080002
930
+ int id META 0x7f080003
931
+ int id SHIFT 0x7f080004
932
+ int id SYM 0x7f080005
933
+ int id accessibility_action_clickable_span 0x7f080006
934
+ int id accessibility_actions 0x7f080007
935
+ int id accessibility_custom_action_0 0x7f080008
936
+ int id accessibility_custom_action_1 0x7f080009
937
+ int id accessibility_custom_action_10 0x7f08000a
938
+ int id accessibility_custom_action_11 0x7f08000b
939
+ int id accessibility_custom_action_12 0x7f08000c
940
+ int id accessibility_custom_action_13 0x7f08000d
941
+ int id accessibility_custom_action_14 0x7f08000e
942
+ int id accessibility_custom_action_15 0x7f08000f
943
+ int id accessibility_custom_action_16 0x7f080010
944
+ int id accessibility_custom_action_17 0x7f080011
945
+ int id accessibility_custom_action_18 0x7f080012
946
+ int id accessibility_custom_action_19 0x7f080013
947
+ int id accessibility_custom_action_2 0x7f080014
948
+ int id accessibility_custom_action_20 0x7f080015
949
+ int id accessibility_custom_action_21 0x7f080016
950
+ int id accessibility_custom_action_22 0x7f080017
951
+ int id accessibility_custom_action_23 0x7f080018
952
+ int id accessibility_custom_action_24 0x7f080019
953
+ int id accessibility_custom_action_25 0x7f08001a
954
+ int id accessibility_custom_action_26 0x7f08001b
955
+ int id accessibility_custom_action_27 0x7f08001c
956
+ int id accessibility_custom_action_28 0x7f08001d
957
+ int id accessibility_custom_action_29 0x7f08001e
958
+ int id accessibility_custom_action_3 0x7f08001f
959
+ int id accessibility_custom_action_30 0x7f080020
960
+ int id accessibility_custom_action_31 0x7f080021
961
+ int id accessibility_custom_action_4 0x7f080022
962
+ int id accessibility_custom_action_5 0x7f080023
963
+ int id accessibility_custom_action_6 0x7f080024
964
+ int id accessibility_custom_action_7 0x7f080025
965
+ int id accessibility_custom_action_8 0x7f080026
966
+ int id accessibility_custom_action_9 0x7f080027
967
+ int id accessibility_hint 0x7f080028
968
+ int id accessibility_label 0x7f080029
969
+ int id accessibility_links 0x7f08002a
970
+ int id accessibility_role 0x7f08002b
971
+ int id accessibility_state 0x7f08002c
972
+ int id accessibility_value 0x7f08002d
973
+ int id action0 0x7f08002e
974
+ int id actionButton 0x7f08002f
975
+ int id action_bar 0x7f080030
976
+ int id action_bar_activity_content 0x7f080031
977
+ int id action_bar_container 0x7f080032
978
+ int id action_bar_root 0x7f080033
979
+ int id action_bar_spinner 0x7f080034
980
+ int id action_bar_subtitle 0x7f080035
981
+ int id action_bar_title 0x7f080036
982
+ int id action_container 0x7f080037
983
+ int id action_context_bar 0x7f080038
984
+ int id action_divider 0x7f080039
985
+ int id action_image 0x7f08003a
986
+ int id action_menu_divider 0x7f08003b
987
+ int id action_menu_presenter 0x7f08003c
988
+ int id action_mode_bar 0x7f08003d
989
+ int id action_mode_bar_stub 0x7f08003e
990
+ int id action_mode_close_button 0x7f08003f
991
+ int id action_text 0x7f080040
992
+ int id actions 0x7f080041
993
+ int id activity_chooser_view_content 0x7f080042
994
+ int id add 0x7f080043
995
+ int id adjust_height 0x7f080044
996
+ int id adjust_width 0x7f080045
997
+ int id alertTitle 0x7f080046
998
+ int id all 0x7f080047
999
+ int id always 0x7f080048
1000
+ int id amu_text 0x7f080049
1001
+ int id async 0x7f08004a
1002
+ int id auto 0x7f08004b
1003
+ int id autofill_inline_suggestion_end_icon 0x7f08004c
1004
+ int id autofill_inline_suggestion_start_icon 0x7f08004d
1005
+ int id autofill_inline_suggestion_subtitle 0x7f08004e
1006
+ int id autofill_inline_suggestion_title 0x7f08004f
1007
+ int id beginning 0x7f080050
1008
+ int id blocking 0x7f080051
1009
+ int id bottom 0x7f080052
1010
+ int id bottomButton 0x7f080053
1011
+ int id button1 0x7f080054
1012
+ int id button10 0x7f080055
1013
+ int id button2 0x7f080056
1014
+ int id button3 0x7f080057
1015
+ int id button4 0x7f080058
1016
+ int id button5 0x7f080059
1017
+ int id button6 0x7f08005a
1018
+ int id button7 0x7f08005b
1019
+ int id button8 0x7f08005c
1020
+ int id button9 0x7f08005d
1021
+ int id buttonPanel 0x7f08005e
1022
+ int id cancelButton 0x7f08005f
1023
+ int id cancel_action 0x7f080060
1024
+ int id catalyst_redbox_title 0x7f080061
1025
+ int id center 0x7f080062
1026
+ int id centerCrop 0x7f080063
1027
+ int id centerInside 0x7f080064
1028
+ int id center_horizontal 0x7f080065
1029
+ int id center_vertical 0x7f080066
1030
+ int id checkbox 0x7f080067
1031
+ int id checked 0x7f080068
1032
+ int id chronometer 0x7f080069
1033
+ int id clip_horizontal 0x7f08006a
1034
+ int id clip_vertical 0x7f08006b
1035
+ int id closeLayout 0x7f08006c
1036
+ int id collapseActionView 0x7f08006d
1037
+ int id content 0x7f08006e
1038
+ int id contentPanel 0x7f08006f
1039
+ int id custom 0x7f080070
1040
+ int id customPanel 0x7f080071
1041
+ int id dark 0x7f080072
1042
+ int id decor_content_parent 0x7f080073
1043
+ int id default_activity_button 0x7f080074
1044
+ int id dialog_button 0x7f080075
1045
+ int id disableHome 0x7f080076
1046
+ int id editText 0x7f080077
1047
+ int id edit_query 0x7f080078
1048
+ int id end 0x7f080079
1049
+ int id end_padder 0x7f08007a
1050
+ int id expand_activities_button 0x7f08007b
1051
+ int id expandedGif 0x7f08007c
1052
+ int id expandedImg 0x7f08007d
1053
+ int id expanded_menu 0x7f08007e
1054
+ int id fill 0x7f08007f
1055
+ int id fill_horizontal 0x7f080080
1056
+ int id fill_vertical 0x7f080081
1057
+ int id fitBottomStart 0x7f080082
1058
+ int id fitCenter 0x7f080083
1059
+ int id fitEnd 0x7f080084
1060
+ int id fitStart 0x7f080085
1061
+ int id fitXY 0x7f080086
1062
+ int id flipper_skip_empty_view_group_traversal 0x7f080087
1063
+ int id flipper_skip_view_traversal 0x7f080088
1064
+ int id focusCrop 0x7f080089
1065
+ int id forever 0x7f08008a
1066
+ int id fps_text 0x7f08008b
1067
+ int id fragment_container_view_tag 0x7f08008c
1068
+ int id glide_custom_view_target_tag 0x7f08008d
1069
+ int id group_divider 0x7f08008e
1070
+ int id headerImg 0x7f08008f
1071
+ int id headerRateTxt 0x7f080090
1072
+ int id headerSubTitle 0x7f080091
1073
+ int id headerTitle 0x7f080092
1074
+ int id home 0x7f080093
1075
+ int id homeAsUp 0x7f080094
1076
+ int id hybrid 0x7f080095
1077
+ int id icon 0x7f080096
1078
+ int id icon_group 0x7f080097
1079
+ int id icon_only 0x7f080098
1080
+ int id ifRoom 0x7f080099
1081
+ int id image 0x7f08009a
1082
+ int id indicator 0x7f08009b
1083
+ int id info 0x7f08009c
1084
+ int id infolayout 0x7f08009d
1085
+ int id italic 0x7f08009e
1086
+ int id item1 0x7f08009f
1087
+ int id item2 0x7f0800a0
1088
+ int id item3 0x7f0800a1
1089
+ int id item4 0x7f0800a2
1090
+ int id ivArrowLeft 0x7f0800a3
1091
+ int id ivArrowRight 0x7f0800a4
1092
+ int id ivCarouselAppIcon 0x7f0800a5
1093
+ int id ivImageLeft 0x7f0800a6
1094
+ int id ivImageRight 0x7f0800a7
1095
+ int id labelled_by 0x7f0800a8
1096
+ int id left 0x7f0800a9
1097
+ int id light 0x7f0800aa
1098
+ int id line1 0x7f0800ab
1099
+ int id line3 0x7f0800ac
1100
+ int id linearLayout1 0x7f0800ad
1101
+ int id listMode 0x7f0800ae
1102
+ int id list_item 0x7f0800af
1103
+ int id llLeftItemLayout 0x7f0800b0
1104
+ int id llRightItemLayout 0x7f0800b1
1105
+ int id media_actions 0x7f0800b2
1106
+ int id message 0x7f0800b3
1107
+ int id middle 0x7f0800b4
1108
+ int id multiply 0x7f0800b5
1109
+ int id never 0x7f0800b6
1110
+ int id nextButton 0x7f0800b7
1111
+ int id none 0x7f0800b8
1112
+ int id normal 0x7f0800b9
1113
+ int id notification_background 0x7f0800ba
1114
+ int id notification_main_column 0x7f0800bb
1115
+ int id notification_main_column_container 0x7f0800bc
1116
+ int id off 0x7f0800bd
1117
+ int id on 0x7f0800be
1118
+ int id parentPanel 0x7f0800bf
1119
+ int id pointer_enter 0x7f0800c0
1120
+ int id pointer_leave 0x7f0800c1
1121
+ int id pointer_move 0x7f0800c2
1122
+ int id progress_circular 0x7f0800c3
1123
+ int id progress_horizontal 0x7f0800c4
1124
+ int id questionPager 0x7f0800c5
1125
+ int id radio 0x7f0800c6
1126
+ int id radioGroup 0x7f0800c7
1127
+ int id ratingButtons 0x7f0800c8
1128
+ int id ratingview_relativeLayout1 0x7f0800c9
1129
+ int id react_test_id 0x7f0800ca
1130
+ int id relativeLayout2 0x7f0800cb
1131
+ int id right 0x7f0800cc
1132
+ int id right_icon 0x7f0800cd
1133
+ int id right_side 0x7f0800ce
1134
+ int id rn_frame_file 0x7f0800cf
1135
+ int id rn_frame_method 0x7f0800d0
1136
+ int id rn_redbox_dismiss_button 0x7f0800d1
1137
+ int id rn_redbox_line_separator 0x7f0800d2
1138
+ int id rn_redbox_loading_indicator 0x7f0800d3
1139
+ int id rn_redbox_reload_button 0x7f0800d4
1140
+ int id rn_redbox_report_button 0x7f0800d5
1141
+ int id rn_redbox_report_label 0x7f0800d6
1142
+ int id rn_redbox_stack 0x7f0800d7
1143
+ int id root_survey 0x7f0800d8
1144
+ int id rootlayout 0x7f0800d9
1145
+ int id satellite 0x7f0800da
1146
+ int id screen 0x7f0800db
1147
+ int id scrollIndicatorDown 0x7f0800dc
1148
+ int id scrollIndicatorUp 0x7f0800dd
1149
+ int id scrollView 0x7f0800de
1150
+ int id search_badge 0x7f0800df
1151
+ int id search_bar 0x7f0800e0
1152
+ int id search_button 0x7f0800e1
1153
+ int id search_close_btn 0x7f0800e2
1154
+ int id search_edit_frame 0x7f0800e3
1155
+ int id search_go_btn 0x7f0800e4
1156
+ int id search_mag_icon 0x7f0800e5
1157
+ int id search_plate 0x7f0800e6
1158
+ int id search_src_text 0x7f0800e7
1159
+ int id search_voice_btn 0x7f0800e8
1160
+ int id select_dialog_listview 0x7f0800e9
1161
+ int id shortcut 0x7f0800ea
1162
+ int id showCustom 0x7f0800eb
1163
+ int id showHome 0x7f0800ec
1164
+ int id showTitle 0x7f0800ed
1165
+ int id spacer 0x7f0800ee
1166
+ int id special_effects_controller_view_tag 0x7f0800ef
1167
+ int id split_action_bar 0x7f0800f0
1168
+ int id src_atop 0x7f0800f1
1169
+ int id src_in 0x7f0800f2
1170
+ int id src_over 0x7f0800f3
1171
+ int id standard 0x7f0800f4
1172
+ int id start 0x7f0800f5
1173
+ int id status_bar_latest_event_content 0x7f0800f6
1174
+ int id submenuarrow 0x7f0800f7
1175
+ int id submit_area 0x7f0800f8
1176
+ int id tabMode 0x7f0800f9
1177
+ int id tag1 0x7f0800fa
1178
+ int id tag2 0x7f0800fb
1179
+ int id tag3 0x7f0800fc
1180
+ int id tag_accessibility_actions 0x7f0800fd
1181
+ int id tag_accessibility_clickable_spans 0x7f0800fe
1182
+ int id tag_accessibility_heading 0x7f0800ff
1183
+ int id tag_accessibility_pane_title 0x7f080100
1184
+ int id tag_on_apply_window_listener 0x7f080101
1185
+ int id tag_on_receive_content_listener 0x7f080102
1186
+ int id tag_on_receive_content_mime_types 0x7f080103
1187
+ int id tag_screen_reader_focusable 0x7f080104
1188
+ int id tag_state_description 0x7f080105
1189
+ int id tag_transition_group 0x7f080106
1190
+ int id tag_unhandled_key_event_manager 0x7f080107
1191
+ int id tag_unhandled_key_listeners 0x7f080108
1192
+ int id tag_window_insets_animation_callback 0x7f080109
1193
+ int id terrain 0x7f08010a
1194
+ int id text 0x7f08010b
1195
+ int id text2 0x7f08010c
1196
+ int id textSpacerNoButtons 0x7f08010d
1197
+ int id textSpacerNoTitle 0x7f08010e
1198
+ int id textView1 0x7f08010f
1199
+ int id time 0x7f080110
1200
+ int id title 0x7f080111
1201
+ int id titleDividerNoCustom 0x7f080112
1202
+ int id title_template 0x7f080113
1203
+ int id top 0x7f080114
1204
+ int id topPanel 0x7f080115
1205
+ int id tvCarouselContent 0x7f080116
1206
+ int id tvCarouselTitle 0x7f080117
1207
+ int id tvLeftDescriptionText 0x7f080118
1208
+ int id tvLeftTitleText 0x7f080119
1209
+ int id tvRightDescriptionText 0x7f08011a
1210
+ int id tvRightTitleText 0x7f08011b
1211
+ int id unchecked 0x7f08011c
1212
+ int id uniform 0x7f08011d
1213
+ int id up 0x7f08011e
1214
+ int id useLogo 0x7f08011f
1215
+ int id view_tag_instance_handle 0x7f080120
1216
+ int id view_tag_native_id 0x7f080121
1217
+ int id view_tree_lifecycle_owner 0x7f080122
1218
+ int id view_tree_saved_state_registry_owner 0x7f080123
1219
+ int id view_tree_view_model_store_owner 0x7f080124
1220
+ int id visible_removing_fragment_view_tag 0x7f080125
1221
+ int id webview 0x7f080126
1222
+ int id wide 0x7f080127
1223
+ int id window 0x7f080128
1224
+ int id withText 0x7f080129
1225
+ int id wrap_content 0x7f08012a
1226
+ int integer abc_config_activityDefaultDur 0x7f090000
1227
+ int integer abc_config_activityShortDur 0x7f090001
1228
+ int integer cancel_button_image_alpha 0x7f090002
1229
+ int integer config_tooltipAnimTime 0x7f090003
1230
+ int integer google_play_services_version 0x7f090004
1231
+ int integer react_native_dev_server_port 0x7f090005
1232
+ int integer react_native_inspector_proxy_port 0x7f090006
1233
+ int integer status_bar_notification_info_maxnum 0x7f090007
1234
+ int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0a0000
1235
+ int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0a0001
1236
+ int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0a0002
1237
+ int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0a0003
1238
+ int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0a0004
1239
+ int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0a0005
1240
+ int interpolator fast_out_slow_in 0x7f0a0006
1241
+ int layout abc_action_bar_title_item 0x7f0b0000
1242
+ int layout abc_action_bar_up_container 0x7f0b0001
1243
+ int layout abc_action_menu_item_layout 0x7f0b0002
1244
+ int layout abc_action_menu_layout 0x7f0b0003
1245
+ int layout abc_action_mode_bar 0x7f0b0004
1246
+ int layout abc_action_mode_close_item_material 0x7f0b0005
1247
+ int layout abc_activity_chooser_view 0x7f0b0006
1248
+ int layout abc_activity_chooser_view_list_item 0x7f0b0007
1249
+ int layout abc_alert_dialog_button_bar_material 0x7f0b0008
1250
+ int layout abc_alert_dialog_material 0x7f0b0009
1251
+ int layout abc_alert_dialog_title_material 0x7f0b000a
1252
+ int layout abc_cascading_menu_item_layout 0x7f0b000b
1253
+ int layout abc_dialog_title_material 0x7f0b000c
1254
+ int layout abc_expanded_menu_layout 0x7f0b000d
1255
+ int layout abc_list_menu_item_checkbox 0x7f0b000e
1256
+ int layout abc_list_menu_item_icon 0x7f0b000f
1257
+ int layout abc_list_menu_item_layout 0x7f0b0010
1258
+ int layout abc_list_menu_item_radio 0x7f0b0011
1259
+ int layout abc_popup_menu_header_item_layout 0x7f0b0012
1260
+ int layout abc_popup_menu_item_layout 0x7f0b0013
1261
+ int layout abc_screen_content_include 0x7f0b0014
1262
+ int layout abc_screen_simple 0x7f0b0015
1263
+ int layout abc_screen_simple_overlay_action_mode 0x7f0b0016
1264
+ int layout abc_screen_toolbar 0x7f0b0017
1265
+ int layout abc_search_dropdown_item_icons_2line 0x7f0b0018
1266
+ int layout abc_search_view 0x7f0b0019
1267
+ int layout abc_select_dialog_material 0x7f0b001a
1268
+ int layout abc_tooltip 0x7f0b001b
1269
+ int layout amu_info_window 0x7f0b001c
1270
+ int layout amu_text_bubble 0x7f0b001d
1271
+ int layout amu_webview 0x7f0b001e
1272
+ int layout appice_sdk_collapsedview 0x7f0b001f
1273
+ int layout appice_sdk_expandedview 0x7f0b0020
1274
+ int layout appice_sdk_inappfooterview 0x7f0b0021
1275
+ int layout appice_sdk_inappfullview 0x7f0b0022
1276
+ int layout appice_sdk_inappheaderview 0x7f0b0023
1277
+ int layout appice_sdk_inappminiview 0x7f0b0024
1278
+ int layout appice_sdk_inappsurveyview 0x7f0b0025
1279
+ int layout appice_sdk_ratingview 0x7f0b0026
1280
+ int layout appice_sdk_surveyview 0x7f0b0027
1281
+ int layout autofill_inline_suggestion 0x7f0b0028
1282
+ int layout carousel_notification_item 0x7f0b0029
1283
+ int layout carousel_notification_itemwithtext 0x7f0b002a
1284
+ int layout carousel_notification_slider 0x7f0b002b
1285
+ int layout carousel_notification_static 0x7f0b002c
1286
+ int layout custom_dialog 0x7f0b002d
1287
+ int layout dev_loading_view 0x7f0b002e
1288
+ int layout fps_view 0x7f0b002f
1289
+ int layout notification_action 0x7f0b0030
1290
+ int layout notification_action_tombstone 0x7f0b0031
1291
+ int layout notification_media_action 0x7f0b0032
1292
+ int layout notification_media_cancel_action 0x7f0b0033
1293
+ int layout notification_template_big_media 0x7f0b0034
1294
+ int layout notification_template_big_media_custom 0x7f0b0035
1295
+ int layout notification_template_big_media_narrow 0x7f0b0036
1296
+ int layout notification_template_big_media_narrow_custom 0x7f0b0037
1297
+ int layout notification_template_custom_big 0x7f0b0038
1298
+ int layout notification_template_icon_group 0x7f0b0039
1299
+ int layout notification_template_lines_media 0x7f0b003a
1300
+ int layout notification_template_media 0x7f0b003b
1301
+ int layout notification_template_media_custom 0x7f0b003c
1302
+ int layout notification_template_part_chronometer 0x7f0b003d
1303
+ int layout notification_template_part_time 0x7f0b003e
1304
+ int layout redbox_item_frame 0x7f0b003f
1305
+ int layout redbox_item_title 0x7f0b0040
1306
+ int layout redbox_view 0x7f0b0041
1307
+ int layout select_dialog_item_material 0x7f0b0042
1308
+ int layout select_dialog_multichoice_material 0x7f0b0043
1309
+ int layout select_dialog_singlechoice_material 0x7f0b0044
1310
+ int layout support_simple_spinner_dropdown_item 0x7f0b0045
1311
+ int menu example_menu 0x7f0c0000
1312
+ int menu example_menu2 0x7f0c0001
1313
+ int mipmap ic_launcher 0x7f0d0000
1314
+ int mipmap ic_launcher_round 0x7f0d0001
1315
+ int raw firebase_common_keep 0x7f0e0000
1316
+ int string abc_action_bar_home_description 0x7f0f0000
1317
+ int string abc_action_bar_up_description 0x7f0f0001
1318
+ int string abc_action_menu_overflow_description 0x7f0f0002
1319
+ int string abc_action_mode_done 0x7f0f0003
1320
+ int string abc_activity_chooser_view_see_all 0x7f0f0004
1321
+ int string abc_activitychooserview_choose_application 0x7f0f0005
1322
+ int string abc_capital_off 0x7f0f0006
1323
+ int string abc_capital_on 0x7f0f0007
1324
+ int string abc_menu_alt_shortcut_label 0x7f0f0008
1325
+ int string abc_menu_ctrl_shortcut_label 0x7f0f0009
1326
+ int string abc_menu_delete_shortcut_label 0x7f0f000a
1327
+ int string abc_menu_enter_shortcut_label 0x7f0f000b
1328
+ int string abc_menu_function_shortcut_label 0x7f0f000c
1329
+ int string abc_menu_meta_shortcut_label 0x7f0f000d
1330
+ int string abc_menu_shift_shortcut_label 0x7f0f000e
1331
+ int string abc_menu_space_shortcut_label 0x7f0f000f
1332
+ int string abc_menu_sym_shortcut_label 0x7f0f0010
1333
+ int string abc_prepend_shortcut_label 0x7f0f0011
1334
+ int string abc_search_hint 0x7f0f0012
1335
+ int string abc_searchview_description_clear 0x7f0f0013
1336
+ int string abc_searchview_description_query 0x7f0f0014
1337
+ int string abc_searchview_description_search 0x7f0f0015
1338
+ int string abc_searchview_description_submit 0x7f0f0016
1339
+ int string abc_searchview_description_voice 0x7f0f0017
1340
+ int string abc_shareactionprovider_share_with 0x7f0f0018
1341
+ int string abc_shareactionprovider_share_with_application 0x7f0f0019
1342
+ int string abc_toolbar_collapse_description 0x7f0f001a
1343
+ int string alert_description 0x7f0f001b
1344
+ int string androidx_startup 0x7f0f001c
1345
+ int string app_name 0x7f0f001d
1346
+ int string catalyst_change_bundle_location 0x7f0f001e
1347
+ int string catalyst_copy_button 0x7f0f001f
1348
+ int string catalyst_debug 0x7f0f0020
1349
+ int string catalyst_debug_chrome 0x7f0f0021
1350
+ int string catalyst_debug_chrome_stop 0x7f0f0022
1351
+ int string catalyst_debug_connecting 0x7f0f0023
1352
+ int string catalyst_debug_error 0x7f0f0024
1353
+ int string catalyst_debug_open 0x7f0f0025
1354
+ int string catalyst_debug_stop 0x7f0f0026
1355
+ int string catalyst_devtools_open 0x7f0f0027
1356
+ int string catalyst_dismiss_button 0x7f0f0028
1357
+ int string catalyst_heap_capture 0x7f0f0029
1358
+ int string catalyst_hot_reloading 0x7f0f002a
1359
+ int string catalyst_hot_reloading_auto_disable 0x7f0f002b
1360
+ int string catalyst_hot_reloading_auto_enable 0x7f0f002c
1361
+ int string catalyst_hot_reloading_stop 0x7f0f002d
1362
+ int string catalyst_inspector 0x7f0f002e
1363
+ int string catalyst_inspector_stop 0x7f0f002f
1364
+ int string catalyst_loading_from_url 0x7f0f0030
1365
+ int string catalyst_open_flipper_error 0x7f0f0031
1366
+ int string catalyst_perf_monitor 0x7f0f0032
1367
+ int string catalyst_perf_monitor_stop 0x7f0f0033
1368
+ int string catalyst_reload 0x7f0f0034
1369
+ int string catalyst_reload_button 0x7f0f0035
1370
+ int string catalyst_reload_error 0x7f0f0036
1371
+ int string catalyst_report_button 0x7f0f0037
1372
+ int string catalyst_sample_profiler_disable 0x7f0f0038
1373
+ int string catalyst_sample_profiler_enable 0x7f0f0039
1374
+ int string catalyst_settings 0x7f0f003a
1375
+ int string catalyst_settings_title 0x7f0f003b
1376
+ int string combobox_description 0x7f0f003c
1377
+ int string common_google_play_services_enable_button 0x7f0f003d
1378
+ int string common_google_play_services_enable_text 0x7f0f003e
1379
+ int string common_google_play_services_enable_title 0x7f0f003f
1380
+ int string common_google_play_services_install_button 0x7f0f0040
1381
+ int string common_google_play_services_install_text 0x7f0f0041
1382
+ int string common_google_play_services_install_title 0x7f0f0042
1383
+ int string common_google_play_services_notification_channel_name 0x7f0f0043
1384
+ int string common_google_play_services_notification_ticker 0x7f0f0044
1385
+ int string common_google_play_services_unknown_issue 0x7f0f0045
1386
+ int string common_google_play_services_unsupported_text 0x7f0f0046
1387
+ int string common_google_play_services_update_button 0x7f0f0047
1388
+ int string common_google_play_services_update_text 0x7f0f0048
1389
+ int string common_google_play_services_update_title 0x7f0f0049
1390
+ int string common_google_play_services_updating_text 0x7f0f004a
1391
+ int string common_google_play_services_wear_update_text 0x7f0f004b
1392
+ int string common_open_on_phone 0x7f0f004c
1393
+ int string common_signin_button_text 0x7f0f004d
1394
+ int string common_signin_button_text_long 0x7f0f004e
1395
+ int string fcm_fallback_notification_channel_label 0x7f0f004f
1396
+ int string geofence_not_available 0x7f0f0050
1397
+ int string geofence_too_many_geofences 0x7f0f0051
1398
+ int string geofence_too_many_pending_intents 0x7f0f0052
1399
+ int string geofence_transition_entered 0x7f0f0053
1400
+ int string geofence_transition_exited 0x7f0f0054
1401
+ int string geofence_transition_invalid_type 0x7f0f0055
1402
+ int string geofence_transition_notification_text 0x7f0f0056
1403
+ int string geofences_added 0x7f0f0057
1404
+ int string geofences_removed 0x7f0f0058
1405
+ int string header_description 0x7f0f0059
1406
+ int string image_description 0x7f0f005a
1407
+ int string imagebutton_description 0x7f0f005b
1408
+ int string insufficient_permissions 0x7f0f005c
1409
+ int string link_description 0x7f0f005d
1410
+ int string menu_description 0x7f0f005e
1411
+ int string menubar_description 0x7f0f005f
1412
+ int string menuitem_description 0x7f0f0060
1413
+ int string permission_denied_explanation 0x7f0f0061
1414
+ int string permission_rationale 0x7f0f0062
1415
+ int string progressbar_description 0x7f0f0063
1416
+ int string radiogroup_description 0x7f0f0064
1417
+ int string rn_tab_description 0x7f0f0065
1418
+ int string scrollbar_description 0x7f0f0066
1419
+ int string search_menu_title 0x7f0f0067
1420
+ int string settings 0x7f0f0068
1421
+ int string spinbutton_description 0x7f0f0069
1422
+ int string state_busy_description 0x7f0f006a
1423
+ int string state_collapsed_description 0x7f0f006b
1424
+ int string state_expanded_description 0x7f0f006c
1425
+ int string state_mixed_description 0x7f0f006d
1426
+ int string state_off_description 0x7f0f006e
1427
+ int string state_on_description 0x7f0f006f
1428
+ int string state_unselected_description 0x7f0f0070
1429
+ int string status_bar_notification_info_overflow 0x7f0f0071
1430
+ int string summary_description 0x7f0f0072
1431
+ int string tablist_description 0x7f0f0073
1432
+ int string timer_description 0x7f0f0074
1433
+ int string toolbar_description 0x7f0f0075
1434
+ int string unknown_geofence_error 0x7f0f0076
1435
+ int string unknown_geofence_transition 0x7f0f0077
1436
+ int style AlertDialog_AppCompat 0x7f100000
1437
+ int style AlertDialog_AppCompat_Light 0x7f100001
1438
+ int style Animation_AppCompat_Dialog 0x7f100002
1439
+ int style Animation_AppCompat_DropDownUp 0x7f100003
1440
+ int style Animation_AppCompat_Tooltip 0x7f100004
1441
+ int style Animation_Catalyst_LogBox 0x7f100005
1442
+ int style Animation_Catalyst_RedBox 0x7f100006
1443
+ int style AppTheme 0x7f100007
1444
+ int style Base_AlertDialog_AppCompat 0x7f100008
1445
+ int style Base_AlertDialog_AppCompat_Light 0x7f100009
1446
+ int style Base_Animation_AppCompat_Dialog 0x7f10000a
1447
+ int style Base_Animation_AppCompat_DropDownUp 0x7f10000b
1448
+ int style Base_Animation_AppCompat_Tooltip 0x7f10000c
1449
+ int style Base_DialogWindowTitle_AppCompat 0x7f10000d
1450
+ int style Base_DialogWindowTitleBackground_AppCompat 0x7f10000e
1451
+ int style Base_TextAppearance_AppCompat 0x7f10000f
1452
+ int style Base_TextAppearance_AppCompat_Body1 0x7f100010
1453
+ int style Base_TextAppearance_AppCompat_Body2 0x7f100011
1454
+ int style Base_TextAppearance_AppCompat_Button 0x7f100012
1455
+ int style Base_TextAppearance_AppCompat_Caption 0x7f100013
1456
+ int style Base_TextAppearance_AppCompat_Display1 0x7f100014
1457
+ int style Base_TextAppearance_AppCompat_Display2 0x7f100015
1458
+ int style Base_TextAppearance_AppCompat_Display3 0x7f100016
1459
+ int style Base_TextAppearance_AppCompat_Display4 0x7f100017
1460
+ int style Base_TextAppearance_AppCompat_Headline 0x7f100018
1461
+ int style Base_TextAppearance_AppCompat_Inverse 0x7f100019
1462
+ int style Base_TextAppearance_AppCompat_Large 0x7f10001a
1463
+ int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f10001b
1464
+ int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f10001c
1465
+ int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f10001d
1466
+ int style Base_TextAppearance_AppCompat_Medium 0x7f10001e
1467
+ int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f10001f
1468
+ int style Base_TextAppearance_AppCompat_Menu 0x7f100020
1469
+ int style Base_TextAppearance_AppCompat_SearchResult 0x7f100021
1470
+ int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f100022
1471
+ int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f100023
1472
+ int style Base_TextAppearance_AppCompat_Small 0x7f100024
1473
+ int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f100025
1474
+ int style Base_TextAppearance_AppCompat_Subhead 0x7f100026
1475
+ int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f100027
1476
+ int style Base_TextAppearance_AppCompat_Title 0x7f100028
1477
+ int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f100029
1478
+ int style Base_TextAppearance_AppCompat_Tooltip 0x7f10002a
1479
+ int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f10002b
1480
+ int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f10002c
1481
+ int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f10002d
1482
+ int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f10002e
1483
+ int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f10002f
1484
+ int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f100030
1485
+ int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f100031
1486
+ int style Base_TextAppearance_AppCompat_Widget_Button 0x7f100032
1487
+ int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f100033
1488
+ int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f100034
1489
+ int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f100035
1490
+ int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f100036
1491
+ int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f100037
1492
+ int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f100038
1493
+ int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f100039
1494
+ int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f10003a
1495
+ int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f10003b
1496
+ int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f10003c
1497
+ int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f10003d
1498
+ int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f10003e
1499
+ int style Base_Theme_AppCompat 0x7f10003f
1500
+ int style Base_Theme_AppCompat_CompactMenu 0x7f100040
1501
+ int style Base_Theme_AppCompat_Dialog 0x7f100041
1502
+ int style Base_Theme_AppCompat_Dialog_Alert 0x7f100042
1503
+ int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f100043
1504
+ int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f100044
1505
+ int style Base_Theme_AppCompat_DialogWhenLarge 0x7f100045
1506
+ int style Base_Theme_AppCompat_Light 0x7f100046
1507
+ int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f100047
1508
+ int style Base_Theme_AppCompat_Light_Dialog 0x7f100048
1509
+ int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f100049
1510
+ int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f10004a
1511
+ int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f10004b
1512
+ int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f10004c
1513
+ int style Base_ThemeOverlay_AppCompat 0x7f10004d
1514
+ int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f10004e
1515
+ int style Base_ThemeOverlay_AppCompat_Dark 0x7f10004f
1516
+ int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f100050
1517
+ int style Base_ThemeOverlay_AppCompat_Dialog 0x7f100051
1518
+ int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f100052
1519
+ int style Base_ThemeOverlay_AppCompat_Light 0x7f100053
1520
+ int style Base_V21_Theme_AppCompat 0x7f100054
1521
+ int style Base_V21_Theme_AppCompat_Dialog 0x7f100055
1522
+ int style Base_V21_Theme_AppCompat_Light 0x7f100056
1523
+ int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f100057
1524
+ int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f100058
1525
+ int style Base_V22_Theme_AppCompat 0x7f100059
1526
+ int style Base_V22_Theme_AppCompat_Light 0x7f10005a
1527
+ int style Base_V23_Theme_AppCompat 0x7f10005b
1528
+ int style Base_V23_Theme_AppCompat_Light 0x7f10005c
1529
+ int style Base_V26_Theme_AppCompat 0x7f10005d
1530
+ int style Base_V26_Theme_AppCompat_Light 0x7f10005e
1531
+ int style Base_V26_Widget_AppCompat_Toolbar 0x7f10005f
1532
+ int style Base_V28_Theme_AppCompat 0x7f100060
1533
+ int style Base_V28_Theme_AppCompat_Light 0x7f100061
1534
+ int style Base_V7_Theme_AppCompat 0x7f100062
1535
+ int style Base_V7_Theme_AppCompat_Dialog 0x7f100063
1536
+ int style Base_V7_Theme_AppCompat_Light 0x7f100064
1537
+ int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f100065
1538
+ int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f100066
1539
+ int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f100067
1540
+ int style Base_V7_Widget_AppCompat_EditText 0x7f100068
1541
+ int style Base_V7_Widget_AppCompat_Toolbar 0x7f100069
1542
+ int style Base_Widget_AppCompat_ActionBar 0x7f10006a
1543
+ int style Base_Widget_AppCompat_ActionBar_Solid 0x7f10006b
1544
+ int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f10006c
1545
+ int style Base_Widget_AppCompat_ActionBar_TabText 0x7f10006d
1546
+ int style Base_Widget_AppCompat_ActionBar_TabView 0x7f10006e
1547
+ int style Base_Widget_AppCompat_ActionButton 0x7f10006f
1548
+ int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f100070
1549
+ int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f100071
1550
+ int style Base_Widget_AppCompat_ActionMode 0x7f100072
1551
+ int style Base_Widget_AppCompat_ActivityChooserView 0x7f100073
1552
+ int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f100074
1553
+ int style Base_Widget_AppCompat_Button 0x7f100075
1554
+ int style Base_Widget_AppCompat_Button_Borderless 0x7f100076
1555
+ int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f100077
1556
+ int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f100078
1557
+ int style Base_Widget_AppCompat_Button_Colored 0x7f100079
1558
+ int style Base_Widget_AppCompat_Button_Small 0x7f10007a
1559
+ int style Base_Widget_AppCompat_ButtonBar 0x7f10007b
1560
+ int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f10007c
1561
+ int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f10007d
1562
+ int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f10007e
1563
+ int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f10007f
1564
+ int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f100080
1565
+ int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f100081
1566
+ int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f100082
1567
+ int style Base_Widget_AppCompat_EditText 0x7f100083
1568
+ int style Base_Widget_AppCompat_ImageButton 0x7f100084
1569
+ int style Base_Widget_AppCompat_Light_ActionBar 0x7f100085
1570
+ int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f100086
1571
+ int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f100087
1572
+ int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f100088
1573
+ int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f100089
1574
+ int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f10008a
1575
+ int style Base_Widget_AppCompat_Light_PopupMenu 0x7f10008b
1576
+ int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f10008c
1577
+ int style Base_Widget_AppCompat_ListMenuView 0x7f10008d
1578
+ int style Base_Widget_AppCompat_ListPopupWindow 0x7f10008e
1579
+ int style Base_Widget_AppCompat_ListView 0x7f10008f
1580
+ int style Base_Widget_AppCompat_ListView_DropDown 0x7f100090
1581
+ int style Base_Widget_AppCompat_ListView_Menu 0x7f100091
1582
+ int style Base_Widget_AppCompat_PopupMenu 0x7f100092
1583
+ int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f100093
1584
+ int style Base_Widget_AppCompat_PopupWindow 0x7f100094
1585
+ int style Base_Widget_AppCompat_ProgressBar 0x7f100095
1586
+ int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f100096
1587
+ int style Base_Widget_AppCompat_RatingBar 0x7f100097
1588
+ int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f100098
1589
+ int style Base_Widget_AppCompat_RatingBar_Small 0x7f100099
1590
+ int style Base_Widget_AppCompat_SearchView 0x7f10009a
1591
+ int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f10009b
1592
+ int style Base_Widget_AppCompat_SeekBar 0x7f10009c
1593
+ int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f10009d
1594
+ int style Base_Widget_AppCompat_Spinner 0x7f10009e
1595
+ int style Base_Widget_AppCompat_Spinner_Underlined 0x7f10009f
1596
+ int style Base_Widget_AppCompat_TextView 0x7f1000a0
1597
+ int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1000a1
1598
+ int style Base_Widget_AppCompat_Toolbar 0x7f1000a2
1599
+ int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1000a3
1600
+ int style CalendarDatePickerDialog 0x7f1000a4
1601
+ int style CalendarDatePickerStyle 0x7f1000a5
1602
+ int style DialogAnimationFade 0x7f1000a6
1603
+ int style DialogAnimationSlide 0x7f1000a7
1604
+ int style Platform_AppCompat 0x7f1000a8
1605
+ int style Platform_AppCompat_Light 0x7f1000a9
1606
+ int style Platform_ThemeOverlay_AppCompat 0x7f1000aa
1607
+ int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1000ab
1608
+ int style Platform_ThemeOverlay_AppCompat_Light 0x7f1000ac
1609
+ int style Platform_V21_AppCompat 0x7f1000ad
1610
+ int style Platform_V21_AppCompat_Light 0x7f1000ae
1611
+ int style Platform_V25_AppCompat 0x7f1000af
1612
+ int style Platform_V25_AppCompat_Light 0x7f1000b0
1613
+ int style Platform_Widget_AppCompat_Spinner 0x7f1000b1
1614
+ int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1000b2
1615
+ int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1000b3
1616
+ int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1000b4
1617
+ int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1000b5
1618
+ int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1000b6
1619
+ int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1000b7
1620
+ int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1000b8
1621
+ int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1000b9
1622
+ int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1000ba
1623
+ int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1000bb
1624
+ int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1000bc
1625
+ int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1000bd
1626
+ int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1000be
1627
+ int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1000bf
1628
+ int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1000c0
1629
+ int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1000c1
1630
+ int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1000c2
1631
+ int style SpinnerDatePickerDialog 0x7f1000c3
1632
+ int style SpinnerDatePickerStyle 0x7f1000c4
1633
+ int style TextAppearance_AppCompat 0x7f1000c5
1634
+ int style TextAppearance_AppCompat_Body1 0x7f1000c6
1635
+ int style TextAppearance_AppCompat_Body2 0x7f1000c7
1636
+ int style TextAppearance_AppCompat_Button 0x7f1000c8
1637
+ int style TextAppearance_AppCompat_Caption 0x7f1000c9
1638
+ int style TextAppearance_AppCompat_Display1 0x7f1000ca
1639
+ int style TextAppearance_AppCompat_Display2 0x7f1000cb
1640
+ int style TextAppearance_AppCompat_Display3 0x7f1000cc
1641
+ int style TextAppearance_AppCompat_Display4 0x7f1000cd
1642
+ int style TextAppearance_AppCompat_Headline 0x7f1000ce
1643
+ int style TextAppearance_AppCompat_Inverse 0x7f1000cf
1644
+ int style TextAppearance_AppCompat_Large 0x7f1000d0
1645
+ int style TextAppearance_AppCompat_Large_Inverse 0x7f1000d1
1646
+ int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1000d2
1647
+ int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1000d3
1648
+ int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1000d4
1649
+ int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1000d5
1650
+ int style TextAppearance_AppCompat_Medium 0x7f1000d6
1651
+ int style TextAppearance_AppCompat_Medium_Inverse 0x7f1000d7
1652
+ int style TextAppearance_AppCompat_Menu 0x7f1000d8
1653
+ int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1000d9
1654
+ int style TextAppearance_AppCompat_SearchResult_Title 0x7f1000da
1655
+ int style TextAppearance_AppCompat_Small 0x7f1000db
1656
+ int style TextAppearance_AppCompat_Small_Inverse 0x7f1000dc
1657
+ int style TextAppearance_AppCompat_Subhead 0x7f1000dd
1658
+ int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1000de
1659
+ int style TextAppearance_AppCompat_Title 0x7f1000df
1660
+ int style TextAppearance_AppCompat_Title_Inverse 0x7f1000e0
1661
+ int style TextAppearance_AppCompat_Tooltip 0x7f1000e1
1662
+ int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1000e2
1663
+ int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1000e3
1664
+ int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1000e4
1665
+ int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1000e5
1666
+ int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1000e6
1667
+ int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1000e7
1668
+ int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1000e8
1669
+ int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1000e9
1670
+ int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1000ea
1671
+ int style TextAppearance_AppCompat_Widget_Button 0x7f1000eb
1672
+ int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1000ec
1673
+ int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1000ed
1674
+ int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1000ee
1675
+ int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1000ef
1676
+ int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1000f0
1677
+ int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1000f1
1678
+ int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1000f2
1679
+ int style TextAppearance_AppCompat_Widget_Switch 0x7f1000f3
1680
+ int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1000f4
1681
+ int style TextAppearance_Compat_Notification 0x7f1000f5
1682
+ int style TextAppearance_Compat_Notification_Info 0x7f1000f6
1683
+ int style TextAppearance_Compat_Notification_Info_Media 0x7f1000f7
1684
+ int style TextAppearance_Compat_Notification_Line2 0x7f1000f8
1685
+ int style TextAppearance_Compat_Notification_Line2_Media 0x7f1000f9
1686
+ int style TextAppearance_Compat_Notification_Media 0x7f1000fa
1687
+ int style TextAppearance_Compat_Notification_Time 0x7f1000fb
1688
+ int style TextAppearance_Compat_Notification_Time_Media 0x7f1000fc
1689
+ int style TextAppearance_Compat_Notification_Title 0x7f1000fd
1690
+ int style TextAppearance_Compat_Notification_Title_Media 0x7f1000fe
1691
+ int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1000ff
1692
+ int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f100100
1693
+ int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f100101
1694
+ int style Theme 0x7f100102
1695
+ int style Theme_AppCompat 0x7f100103
1696
+ int style Theme_AppCompat_CompactMenu 0x7f100104
1697
+ int style Theme_AppCompat_DayNight 0x7f100105
1698
+ int style Theme_AppCompat_DayNight_DarkActionBar 0x7f100106
1699
+ int style Theme_AppCompat_DayNight_Dialog 0x7f100107
1700
+ int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f100108
1701
+ int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f100109
1702
+ int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f10010a
1703
+ int style Theme_AppCompat_DayNight_NoActionBar 0x7f10010b
1704
+ int style Theme_AppCompat_Dialog 0x7f10010c
1705
+ int style Theme_AppCompat_Dialog_Alert 0x7f10010d
1706
+ int style Theme_AppCompat_Dialog_MinWidth 0x7f10010e
1707
+ int style Theme_AppCompat_DialogWhenLarge 0x7f10010f
1708
+ int style Theme_AppCompat_Empty 0x7f100110
1709
+ int style Theme_AppCompat_Light 0x7f100111
1710
+ int style Theme_AppCompat_Light_DarkActionBar 0x7f100112
1711
+ int style Theme_AppCompat_Light_Dialog 0x7f100113
1712
+ int style Theme_AppCompat_Light_Dialog_Alert 0x7f100114
1713
+ int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f100115
1714
+ int style Theme_AppCompat_Light_DialogWhenLarge 0x7f100116
1715
+ int style Theme_AppCompat_Light_NoActionBar 0x7f100117
1716
+ int style Theme_AppCompat_NoActionBar 0x7f100118
1717
+ int style Theme_AutofillInlineSuggestion 0x7f100119
1718
+ int style Theme_Catalyst 0x7f10011a
1719
+ int style Theme_Catalyst_LogBox 0x7f10011b
1720
+ int style Theme_Catalyst_RedBox 0x7f10011c
1721
+ int style Theme_FullScreenDialog 0x7f10011d
1722
+ int style Theme_FullScreenDialogAnimatedFade 0x7f10011e
1723
+ int style Theme_FullScreenDialogAnimatedSlide 0x7f10011f
1724
+ int style Theme_ReactNative_AppCompat_Light 0x7f100120
1725
+ int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f100121
1726
+ int style ThemeOverlay_AppCompat 0x7f100122
1727
+ int style ThemeOverlay_AppCompat_ActionBar 0x7f100123
1728
+ int style ThemeOverlay_AppCompat_Dark 0x7f100124
1729
+ int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f100125
1730
+ int style ThemeOverlay_AppCompat_DayNight 0x7f100126
1731
+ int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f100127
1732
+ int style ThemeOverlay_AppCompat_Dialog 0x7f100128
1733
+ int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f100129
1734
+ int style ThemeOverlay_AppCompat_Light 0x7f10012a
1735
+ int style Widget_AppCompat_ActionBar 0x7f10012b
1736
+ int style Widget_AppCompat_ActionBar_Solid 0x7f10012c
1737
+ int style Widget_AppCompat_ActionBar_TabBar 0x7f10012d
1738
+ int style Widget_AppCompat_ActionBar_TabText 0x7f10012e
1739
+ int style Widget_AppCompat_ActionBar_TabView 0x7f10012f
1740
+ int style Widget_AppCompat_ActionButton 0x7f100130
1741
+ int style Widget_AppCompat_ActionButton_CloseMode 0x7f100131
1742
+ int style Widget_AppCompat_ActionButton_Overflow 0x7f100132
1743
+ int style Widget_AppCompat_ActionMode 0x7f100133
1744
+ int style Widget_AppCompat_ActivityChooserView 0x7f100134
1745
+ int style Widget_AppCompat_AutoCompleteTextView 0x7f100135
1746
+ int style Widget_AppCompat_Button 0x7f100136
1747
+ int style Widget_AppCompat_Button_Borderless 0x7f100137
1748
+ int style Widget_AppCompat_Button_Borderless_Colored 0x7f100138
1749
+ int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f100139
1750
+ int style Widget_AppCompat_Button_Colored 0x7f10013a
1751
+ int style Widget_AppCompat_Button_Small 0x7f10013b
1752
+ int style Widget_AppCompat_ButtonBar 0x7f10013c
1753
+ int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f10013d
1754
+ int style Widget_AppCompat_CompoundButton_CheckBox 0x7f10013e
1755
+ int style Widget_AppCompat_CompoundButton_RadioButton 0x7f10013f
1756
+ int style Widget_AppCompat_CompoundButton_Switch 0x7f100140
1757
+ int style Widget_AppCompat_DrawerArrowToggle 0x7f100141
1758
+ int style Widget_AppCompat_DropDownItem_Spinner 0x7f100142
1759
+ int style Widget_AppCompat_EditText 0x7f100143
1760
+ int style Widget_AppCompat_ImageButton 0x7f100144
1761
+ int style Widget_AppCompat_Light_ActionBar 0x7f100145
1762
+ int style Widget_AppCompat_Light_ActionBar_Solid 0x7f100146
1763
+ int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f100147
1764
+ int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f100148
1765
+ int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f100149
1766
+ int style Widget_AppCompat_Light_ActionBar_TabText 0x7f10014a
1767
+ int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f10014b
1768
+ int style Widget_AppCompat_Light_ActionBar_TabView 0x7f10014c
1769
+ int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f10014d
1770
+ int style Widget_AppCompat_Light_ActionButton 0x7f10014e
1771
+ int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f10014f
1772
+ int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f100150
1773
+ int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f100151
1774
+ int style Widget_AppCompat_Light_ActivityChooserView 0x7f100152
1775
+ int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f100153
1776
+ int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f100154
1777
+ int style Widget_AppCompat_Light_ListPopupWindow 0x7f100155
1778
+ int style Widget_AppCompat_Light_ListView_DropDown 0x7f100156
1779
+ int style Widget_AppCompat_Light_PopupMenu 0x7f100157
1780
+ int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f100158
1781
+ int style Widget_AppCompat_Light_SearchView 0x7f100159
1782
+ int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f10015a
1783
+ int style Widget_AppCompat_ListMenuView 0x7f10015b
1784
+ int style Widget_AppCompat_ListPopupWindow 0x7f10015c
1785
+ int style Widget_AppCompat_ListView 0x7f10015d
1786
+ int style Widget_AppCompat_ListView_DropDown 0x7f10015e
1787
+ int style Widget_AppCompat_ListView_Menu 0x7f10015f
1788
+ int style Widget_AppCompat_PopupMenu 0x7f100160
1789
+ int style Widget_AppCompat_PopupMenu_Overflow 0x7f100161
1790
+ int style Widget_AppCompat_PopupWindow 0x7f100162
1791
+ int style Widget_AppCompat_ProgressBar 0x7f100163
1792
+ int style Widget_AppCompat_ProgressBar_Horizontal 0x7f100164
1793
+ int style Widget_AppCompat_RatingBar 0x7f100165
1794
+ int style Widget_AppCompat_RatingBar_Indicator 0x7f100166
1795
+ int style Widget_AppCompat_RatingBar_Small 0x7f100167
1796
+ int style Widget_AppCompat_SearchView 0x7f100168
1797
+ int style Widget_AppCompat_SearchView_ActionBar 0x7f100169
1798
+ int style Widget_AppCompat_SeekBar 0x7f10016a
1799
+ int style Widget_AppCompat_SeekBar_Discrete 0x7f10016b
1800
+ int style Widget_AppCompat_Spinner 0x7f10016c
1801
+ int style Widget_AppCompat_Spinner_DropDown 0x7f10016d
1802
+ int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f10016e
1803
+ int style Widget_AppCompat_Spinner_Underlined 0x7f10016f
1804
+ int style Widget_AppCompat_TextView 0x7f100170
1805
+ int style Widget_AppCompat_TextView_SpinnerItem 0x7f100171
1806
+ int style Widget_AppCompat_Toolbar 0x7f100172
1807
+ int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f100173
1808
+ int style Widget_Autofill 0x7f100174
1809
+ int style Widget_Autofill_InlineSuggestionChip 0x7f100175
1810
+ int style Widget_Autofill_InlineSuggestionEndIconStyle 0x7f100176
1811
+ int style Widget_Autofill_InlineSuggestionStartIconStyle 0x7f100177
1812
+ int style Widget_Autofill_InlineSuggestionSubtitle 0x7f100178
1813
+ int style Widget_Autofill_InlineSuggestionTitle 0x7f100179
1814
+ int style Widget_Compat_NotificationActionContainer 0x7f10017a
1815
+ int style Widget_Compat_NotificationActionText 0x7f10017b
1816
+ int style Widget_Support_CoordinatorLayout 0x7f10017c
1817
+ int style amu_Bubble_TextAppearance_Dark 0x7f10017d
1818
+ int style amu_Bubble_TextAppearance_Light 0x7f10017e
1819
+ int style amu_ClusterIcon_TextAppearance 0x7f10017f
1820
+ int style redboxButton 0x7f100180
1821
+ int[] styleable ActionBar { 0x7f03003c, 0x7f03003f, 0x7f030040, 0x7f030072, 0x7f030073, 0x7f030074, 0x7f030075, 0x7f030076, 0x7f030077, 0x7f03007a, 0x7f03007f, 0x7f030080, 0x7f030093, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300ab, 0x7f0300ac, 0x7f0300b3, 0x7f0300b7, 0x7f0300d7, 0x7f0300e1, 0x7f0300f0, 0x7f0300f7, 0x7f0300f8, 0x7f030126, 0x7f030129, 0x7f030145, 0x7f03014e }
1822
+ int styleable ActionBar_background 0
1823
+ int styleable ActionBar_backgroundSplit 1
1824
+ int styleable ActionBar_backgroundStacked 2
1825
+ int styleable ActionBar_contentInsetEnd 3
1826
+ int styleable ActionBar_contentInsetEndWithActions 4
1827
+ int styleable ActionBar_contentInsetLeft 5
1828
+ int styleable ActionBar_contentInsetRight 6
1829
+ int styleable ActionBar_contentInsetStart 7
1830
+ int styleable ActionBar_contentInsetStartWithNavigation 8
1831
+ int styleable ActionBar_customNavigationLayout 9
1832
+ int styleable ActionBar_displayOptions 10
1833
+ int styleable ActionBar_divider 11
1834
+ int styleable ActionBar_elevation 12
1835
+ int styleable ActionBar_height 13
1836
+ int styleable ActionBar_hideOnContentScroll 14
1837
+ int styleable ActionBar_homeAsUpIndicator 15
1838
+ int styleable ActionBar_homeLayout 16
1839
+ int styleable ActionBar_icon 17
1840
+ int styleable ActionBar_indeterminateProgressStyle 18
1841
+ int styleable ActionBar_itemPadding 19
1842
+ int styleable ActionBar_logo 20
1843
+ int styleable ActionBar_navigationMode 21
1844
+ int styleable ActionBar_popupTheme 22
1845
+ int styleable ActionBar_progressBarPadding 23
1846
+ int styleable ActionBar_progressBarStyle 24
1847
+ int styleable ActionBar_subtitle 25
1848
+ int styleable ActionBar_subtitleTextStyle 26
1849
+ int styleable ActionBar_title 27
1850
+ int styleable ActionBar_titleTextStyle 28
1851
+ int[] styleable ActionBarLayout { 0x010100b3 }
1852
+ int styleable ActionBarLayout_android_layout_gravity 0
1853
+ int[] styleable ActionMenuItemView { 0x0101013f }
1854
+ int styleable ActionMenuItemView_android_minWidth 0
1855
+ int[] styleable ActionMenuView { }
1856
+ int[] styleable ActionMode { 0x7f03003c, 0x7f03003f, 0x7f030061, 0x7f0300a8, 0x7f030129, 0x7f03014e }
1857
+ int styleable ActionMode_background 0
1858
+ int styleable ActionMode_backgroundSplit 1
1859
+ int styleable ActionMode_closeItemLayout 2
1860
+ int styleable ActionMode_height 3
1861
+ int styleable ActionMode_subtitleTextStyle 4
1862
+ int styleable ActionMode_titleTextStyle 5
1863
+ int[] styleable ActivityChooserView { 0x7f030095, 0x7f0300b4 }
1864
+ int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
1865
+ int styleable ActivityChooserView_initialActivityCount 1
1866
+ int[] styleable AlertDialog { 0x010100f2, 0x7f03004c, 0x7f03004d, 0x7f0300cb, 0x7f0300cc, 0x7f0300de, 0x7f03011b, 0x7f03011c }
1867
+ int styleable AlertDialog_android_layout 0
1868
+ int styleable AlertDialog_buttonIconDimen 1
1869
+ int styleable AlertDialog_buttonPanelSideLayout 2
1870
+ int styleable AlertDialog_listItemLayout 3
1871
+ int styleable AlertDialog_listLayout 4
1872
+ int styleable AlertDialog_multiChoiceItemLayout 5
1873
+ int styleable AlertDialog_showTitle 6
1874
+ int styleable AlertDialog_singleChoiceItemLayout 7
1875
+ int[] styleable AnimatedStateListDrawableCompat { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }
1876
+ int styleable AnimatedStateListDrawableCompat_android_dither 0
1877
+ int styleable AnimatedStateListDrawableCompat_android_visible 1
1878
+ int styleable AnimatedStateListDrawableCompat_android_variablePadding 2
1879
+ int styleable AnimatedStateListDrawableCompat_android_constantSize 3
1880
+ int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 4
1881
+ int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 5
1882
+ int[] styleable AnimatedStateListDrawableItem { 0x010100d0, 0x01010199 }
1883
+ int styleable AnimatedStateListDrawableItem_android_id 0
1884
+ int styleable AnimatedStateListDrawableItem_android_drawable 1
1885
+ int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b }
1886
+ int styleable AnimatedStateListDrawableTransition_android_drawable 0
1887
+ int styleable AnimatedStateListDrawableTransition_android_toId 1
1888
+ int styleable AnimatedStateListDrawableTransition_android_fromId 2
1889
+ int styleable AnimatedStateListDrawableTransition_android_reversible 3
1890
+ int[] styleable AppCompatEmojiHelper { }
1891
+ int[] styleable AppCompatImageView { 0x01010119, 0x7f030121, 0x7f030143, 0x7f030144 }
1892
+ int styleable AppCompatImageView_android_src 0
1893
+ int styleable AppCompatImageView_srcCompat 1
1894
+ int styleable AppCompatImageView_tint 2
1895
+ int styleable AppCompatImageView_tintMode 3
1896
+ int[] styleable AppCompatSeekBar { 0x01010142, 0x7f030140, 0x7f030141, 0x7f030142 }
1897
+ int styleable AppCompatSeekBar_android_thumb 0
1898
+ int styleable AppCompatSeekBar_tickMark 1
1899
+ int styleable AppCompatSeekBar_tickMarkTint 2
1900
+ int styleable AppCompatSeekBar_tickMarkTintMode 3
1901
+ int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 }
1902
+ int styleable AppCompatTextHelper_android_textAppearance 0
1903
+ int styleable AppCompatTextHelper_android_drawableTop 1
1904
+ int styleable AppCompatTextHelper_android_drawableBottom 2
1905
+ int styleable AppCompatTextHelper_android_drawableLeft 3
1906
+ int styleable AppCompatTextHelper_android_drawableRight 4
1907
+ int styleable AppCompatTextHelper_android_drawableStart 5
1908
+ int styleable AppCompatTextHelper_android_drawableEnd 6
1909
+ int[] styleable AppCompatTextView { 0x01010034, 0x7f030032, 0x7f030033, 0x7f030034, 0x7f030035, 0x7f030036, 0x7f030084, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f030094, 0x7f030099, 0x7f03009b, 0x7f0300a4, 0x7f0300ba, 0x7f0300c6, 0x7f03012f, 0x7f03013a }
1910
+ int styleable AppCompatTextView_android_textAppearance 0
1911
+ int styleable AppCompatTextView_autoSizeMaxTextSize 1
1912
+ int styleable AppCompatTextView_autoSizeMinTextSize 2
1913
+ int styleable AppCompatTextView_autoSizePresetSizes 3
1914
+ int styleable AppCompatTextView_autoSizeStepGranularity 4
1915
+ int styleable AppCompatTextView_autoSizeTextType 5
1916
+ int styleable AppCompatTextView_drawableBottomCompat 6
1917
+ int styleable AppCompatTextView_drawableEndCompat 7
1918
+ int styleable AppCompatTextView_drawableLeftCompat 8
1919
+ int styleable AppCompatTextView_drawableRightCompat 9
1920
+ int styleable AppCompatTextView_drawableStartCompat 10
1921
+ int styleable AppCompatTextView_drawableTint 11
1922
+ int styleable AppCompatTextView_drawableTintMode 12
1923
+ int styleable AppCompatTextView_drawableTopCompat 13
1924
+ int styleable AppCompatTextView_emojiCompatEnabled 14
1925
+ int styleable AppCompatTextView_firstBaselineToTopHeight 15
1926
+ int styleable AppCompatTextView_fontFamily 16
1927
+ int styleable AppCompatTextView_fontVariationSettings 17
1928
+ int styleable AppCompatTextView_lastBaselineToBottomHeight 18
1929
+ int styleable AppCompatTextView_lineHeight 19
1930
+ int styleable AppCompatTextView_textAllCaps 20
1931
+ int styleable AppCompatTextView_textLocale 21
1932
+ int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030023, 0x7f030027, 0x7f030028, 0x7f030029, 0x7f03002a, 0x7f030031, 0x7f030044, 0x7f030045, 0x7f030046, 0x7f030047, 0x7f030048, 0x7f030049, 0x7f03004f, 0x7f030050, 0x7f03005d, 0x7f03005e, 0x7f030065, 0x7f030066, 0x7f030067, 0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006c, 0x7f03006d, 0x7f03006f, 0x7f030078, 0x7f03007c, 0x7f03007d, 0x7f03007e, 0x7f030081, 0x7f030083, 0x7f03008e, 0x7f03008f, 0x7f030090, 0x7f030091, 0x7f030092, 0x7f0300aa, 0x7f0300b2, 0x7f0300c7, 0x7f0300c8, 0x7f0300c9, 0x7f0300ca, 0x7f0300cd, 0x7f0300ce, 0x7f0300cf, 0x7f0300d0, 0x7f0300d1, 0x7f0300d2, 0x7f0300d3, 0x7f0300d4, 0x7f0300d5, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ef, 0x7f0300f1, 0x7f0300fc, 0x7f0300fd, 0x7f0300fe, 0x7f0300ff, 0x7f030113, 0x7f030114, 0x7f030115, 0x7f030116, 0x7f03011e, 0x7f03011f, 0x7f03012d, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f030135, 0x7f030136, 0x7f030137, 0x7f030138, 0x7f030139, 0x7f03014f, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f030162, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030168, 0x7f030169, 0x7f03016a, 0x7f03016b, 0x7f03016c, 0x7f03016d }
1933
+ int styleable AppCompatTheme_android_windowIsFloating 0
1934
+ int styleable AppCompatTheme_android_windowAnimationStyle 1
1935
+ int styleable AppCompatTheme_actionBarDivider 2
1936
+ int styleable AppCompatTheme_actionBarItemBackground 3
1937
+ int styleable AppCompatTheme_actionBarPopupTheme 4
1938
+ int styleable AppCompatTheme_actionBarSize 5
1939
+ int styleable AppCompatTheme_actionBarSplitStyle 6
1940
+ int styleable AppCompatTheme_actionBarStyle 7
1941
+ int styleable AppCompatTheme_actionBarTabBarStyle 8
1942
+ int styleable AppCompatTheme_actionBarTabStyle 9
1943
+ int styleable AppCompatTheme_actionBarTabTextStyle 10
1944
+ int styleable AppCompatTheme_actionBarTheme 11
1945
+ int styleable AppCompatTheme_actionBarWidgetTheme 12
1946
+ int styleable AppCompatTheme_actionButtonStyle 13
1947
+ int styleable AppCompatTheme_actionDropDownStyle 14
1948
+ int styleable AppCompatTheme_actionMenuTextAppearance 15
1949
+ int styleable AppCompatTheme_actionMenuTextColor 16
1950
+ int styleable AppCompatTheme_actionModeBackground 17
1951
+ int styleable AppCompatTheme_actionModeCloseButtonStyle 18
1952
+ int styleable AppCompatTheme_actionModeCloseContentDescription 19
1953
+ int styleable AppCompatTheme_actionModeCloseDrawable 20
1954
+ int styleable AppCompatTheme_actionModeCopyDrawable 21
1955
+ int styleable AppCompatTheme_actionModeCutDrawable 22
1956
+ int styleable AppCompatTheme_actionModeFindDrawable 23
1957
+ int styleable AppCompatTheme_actionModePasteDrawable 24
1958
+ int styleable AppCompatTheme_actionModePopupWindowStyle 25
1959
+ int styleable AppCompatTheme_actionModeSelectAllDrawable 26
1960
+ int styleable AppCompatTheme_actionModeShareDrawable 27
1961
+ int styleable AppCompatTheme_actionModeSplitBackground 28
1962
+ int styleable AppCompatTheme_actionModeStyle 29
1963
+ int styleable AppCompatTheme_actionModeTheme 30
1964
+ int styleable AppCompatTheme_actionModeWebSearchDrawable 31
1965
+ int styleable AppCompatTheme_actionOverflowButtonStyle 32
1966
+ int styleable AppCompatTheme_actionOverflowMenuStyle 33
1967
+ int styleable AppCompatTheme_activityChooserViewStyle 34
1968
+ int styleable AppCompatTheme_alertDialogButtonGroupStyle 35
1969
+ int styleable AppCompatTheme_alertDialogCenterButtons 36
1970
+ int styleable AppCompatTheme_alertDialogStyle 37
1971
+ int styleable AppCompatTheme_alertDialogTheme 38
1972
+ int styleable AppCompatTheme_autoCompleteTextViewStyle 39
1973
+ int styleable AppCompatTheme_borderlessButtonStyle 40
1974
+ int styleable AppCompatTheme_buttonBarButtonStyle 41
1975
+ int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
1976
+ int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
1977
+ int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
1978
+ int styleable AppCompatTheme_buttonBarStyle 45
1979
+ int styleable AppCompatTheme_buttonStyle 46
1980
+ int styleable AppCompatTheme_buttonStyleSmall 47
1981
+ int styleable AppCompatTheme_checkboxStyle 48
1982
+ int styleable AppCompatTheme_checkedTextViewStyle 49
1983
+ int styleable AppCompatTheme_colorAccent 50
1984
+ int styleable AppCompatTheme_colorBackgroundFloating 51
1985
+ int styleable AppCompatTheme_colorButtonNormal 52
1986
+ int styleable AppCompatTheme_colorControlActivated 53
1987
+ int styleable AppCompatTheme_colorControlHighlight 54
1988
+ int styleable AppCompatTheme_colorControlNormal 55
1989
+ int styleable AppCompatTheme_colorError 56
1990
+ int styleable AppCompatTheme_colorPrimary 57
1991
+ int styleable AppCompatTheme_colorPrimaryDark 58
1992
+ int styleable AppCompatTheme_colorSwitchThumbNormal 59
1993
+ int styleable AppCompatTheme_controlBackground 60
1994
+ int styleable AppCompatTheme_dialogCornerRadius 61
1995
+ int styleable AppCompatTheme_dialogPreferredPadding 62
1996
+ int styleable AppCompatTheme_dialogTheme 63
1997
+ int styleable AppCompatTheme_dividerHorizontal 64
1998
+ int styleable AppCompatTheme_dividerVertical 65
1999
+ int styleable AppCompatTheme_dropDownListViewStyle 66
2000
+ int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
2001
+ int styleable AppCompatTheme_editTextBackground 68
2002
+ int styleable AppCompatTheme_editTextColor 69
2003
+ int styleable AppCompatTheme_editTextStyle 70
2004
+ int styleable AppCompatTheme_homeAsUpIndicator 71
2005
+ int styleable AppCompatTheme_imageButtonStyle 72
2006
+ int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
2007
+ int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
2008
+ int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
2009
+ int styleable AppCompatTheme_listDividerAlertDialog 76
2010
+ int styleable AppCompatTheme_listMenuViewStyle 77
2011
+ int styleable AppCompatTheme_listPopupWindowStyle 78
2012
+ int styleable AppCompatTheme_listPreferredItemHeight 79
2013
+ int styleable AppCompatTheme_listPreferredItemHeightLarge 80
2014
+ int styleable AppCompatTheme_listPreferredItemHeightSmall 81
2015
+ int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
2016
+ int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
2017
+ int styleable AppCompatTheme_listPreferredItemPaddingRight 84
2018
+ int styleable AppCompatTheme_listPreferredItemPaddingStart 85
2019
+ int styleable AppCompatTheme_panelBackground 86
2020
+ int styleable AppCompatTheme_panelMenuListTheme 87
2021
+ int styleable AppCompatTheme_panelMenuListWidth 88
2022
+ int styleable AppCompatTheme_popupMenuStyle 89
2023
+ int styleable AppCompatTheme_popupWindowStyle 90
2024
+ int styleable AppCompatTheme_radioButtonStyle 91
2025
+ int styleable AppCompatTheme_ratingBarStyle 92
2026
+ int styleable AppCompatTheme_ratingBarStyleIndicator 93
2027
+ int styleable AppCompatTheme_ratingBarStyleSmall 94
2028
+ int styleable AppCompatTheme_searchViewStyle 95
2029
+ int styleable AppCompatTheme_seekBarStyle 96
2030
+ int styleable AppCompatTheme_selectableItemBackground 97
2031
+ int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
2032
+ int styleable AppCompatTheme_spinnerDropDownItemStyle 99
2033
+ int styleable AppCompatTheme_spinnerStyle 100
2034
+ int styleable AppCompatTheme_switchStyle 101
2035
+ int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
2036
+ int styleable AppCompatTheme_textAppearanceListItem 103
2037
+ int styleable AppCompatTheme_textAppearanceListItemSecondary 104
2038
+ int styleable AppCompatTheme_textAppearanceListItemSmall 105
2039
+ int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
2040
+ int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
2041
+ int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
2042
+ int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
2043
+ int styleable AppCompatTheme_textColorAlertDialogListItem 110
2044
+ int styleable AppCompatTheme_textColorSearchUrl 111
2045
+ int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
2046
+ int styleable AppCompatTheme_toolbarStyle 113
2047
+ int styleable AppCompatTheme_tooltipForegroundColor 114
2048
+ int styleable AppCompatTheme_tooltipFrameBackground 115
2049
+ int styleable AppCompatTheme_viewInflaterClass 116
2050
+ int styleable AppCompatTheme_windowActionBar 117
2051
+ int styleable AppCompatTheme_windowActionBarOverlay 118
2052
+ int styleable AppCompatTheme_windowActionModeOverlay 119
2053
+ int styleable AppCompatTheme_windowFixedHeightMajor 120
2054
+ int styleable AppCompatTheme_windowFixedHeightMinor 121
2055
+ int styleable AppCompatTheme_windowFixedWidthMajor 122
2056
+ int styleable AppCompatTheme_windowFixedWidthMinor 123
2057
+ int styleable AppCompatTheme_windowMinWidthMajor 124
2058
+ int styleable AppCompatTheme_windowMinWidthMinor 125
2059
+ int styleable AppCompatTheme_windowNoTitle 126
2060
+ int[] styleable Autofill_InlineSuggestion { 0x7f030037, 0x7f030038, 0x7f030039, 0x7f03003a, 0x7f03003b, 0x7f0300b5 }
2061
+ int styleable Autofill_InlineSuggestion_autofillInlineSuggestionChip 0
2062
+ int styleable Autofill_InlineSuggestion_autofillInlineSuggestionEndIconStyle 1
2063
+ int styleable Autofill_InlineSuggestion_autofillInlineSuggestionStartIconStyle 2
2064
+ int styleable Autofill_InlineSuggestion_autofillInlineSuggestionSubtitle 3
2065
+ int styleable Autofill_InlineSuggestion_autofillInlineSuggestionTitle 4
2066
+ int styleable Autofill_InlineSuggestion_isAutofillInlineSuggestionTheme 5
2067
+ int[] styleable ButtonBarLayout { 0x7f03002b }
2068
+ int styleable ButtonBarLayout_allowStacking 0
2069
+ int[] styleable Capability { 0x7f0300fb, 0x7f030117 }
2070
+ int styleable Capability_queryPatterns 0
2071
+ int styleable Capability_shortcutMatchRequired 1
2072
+ int[] styleable CheckedTextView { 0x01010108, 0x7f03005a, 0x7f03005b, 0x7f03005c }
2073
+ int styleable CheckedTextView_android_checkMark 0
2074
+ int styleable CheckedTextView_checkMarkCompat 1
2075
+ int styleable CheckedTextView_checkMarkTint 2
2076
+ int styleable CheckedTextView_checkMarkTintMode 3
2077
+ int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x01010647, 0x7f03002c, 0x7f0300b9 }
2078
+ int styleable ColorStateListItem_android_color 0
2079
+ int styleable ColorStateListItem_android_alpha 1
2080
+ int styleable ColorStateListItem_android_lStar 2
2081
+ int styleable ColorStateListItem_alpha 3
2082
+ int styleable ColorStateListItem_lStar 4
2083
+ int[] styleable CompoundButton { 0x01010107, 0x7f03004a, 0x7f030051, 0x7f030052 }
2084
+ int styleable CompoundButton_android_button 0
2085
+ int styleable CompoundButton_buttonCompat 1
2086
+ int styleable CompoundButton_buttonTint 2
2087
+ int styleable CompoundButton_buttonTintMode 3
2088
+ int[] styleable CoordinatorLayout { 0x7f0300b8, 0x7f030123 }
2089
+ int styleable CoordinatorLayout_keylines 0
2090
+ int styleable CoordinatorLayout_statusBarBackground 1
2091
+ int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5 }
2092
+ int styleable CoordinatorLayout_Layout_android_layout_gravity 0
2093
+ int styleable CoordinatorLayout_Layout_layout_anchor 1
2094
+ int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
2095
+ int styleable CoordinatorLayout_Layout_layout_behavior 3
2096
+ int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
2097
+ int styleable CoordinatorLayout_Layout_layout_insetEdge 5
2098
+ int styleable CoordinatorLayout_Layout_layout_keyline 6
2099
+ int[] styleable DrawerArrowToggle { 0x7f03002f, 0x7f030030, 0x7f030043, 0x7f030064, 0x7f030088, 0x7f0300a6, 0x7f03011d, 0x7f03013c }
2100
+ int styleable DrawerArrowToggle_arrowHeadLength 0
2101
+ int styleable DrawerArrowToggle_arrowShaftLength 1
2102
+ int styleable DrawerArrowToggle_barLength 2
2103
+ int styleable DrawerArrowToggle_color 3
2104
+ int styleable DrawerArrowToggle_drawableSize 4
2105
+ int styleable DrawerArrowToggle_gapBetweenBars 5
2106
+ int styleable DrawerArrowToggle_spinBars 6
2107
+ int styleable DrawerArrowToggle_thickness 7
2108
+ int[] styleable FontFamily { 0x7f03009c, 0x7f03009d, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300a1, 0x7f0300a2 }
2109
+ int styleable FontFamily_fontProviderAuthority 0
2110
+ int styleable FontFamily_fontProviderCerts 1
2111
+ int styleable FontFamily_fontProviderFetchStrategy 2
2112
+ int styleable FontFamily_fontProviderFetchTimeout 3
2113
+ int styleable FontFamily_fontProviderPackage 4
2114
+ int styleable FontFamily_fontProviderQuery 5
2115
+ int styleable FontFamily_fontProviderSystemFontFamily 6
2116
+ int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f03009a, 0x7f0300a3, 0x7f0300a4, 0x7f0300a5, 0x7f030157 }
2117
+ int styleable FontFamilyFont_android_font 0
2118
+ int styleable FontFamilyFont_android_fontWeight 1
2119
+ int styleable FontFamilyFont_android_fontStyle 2
2120
+ int styleable FontFamilyFont_android_ttcIndex 3
2121
+ int styleable FontFamilyFont_android_fontVariationSettings 4
2122
+ int styleable FontFamilyFont_font 5
2123
+ int styleable FontFamilyFont_fontStyle 6
2124
+ int styleable FontFamilyFont_fontVariationSettings 7
2125
+ int styleable FontFamilyFont_fontWeight 8
2126
+ int styleable FontFamilyFont_ttcIndex 9
2127
+ int[] styleable Fragment { 0x01010003, 0x010100d0, 0x010100d1 }
2128
+ int styleable Fragment_android_name 0
2129
+ int styleable Fragment_android_id 1
2130
+ int styleable Fragment_android_tag 2
2131
+ int[] styleable FragmentContainerView { 0x01010003, 0x010100d1 }
2132
+ int styleable FragmentContainerView_android_name 0
2133
+ int styleable FragmentContainerView_android_tag 1
2134
+ int[] styleable GenericDraweeHierarchy { 0x7f030025, 0x7f03003e, 0x7f030096, 0x7f030097, 0x7f030098, 0x7f0300e5, 0x7f0300ed, 0x7f0300ee, 0x7f0300f3, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f030100, 0x7f030101, 0x7f030102, 0x7f030103, 0x7f030104, 0x7f030105, 0x7f030106, 0x7f030107, 0x7f030108, 0x7f030109, 0x7f03010a, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03010e, 0x7f03010f, 0x7f030161 }
2135
+ int styleable GenericDraweeHierarchy_actualImageScaleType 0
2136
+ int styleable GenericDraweeHierarchy_backgroundImage 1
2137
+ int styleable GenericDraweeHierarchy_fadeDuration 2
2138
+ int styleable GenericDraweeHierarchy_failureImage 3
2139
+ int styleable GenericDraweeHierarchy_failureImageScaleType 4
2140
+ int styleable GenericDraweeHierarchy_overlayImage 5
2141
+ int styleable GenericDraweeHierarchy_placeholderImage 6
2142
+ int styleable GenericDraweeHierarchy_placeholderImageScaleType 7
2143
+ int styleable GenericDraweeHierarchy_pressedStateOverlayImage 8
2144
+ int styleable GenericDraweeHierarchy_progressBarAutoRotateInterval 9
2145
+ int styleable GenericDraweeHierarchy_progressBarImage 10
2146
+ int styleable GenericDraweeHierarchy_progressBarImageScaleType 11
2147
+ int styleable GenericDraweeHierarchy_retryImage 12
2148
+ int styleable GenericDraweeHierarchy_retryImageScaleType 13
2149
+ int styleable GenericDraweeHierarchy_roundAsCircle 14
2150
+ int styleable GenericDraweeHierarchy_roundBottomEnd 15
2151
+ int styleable GenericDraweeHierarchy_roundBottomLeft 16
2152
+ int styleable GenericDraweeHierarchy_roundBottomRight 17
2153
+ int styleable GenericDraweeHierarchy_roundBottomStart 18
2154
+ int styleable GenericDraweeHierarchy_roundTopEnd 19
2155
+ int styleable GenericDraweeHierarchy_roundTopLeft 20
2156
+ int styleable GenericDraweeHierarchy_roundTopRight 21
2157
+ int styleable GenericDraweeHierarchy_roundTopStart 22
2158
+ int styleable GenericDraweeHierarchy_roundWithOverlayColor 23
2159
+ int styleable GenericDraweeHierarchy_roundedCornerRadius 24
2160
+ int styleable GenericDraweeHierarchy_roundingBorderColor 25
2161
+ int styleable GenericDraweeHierarchy_roundingBorderPadding 26
2162
+ int styleable GenericDraweeHierarchy_roundingBorderWidth 27
2163
+ int styleable GenericDraweeHierarchy_viewAspectRatio 28
2164
+ int[] styleable GradientColor { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 }
2165
+ int styleable GradientColor_android_startColor 0
2166
+ int styleable GradientColor_android_endColor 1
2167
+ int styleable GradientColor_android_type 2
2168
+ int styleable GradientColor_android_centerX 3
2169
+ int styleable GradientColor_android_centerY 4
2170
+ int styleable GradientColor_android_gradientRadius 5
2171
+ int styleable GradientColor_android_tileMode 6
2172
+ int styleable GradientColor_android_centerColor 7
2173
+ int styleable GradientColor_android_startX 8
2174
+ int styleable GradientColor_android_startY 9
2175
+ int styleable GradientColor_android_endX 10
2176
+ int styleable GradientColor_android_endY 11
2177
+ int[] styleable GradientColorItem { 0x010101a5, 0x01010514 }
2178
+ int styleable GradientColorItem_android_color 0
2179
+ int styleable GradientColorItem_android_offset 1
2180
+ int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f030080, 0x7f030082, 0x7f0300dc, 0x7f030119 }
2181
+ int styleable LinearLayoutCompat_android_gravity 0
2182
+ int styleable LinearLayoutCompat_android_orientation 1
2183
+ int styleable LinearLayoutCompat_android_baselineAligned 2
2184
+ int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
2185
+ int styleable LinearLayoutCompat_android_weightSum 4
2186
+ int styleable LinearLayoutCompat_divider 5
2187
+ int styleable LinearLayoutCompat_dividerPadding 6
2188
+ int styleable LinearLayoutCompat_measureWithLargestChild 7
2189
+ int styleable LinearLayoutCompat_showDividers 8
2190
+ int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
2191
+ int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
2192
+ int styleable LinearLayoutCompat_Layout_android_layout_width 1
2193
+ int styleable LinearLayoutCompat_Layout_android_layout_height 2
2194
+ int styleable LinearLayoutCompat_Layout_android_layout_weight 3
2195
+ int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
2196
+ int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
2197
+ int styleable ListPopupWindow_android_dropDownVerticalOffset 1
2198
+ int[] styleable LoadingImageView { 0x7f03005f, 0x7f0300b0, 0x7f0300b1 }
2199
+ int styleable LoadingImageView_circleCrop 0
2200
+ int styleable LoadingImageView_imageAspectRatio 1
2201
+ int styleable LoadingImageView_imageAspectRatioAdjust 2
2202
+ int[] styleable MapAttrs { 0x7f03002e, 0x7f03003d, 0x7f030053, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f0300bb, 0x7f0300bc, 0x7f0300bd, 0x7f0300be, 0x7f0300d6, 0x7f0300d9, 0x7f0300da, 0x7f030158, 0x7f030159, 0x7f03015a, 0x7f03015b, 0x7f03015c, 0x7f03015d, 0x7f03015e, 0x7f03015f, 0x7f030160, 0x7f03016e }
2203
+ int styleable MapAttrs_ambientEnabled 0
2204
+ int styleable MapAttrs_backgroundColor 1
2205
+ int styleable MapAttrs_cameraBearing 2
2206
+ int styleable MapAttrs_cameraMaxZoomPreference 3
2207
+ int styleable MapAttrs_cameraMinZoomPreference 4
2208
+ int styleable MapAttrs_cameraTargetLat 5
2209
+ int styleable MapAttrs_cameraTargetLng 6
2210
+ int styleable MapAttrs_cameraTilt 7
2211
+ int styleable MapAttrs_cameraZoom 8
2212
+ int styleable MapAttrs_latLngBoundsNorthEastLatitude 9
2213
+ int styleable MapAttrs_latLngBoundsNorthEastLongitude 10
2214
+ int styleable MapAttrs_latLngBoundsSouthWestLatitude 11
2215
+ int styleable MapAttrs_latLngBoundsSouthWestLongitude 12
2216
+ int styleable MapAttrs_liteMode 13
2217
+ int styleable MapAttrs_mapId 14
2218
+ int styleable MapAttrs_mapType 15
2219
+ int styleable MapAttrs_uiCompass 16
2220
+ int styleable MapAttrs_uiMapToolbar 17
2221
+ int styleable MapAttrs_uiRotateGestures 18
2222
+ int styleable MapAttrs_uiScrollGestures 19
2223
+ int styleable MapAttrs_uiScrollGesturesDuringRotateOrZoom 20
2224
+ int styleable MapAttrs_uiTiltGestures 21
2225
+ int styleable MapAttrs_uiZoomControls 22
2226
+ int styleable MapAttrs_uiZoomGestures 23
2227
+ int styleable MapAttrs_useViewLifecycle 24
2228
+ int styleable MapAttrs_zOrderOnTop 25
2229
+ int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
2230
+ int styleable MenuGroup_android_enabled 0
2231
+ int styleable MenuGroup_android_id 1
2232
+ int styleable MenuGroup_android_visible 2
2233
+ int styleable MenuGroup_android_menuCategory 3
2234
+ int styleable MenuGroup_android_orderInCategory 4
2235
+ int styleable MenuGroup_android_checkableBehavior 5
2236
+ int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000d, 0x7f030021, 0x7f030022, 0x7f03002d, 0x7f030071, 0x7f0300ad, 0x7f0300ae, 0x7f0300e3, 0x7f030118, 0x7f030153 }
2237
+ int styleable MenuItem_android_icon 0
2238
+ int styleable MenuItem_android_enabled 1
2239
+ int styleable MenuItem_android_id 2
2240
+ int styleable MenuItem_android_checked 3
2241
+ int styleable MenuItem_android_visible 4
2242
+ int styleable MenuItem_android_menuCategory 5
2243
+ int styleable MenuItem_android_orderInCategory 6
2244
+ int styleable MenuItem_android_title 7
2245
+ int styleable MenuItem_android_titleCondensed 8
2246
+ int styleable MenuItem_android_alphabeticShortcut 9
2247
+ int styleable MenuItem_android_numericShortcut 10
2248
+ int styleable MenuItem_android_checkable 11
2249
+ int styleable MenuItem_android_onClick 12
2250
+ int styleable MenuItem_actionLayout 13
2251
+ int styleable MenuItem_actionProviderClass 14
2252
+ int styleable MenuItem_actionViewClass 15
2253
+ int styleable MenuItem_alphabeticModifiers 16
2254
+ int styleable MenuItem_contentDescription 17
2255
+ int styleable MenuItem_iconTint 18
2256
+ int styleable MenuItem_iconTintMode 19
2257
+ int styleable MenuItem_numericModifiers 20
2258
+ int styleable MenuItem_showAsAction 21
2259
+ int styleable MenuItem_tooltipText 22
2260
+ int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0300f2, 0x7f030124 }
2261
+ int styleable MenuView_android_windowAnimationStyle 0
2262
+ int styleable MenuView_android_itemTextAppearance 1
2263
+ int styleable MenuView_android_horizontalDivider 2
2264
+ int styleable MenuView_android_verticalDivider 3
2265
+ int styleable MenuView_android_headerBackground 4
2266
+ int styleable MenuView_android_itemBackground 5
2267
+ int styleable MenuView_android_itemIconDisabledAlpha 6
2268
+ int styleable MenuView_preserveIconSpacing 7
2269
+ int styleable MenuView_subMenuArrow 8
2270
+ int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0300e4 }
2271
+ int styleable PopupWindow_android_popupBackground 0
2272
+ int styleable PopupWindow_android_popupAnimationStyle 1
2273
+ int styleable PopupWindow_overlapAnchor 2
2274
+ int[] styleable PopupWindowBackgroundState { 0x7f030122 }
2275
+ int styleable PopupWindowBackgroundState_state_above_anchor 0
2276
+ int[] styleable RecycleListView { 0x7f0300e6, 0x7f0300e9 }
2277
+ int styleable RecycleListView_paddingBottomNoButtons 0
2278
+ int styleable RecycleListView_paddingTopNoTitle 1
2279
+ int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f030060, 0x7f030070, 0x7f03007b, 0x7f0300a7, 0x7f0300af, 0x7f0300bf, 0x7f0300f9, 0x7f0300fa, 0x7f030111, 0x7f030112, 0x7f030125, 0x7f03012a, 0x7f030163 }
2280
+ int styleable SearchView_android_focusable 0
2281
+ int styleable SearchView_android_maxWidth 1
2282
+ int styleable SearchView_android_inputType 2
2283
+ int styleable SearchView_android_imeOptions 3
2284
+ int styleable SearchView_closeIcon 4
2285
+ int styleable SearchView_commitIcon 5
2286
+ int styleable SearchView_defaultQueryHint 6
2287
+ int styleable SearchView_goIcon 7
2288
+ int styleable SearchView_iconifiedByDefault 8
2289
+ int styleable SearchView_layout 9
2290
+ int styleable SearchView_queryBackground 10
2291
+ int styleable SearchView_queryHint 11
2292
+ int styleable SearchView_searchHintIcon 12
2293
+ int styleable SearchView_searchIcon 13
2294
+ int styleable SearchView_submitBackground 14
2295
+ int styleable SearchView_suggestionRowLayout 15
2296
+ int styleable SearchView_voiceIcon 16
2297
+ int[] styleable SignInButton { 0x7f03004e, 0x7f03006e, 0x7f030110 }
2298
+ int styleable SignInButton_buttonSize 0
2299
+ int styleable SignInButton_colorScheme 1
2300
+ int styleable SignInButton_scopeUris 2
2301
+ int[] styleable SimpleDraweeView { 0x7f030024, 0x7f030026, 0x7f03003e, 0x7f030096, 0x7f030097, 0x7f030098, 0x7f0300e5, 0x7f0300ed, 0x7f0300ee, 0x7f0300f3, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f030100, 0x7f030101, 0x7f030102, 0x7f030103, 0x7f030104, 0x7f030105, 0x7f030106, 0x7f030107, 0x7f030108, 0x7f030109, 0x7f03010a, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03010e, 0x7f03010f, 0x7f030161 }
2302
+ int styleable SimpleDraweeView_actualImageResource 0
2303
+ int styleable SimpleDraweeView_actualImageUri 1
2304
+ int styleable SimpleDraweeView_backgroundImage 2
2305
+ int styleable SimpleDraweeView_fadeDuration 3
2306
+ int styleable SimpleDraweeView_failureImage 4
2307
+ int styleable SimpleDraweeView_failureImageScaleType 5
2308
+ int styleable SimpleDraweeView_overlayImage 6
2309
+ int styleable SimpleDraweeView_placeholderImage 7
2310
+ int styleable SimpleDraweeView_placeholderImageScaleType 8
2311
+ int styleable SimpleDraweeView_pressedStateOverlayImage 9
2312
+ int styleable SimpleDraweeView_progressBarAutoRotateInterval 10
2313
+ int styleable SimpleDraweeView_progressBarImage 11
2314
+ int styleable SimpleDraweeView_progressBarImageScaleType 12
2315
+ int styleable SimpleDraweeView_retryImage 13
2316
+ int styleable SimpleDraweeView_retryImageScaleType 14
2317
+ int styleable SimpleDraweeView_roundAsCircle 15
2318
+ int styleable SimpleDraweeView_roundBottomEnd 16
2319
+ int styleable SimpleDraweeView_roundBottomLeft 17
2320
+ int styleable SimpleDraweeView_roundBottomRight 18
2321
+ int styleable SimpleDraweeView_roundBottomStart 19
2322
+ int styleable SimpleDraweeView_roundTopEnd 20
2323
+ int styleable SimpleDraweeView_roundTopLeft 21
2324
+ int styleable SimpleDraweeView_roundTopRight 22
2325
+ int styleable SimpleDraweeView_roundTopStart 23
2326
+ int styleable SimpleDraweeView_roundWithOverlayColor 24
2327
+ int styleable SimpleDraweeView_roundedCornerRadius 25
2328
+ int styleable SimpleDraweeView_roundingBorderColor 26
2329
+ int styleable SimpleDraweeView_roundingBorderPadding 27
2330
+ int styleable SimpleDraweeView_roundingBorderWidth 28
2331
+ int styleable SimpleDraweeView_viewAspectRatio 29
2332
+ int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0300f0 }
2333
+ int styleable Spinner_android_entries 0
2334
+ int styleable Spinner_android_popupBackground 1
2335
+ int styleable Spinner_android_prompt 2
2336
+ int styleable Spinner_android_dropDownWidth 3
2337
+ int styleable Spinner_popupTheme 4
2338
+ int[] styleable StateListDrawable { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }
2339
+ int styleable StateListDrawable_android_dither 0
2340
+ int styleable StateListDrawable_android_visible 1
2341
+ int styleable StateListDrawable_android_variablePadding 2
2342
+ int styleable StateListDrawable_android_constantSize 3
2343
+ int styleable StateListDrawable_android_enterFadeDuration 4
2344
+ int styleable StateListDrawable_android_exitFadeDuration 5
2345
+ int[] styleable StateListDrawableItem { 0x01010199 }
2346
+ int styleable StateListDrawableItem_android_drawable 0
2347
+ int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f03011a, 0x7f030120, 0x7f03012b, 0x7f03012c, 0x7f03012e, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030154, 0x7f030155, 0x7f030156 }
2348
+ int styleable SwitchCompat_android_textOn 0
2349
+ int styleable SwitchCompat_android_textOff 1
2350
+ int styleable SwitchCompat_android_thumb 2
2351
+ int styleable SwitchCompat_showText 3
2352
+ int styleable SwitchCompat_splitTrack 4
2353
+ int styleable SwitchCompat_switchMinWidth 5
2354
+ int styleable SwitchCompat_switchPadding 6
2355
+ int styleable SwitchCompat_switchTextAppearance 7
2356
+ int styleable SwitchCompat_thumbTextPadding 8
2357
+ int styleable SwitchCompat_thumbTint 9
2358
+ int styleable SwitchCompat_thumbTintMode 10
2359
+ int styleable SwitchCompat_track 11
2360
+ int styleable SwitchCompat_trackTint 12
2361
+ int styleable SwitchCompat_trackTintMode 13
2362
+ int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x01010585, 0x7f03009b, 0x7f0300a4, 0x7f03012f, 0x7f03013a }
2363
+ int styleable TextAppearance_android_textSize 0
2364
+ int styleable TextAppearance_android_typeface 1
2365
+ int styleable TextAppearance_android_textStyle 2
2366
+ int styleable TextAppearance_android_textColor 3
2367
+ int styleable TextAppearance_android_textColorHint 4
2368
+ int styleable TextAppearance_android_textColorLink 5
2369
+ int styleable TextAppearance_android_shadowColor 6
2370
+ int styleable TextAppearance_android_shadowDx 7
2371
+ int styleable TextAppearance_android_shadowDy 8
2372
+ int styleable TextAppearance_android_shadowRadius 9
2373
+ int styleable TextAppearance_android_fontFamily 10
2374
+ int styleable TextAppearance_android_textFontWeight 11
2375
+ int styleable TextAppearance_fontFamily 12
2376
+ int styleable TextAppearance_fontVariationSettings 13
2377
+ int styleable TextAppearance_textAllCaps 14
2378
+ int styleable TextAppearance_textLocale 15
2379
+ int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f03004b, 0x7f030062, 0x7f030063, 0x7f030072, 0x7f030073, 0x7f030074, 0x7f030075, 0x7f030076, 0x7f030077, 0x7f0300d7, 0x7f0300d8, 0x7f0300db, 0x7f0300dd, 0x7f0300df, 0x7f0300e0, 0x7f0300f0, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030145, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f030149, 0x7f03014a, 0x7f03014b, 0x7f03014c, 0x7f03014d }
2380
+ int styleable Toolbar_android_gravity 0
2381
+ int styleable Toolbar_android_minHeight 1
2382
+ int styleable Toolbar_buttonGravity 2
2383
+ int styleable Toolbar_collapseContentDescription 3
2384
+ int styleable Toolbar_collapseIcon 4
2385
+ int styleable Toolbar_contentInsetEnd 5
2386
+ int styleable Toolbar_contentInsetEndWithActions 6
2387
+ int styleable Toolbar_contentInsetLeft 7
2388
+ int styleable Toolbar_contentInsetRight 8
2389
+ int styleable Toolbar_contentInsetStart 9
2390
+ int styleable Toolbar_contentInsetStartWithNavigation 10
2391
+ int styleable Toolbar_logo 11
2392
+ int styleable Toolbar_logoDescription 12
2393
+ int styleable Toolbar_maxButtonHeight 13
2394
+ int styleable Toolbar_menu 14
2395
+ int styleable Toolbar_navigationContentDescription 15
2396
+ int styleable Toolbar_navigationIcon 16
2397
+ int styleable Toolbar_popupTheme 17
2398
+ int styleable Toolbar_subtitle 18
2399
+ int styleable Toolbar_subtitleTextAppearance 19
2400
+ int styleable Toolbar_subtitleTextColor 20
2401
+ int styleable Toolbar_title 21
2402
+ int styleable Toolbar_titleMargin 22
2403
+ int styleable Toolbar_titleMarginBottom 23
2404
+ int styleable Toolbar_titleMarginEnd 24
2405
+ int styleable Toolbar_titleMarginStart 25
2406
+ int styleable Toolbar_titleMarginTop 26
2407
+ int styleable Toolbar_titleMargins 27
2408
+ int styleable Toolbar_titleTextAppearance 28
2409
+ int styleable Toolbar_titleTextColor 29
2410
+ int[] styleable View { 0x01010000, 0x010100da, 0x7f0300e7, 0x7f0300e8, 0x7f03013b }
2411
+ int styleable View_android_theme 0
2412
+ int styleable View_android_focusable 1
2413
+ int styleable View_paddingEnd 2
2414
+ int styleable View_paddingStart 3
2415
+ int styleable View_theme 4
2416
+ int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f030041, 0x7f030042 }
2417
+ int styleable ViewBackgroundHelper_android_background 0
2418
+ int styleable ViewBackgroundHelper_backgroundTint 1
2419
+ int styleable ViewBackgroundHelper_backgroundTintMode 2
2420
+ int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
2421
+ int styleable ViewStubCompat_android_id 0
2422
+ int styleable ViewStubCompat_android_layout 1
2423
+ int styleable ViewStubCompat_android_inflatedId 2
2424
+ int xml network_security_config 0x7f120000
2425
+ int xml rn_dev_preferences 0x7f120001