tsrntemp 1.1.3 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1029) hide show
  1. package/README.md +51 -48
  2. package/package.json +33 -33
  3. package/template/.eslintrc.js +1 -1
  4. package/template/.watchmanconfig +1 -1
  5. package/template/App.tsx +5 -8
  6. package/template/Gemfile +5 -2
  7. package/template/README.md +51 -0
  8. package/template/README_zh-CN.md +51 -0
  9. package/template/__tests__/{App-test.tsx → App.test.tsx} +3 -0
  10. package/template/android/app/build.gradle +2 -49
  11. package/template/android/app/src/main/java/com/template/MainActivity.java +3 -4
  12. package/template/android/app/src/main/res/drawable/rn_edit_text_material.xml +1 -1
  13. package/template/android/build.gradle +1 -1
  14. package/template/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  15. package/template/android/gradle/wrapper/gradle-wrapper.properties +2 -1
  16. package/template/android/gradle.properties +1 -1
  17. package/template/android/gradlew +14 -4
  18. package/template/android/gradlew.bat +9 -6
  19. package/template/android/settings.gradle +1 -1
  20. package/template/app.json +1 -1
  21. package/template/babel.config.js +9 -18
  22. package/template/global.d.ts +3 -0
  23. package/template/index.js +2 -3
  24. package/template/ios/Podfile +8 -6
  25. package/template/ios/Podfile.lock +754 -0
  26. package/template/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm +2008 -0
  27. package/template/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h +2448 -0
  28. package/template/ios/build/generated/ios/FBReactNativeSpecJSI-generated.cpp +1523 -0
  29. package/template/ios/build/generated/ios/FBReactNativeSpecJSI.h +5509 -0
  30. package/template/ios/build/generated/ios/React-Codegen.podspec.json +1 -0
  31. package/template/ios/template/AppDelegate.mm +0 -10
  32. package/template/ios/template.xcodeproj/project.pbxproj +19 -2
  33. package/template/ios/template.xcworkspace/contents.xcworkspacedata +10 -0
  34. package/template/jest.config.js +3 -4
  35. package/template/metro.config.js +7 -13
  36. package/template/package.json +53 -49
  37. package/template/src/config/color.ts +415 -415
  38. package/template/src/config/index.ts +2 -0
  39. package/template/src/config/routesConfig.ts +10 -0
  40. package/template/src/pages/Home/index.tsx +25 -18
  41. package/template/src/pages/Login/index.tsx +50 -0
  42. package/template/src/pages/Mine/index.tsx +30 -19
  43. package/template/src/route/BottomTab.tsx +44 -31
  44. package/template/src/route/RouterContainer.tsx +81 -0
  45. package/template/src/serviceType/LoginUserInfo.ts +19 -0
  46. package/template/src/serviceType/index.ts +1 -0
  47. package/template/src/types/index.ts +1 -0
  48. package/template/src/types/routes.ts +61 -0
  49. package/template/src/utils/index.ts +2 -0
  50. package/template/src/utils/request.ts +28 -29
  51. package/template/src/utils/storage.ts +3 -69
  52. package/template/tsconfig.json +5 -70
  53. package/template/yarn.lock +7173 -7346
  54. package/template.config.js +3 -3
  55. package/template/.editorconfig +0 -16
  56. package/template/.node-version +0 -1
  57. package/template/.ruby-version +0 -1
  58. package/template/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml +0 -11
  59. package/template/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java +0 -73
  60. package/template/android/app/build/generated/source/buildConfig/debug/com/template/BuildConfig.java +0 -16
  61. package/template/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +0 -1
  62. package/template/android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt +0 -2
  63. package/template/android/app/build/intermediates/app_metadata/debug/app-metadata.properties +0 -2
  64. package/template/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json +0 -10
  65. package/template/android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar +0 -0
  66. package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin +0 -0
  67. package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin +0 -0
  68. package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin +0 -0
  69. package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin +0 -0
  70. package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_005bf11066d5bb4c531255a85c0bffe9272f1b602d38ade441e0ec09dfb504c7_bucket_0/graph.bin +0 -0
  71. package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_005bf11066d5bb4c531255a85c0bffe9272f1b602d38ade441e0ec09dfb504c7_bucket_1/graph.bin +0 -0
  72. package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_005bf11066d5bb4c531255a85c0bffe9272f1b602d38ade441e0ec09dfb504c7_bucket_2/graph.bin +0 -0
  73. package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_005bf11066d5bb4c531255a85c0bffe9272f1b602d38ade441e0ec09dfb504c7_bucket_3/graph.bin +0 -0
  74. package/template/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +0 -0
  75. package/template/android/app/build/intermediates/dex/debug/mergeLibDexDebug/0/classes.dex +0 -0
  76. package/template/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +0 -0
  77. package/template/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex +0 -0
  78. package/template/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex +0 -0
  79. package/template/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out +0 -0
  80. package/template/android/app/build/intermediates/dex_number_of_buckets_file/debug/out +0 -1
  81. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties +0 -12
  82. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml +0 -7117
  83. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml +0 -32
  84. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml +0 -32
  85. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml +0 -32
  86. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml +0 -32
  87. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml +0 -32
  88. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +0 -32
  89. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml +0 -32
  90. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml +0 -32
  91. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml +0 -32
  92. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml +0 -32
  93. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml +0 -32
  94. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml +0 -32
  95. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml +0 -32
  96. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml +0 -32
  97. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml +0 -32
  98. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +0 -32
  99. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +0 -32
  100. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +0 -32
  101. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +0 -32
  102. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +0 -32
  103. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml +0 -32
  104. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +0 -32
  105. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml +0 -32
  106. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml +0 -32
  107. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml +0 -32
  108. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml +0 -32
  109. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml +0 -32
  110. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +0 -32
  111. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml +0 -32
  112. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml +0 -32
  113. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml +0 -12
  114. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml +0 -12
  115. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +0 -4
  116. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +0 -8
  117. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml +0 -32
  118. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml +0 -32
  119. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml +0 -32
  120. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml +0 -32
  121. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml +0 -32
  122. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml +0 -32
  123. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml +0 -32
  124. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml +0 -32
  125. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml +0 -32
  126. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml +0 -32
  127. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml +0 -32
  128. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml +0 -32
  129. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml +0 -32
  130. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml +0 -32
  131. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml +0 -32
  132. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml +0 -39
  133. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +0 -14
  134. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +0 -4
  135. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml +0 -32
  136. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml +0 -32
  137. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml +0 -32
  138. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml +0 -32
  139. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml +0 -32
  140. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml +0 -32
  141. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml +0 -32
  142. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml +0 -32
  143. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml +0 -32
  144. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml +0 -32
  145. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml +0 -32
  146. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml +0 -34
  147. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml +0 -32
  148. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml +0 -32
  149. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml +0 -32
  150. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml +0 -32
  151. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml +0 -4
  152. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml +0 -32
  153. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml +0 -32
  154. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +0 -32
  155. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml +0 -32
  156. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml +0 -32
  157. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml +0 -32
  158. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml +0 -32
  159. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml +0 -32
  160. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml +0 -7
  161. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml +0 -32
  162. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml +0 -32
  163. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml +0 -32
  164. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml +0 -32
  165. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +0 -27
  166. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml +0 -32
  167. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml +0 -32
  168. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml +0 -32
  169. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml +0 -32
  170. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml +0 -32
  171. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml +0 -32
  172. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml +0 -32
  173. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml +0 -32
  174. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml +0 -8
  175. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml +0 -62
  176. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml +0 -4
  177. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml +0 -364
  178. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml +0 -15
  179. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml +0 -62
  180. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml +0 -5
  181. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml +0 -9
  182. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml +0 -18
  183. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml +0 -21
  184. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml +0 -32
  185. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml +0 -11
  186. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml +0 -11
  187. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml +0 -12
  188. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml +0 -15
  189. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +0 -9
  190. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +0 -32
  191. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +0 -32
  192. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +0 -32
  193. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml +0 -32
  194. package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml +0 -8309
  195. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  196. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+YyM3jecisHzlBbNeOwVvTm15Dg= +0 -0
  197. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0GseZtXHCVfD8Xqv_0IMfwE+jmM= +0 -0
  198. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0UM9GfsLlzInTYm0yrOwUwyHTTc= +0 -0
  199. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2mZ99Z7VxNYKMACeFx99n+2yrjI= +0 -0
  200. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/43khoneyyTninN_2dl3rfyhSnz4= +0 -0
  201. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4T9sLg9f219sHgAdLqJHH6ncTSM= +0 -0
  202. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5nI5KwPGUXYy6gtGnklCJXgW+3Y= +0 -0
  203. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/60FMyyutNar5Y6JoD3LEiz79BCg= +0 -0
  204. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7BoRPjABxaieeaxuQrt_QNleWoA= +0 -0
  205. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7OhRsGhNQUANolbspGhRO5B7+jQ= +0 -0
  206. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7l90lwESEs61vTv6UK1W+FTnnCM= +0 -0
  207. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8HckAMa3FtHv8Qtai1RAJH_BegQ= +0 -0
  208. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8bvy588yoIdRxQAK3kmp9UrgIyw= +0 -0
  209. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8uLkxauGPJuQtlsoKXakysuyZaM= +0 -0
  210. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9OMQOia75HspmcL2pLv5cv8uXlE= +0 -0
  211. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AbEhpeZ24OfqVaXwo0PvMa8eubc= +0 -0
  212. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D0mV2LDMJpwdHW0WJyp1Gr32bKc= +0 -0
  213. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F9db5z8xshu6fEF5TR73_nqAYnI= +0 -0
  214. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FkV1Wf6azVtTTRjUfdjPquAJVOM= +0 -0
  215. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ISOw4r2tCPPauAqnBvfDpVac0VA= +0 -0
  216. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Im0LHx6KYJuU2pJdOPcHE6Tv6v0= +0 -0
  217. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JZ8wnIf7s21DmcnmAvKNwpP3ZKk= +0 -0
  218. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JzsEdBdupkPeHoXbW2HuyW65M+g= +0 -0
  219. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KEWpAkmUEvUnSH8jQXgi_KKPIBw= +0 -0
  220. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/L3EVKs7Ig5_KN_kZDe4_rqpi+rc= +0 -0
  221. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LcgFT2AG2rlYn0hRm+8O7E_LN38= +0 -0
  222. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MWmSVHhjMf8LrKRK_S0hjj7VpT8= +0 -0
  223. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N+W4WkZES2aYnpstbHTESkOoQLI= +0 -0
  224. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NL2aM7TJLJROSFsTej8GerFixkw= +0 -0
  225. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NMvIagPm9569b9l3ttVQnMb83As= +0 -0
  226. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Q9CJg3ONqkcC7L_ko1kmK2RjQ84= +0 -0
  227. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QQygO1m4_19YcW91BfZqd7U0Xz8= +0 -0
  228. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QqBMkLpM5C5S+wM47oyJtxpgZgU= +0 -0
  229. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/R5v52jFTWRSfnUB82NIYKpSHKjA= +0 -0
  230. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RI9wugMibypaG4mA0JvIViG_jh4= +0 -0
  231. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Rp098wKfRnPHqyB76UoZoHFfW1Y= +0 -0
  232. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UEOOzXtMQ1AJIKyMc29_MuqaLy0= +0 -0
  233. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UObk7cvbmAkwPYn3WKZOwUW3pIs= +0 -0
  234. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UYwLWaBxREaWEwcEcHRhQoYI57M= +0 -0
  235. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VL2L4VAGyc+rojwVYoZPaUHtxT0= +0 -0
  236. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VSKPK++pvJimsw97SbJzFvLmtk8= +0 -0
  237. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Vg3sm8ITzREKUT35XRHJ5qrNhIE= +0 -0
  238. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/W1P9Znbffi2KphTbdcKRsJXvQsY= +0 -0
  239. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WV_5uXMXna9tsLZi7eW6NBeIvmw= +0 -0
  240. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WieKANzqDEm9iWDIXUsvmcvNheo= +0 -0
  241. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YT0YnLn5lINV3uN4+zBw1JxAD8c= +0 -0
  242. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zbl8ADc3lcC0pMZNKJcp7erYp7Q= +0 -0
  243. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zu+hxfnijmNHGaxNhjfvpi3vyb8= +0 -0
  244. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/adFhMRAW9dfvjfLEMPR++osCxuo= +0 -0
  245. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bXPhMTEtgbIpn0kakBP2755d+pU= +0 -0
  246. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/buYYGOHxFD4SRB_uPfZ46VsxOTU= +0 -0
  247. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bvzSUJ2rm5QDtomGuOObSOAFHHc= +0 -0
  248. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c6uNKUPAbT55MFNkdh6LpCKAW88= +0 -0
  249. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eUqCDisAUuy0nx7BM1vyE3hXyO4= +0 -0
  250. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/efxzfG2bfVK_RwM8_dURj6L7j5Y= +0 -0
  251. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/erPI8DGNdzdr6bRrW0NYSQ2CWog= +0 -0
  252. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gFsmikbu33eovehkot9DPrdYPrY= +0 -0
  253. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gIQP9VZYzTu3m1eyFsLanVyUSUs= +0 -0
  254. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gSxVFB+jQaHguoJPyBsGPm0MbzQ= +0 -0
  255. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h2YdIICpdHBcMgJT_C0g4QEttrE= +0 -0
  256. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h3b78_gxarYTnWNaI4RWXCZAIdE= +0 -0
  257. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hguvwXhFLhJ8WTT4aCqLJK4ybfA= +0 -0
  258. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/irEFSDCYciV7uq8IMxRu6fkwwQs= +0 -0
  259. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jZesaajp_ixsVikVSFc_ktL8w+I= +0 -0
  260. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kAgigQTg0y6GRNn2Jlk428FOKN4= +0 -0
  261. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kmmMnKTzqR440J8xFk4XiLfQH1Q= +0 -0
  262. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kqLjess4WB75s55dVPVkDXGJJUI= +0 -0
  263. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ljuazvTuOPfA6pbqhNuUGRzGg8M= +0 -0
  264. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/o718Fi0flW7aKA9yACQ+1TqJqso= +0 -0
  265. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pK3ZrAlmzn1G6f7bAUUy6aMe9z0= +0 -0
  266. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pwKoBxAsjveM4LpBkaXqaJ_+m0A= +0 -0
  267. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q9wdFndfyTCu5jZPrdTKs8O9kYc= +0 -0
  268. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qBh4vFUDuJiVh3kxcWFtlxbY4us= +0 -0
  269. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qMeiVk7ZEt2flVCZ0sPpdNB9n7w= +0 -0
  270. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qPl5wl48g8+OFYnjxy1h3HL8yDs= +0 -0
  271. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rF_WlUYgo1iz2JSjLE9TuDoGIYA= +0 -0
  272. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rlmsB3EHP2mS+qSuPB_eTDy8O_E= +0 -0
  273. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sDsamSL+7hJSjWcRvMOm_wI_RGM= +0 -0
  274. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/svI42RpksM1iG9aGJ7iYCe3a94U= +0 -0
  275. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tTVYfaoO2J1xtHexEWIMQgrX4HQ= +0 -0
  276. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uUggFAVCrsVPQYjCQacoBrLhlng= +0 -0
  277. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uZDT094Op2bIanMmirmiQB6rb7g= +0 -0
  278. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vCi_cRw6vXX2cw8tMF6_xU80Wz8= +0 -0
  279. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vF5grkZQQJQhgiuf0DyQNGrJbZM= +0 -0
  280. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vK_tj6yy7HEZLE1s3CKyJFMEPTI= +0 -0
  281. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w_sG+Zg4lM1Bsxp+tmixtzPPBQw= +0 -0
  282. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xVpEh5V51XTC4UOi74xCX1eKKuw= +0 -0
  283. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/y5vP1ExlGe8RPuR4uXTfcjn75Y4= +0 -0
  284. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yCgHl7JN81S+PQFOiGUKlAGwkW4= +0 -0
  285. package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yPmW2rJzZtJvNY7TgTIVyNvfrkc= +0 -0
  286. package/template/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
  287. package/template/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  288. package/template/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
  289. package/template/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +0 -16
  290. package/template/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources +0 -0
  291. package/template/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 +0 -0
  292. package/template/android/app/build/intermediates/javac/debug/classes/com/facebook/react/PackageList.class +0 -0
  293. package/template/android/app/build/intermediates/javac/debug/classes/com/template/BuildConfig.class +0 -0
  294. package/template/android/app/build/intermediates/javac/debug/classes/com/template/MainActivity.class +0 -0
  295. package/template/android/app/build/intermediates/javac/debug/classes/com/template/MainApplication$1.class +0 -0
  296. package/template/android/app/build/intermediates/javac/debug/classes/com/template/MainApplication.class +0 -0
  297. package/template/android/app/build/intermediates/javac/debug/classes/com/template/ReactNativeFlipper$1.class +0 -0
  298. package/template/android/app/build/intermediates/javac/debug/classes/com/template/ReactNativeFlipper$2$1.class +0 -0
  299. package/template/android/app/build/intermediates/javac/debug/classes/com/template/ReactNativeFlipper$2.class +0 -0
  300. package/template/android/app/build/intermediates/javac/debug/classes/com/template/ReactNativeFlipper.class +0 -0
  301. package/template/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +0 -95
  302. package/template/android/app/build/intermediates/merged_java_res/debug/base.jar +0 -0
  303. package/template/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml +0 -55
  304. package/template/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml +0 -55
  305. package/template/android/app/build/intermediates/merged_manifests/debug/output-metadata.json +0 -20
  306. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
  307. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libcxxcomponents.so +0 -0
  308. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
  309. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
  310. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
  311. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
  312. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
  313. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
  314. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
  315. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
  316. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
  317. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
  318. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libhermes.so +0 -0
  319. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libhermes_executor.so +0 -0
  320. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so +0 -0
  321. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
  322. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
  323. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
  324. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
  325. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
  326. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
  327. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so +0 -0
  328. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
  329. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
  330. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
  331. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
  332. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_newarchdefaults.so +0 -0
  333. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
  334. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
  335. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
  336. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
  337. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
  338. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
  339. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
  340. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
  341. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
  342. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
  343. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
  344. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
  345. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
  346. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
  347. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
  348. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
  349. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
  350. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
  351. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
  352. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
  353. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
  354. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
  355. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
  356. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
  357. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
  358. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
  359. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
  360. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
  361. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
  362. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
  363. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
  364. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libcxxcomponents.so +0 -0
  365. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
  366. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
  367. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
  368. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
  369. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
  370. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
  371. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
  372. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
  373. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
  374. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
  375. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libhermes.so +0 -0
  376. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libhermes_executor.so +0 -0
  377. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
  378. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
  379. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
  380. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
  381. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
  382. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
  383. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
  384. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so +0 -0
  385. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
  386. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
  387. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
  388. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
  389. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_newarchdefaults.so +0 -0
  390. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
  391. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
  392. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
  393. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
  394. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
  395. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
  396. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
  397. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
  398. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
  399. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
  400. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
  401. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
  402. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
  403. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
  404. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
  405. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
  406. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
  407. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
  408. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
  409. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
  410. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
  411. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
  412. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
  413. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
  414. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
  415. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
  416. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
  417. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
  418. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
  419. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
  420. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
  421. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libcxxcomponents.so +0 -0
  422. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
  423. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
  424. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
  425. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
  426. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so +0 -0
  427. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
  428. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so +0 -0
  429. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
  430. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so +0 -0
  431. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
  432. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libhermes.so +0 -0
  433. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libhermes_executor.so +0 -0
  434. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so +0 -0
  435. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so +0 -0
  436. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
  437. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
  438. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so +0 -0
  439. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
  440. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
  441. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so +0 -0
  442. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
  443. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
  444. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
  445. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
  446. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_newarchdefaults.so +0 -0
  447. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
  448. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
  449. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
  450. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
  451. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
  452. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
  453. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
  454. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
  455. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
  456. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
  457. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
  458. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
  459. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
  460. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
  461. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
  462. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
  463. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
  464. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
  465. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
  466. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
  467. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
  468. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
  469. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
  470. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
  471. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
  472. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
  473. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
  474. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
  475. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
  476. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so +0 -0
  477. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
  478. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libcxxcomponents.so +0 -0
  479. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
  480. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
  481. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
  482. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
  483. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
  484. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
  485. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
  486. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
  487. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
  488. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
  489. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libhermes.so +0 -0
  490. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libhermes_executor.so +0 -0
  491. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so +0 -0
  492. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
  493. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
  494. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
  495. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
  496. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
  497. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
  498. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so +0 -0
  499. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
  500. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
  501. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
  502. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
  503. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_newarchdefaults.so +0 -0
  504. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
  505. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
  506. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
  507. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
  508. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
  509. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
  510. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
  511. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
  512. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
  513. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
  514. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
  515. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
  516. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
  517. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
  518. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
  519. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
  520. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
  521. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
  522. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
  523. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
  524. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
  525. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
  526. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
  527. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
  528. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
  529. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
  530. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
  531. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
  532. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
  533. package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
  534. package/template/android/app/build/intermediates/merged_res/debug/drawable_rn_edit_text_material.xml.flat +0 -0
  535. package/template/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.png.flat +0 -0
  536. package/template/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.png.flat +0 -0
  537. package/template/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.png.flat +0 -0
  538. package/template/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.png.flat +0 -0
  539. package/template/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.png.flat +0 -0
  540. package/template/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.png.flat +0 -0
  541. package/template/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.png.flat +0 -0
  542. package/template/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.png.flat +0 -0
  543. package/template/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.png.flat +0 -0
  544. package/template/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat +0 -0
  545. package/template/android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat +0 -0
  546. package/template/android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat +0 -0
  547. package/template/android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat +0 -0
  548. package/template/android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat +0 -0
  549. package/template/android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat +0 -0
  550. package/template/android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
  551. package/template/android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat +0 -0
  552. package/template/android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat +0 -0
  553. package/template/android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat +0 -0
  554. package/template/android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat +0 -0
  555. package/template/android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat +0 -0
  556. package/template/android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat +0 -0
  557. package/template/android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat +0 -0
  558. package/template/android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat +0 -0
  559. package/template/android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat +0 -0
  560. package/template/android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat +0 -0
  561. package/template/android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat +0 -0
  562. package/template/android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat +0 -0
  563. package/template/android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat +0 -0
  564. package/template/android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat +0 -0
  565. package/template/android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat +0 -0
  566. package/template/android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat +0 -0
  567. package/template/android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat +0 -0
  568. package/template/android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat +0 -0
  569. package/template/android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat +0 -0
  570. package/template/android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat +0 -0
  571. package/template/android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
  572. package/template/android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat +0 -0
  573. package/template/android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat +0 -0
  574. package/template/android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat +0 -0
  575. package/template/android/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat +0 -0
  576. package/template/android/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat +0 -0
  577. package/template/android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
  578. package/template/android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
  579. package/template/android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat +0 -0
  580. package/template/android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat +0 -0
  581. package/template/android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat +0 -0
  582. package/template/android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat +0 -0
  583. package/template/android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat +0 -0
  584. package/template/android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat +0 -0
  585. package/template/android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat +0 -0
  586. package/template/android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat +0 -0
  587. package/template/android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat +0 -0
  588. package/template/android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat +0 -0
  589. package/template/android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat +0 -0
  590. package/template/android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat +0 -0
  591. package/template/android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat +0 -0
  592. package/template/android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat +0 -0
  593. package/template/android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat +0 -0
  594. package/template/android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat +0 -0
  595. package/template/android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat +0 -0
  596. package/template/android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
  597. package/template/android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat +0 -0
  598. package/template/android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat +0 -0
  599. package/template/android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat +0 -0
  600. package/template/android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat +0 -0
  601. package/template/android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat +0 -0
  602. package/template/android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat +0 -0
  603. package/template/android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat +0 -0
  604. package/template/android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat +0 -0
  605. package/template/android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat +0 -0
  606. package/template/android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat +0 -0
  607. package/template/android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat +0 -0
  608. package/template/android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat +0 -0
  609. package/template/android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat +0 -0
  610. package/template/android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat +0 -0
  611. package/template/android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat +0 -0
  612. package/template/android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat +0 -0
  613. package/template/android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat +0 -0
  614. package/template/android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
  615. package/template/android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
  616. package/template/android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat +0 -0
  617. package/template/android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat +0 -0
  618. package/template/android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat +0 -0
  619. package/template/android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat +0 -0
  620. package/template/android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat +0 -0
  621. package/template/android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat +0 -0
  622. package/template/android/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat +0 -0
  623. package/template/android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat +0 -0
  624. package/template/android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat +0 -0
  625. package/template/android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat +0 -0
  626. package/template/android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
  627. package/template/android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat +0 -0
  628. package/template/android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat +0 -0
  629. package/template/android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat +0 -0
  630. package/template/android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat +0 -0
  631. package/template/android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat +0 -0
  632. package/template/android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat +0 -0
  633. package/template/android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat +0 -0
  634. package/template/android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat +0 -0
  635. package/template/android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat +0 -0
  636. package/template/android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat +0 -0
  637. package/template/android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat +0 -0
  638. package/template/android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat +0 -0
  639. package/template/android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat +0 -0
  640. package/template/android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat +0 -0
  641. package/template/android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat +0 -0
  642. package/template/android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat +0 -0
  643. package/template/android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat +0 -0
  644. package/template/android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat +0 -0
  645. package/template/android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat +0 -0
  646. package/template/android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat +0 -0
  647. package/template/android/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat +0 -0
  648. package/template/android/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat +0 -0
  649. package/template/android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat +0 -0
  650. package/template/android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat +0 -0
  651. package/template/android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
  652. package/template/android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
  653. package/template/android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
  654. package/template/android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
  655. package/template/android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat +0 -0
  656. package/template/android/app/build/intermediates/merged_res/debug/values_values.arsc.flat +0 -0
  657. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json +0 -3736
  658. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json +0 -36
  659. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json +0 -36
  660. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json +0 -36
  661. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json +0 -36
  662. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json +0 -36
  663. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json +0 -36
  664. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json +0 -36
  665. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json +0 -36
  666. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json +0 -36
  667. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json +0 -36
  668. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json +0 -36
  669. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json +0 -36
  670. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json +0 -36
  671. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json +0 -36
  672. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json +0 -36
  673. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json +0 -36
  674. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json +0 -36
  675. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json +0 -36
  676. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json +0 -36
  677. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json +0 -36
  678. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json +0 -36
  679. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json +0 -36
  680. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json +0 -36
  681. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json +0 -36
  682. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json +0 -36
  683. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json +0 -36
  684. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json +0 -36
  685. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json +0 -36
  686. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json +0 -36
  687. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json +0 -36
  688. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json +0 -19
  689. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json +0 -19
  690. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json +0 -19
  691. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json +0 -20
  692. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json +0 -36
  693. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json +0 -36
  694. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json +0 -36
  695. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json +0 -36
  696. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json +0 -36
  697. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json +0 -36
  698. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json +0 -36
  699. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json +0 -36
  700. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json +0 -36
  701. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json +0 -36
  702. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json +0 -36
  703. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json +0 -36
  704. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json +0 -36
  705. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json +0 -36
  706. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json +0 -36
  707. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json +0 -38
  708. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json +0 -36
  709. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json +0 -19
  710. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json +0 -36
  711. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json +0 -36
  712. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json +0 -36
  713. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json +0 -36
  714. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json +0 -36
  715. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json +0 -36
  716. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json +0 -36
  717. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json +0 -36
  718. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json +0 -36
  719. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json +0 -36
  720. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json +0 -36
  721. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json +0 -43
  722. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json +0 -36
  723. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json +0 -36
  724. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json +0 -36
  725. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json +0 -36
  726. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json +0 -19
  727. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json +0 -36
  728. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json +0 -36
  729. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json +0 -36
  730. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json +0 -36
  731. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json +0 -36
  732. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json +0 -36
  733. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json +0 -36
  734. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json +0 -36
  735. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json +0 -19
  736. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json +0 -36
  737. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json +0 -36
  738. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json +0 -36
  739. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json +0 -36
  740. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json +0 -38
  741. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json +0 -36
  742. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json +0 -36
  743. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json +0 -36
  744. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json +0 -36
  745. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json +0 -36
  746. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json +0 -36
  747. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json +0 -36
  748. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json +0 -36
  749. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json +0 -38
  750. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json +0 -20
  751. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json +0 -19
  752. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json +0 -66
  753. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json +0 -28
  754. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json +0 -66
  755. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json +0 -19
  756. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json +0 -20
  757. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json +0 -28
  758. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json +0 -38
  759. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json +0 -36
  760. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json +0 -19
  761. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json +0 -19
  762. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json +0 -20
  763. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json +0 -20
  764. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json +0 -19
  765. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json +0 -36
  766. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json +0 -36
  767. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json +0 -36
  768. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json +0 -36
  769. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json +0 -392
  770. package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json +0 -46
  771. package/template/android/app/build/intermediates/navigation_json/debug/navigation.json +0 -1
  772. package/template/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml +0 -55
  773. package/template/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json +0 -20
  774. package/template/android/app/build/intermediates/processed_res/debug/out/output-metadata.json +0 -20
  775. package/template/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ +0 -0
  776. package/template/android/app/build/intermediates/project_dex_archive/debug/out/9c2e7de867ad53124b551f1c8edbcd77895b9c26f4bb4a94997699983d9cd6a2_0.jar +0 -0
  777. package/template/android/app/build/intermediates/project_dex_archive/debug/out/9c2e7de867ad53124b551f1c8edbcd77895b9c26f4bb4a94997699983d9cd6a2_1.jar +0 -0
  778. package/template/android/app/build/intermediates/project_dex_archive/debug/out/9c2e7de867ad53124b551f1c8edbcd77895b9c26f4bb4a94997699983d9cd6a2_2.jar +0 -0
  779. package/template/android/app/build/intermediates/project_dex_archive/debug/out/9c2e7de867ad53124b551f1c8edbcd77895b9c26f4bb4a94997699983d9cd6a2_3.jar +0 -0
  780. package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex +0 -0
  781. package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/BuildConfig.dex +0 -0
  782. package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/MainActivity.dex +0 -0
  783. package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/MainApplication$1.dex +0 -0
  784. package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/MainApplication.dex +0 -0
  785. package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/ReactNativeFlipper$1.dex +0 -0
  786. package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/ReactNativeFlipper$2$1.dex +0 -0
  787. package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/ReactNativeFlipper$2.dex +0 -0
  788. package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/ReactNativeFlipper.dex +0 -0
  789. package/template/android/app/build/intermediates/runtime_symbol_list/debug/R.txt +0 -3687
  790. package/template/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json +0 -1
  791. package/template/android/app/build/intermediates/source_set_path_map/debug/file-map.txt +0 -36
  792. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
  793. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libcxxcomponents.so +0 -0
  794. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
  795. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
  796. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
  797. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
  798. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
  799. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
  800. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
  801. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
  802. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
  803. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
  804. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libhermes.so +0 -0
  805. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libhermes_executor.so +0 -0
  806. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so +0 -0
  807. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
  808. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
  809. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
  810. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
  811. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
  812. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
  813. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so +0 -0
  814. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
  815. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
  816. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
  817. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
  818. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_newarchdefaults.so +0 -0
  819. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
  820. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
  821. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
  822. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
  823. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
  824. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
  825. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
  826. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
  827. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
  828. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
  829. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
  830. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
  831. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
  832. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
  833. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
  834. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
  835. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
  836. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
  837. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
  838. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
  839. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
  840. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
  841. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
  842. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
  843. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
  844. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
  845. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
  846. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
  847. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
  848. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
  849. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
  850. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libcxxcomponents.so +0 -0
  851. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
  852. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
  853. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
  854. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
  855. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
  856. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
  857. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
  858. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
  859. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
  860. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
  861. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libhermes.so +0 -0
  862. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libhermes_executor.so +0 -0
  863. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
  864. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
  865. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
  866. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
  867. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
  868. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
  869. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
  870. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so +0 -0
  871. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
  872. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
  873. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
  874. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
  875. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_newarchdefaults.so +0 -0
  876. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
  877. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
  878. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
  879. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
  880. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
  881. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
  882. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
  883. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
  884. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
  885. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
  886. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
  887. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
  888. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
  889. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
  890. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
  891. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
  892. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
  893. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
  894. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
  895. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
  896. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
  897. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
  898. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
  899. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
  900. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
  901. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
  902. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
  903. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
  904. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
  905. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
  906. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
  907. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libcxxcomponents.so +0 -0
  908. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
  909. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
  910. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
  911. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
  912. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so +0 -0
  913. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
  914. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so +0 -0
  915. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
  916. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so +0 -0
  917. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
  918. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libhermes.so +0 -0
  919. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libhermes_executor.so +0 -0
  920. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so +0 -0
  921. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so +0 -0
  922. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
  923. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
  924. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so +0 -0
  925. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
  926. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
  927. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so +0 -0
  928. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
  929. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
  930. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
  931. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
  932. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_newarchdefaults.so +0 -0
  933. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
  934. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
  935. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
  936. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
  937. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
  938. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
  939. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
  940. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
  941. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
  942. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
  943. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
  944. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
  945. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
  946. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
  947. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
  948. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
  949. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
  950. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
  951. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
  952. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
  953. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
  954. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
  955. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
  956. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
  957. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
  958. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
  959. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
  960. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
  961. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
  962. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so +0 -0
  963. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
  964. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libcxxcomponents.so +0 -0
  965. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
  966. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
  967. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
  968. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
  969. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
  970. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
  971. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
  972. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
  973. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
  974. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
  975. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libhermes.so +0 -0
  976. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libhermes_executor.so +0 -0
  977. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so +0 -0
  978. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
  979. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
  980. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
  981. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
  982. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
  983. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
  984. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so +0 -0
  985. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
  986. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
  987. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
  988. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
  989. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_newarchdefaults.so +0 -0
  990. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
  991. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
  992. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
  993. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
  994. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
  995. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
  996. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
  997. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
  998. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
  999. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
  1000. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
  1001. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
  1002. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
  1003. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
  1004. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
  1005. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
  1006. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
  1007. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
  1008. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
  1009. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
  1010. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
  1011. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
  1012. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
  1013. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
  1014. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
  1015. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
  1016. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
  1017. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
  1018. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
  1019. package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
  1020. package/template/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +0 -2810
  1021. package/template/android/app/build/outputs/apk/debug/app-debug.apk +0 -0
  1022. package/template/android/app/build/outputs/apk/debug/output-metadata.json +0 -20
  1023. package/template/android/app/build/outputs/logs/manifest-merger-debug-report.txt +0 -352
  1024. package/template/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  1025. package/template/resetDefault.js +0 -22
  1026. package/template/src/config/routeConfig.ts +0 -11
  1027. package/template/src/route/RouteContainer.tsx +0 -28
  1028. package/template/src/types/RoteConfig.ts +0 -9
  1029. package/template/src/types/RouteParamList.ts +0 -9
@@ -1,2810 +0,0 @@
1
- com.template
2
- anim abc_fade_in
3
- anim abc_fade_out
4
- anim abc_grow_fade_in_from_bottom
5
- anim abc_popup_enter
6
- anim abc_popup_exit
7
- anim abc_shrink_fade_out_from_bottom
8
- anim abc_slide_in_bottom
9
- anim abc_slide_in_top
10
- anim abc_slide_out_bottom
11
- anim abc_slide_out_top
12
- anim abc_tooltip_enter
13
- anim abc_tooltip_exit
14
- anim btn_checkbox_to_checked_box_inner_merged_animation
15
- anim btn_checkbox_to_checked_box_outer_merged_animation
16
- anim btn_checkbox_to_checked_icon_null_animation
17
- anim btn_checkbox_to_unchecked_box_inner_merged_animation
18
- anim btn_checkbox_to_unchecked_check_path_merged_animation
19
- anim btn_checkbox_to_unchecked_icon_null_animation
20
- anim btn_radio_to_off_mtrl_dot_group_animation
21
- anim btn_radio_to_off_mtrl_ring_outer_animation
22
- anim btn_radio_to_off_mtrl_ring_outer_path_animation
23
- anim btn_radio_to_on_mtrl_dot_group_animation
24
- anim btn_radio_to_on_mtrl_ring_outer_animation
25
- anim btn_radio_to_on_mtrl_ring_outer_path_animation
26
- anim catalyst_fade_in
27
- anim catalyst_fade_out
28
- anim catalyst_push_up_in
29
- anim catalyst_push_up_out
30
- anim catalyst_slide_down
31
- anim catalyst_slide_up
32
- anim design_bottom_sheet_slide_in
33
- anim design_bottom_sheet_slide_out
34
- anim design_snackbar_in
35
- anim design_snackbar_out
36
- anim fragment_fast_out_extra_slow_in
37
- anim mtrl_bottom_sheet_slide_in
38
- anim mtrl_bottom_sheet_slide_out
39
- anim mtrl_card_lowers_interpolator
40
- anim rns_default_enter_in
41
- anim rns_default_enter_out
42
- anim rns_default_exit_in
43
- anim rns_default_exit_out
44
- anim rns_fade_from_bottom
45
- anim rns_fade_in
46
- anim rns_fade_out
47
- anim rns_fade_to_bottom
48
- anim rns_no_animation_20
49
- anim rns_no_animation_250
50
- anim rns_no_animation_350
51
- anim rns_no_animation_medium
52
- anim rns_slide_in_from_bottom
53
- anim rns_slide_in_from_left
54
- anim rns_slide_in_from_right
55
- anim rns_slide_out_to_bottom
56
- anim rns_slide_out_to_left
57
- anim rns_slide_out_to_right
58
- animator design_appbar_state_list_animator
59
- animator design_fab_hide_motion_spec
60
- animator design_fab_show_motion_spec
61
- animator fragment_close_enter
62
- animator fragment_close_exit
63
- animator fragment_fade_enter
64
- animator fragment_fade_exit
65
- animator fragment_open_enter
66
- animator fragment_open_exit
67
- animator mtrl_btn_state_list_anim
68
- animator mtrl_btn_unelevated_state_list_anim
69
- animator mtrl_card_state_list_anim
70
- animator mtrl_chip_state_list_anim
71
- animator mtrl_extended_fab_change_size_motion_spec
72
- animator mtrl_extended_fab_hide_motion_spec
73
- animator mtrl_extended_fab_show_motion_spec
74
- animator mtrl_extended_fab_state_list_animator
75
- animator mtrl_fab_hide_motion_spec
76
- animator mtrl_fab_show_motion_spec
77
- animator mtrl_fab_transformation_sheet_collapse_spec
78
- animator mtrl_fab_transformation_sheet_expand_spec
79
- attr actionBarDivider
80
- attr actionBarItemBackground
81
- attr actionBarPopupTheme
82
- attr actionBarSize
83
- attr actionBarSplitStyle
84
- attr actionBarStyle
85
- attr actionBarTabBarStyle
86
- attr actionBarTabStyle
87
- attr actionBarTabTextStyle
88
- attr actionBarTheme
89
- attr actionBarWidgetTheme
90
- attr actionButtonStyle
91
- attr actionDropDownStyle
92
- attr actionLayout
93
- attr actionMenuTextAppearance
94
- attr actionMenuTextColor
95
- attr actionModeBackground
96
- attr actionModeCloseButtonStyle
97
- attr actionModeCloseContentDescription
98
- attr actionModeCloseDrawable
99
- attr actionModeCopyDrawable
100
- attr actionModeCutDrawable
101
- attr actionModeFindDrawable
102
- attr actionModePasteDrawable
103
- attr actionModePopupWindowStyle
104
- attr actionModeSelectAllDrawable
105
- attr actionModeShareDrawable
106
- attr actionModeSplitBackground
107
- attr actionModeStyle
108
- attr actionModeTheme
109
- attr actionModeWebSearchDrawable
110
- attr actionOverflowButtonStyle
111
- attr actionOverflowMenuStyle
112
- attr actionProviderClass
113
- attr actionTextColorAlpha
114
- attr actionViewClass
115
- attr activityChooserViewStyle
116
- attr actualImageResource
117
- attr actualImageScaleType
118
- attr actualImageUri
119
- attr alertDialogButtonGroupStyle
120
- attr alertDialogCenterButtons
121
- attr alertDialogStyle
122
- attr alertDialogTheme
123
- attr allowStacking
124
- attr alpha
125
- attr alphabeticModifiers
126
- attr animationMode
127
- attr appBarLayoutStyle
128
- attr arrowHeadLength
129
- attr arrowShaftLength
130
- attr autoCompleteTextViewStyle
131
- attr autoSizeMaxTextSize
132
- attr autoSizeMinTextSize
133
- attr autoSizePresetSizes
134
- attr autoSizeStepGranularity
135
- attr autoSizeTextType
136
- attr autofillInlineSuggestionChip
137
- attr autofillInlineSuggestionEndIconStyle
138
- attr autofillInlineSuggestionStartIconStyle
139
- attr autofillInlineSuggestionSubtitle
140
- attr autofillInlineSuggestionTitle
141
- attr background
142
- attr backgroundColor
143
- attr backgroundImage
144
- attr backgroundInsetBottom
145
- attr backgroundInsetEnd
146
- attr backgroundInsetStart
147
- attr backgroundInsetTop
148
- attr backgroundOverlayColorAlpha
149
- attr backgroundSplit
150
- attr backgroundStacked
151
- attr backgroundTint
152
- attr backgroundTintMode
153
- attr badgeGravity
154
- attr badgeStyle
155
- attr badgeTextColor
156
- attr barLength
157
- attr behavior_autoHide
158
- attr behavior_autoShrink
159
- attr behavior_expandedOffset
160
- attr behavior_fitToContents
161
- attr behavior_halfExpandedRatio
162
- attr behavior_hideable
163
- attr behavior_overlapTop
164
- attr behavior_peekHeight
165
- attr behavior_saveFlags
166
- attr behavior_skipCollapsed
167
- attr borderWidth
168
- attr borderlessButtonStyle
169
- attr bottomAppBarStyle
170
- attr bottomNavigationStyle
171
- attr bottomSheetDialogTheme
172
- attr bottomSheetStyle
173
- attr boxBackgroundColor
174
- attr boxBackgroundMode
175
- attr boxCollapsedPaddingTop
176
- attr boxCornerRadiusBottomEnd
177
- attr boxCornerRadiusBottomStart
178
- attr boxCornerRadiusTopEnd
179
- attr boxCornerRadiusTopStart
180
- attr boxStrokeColor
181
- attr boxStrokeWidth
182
- attr boxStrokeWidthFocused
183
- attr buttonBarButtonStyle
184
- attr buttonBarNegativeButtonStyle
185
- attr buttonBarNeutralButtonStyle
186
- attr buttonBarPositiveButtonStyle
187
- attr buttonBarStyle
188
- attr buttonCompat
189
- attr buttonGravity
190
- attr buttonIconDimen
191
- attr buttonPanelSideLayout
192
- attr buttonStyle
193
- attr buttonStyleSmall
194
- attr buttonTint
195
- attr buttonTintMode
196
- attr cardBackgroundColor
197
- attr cardCornerRadius
198
- attr cardElevation
199
- attr cardForegroundColor
200
- attr cardMaxElevation
201
- attr cardPreventCornerOverlap
202
- attr cardUseCompatPadding
203
- attr cardViewStyle
204
- attr checkMarkCompat
205
- attr checkMarkTint
206
- attr checkMarkTintMode
207
- attr checkboxStyle
208
- attr checkedButton
209
- attr checkedChip
210
- attr checkedIcon
211
- attr checkedIconEnabled
212
- attr checkedIconTint
213
- attr checkedIconVisible
214
- attr checkedTextViewStyle
215
- attr chipBackgroundColor
216
- attr chipCornerRadius
217
- attr chipEndPadding
218
- attr chipGroupStyle
219
- attr chipIcon
220
- attr chipIconEnabled
221
- attr chipIconSize
222
- attr chipIconTint
223
- attr chipIconVisible
224
- attr chipMinHeight
225
- attr chipMinTouchTargetSize
226
- attr chipSpacing
227
- attr chipSpacingHorizontal
228
- attr chipSpacingVertical
229
- attr chipStandaloneStyle
230
- attr chipStartPadding
231
- attr chipStrokeColor
232
- attr chipStrokeWidth
233
- attr chipStyle
234
- attr chipSurfaceColor
235
- attr closeIcon
236
- attr closeIconEnabled
237
- attr closeIconEndPadding
238
- attr closeIconSize
239
- attr closeIconStartPadding
240
- attr closeIconTint
241
- attr closeIconVisible
242
- attr closeItemLayout
243
- attr collapseContentDescription
244
- attr collapseIcon
245
- attr collapsedTitleGravity
246
- attr collapsedTitleTextAppearance
247
- attr color
248
- attr colorAccent
249
- attr colorBackgroundFloating
250
- attr colorButtonNormal
251
- attr colorControlActivated
252
- attr colorControlHighlight
253
- attr colorControlNormal
254
- attr colorError
255
- attr colorOnBackground
256
- attr colorOnError
257
- attr colorOnPrimary
258
- attr colorOnPrimarySurface
259
- attr colorOnSecondary
260
- attr colorOnSurface
261
- attr colorPrimary
262
- attr colorPrimaryDark
263
- attr colorPrimarySurface
264
- attr colorPrimaryVariant
265
- attr colorSecondary
266
- attr colorSecondaryVariant
267
- attr colorSurface
268
- attr colorSwitchThumbNormal
269
- attr commitIcon
270
- attr contentDescription
271
- attr contentInsetEnd
272
- attr contentInsetEndWithActions
273
- attr contentInsetLeft
274
- attr contentInsetRight
275
- attr contentInsetStart
276
- attr contentInsetStartWithNavigation
277
- attr contentPadding
278
- attr contentPaddingBottom
279
- attr contentPaddingLeft
280
- attr contentPaddingRight
281
- attr contentPaddingTop
282
- attr contentScrim
283
- attr controlBackground
284
- attr coordinatorLayoutStyle
285
- attr cornerFamily
286
- attr cornerFamilyBottomLeft
287
- attr cornerFamilyBottomRight
288
- attr cornerFamilyTopLeft
289
- attr cornerFamilyTopRight
290
- attr cornerRadius
291
- attr cornerSize
292
- attr cornerSizeBottomLeft
293
- attr cornerSizeBottomRight
294
- attr cornerSizeTopLeft
295
- attr cornerSizeTopRight
296
- attr counterEnabled
297
- attr counterMaxLength
298
- attr counterOverflowTextAppearance
299
- attr counterOverflowTextColor
300
- attr counterTextAppearance
301
- attr counterTextColor
302
- attr customNavigationLayout
303
- attr dayInvalidStyle
304
- attr daySelectedStyle
305
- attr dayStyle
306
- attr dayTodayStyle
307
- attr defaultQueryHint
308
- attr dialogCornerRadius
309
- attr dialogPreferredPadding
310
- attr dialogTheme
311
- attr displayOptions
312
- attr divider
313
- attr dividerHorizontal
314
- attr dividerPadding
315
- attr dividerVertical
316
- attr drawableBottomCompat
317
- attr drawableEndCompat
318
- attr drawableLeftCompat
319
- attr drawableRightCompat
320
- attr drawableSize
321
- attr drawableStartCompat
322
- attr drawableTint
323
- attr drawableTintMode
324
- attr drawableTopCompat
325
- attr drawerArrowStyle
326
- attr dropDownListViewStyle
327
- attr dropdownListPreferredItemHeight
328
- attr editTextBackground
329
- attr editTextColor
330
- attr editTextStyle
331
- attr elevation
332
- attr elevationOverlayColor
333
- attr elevationOverlayEnabled
334
- attr emojiCompatEnabled
335
- attr endIconCheckable
336
- attr endIconContentDescription
337
- attr endIconDrawable
338
- attr endIconMode
339
- attr endIconTint
340
- attr endIconTintMode
341
- attr enforceMaterialTheme
342
- attr enforceTextAppearance
343
- attr ensureMinTouchTargetSize
344
- attr errorEnabled
345
- attr errorIconDrawable
346
- attr errorIconTint
347
- attr errorIconTintMode
348
- attr errorTextAppearance
349
- attr errorTextColor
350
- attr expandActivityOverflowButtonDrawable
351
- attr expanded
352
- attr expandedTitleGravity
353
- attr expandedTitleMargin
354
- attr expandedTitleMarginBottom
355
- attr expandedTitleMarginEnd
356
- attr expandedTitleMarginStart
357
- attr expandedTitleMarginTop
358
- attr expandedTitleTextAppearance
359
- attr extendMotionSpec
360
- attr extendedFloatingActionButtonStyle
361
- attr fabAlignmentMode
362
- attr fabAnimationMode
363
- attr fabCradleMargin
364
- attr fabCradleRoundedCornerRadius
365
- attr fabCradleVerticalOffset
366
- attr fabCustomSize
367
- attr fabSize
368
- attr fadeDuration
369
- attr failureImage
370
- attr failureImageScaleType
371
- attr fastScrollEnabled
372
- attr fastScrollHorizontalThumbDrawable
373
- attr fastScrollHorizontalTrackDrawable
374
- attr fastScrollVerticalThumbDrawable
375
- attr fastScrollVerticalTrackDrawable
376
- attr firstBaselineToTopHeight
377
- attr floatingActionButtonStyle
378
- attr font
379
- attr fontFamily
380
- attr fontProviderAuthority
381
- attr fontProviderCerts
382
- attr fontProviderFetchStrategy
383
- attr fontProviderFetchTimeout
384
- attr fontProviderPackage
385
- attr fontProviderQuery
386
- attr fontProviderSystemFontFamily
387
- attr fontStyle
388
- attr fontVariationSettings
389
- attr fontWeight
390
- attr foregroundInsidePadding
391
- attr gapBetweenBars
392
- attr goIcon
393
- attr headerLayout
394
- attr height
395
- attr helperText
396
- attr helperTextEnabled
397
- attr helperTextTextAppearance
398
- attr helperTextTextColor
399
- attr hideMotionSpec
400
- attr hideOnContentScroll
401
- attr hideOnScroll
402
- attr hintAnimationEnabled
403
- attr hintEnabled
404
- attr hintTextAppearance
405
- attr hintTextColor
406
- attr homeAsUpIndicator
407
- attr homeLayout
408
- attr hoveredFocusedTranslationZ
409
- attr icon
410
- attr iconEndPadding
411
- attr iconGravity
412
- attr iconPadding
413
- attr iconSize
414
- attr iconStartPadding
415
- attr iconTint
416
- attr iconTintMode
417
- attr iconifiedByDefault
418
- attr imageButtonStyle
419
- attr indeterminateProgressStyle
420
- attr initialActivityCount
421
- attr insetForeground
422
- attr isAutofillInlineSuggestionTheme
423
- attr isLightTheme
424
- attr isMaterialTheme
425
- attr itemBackground
426
- attr itemFillColor
427
- attr itemHorizontalPadding
428
- attr itemHorizontalTranslationEnabled
429
- attr itemIconPadding
430
- attr itemIconSize
431
- attr itemIconTint
432
- attr itemMaxLines
433
- attr itemPadding
434
- attr itemRippleColor
435
- attr itemShapeAppearance
436
- attr itemShapeAppearanceOverlay
437
- attr itemShapeFillColor
438
- attr itemShapeInsetBottom
439
- attr itemShapeInsetEnd
440
- attr itemShapeInsetStart
441
- attr itemShapeInsetTop
442
- attr itemSpacing
443
- attr itemStrokeColor
444
- attr itemStrokeWidth
445
- attr itemTextAppearance
446
- attr itemTextAppearanceActive
447
- attr itemTextAppearanceInactive
448
- attr itemTextColor
449
- attr keylines
450
- attr lStar
451
- attr labelVisibilityMode
452
- attr lastBaselineToBottomHeight
453
- attr layout
454
- attr layoutManager
455
- attr layout_anchor
456
- attr layout_anchorGravity
457
- attr layout_behavior
458
- attr layout_collapseMode
459
- attr layout_collapseParallaxMultiplier
460
- attr layout_dodgeInsetEdges
461
- attr layout_insetEdge
462
- attr layout_keyline
463
- attr layout_scrollFlags
464
- attr layout_scrollInterpolator
465
- attr liftOnScroll
466
- attr liftOnScrollTargetViewId
467
- attr lineHeight
468
- attr lineSpacing
469
- attr listChoiceBackgroundIndicator
470
- attr listChoiceIndicatorMultipleAnimated
471
- attr listChoiceIndicatorSingleAnimated
472
- attr listDividerAlertDialog
473
- attr listItemLayout
474
- attr listLayout
475
- attr listMenuViewStyle
476
- attr listPopupWindowStyle
477
- attr listPreferredItemHeight
478
- attr listPreferredItemHeightLarge
479
- attr listPreferredItemHeightSmall
480
- attr listPreferredItemPaddingEnd
481
- attr listPreferredItemPaddingLeft
482
- attr listPreferredItemPaddingRight
483
- attr listPreferredItemPaddingStart
484
- attr logo
485
- attr logoDescription
486
- attr materialAlertDialogBodyTextStyle
487
- attr materialAlertDialogTheme
488
- attr materialAlertDialogTitleIconStyle
489
- attr materialAlertDialogTitlePanelStyle
490
- attr materialAlertDialogTitleTextStyle
491
- attr materialButtonOutlinedStyle
492
- attr materialButtonStyle
493
- attr materialButtonToggleGroupStyle
494
- attr materialCalendarDay
495
- attr materialCalendarFullscreenTheme
496
- attr materialCalendarHeaderConfirmButton
497
- attr materialCalendarHeaderDivider
498
- attr materialCalendarHeaderLayout
499
- attr materialCalendarHeaderSelection
500
- attr materialCalendarHeaderTitle
501
- attr materialCalendarHeaderToggleButton
502
- attr materialCalendarStyle
503
- attr materialCalendarTheme
504
- attr materialCardViewStyle
505
- attr materialThemeOverlay
506
- attr maxActionInlineWidth
507
- attr maxButtonHeight
508
- attr maxCharacterCount
509
- attr maxImageSize
510
- attr measureWithLargestChild
511
- attr menu
512
- attr minTouchTargetSize
513
- attr multiChoiceItemLayout
514
- attr navigationContentDescription
515
- attr navigationIcon
516
- attr navigationMode
517
- attr navigationViewStyle
518
- attr nestedScrollViewStyle
519
- attr number
520
- attr numericModifiers
521
- attr overlapAnchor
522
- attr overlayImage
523
- attr paddingBottomNoButtons
524
- attr paddingEnd
525
- attr paddingStart
526
- attr paddingTopNoTitle
527
- attr panelBackground
528
- attr panelMenuListTheme
529
- attr panelMenuListWidth
530
- attr passwordToggleContentDescription
531
- attr passwordToggleDrawable
532
- attr passwordToggleEnabled
533
- attr passwordToggleTint
534
- attr passwordToggleTintMode
535
- attr placeholderImage
536
- attr placeholderImageScaleType
537
- attr popupMenuBackground
538
- attr popupMenuStyle
539
- attr popupTheme
540
- attr popupWindowStyle
541
- attr preserveIconSpacing
542
- attr pressedStateOverlayImage
543
- attr pressedTranslationZ
544
- attr progressBarAutoRotateInterval
545
- attr progressBarImage
546
- attr progressBarImageScaleType
547
- attr progressBarPadding
548
- attr progressBarStyle
549
- attr queryBackground
550
- attr queryHint
551
- attr queryPatterns
552
- attr radioButtonStyle
553
- attr rangeFillColor
554
- attr ratingBarStyle
555
- attr ratingBarStyleIndicator
556
- attr ratingBarStyleSmall
557
- attr recyclerViewStyle
558
- attr retryImage
559
- attr retryImageScaleType
560
- attr reverseLayout
561
- attr rippleColor
562
- attr roundAsCircle
563
- attr roundBottomEnd
564
- attr roundBottomLeft
565
- attr roundBottomRight
566
- attr roundBottomStart
567
- attr roundTopEnd
568
- attr roundTopLeft
569
- attr roundTopRight
570
- attr roundTopStart
571
- attr roundWithOverlayColor
572
- attr roundedCornerRadius
573
- attr roundingBorderColor
574
- attr roundingBorderPadding
575
- attr roundingBorderWidth
576
- attr scrimAnimationDuration
577
- attr scrimBackground
578
- attr scrimVisibleHeightTrigger
579
- attr searchHintIcon
580
- attr searchIcon
581
- attr searchViewStyle
582
- attr seekBarStyle
583
- attr selectableItemBackground
584
- attr selectableItemBackgroundBorderless
585
- attr shapeAppearance
586
- attr shapeAppearanceLargeComponent
587
- attr shapeAppearanceMediumComponent
588
- attr shapeAppearanceOverlay
589
- attr shapeAppearanceSmallComponent
590
- attr shortcutMatchRequired
591
- attr showAsAction
592
- attr showDividers
593
- attr showMotionSpec
594
- attr showText
595
- attr showTitle
596
- attr shrinkMotionSpec
597
- attr singleChoiceItemLayout
598
- attr singleLine
599
- attr singleSelection
600
- attr snackbarButtonStyle
601
- attr snackbarStyle
602
- attr spanCount
603
- attr spinBars
604
- attr spinnerDropDownItemStyle
605
- attr spinnerStyle
606
- attr splitTrack
607
- attr srcCompat
608
- attr stackFromEnd
609
- attr startIconCheckable
610
- attr startIconContentDescription
611
- attr startIconDrawable
612
- attr startIconTint
613
- attr startIconTintMode
614
- attr state_above_anchor
615
- attr state_collapsed
616
- attr state_collapsible
617
- attr state_dragged
618
- attr state_liftable
619
- attr state_lifted
620
- attr statusBarBackground
621
- attr statusBarForeground
622
- attr statusBarScrim
623
- attr strokeColor
624
- attr strokeWidth
625
- attr subMenuArrow
626
- attr submitBackground
627
- attr subtitle
628
- attr subtitleTextAppearance
629
- attr subtitleTextColor
630
- attr subtitleTextStyle
631
- attr suggestionRowLayout
632
- attr switchMinWidth
633
- attr switchPadding
634
- attr switchStyle
635
- attr switchTextAppearance
636
- attr tabBackground
637
- attr tabContentStart
638
- attr tabGravity
639
- attr tabIconTint
640
- attr tabIconTintMode
641
- attr tabIndicator
642
- attr tabIndicatorAnimationDuration
643
- attr tabIndicatorColor
644
- attr tabIndicatorFullWidth
645
- attr tabIndicatorGravity
646
- attr tabIndicatorHeight
647
- attr tabInlineLabel
648
- attr tabMaxWidth
649
- attr tabMinWidth
650
- attr tabMode
651
- attr tabPadding
652
- attr tabPaddingBottom
653
- attr tabPaddingEnd
654
- attr tabPaddingStart
655
- attr tabPaddingTop
656
- attr tabRippleColor
657
- attr tabSelectedTextColor
658
- attr tabStyle
659
- attr tabTextAppearance
660
- attr tabTextColor
661
- attr tabUnboundedRipple
662
- attr textAllCaps
663
- attr textAppearanceBody1
664
- attr textAppearanceBody2
665
- attr textAppearanceButton
666
- attr textAppearanceCaption
667
- attr textAppearanceHeadline1
668
- attr textAppearanceHeadline2
669
- attr textAppearanceHeadline3
670
- attr textAppearanceHeadline4
671
- attr textAppearanceHeadline5
672
- attr textAppearanceHeadline6
673
- attr textAppearanceLargePopupMenu
674
- attr textAppearanceLineHeightEnabled
675
- attr textAppearanceListItem
676
- attr textAppearanceListItemSecondary
677
- attr textAppearanceListItemSmall
678
- attr textAppearanceOverline
679
- attr textAppearancePopupMenuHeader
680
- attr textAppearanceSearchResultSubtitle
681
- attr textAppearanceSearchResultTitle
682
- attr textAppearanceSmallPopupMenu
683
- attr textAppearanceSubtitle1
684
- attr textAppearanceSubtitle2
685
- attr textColorAlertDialogListItem
686
- attr textColorSearchUrl
687
- attr textEndPadding
688
- attr textInputStyle
689
- attr textLocale
690
- attr textStartPadding
691
- attr theme
692
- attr themeLineHeight
693
- attr thickness
694
- attr thumbTextPadding
695
- attr thumbTint
696
- attr thumbTintMode
697
- attr tickMark
698
- attr tickMarkTint
699
- attr tickMarkTintMode
700
- attr tint
701
- attr tintMode
702
- attr title
703
- attr titleEnabled
704
- attr titleMargin
705
- attr titleMarginBottom
706
- attr titleMarginEnd
707
- attr titleMarginStart
708
- attr titleMarginTop
709
- attr titleMargins
710
- attr titleTextAppearance
711
- attr titleTextColor
712
- attr titleTextStyle
713
- attr toolbarId
714
- attr toolbarNavigationButtonStyle
715
- attr toolbarStyle
716
- attr tooltipForegroundColor
717
- attr tooltipFrameBackground
718
- attr tooltipText
719
- attr track
720
- attr trackTint
721
- attr trackTintMode
722
- attr ttcIndex
723
- attr useCompatPadding
724
- attr useMaterialThemeColors
725
- attr viewAspectRatio
726
- attr viewInflaterClass
727
- attr voiceIcon
728
- attr windowActionBar
729
- attr windowActionBarOverlay
730
- attr windowActionModeOverlay
731
- attr windowFixedHeightMajor
732
- attr windowFixedHeightMinor
733
- attr windowFixedWidthMajor
734
- attr windowFixedWidthMinor
735
- attr windowMinWidthMajor
736
- attr windowMinWidthMinor
737
- attr windowNoTitle
738
- attr yearSelectedStyle
739
- attr yearStyle
740
- attr yearTodayStyle
741
- bool abc_action_bar_embed_tabs
742
- bool abc_config_actionMenuItemAllCaps
743
- bool mtrl_btn_textappearance_all_caps
744
- color abc_background_cache_hint_selector_material_dark
745
- color abc_background_cache_hint_selector_material_light
746
- color abc_btn_colored_borderless_text_material
747
- color abc_btn_colored_text_material
748
- color abc_color_highlight_material
749
- color abc_decor_view_status_guard
750
- color abc_decor_view_status_guard_light
751
- color abc_hint_foreground_material_dark
752
- color abc_hint_foreground_material_light
753
- color abc_primary_text_disable_only_material_dark
754
- color abc_primary_text_disable_only_material_light
755
- color abc_primary_text_material_dark
756
- color abc_primary_text_material_light
757
- color abc_search_url_text
758
- color abc_search_url_text_normal
759
- color abc_search_url_text_pressed
760
- color abc_search_url_text_selected
761
- color abc_secondary_text_material_dark
762
- color abc_secondary_text_material_light
763
- color abc_tint_btn_checkable
764
- color abc_tint_default
765
- color abc_tint_edittext
766
- color abc_tint_seek_thumb
767
- color abc_tint_spinner
768
- color abc_tint_switch_track
769
- color accent_material_dark
770
- color accent_material_light
771
- color androidx_core_ripple_material_light
772
- color androidx_core_secondary_text_default_material_light
773
- color background_floating_material_dark
774
- color background_floating_material_light
775
- color background_material_dark
776
- color background_material_light
777
- color bright_foreground_disabled_material_dark
778
- color bright_foreground_disabled_material_light
779
- color bright_foreground_inverse_material_dark
780
- color bright_foreground_inverse_material_light
781
- color bright_foreground_material_dark
782
- color bright_foreground_material_light
783
- color button_material_dark
784
- color button_material_light
785
- color cardview_dark_background
786
- color cardview_light_background
787
- color cardview_shadow_end_color
788
- color cardview_shadow_start_color
789
- color catalyst_logbox_background
790
- color catalyst_redbox_background
791
- color checkbox_themeable_attribute_color
792
- color design_bottom_navigation_shadow_color
793
- color design_box_stroke_color
794
- color design_dark_default_color_background
795
- color design_dark_default_color_error
796
- color design_dark_default_color_on_background
797
- color design_dark_default_color_on_error
798
- color design_dark_default_color_on_primary
799
- color design_dark_default_color_on_secondary
800
- color design_dark_default_color_on_surface
801
- color design_dark_default_color_primary
802
- color design_dark_default_color_primary_dark
803
- color design_dark_default_color_primary_variant
804
- color design_dark_default_color_secondary
805
- color design_dark_default_color_secondary_variant
806
- color design_dark_default_color_surface
807
- color design_default_color_background
808
- color design_default_color_error
809
- color design_default_color_on_background
810
- color design_default_color_on_error
811
- color design_default_color_on_primary
812
- color design_default_color_on_secondary
813
- color design_default_color_on_surface
814
- color design_default_color_primary
815
- color design_default_color_primary_dark
816
- color design_default_color_primary_variant
817
- color design_default_color_secondary
818
- color design_default_color_secondary_variant
819
- color design_default_color_surface
820
- color design_error
821
- color design_fab_shadow_end_color
822
- color design_fab_shadow_mid_color
823
- color design_fab_shadow_start_color
824
- color design_fab_stroke_end_inner_color
825
- color design_fab_stroke_end_outer_color
826
- color design_fab_stroke_top_inner_color
827
- color design_fab_stroke_top_outer_color
828
- color design_icon_tint
829
- color design_snackbar_background_color
830
- color dim_foreground_disabled_material_dark
831
- color dim_foreground_disabled_material_light
832
- color dim_foreground_material_dark
833
- color dim_foreground_material_light
834
- color error_color_material_dark
835
- color error_color_material_light
836
- color foreground_material_dark
837
- color foreground_material_light
838
- color highlighted_text_material_dark
839
- color highlighted_text_material_light
840
- color material_blue_grey_800
841
- color material_blue_grey_900
842
- color material_blue_grey_950
843
- color material_deep_teal_200
844
- color material_deep_teal_500
845
- color material_grey_100
846
- color material_grey_300
847
- color material_grey_50
848
- color material_grey_600
849
- color material_grey_800
850
- color material_grey_850
851
- color material_grey_900
852
- color material_on_background_disabled
853
- color material_on_background_emphasis_high_type
854
- color material_on_background_emphasis_medium
855
- color material_on_primary_disabled
856
- color material_on_primary_emphasis_high_type
857
- color material_on_primary_emphasis_medium
858
- color material_on_surface_disabled
859
- color material_on_surface_emphasis_high_type
860
- color material_on_surface_emphasis_medium
861
- color mtrl_bottom_nav_colored_item_tint
862
- color mtrl_bottom_nav_colored_ripple_color
863
- color mtrl_bottom_nav_item_tint
864
- color mtrl_bottom_nav_ripple_color
865
- color mtrl_btn_bg_color_selector
866
- color mtrl_btn_ripple_color
867
- color mtrl_btn_stroke_color_selector
868
- color mtrl_btn_text_btn_bg_color_selector
869
- color mtrl_btn_text_btn_ripple_color
870
- color mtrl_btn_text_color_disabled
871
- color mtrl_btn_text_color_selector
872
- color mtrl_btn_transparent_bg_color
873
- color mtrl_calendar_item_stroke_color
874
- color mtrl_calendar_selected_range
875
- color mtrl_card_view_foreground
876
- color mtrl_card_view_ripple
877
- color mtrl_chip_background_color
878
- color mtrl_chip_close_icon_tint
879
- color mtrl_chip_ripple_color
880
- color mtrl_chip_surface_color
881
- color mtrl_chip_text_color
882
- color mtrl_choice_chip_background_color
883
- color mtrl_choice_chip_ripple_color
884
- color mtrl_choice_chip_text_color
885
- color mtrl_error
886
- color mtrl_extended_fab_bg_color_selector
887
- color mtrl_extended_fab_ripple_color
888
- color mtrl_extended_fab_text_color_selector
889
- color mtrl_fab_ripple_color
890
- color mtrl_filled_background_color
891
- color mtrl_filled_icon_tint
892
- color mtrl_filled_stroke_color
893
- color mtrl_indicator_text_color
894
- color mtrl_navigation_item_background_color
895
- color mtrl_navigation_item_icon_tint
896
- color mtrl_navigation_item_text_color
897
- color mtrl_on_primary_text_btn_text_color_selector
898
- color mtrl_outlined_icon_tint
899
- color mtrl_outlined_stroke_color
900
- color mtrl_popupmenu_overlay_color
901
- color mtrl_scrim_color
902
- color mtrl_tabs_colored_ripple_color
903
- color mtrl_tabs_icon_color_selector
904
- color mtrl_tabs_icon_color_selector_colored
905
- color mtrl_tabs_legacy_text_color_selector
906
- color mtrl_tabs_ripple_color
907
- color mtrl_text_btn_text_color_selector
908
- color mtrl_textinput_default_box_stroke_color
909
- color mtrl_textinput_disabled_color
910
- color mtrl_textinput_filled_box_default_background_color
911
- color mtrl_textinput_focused_box_stroke_color
912
- color mtrl_textinput_hovered_box_stroke_color
913
- color notification_action_color_filter
914
- color notification_icon_bg_color
915
- color primary_dark_material_dark
916
- color primary_dark_material_light
917
- color primary_material_dark
918
- color primary_material_light
919
- color primary_text_default_material_dark
920
- color primary_text_default_material_light
921
- color primary_text_disabled_material_dark
922
- color primary_text_disabled_material_light
923
- color ripple_material_dark
924
- color ripple_material_light
925
- color secondary_text_default_material_dark
926
- color secondary_text_default_material_light
927
- color secondary_text_disabled_material_dark
928
- color secondary_text_disabled_material_light
929
- color switch_thumb_disabled_material_dark
930
- color switch_thumb_disabled_material_light
931
- color switch_thumb_material_dark
932
- color switch_thumb_material_light
933
- color switch_thumb_normal_material_dark
934
- color switch_thumb_normal_material_light
935
- color test_mtrl_calendar_day
936
- color test_mtrl_calendar_day_selected
937
- color tooltip_background_dark
938
- color tooltip_background_light
939
- dimen abc_action_bar_content_inset_material
940
- dimen abc_action_bar_content_inset_with_nav
941
- dimen abc_action_bar_default_height_material
942
- dimen abc_action_bar_default_padding_end_material
943
- dimen abc_action_bar_default_padding_start_material
944
- dimen abc_action_bar_elevation_material
945
- dimen abc_action_bar_icon_vertical_padding_material
946
- dimen abc_action_bar_overflow_padding_end_material
947
- dimen abc_action_bar_overflow_padding_start_material
948
- dimen abc_action_bar_stacked_max_height
949
- dimen abc_action_bar_stacked_tab_max_width
950
- dimen abc_action_bar_subtitle_bottom_margin_material
951
- dimen abc_action_bar_subtitle_top_margin_material
952
- dimen abc_action_button_min_height_material
953
- dimen abc_action_button_min_width_material
954
- dimen abc_action_button_min_width_overflow_material
955
- dimen abc_alert_dialog_button_bar_height
956
- dimen abc_alert_dialog_button_dimen
957
- dimen abc_button_inset_horizontal_material
958
- dimen abc_button_inset_vertical_material
959
- dimen abc_button_padding_horizontal_material
960
- dimen abc_button_padding_vertical_material
961
- dimen abc_cascading_menus_min_smallest_width
962
- dimen abc_config_prefDialogWidth
963
- dimen abc_control_corner_material
964
- dimen abc_control_inset_material
965
- dimen abc_control_padding_material
966
- dimen abc_dialog_corner_radius_material
967
- dimen abc_dialog_fixed_height_major
968
- dimen abc_dialog_fixed_height_minor
969
- dimen abc_dialog_fixed_width_major
970
- dimen abc_dialog_fixed_width_minor
971
- dimen abc_dialog_list_padding_bottom_no_buttons
972
- dimen abc_dialog_list_padding_top_no_title
973
- dimen abc_dialog_min_width_major
974
- dimen abc_dialog_min_width_minor
975
- dimen abc_dialog_padding_material
976
- dimen abc_dialog_padding_top_material
977
- dimen abc_dialog_title_divider_material
978
- dimen abc_disabled_alpha_material_dark
979
- dimen abc_disabled_alpha_material_light
980
- dimen abc_dropdownitem_icon_width
981
- dimen abc_dropdownitem_text_padding_left
982
- dimen abc_dropdownitem_text_padding_right
983
- dimen abc_edit_text_inset_bottom_material
984
- dimen abc_edit_text_inset_horizontal_material
985
- dimen abc_edit_text_inset_top_material
986
- dimen abc_floating_window_z
987
- dimen abc_list_item_height_large_material
988
- dimen abc_list_item_height_material
989
- dimen abc_list_item_height_small_material
990
- dimen abc_list_item_padding_horizontal_material
991
- dimen abc_panel_menu_list_width
992
- dimen abc_progress_bar_height_material
993
- dimen abc_search_view_preferred_height
994
- dimen abc_search_view_preferred_width
995
- dimen abc_seekbar_track_background_height_material
996
- dimen abc_seekbar_track_progress_height_material
997
- dimen abc_select_dialog_padding_start_material
998
- dimen abc_star_big
999
- dimen abc_star_medium
1000
- dimen abc_star_small
1001
- dimen abc_switch_padding
1002
- dimen abc_text_size_body_1_material
1003
- dimen abc_text_size_body_2_material
1004
- dimen abc_text_size_button_material
1005
- dimen abc_text_size_caption_material
1006
- dimen abc_text_size_display_1_material
1007
- dimen abc_text_size_display_2_material
1008
- dimen abc_text_size_display_3_material
1009
- dimen abc_text_size_display_4_material
1010
- dimen abc_text_size_headline_material
1011
- dimen abc_text_size_large_material
1012
- dimen abc_text_size_medium_material
1013
- dimen abc_text_size_menu_header_material
1014
- dimen abc_text_size_menu_material
1015
- dimen abc_text_size_small_material
1016
- dimen abc_text_size_subhead_material
1017
- dimen abc_text_size_subtitle_material_toolbar
1018
- dimen abc_text_size_title_material
1019
- dimen abc_text_size_title_material_toolbar
1020
- dimen action_bar_size
1021
- dimen appcompat_dialog_background_inset
1022
- dimen autofill_inline_suggestion_icon_size
1023
- dimen cardview_compat_inset_shadow
1024
- dimen cardview_default_elevation
1025
- dimen cardview_default_radius
1026
- dimen compat_button_inset_horizontal_material
1027
- dimen compat_button_inset_vertical_material
1028
- dimen compat_button_padding_horizontal_material
1029
- dimen compat_button_padding_vertical_material
1030
- dimen compat_control_corner_material
1031
- dimen compat_notification_large_icon_max_height
1032
- dimen compat_notification_large_icon_max_width
1033
- dimen default_dimension
1034
- dimen design_appbar_elevation
1035
- dimen design_bottom_navigation_active_item_max_width
1036
- dimen design_bottom_navigation_active_item_min_width
1037
- dimen design_bottom_navigation_active_text_size
1038
- dimen design_bottom_navigation_elevation
1039
- dimen design_bottom_navigation_height
1040
- dimen design_bottom_navigation_icon_size
1041
- dimen design_bottom_navigation_item_max_width
1042
- dimen design_bottom_navigation_item_min_width
1043
- dimen design_bottom_navigation_margin
1044
- dimen design_bottom_navigation_shadow_height
1045
- dimen design_bottom_navigation_text_size
1046
- dimen design_bottom_sheet_elevation
1047
- dimen design_bottom_sheet_modal_elevation
1048
- dimen design_bottom_sheet_peek_height_min
1049
- dimen design_fab_border_width
1050
- dimen design_fab_elevation
1051
- dimen design_fab_image_size
1052
- dimen design_fab_size_mini
1053
- dimen design_fab_size_normal
1054
- dimen design_fab_translation_z_hovered_focused
1055
- dimen design_fab_translation_z_pressed
1056
- dimen design_navigation_elevation
1057
- dimen design_navigation_icon_padding
1058
- dimen design_navigation_icon_size
1059
- dimen design_navigation_item_horizontal_padding
1060
- dimen design_navigation_item_icon_padding
1061
- dimen design_navigation_max_width
1062
- dimen design_navigation_padding_bottom
1063
- dimen design_navigation_separator_vertical_padding
1064
- dimen design_snackbar_action_inline_max_width
1065
- dimen design_snackbar_action_text_color_alpha
1066
- dimen design_snackbar_background_corner_radius
1067
- dimen design_snackbar_elevation
1068
- dimen design_snackbar_extra_spacing_horizontal
1069
- dimen design_snackbar_max_width
1070
- dimen design_snackbar_min_width
1071
- dimen design_snackbar_padding_horizontal
1072
- dimen design_snackbar_padding_vertical
1073
- dimen design_snackbar_padding_vertical_2lines
1074
- dimen design_snackbar_text_size
1075
- dimen design_tab_max_width
1076
- dimen design_tab_scrollable_min_width
1077
- dimen design_tab_text_size
1078
- dimen design_tab_text_size_2line
1079
- dimen design_textinput_caption_translate_y
1080
- dimen disabled_alpha_material_dark
1081
- dimen disabled_alpha_material_light
1082
- dimen fastscroll_default_thickness
1083
- dimen fastscroll_margin
1084
- dimen fastscroll_minimum_range
1085
- dimen highlight_alpha_material_colored
1086
- dimen highlight_alpha_material_dark
1087
- dimen highlight_alpha_material_light
1088
- dimen hint_alpha_material_dark
1089
- dimen hint_alpha_material_light
1090
- dimen hint_pressed_alpha_material_dark
1091
- dimen hint_pressed_alpha_material_light
1092
- dimen item_touch_helper_max_drag_scroll_per_frame
1093
- dimen item_touch_helper_swipe_escape_max_velocity
1094
- dimen item_touch_helper_swipe_escape_velocity
1095
- dimen material_emphasis_disabled
1096
- dimen material_emphasis_high_type
1097
- dimen material_emphasis_medium
1098
- dimen material_text_view_test_line_height
1099
- dimen material_text_view_test_line_height_override
1100
- dimen mtrl_alert_dialog_background_inset_bottom
1101
- dimen mtrl_alert_dialog_background_inset_end
1102
- dimen mtrl_alert_dialog_background_inset_start
1103
- dimen mtrl_alert_dialog_background_inset_top
1104
- dimen mtrl_alert_dialog_picker_background_inset
1105
- dimen mtrl_badge_horizontal_edge_offset
1106
- dimen mtrl_badge_long_text_horizontal_padding
1107
- dimen mtrl_badge_radius
1108
- dimen mtrl_badge_text_horizontal_edge_offset
1109
- dimen mtrl_badge_text_size
1110
- dimen mtrl_badge_with_text_radius
1111
- dimen mtrl_bottomappbar_fabOffsetEndMode
1112
- dimen mtrl_bottomappbar_fab_bottom_margin
1113
- dimen mtrl_bottomappbar_fab_cradle_margin
1114
- dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius
1115
- dimen mtrl_bottomappbar_fab_cradle_vertical_offset
1116
- dimen mtrl_bottomappbar_height
1117
- dimen mtrl_btn_corner_radius
1118
- dimen mtrl_btn_dialog_btn_min_width
1119
- dimen mtrl_btn_disabled_elevation
1120
- dimen mtrl_btn_disabled_z
1121
- dimen mtrl_btn_elevation
1122
- dimen mtrl_btn_focused_z
1123
- dimen mtrl_btn_hovered_z
1124
- dimen mtrl_btn_icon_btn_padding_left
1125
- dimen mtrl_btn_icon_padding
1126
- dimen mtrl_btn_inset
1127
- dimen mtrl_btn_letter_spacing
1128
- dimen mtrl_btn_padding_bottom
1129
- dimen mtrl_btn_padding_left
1130
- dimen mtrl_btn_padding_right
1131
- dimen mtrl_btn_padding_top
1132
- dimen mtrl_btn_pressed_z
1133
- dimen mtrl_btn_stroke_size
1134
- dimen mtrl_btn_text_btn_icon_padding
1135
- dimen mtrl_btn_text_btn_padding_left
1136
- dimen mtrl_btn_text_btn_padding_right
1137
- dimen mtrl_btn_text_size
1138
- dimen mtrl_btn_z
1139
- dimen mtrl_calendar_action_height
1140
- dimen mtrl_calendar_action_padding
1141
- dimen mtrl_calendar_bottom_padding
1142
- dimen mtrl_calendar_content_padding
1143
- dimen mtrl_calendar_day_corner
1144
- dimen mtrl_calendar_day_height
1145
- dimen mtrl_calendar_day_horizontal_padding
1146
- dimen mtrl_calendar_day_today_stroke
1147
- dimen mtrl_calendar_day_vertical_padding
1148
- dimen mtrl_calendar_day_width
1149
- dimen mtrl_calendar_days_of_week_height
1150
- dimen mtrl_calendar_dialog_background_inset
1151
- dimen mtrl_calendar_header_content_padding
1152
- dimen mtrl_calendar_header_content_padding_fullscreen
1153
- dimen mtrl_calendar_header_divider_thickness
1154
- dimen mtrl_calendar_header_height
1155
- dimen mtrl_calendar_header_height_fullscreen
1156
- dimen mtrl_calendar_header_selection_line_height
1157
- dimen mtrl_calendar_header_text_padding
1158
- dimen mtrl_calendar_header_toggle_margin_bottom
1159
- dimen mtrl_calendar_header_toggle_margin_top
1160
- dimen mtrl_calendar_landscape_header_width
1161
- dimen mtrl_calendar_maximum_default_fullscreen_minor_axis
1162
- dimen mtrl_calendar_month_horizontal_padding
1163
- dimen mtrl_calendar_month_vertical_padding
1164
- dimen mtrl_calendar_navigation_bottom_padding
1165
- dimen mtrl_calendar_navigation_height
1166
- dimen mtrl_calendar_navigation_top_padding
1167
- dimen mtrl_calendar_pre_l_text_clip_padding
1168
- dimen mtrl_calendar_selection_baseline_to_top_fullscreen
1169
- dimen mtrl_calendar_selection_text_baseline_to_bottom
1170
- dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen
1171
- dimen mtrl_calendar_selection_text_baseline_to_top
1172
- dimen mtrl_calendar_text_input_padding_top
1173
- dimen mtrl_calendar_title_baseline_to_top
1174
- dimen mtrl_calendar_title_baseline_to_top_fullscreen
1175
- dimen mtrl_calendar_year_corner
1176
- dimen mtrl_calendar_year_height
1177
- dimen mtrl_calendar_year_horizontal_padding
1178
- dimen mtrl_calendar_year_vertical_padding
1179
- dimen mtrl_calendar_year_width
1180
- dimen mtrl_card_checked_icon_margin
1181
- dimen mtrl_card_checked_icon_size
1182
- dimen mtrl_card_corner_radius
1183
- dimen mtrl_card_dragged_z
1184
- dimen mtrl_card_elevation
1185
- dimen mtrl_card_spacing
1186
- dimen mtrl_chip_pressed_translation_z
1187
- dimen mtrl_chip_text_size
1188
- dimen mtrl_exposed_dropdown_menu_popup_elevation
1189
- dimen mtrl_exposed_dropdown_menu_popup_vertical_offset
1190
- dimen mtrl_exposed_dropdown_menu_popup_vertical_padding
1191
- dimen mtrl_extended_fab_bottom_padding
1192
- dimen mtrl_extended_fab_corner_radius
1193
- dimen mtrl_extended_fab_disabled_elevation
1194
- dimen mtrl_extended_fab_disabled_translation_z
1195
- dimen mtrl_extended_fab_elevation
1196
- dimen mtrl_extended_fab_end_padding
1197
- dimen mtrl_extended_fab_end_padding_icon
1198
- dimen mtrl_extended_fab_icon_size
1199
- dimen mtrl_extended_fab_icon_text_spacing
1200
- dimen mtrl_extended_fab_min_height
1201
- dimen mtrl_extended_fab_min_width
1202
- dimen mtrl_extended_fab_start_padding
1203
- dimen mtrl_extended_fab_start_padding_icon
1204
- dimen mtrl_extended_fab_top_padding
1205
- dimen mtrl_extended_fab_translation_z_base
1206
- dimen mtrl_extended_fab_translation_z_hovered_focused
1207
- dimen mtrl_extended_fab_translation_z_pressed
1208
- dimen mtrl_fab_elevation
1209
- dimen mtrl_fab_min_touch_target
1210
- dimen mtrl_fab_translation_z_hovered_focused
1211
- dimen mtrl_fab_translation_z_pressed
1212
- dimen mtrl_high_ripple_default_alpha
1213
- dimen mtrl_high_ripple_focused_alpha
1214
- dimen mtrl_high_ripple_hovered_alpha
1215
- dimen mtrl_high_ripple_pressed_alpha
1216
- dimen mtrl_large_touch_target
1217
- dimen mtrl_low_ripple_default_alpha
1218
- dimen mtrl_low_ripple_focused_alpha
1219
- dimen mtrl_low_ripple_hovered_alpha
1220
- dimen mtrl_low_ripple_pressed_alpha
1221
- dimen mtrl_min_touch_target_size
1222
- dimen mtrl_navigation_elevation
1223
- dimen mtrl_navigation_item_horizontal_padding
1224
- dimen mtrl_navigation_item_icon_padding
1225
- dimen mtrl_navigation_item_icon_size
1226
- dimen mtrl_navigation_item_shape_horizontal_margin
1227
- dimen mtrl_navigation_item_shape_vertical_margin
1228
- dimen mtrl_shape_corner_size_large_component
1229
- dimen mtrl_shape_corner_size_medium_component
1230
- dimen mtrl_shape_corner_size_small_component
1231
- dimen mtrl_snackbar_action_text_color_alpha
1232
- dimen mtrl_snackbar_background_corner_radius
1233
- dimen mtrl_snackbar_background_overlay_color_alpha
1234
- dimen mtrl_snackbar_margin
1235
- dimen mtrl_switch_thumb_elevation
1236
- dimen mtrl_textinput_box_corner_radius_medium
1237
- dimen mtrl_textinput_box_corner_radius_small
1238
- dimen mtrl_textinput_box_label_cutout_padding
1239
- dimen mtrl_textinput_box_stroke_width_default
1240
- dimen mtrl_textinput_box_stroke_width_focused
1241
- dimen mtrl_textinput_end_icon_margin_start
1242
- dimen mtrl_textinput_outline_box_expanded_padding
1243
- dimen mtrl_textinput_start_icon_margin_end
1244
- dimen mtrl_toolbar_default_height
1245
- dimen notification_action_icon_size
1246
- dimen notification_action_text_size
1247
- dimen notification_big_circle_margin
1248
- dimen notification_content_margin_start
1249
- dimen notification_large_icon_height
1250
- dimen notification_large_icon_width
1251
- dimen notification_main_column_padding_top
1252
- dimen notification_media_narrow_margin
1253
- dimen notification_right_icon_size
1254
- dimen notification_right_side_padding_top
1255
- dimen notification_small_icon_background_padding
1256
- dimen notification_small_icon_size_as_large
1257
- dimen notification_subtext_size
1258
- dimen notification_top_pad
1259
- dimen notification_top_pad_large_text
1260
- dimen test_mtrl_calendar_day_cornerSize
1261
- dimen tooltip_corner_radius
1262
- dimen tooltip_horizontal_padding
1263
- dimen tooltip_margin
1264
- dimen tooltip_precise_anchor_extra_offset
1265
- dimen tooltip_precise_anchor_threshold
1266
- dimen tooltip_vertical_padding
1267
- dimen tooltip_y_offset_non_touch
1268
- dimen tooltip_y_offset_touch
1269
- drawable abc_ab_share_pack_mtrl_alpha
1270
- drawable abc_action_bar_item_background_material
1271
- drawable abc_btn_borderless_material
1272
- drawable abc_btn_check_material
1273
- drawable abc_btn_check_material_anim
1274
- drawable abc_btn_check_to_on_mtrl_000
1275
- drawable abc_btn_check_to_on_mtrl_015
1276
- drawable abc_btn_colored_material
1277
- drawable abc_btn_default_mtrl_shape
1278
- drawable abc_btn_radio_material
1279
- drawable abc_btn_radio_material_anim
1280
- drawable abc_btn_radio_to_on_mtrl_000
1281
- drawable abc_btn_radio_to_on_mtrl_015
1282
- drawable abc_btn_switch_to_on_mtrl_00001
1283
- drawable abc_btn_switch_to_on_mtrl_00012
1284
- drawable abc_cab_background_internal_bg
1285
- drawable abc_cab_background_top_material
1286
- drawable abc_cab_background_top_mtrl_alpha
1287
- drawable abc_control_background_material
1288
- drawable abc_dialog_material_background
1289
- drawable abc_edit_text_material
1290
- drawable abc_ic_ab_back_material
1291
- drawable abc_ic_arrow_drop_right_black_24dp
1292
- drawable abc_ic_clear_material
1293
- drawable abc_ic_commit_search_api_mtrl_alpha
1294
- drawable abc_ic_go_search_api_material
1295
- drawable abc_ic_menu_copy_mtrl_am_alpha
1296
- drawable abc_ic_menu_cut_mtrl_alpha
1297
- drawable abc_ic_menu_overflow_material
1298
- drawable abc_ic_menu_paste_mtrl_am_alpha
1299
- drawable abc_ic_menu_selectall_mtrl_alpha
1300
- drawable abc_ic_menu_share_mtrl_alpha
1301
- drawable abc_ic_search_api_material
1302
- drawable abc_ic_voice_search_api_material
1303
- drawable abc_item_background_holo_dark
1304
- drawable abc_item_background_holo_light
1305
- drawable abc_list_divider_material
1306
- drawable abc_list_divider_mtrl_alpha
1307
- drawable abc_list_focused_holo
1308
- drawable abc_list_longpressed_holo
1309
- drawable abc_list_pressed_holo_dark
1310
- drawable abc_list_pressed_holo_light
1311
- drawable abc_list_selector_background_transition_holo_dark
1312
- drawable abc_list_selector_background_transition_holo_light
1313
- drawable abc_list_selector_disabled_holo_dark
1314
- drawable abc_list_selector_disabled_holo_light
1315
- drawable abc_list_selector_holo_dark
1316
- drawable abc_list_selector_holo_light
1317
- drawable abc_menu_hardkey_panel_mtrl_mult
1318
- drawable abc_popup_background_mtrl_mult
1319
- drawable abc_ratingbar_indicator_material
1320
- drawable abc_ratingbar_material
1321
- drawable abc_ratingbar_small_material
1322
- drawable abc_scrubber_control_off_mtrl_alpha
1323
- drawable abc_scrubber_control_to_pressed_mtrl_000
1324
- drawable abc_scrubber_control_to_pressed_mtrl_005
1325
- drawable abc_scrubber_primary_mtrl_alpha
1326
- drawable abc_scrubber_track_mtrl_alpha
1327
- drawable abc_seekbar_thumb_material
1328
- drawable abc_seekbar_tick_mark_material
1329
- drawable abc_seekbar_track_material
1330
- drawable abc_spinner_mtrl_am_alpha
1331
- drawable abc_spinner_textfield_background_material
1332
- drawable abc_star_black_48dp
1333
- drawable abc_star_half_black_48dp
1334
- drawable abc_switch_thumb_material
1335
- drawable abc_switch_track_mtrl_alpha
1336
- drawable abc_tab_indicator_material
1337
- drawable abc_tab_indicator_mtrl_alpha
1338
- drawable abc_text_cursor_material
1339
- drawable abc_text_select_handle_left_mtrl
1340
- drawable abc_text_select_handle_middle_mtrl
1341
- drawable abc_text_select_handle_right_mtrl
1342
- drawable abc_textfield_activated_mtrl_alpha
1343
- drawable abc_textfield_default_mtrl_alpha
1344
- drawable abc_textfield_search_activated_mtrl_alpha
1345
- drawable abc_textfield_search_default_mtrl_alpha
1346
- drawable abc_textfield_search_material
1347
- drawable abc_vector_test
1348
- drawable autofill_inline_suggestion_chip_background
1349
- drawable avd_hide_password
1350
- drawable avd_show_password
1351
- drawable btn_checkbox_checked_mtrl
1352
- drawable btn_checkbox_checked_to_unchecked_mtrl_animation
1353
- drawable btn_checkbox_unchecked_mtrl
1354
- drawable btn_checkbox_unchecked_to_checked_mtrl_animation
1355
- drawable btn_radio_off_mtrl
1356
- drawable btn_radio_off_to_on_mtrl_animation
1357
- drawable btn_radio_on_mtrl
1358
- drawable btn_radio_on_to_off_mtrl_animation
1359
- drawable design_bottom_navigation_item_background
1360
- drawable design_fab_background
1361
- drawable design_ic_visibility
1362
- drawable design_ic_visibility_off
1363
- drawable design_password_eye
1364
- drawable design_snackbar_background
1365
- drawable ic_calendar_black_24dp
1366
- drawable ic_clear_black_24dp
1367
- drawable ic_edit_black_24dp
1368
- drawable ic_keyboard_arrow_left_black_24dp
1369
- drawable ic_keyboard_arrow_right_black_24dp
1370
- drawable ic_menu_arrow_down_black_24dp
1371
- drawable ic_menu_arrow_up_black_24dp
1372
- drawable ic_mtrl_checked_circle
1373
- drawable ic_mtrl_chip_checked_black
1374
- drawable ic_mtrl_chip_checked_circle
1375
- drawable ic_mtrl_chip_close_circle
1376
- drawable mtrl_dialog_background
1377
- drawable mtrl_dropdown_arrow
1378
- drawable mtrl_ic_arrow_drop_down
1379
- drawable mtrl_ic_arrow_drop_up
1380
- drawable mtrl_ic_cancel
1381
- drawable mtrl_ic_error
1382
- drawable mtrl_popupmenu_background
1383
- drawable mtrl_popupmenu_background_dark
1384
- drawable mtrl_tabs_default_indicator
1385
- drawable navigation_empty_icon
1386
- drawable notification_action_background
1387
- drawable notification_bg
1388
- drawable notification_bg_low
1389
- drawable notification_bg_low_normal
1390
- drawable notification_bg_low_pressed
1391
- drawable notification_bg_normal
1392
- drawable notification_bg_normal_pressed
1393
- drawable notification_icon_background
1394
- drawable notification_template_icon_bg
1395
- drawable notification_template_icon_low_bg
1396
- drawable notification_tile_bg
1397
- drawable notify_panel_notification_icon_bg
1398
- drawable redbox_top_border_background
1399
- drawable rn_edit_text_material
1400
- drawable test_custom_background
1401
- drawable test_level_drawable
1402
- drawable tooltip_frame_dark
1403
- drawable tooltip_frame_light
1404
- id ALT
1405
- id BOTTOM_END
1406
- id BOTTOM_START
1407
- id CTRL
1408
- id FUNCTION
1409
- id META
1410
- id SHIFT
1411
- id SYM
1412
- id TOP_END
1413
- id TOP_START
1414
- id accessibility_action_clickable_span
1415
- id accessibility_actions
1416
- id accessibility_collection
1417
- id accessibility_collection_item
1418
- id accessibility_custom_action_0
1419
- id accessibility_custom_action_1
1420
- id accessibility_custom_action_10
1421
- id accessibility_custom_action_11
1422
- id accessibility_custom_action_12
1423
- id accessibility_custom_action_13
1424
- id accessibility_custom_action_14
1425
- id accessibility_custom_action_15
1426
- id accessibility_custom_action_16
1427
- id accessibility_custom_action_17
1428
- id accessibility_custom_action_18
1429
- id accessibility_custom_action_19
1430
- id accessibility_custom_action_2
1431
- id accessibility_custom_action_20
1432
- id accessibility_custom_action_21
1433
- id accessibility_custom_action_22
1434
- id accessibility_custom_action_23
1435
- id accessibility_custom_action_24
1436
- id accessibility_custom_action_25
1437
- id accessibility_custom_action_26
1438
- id accessibility_custom_action_27
1439
- id accessibility_custom_action_28
1440
- id accessibility_custom_action_29
1441
- id accessibility_custom_action_3
1442
- id accessibility_custom_action_30
1443
- id accessibility_custom_action_31
1444
- id accessibility_custom_action_4
1445
- id accessibility_custom_action_5
1446
- id accessibility_custom_action_6
1447
- id accessibility_custom_action_7
1448
- id accessibility_custom_action_8
1449
- id accessibility_custom_action_9
1450
- id accessibility_hint
1451
- id accessibility_label
1452
- id accessibility_links
1453
- id accessibility_role
1454
- id accessibility_state
1455
- id accessibility_value
1456
- id action_bar
1457
- id action_bar_activity_content
1458
- id action_bar_container
1459
- id action_bar_root
1460
- id action_bar_spinner
1461
- id action_bar_subtitle
1462
- id action_bar_title
1463
- id action_container
1464
- id action_context_bar
1465
- id action_divider
1466
- id action_image
1467
- id action_menu_divider
1468
- id action_menu_presenter
1469
- id action_mode_bar
1470
- id action_mode_bar_stub
1471
- id action_mode_close_button
1472
- id action_text
1473
- id actions
1474
- id activity_chooser_view_content
1475
- id add
1476
- id alertTitle
1477
- id all
1478
- id always
1479
- id async
1480
- id auto
1481
- id autofill_inline_suggestion_end_icon
1482
- id autofill_inline_suggestion_start_icon
1483
- id autofill_inline_suggestion_subtitle
1484
- id autofill_inline_suggestion_title
1485
- id beginning
1486
- id blocking
1487
- id bottom
1488
- id buttonPanel
1489
- id cancel_button
1490
- id catalyst_redbox_title
1491
- id center
1492
- id centerCrop
1493
- id centerInside
1494
- id center_horizontal
1495
- id center_vertical
1496
- id checkbox
1497
- id checked
1498
- id chip
1499
- id chip_group
1500
- id chronometer
1501
- id clear_text
1502
- id clip_horizontal
1503
- id clip_vertical
1504
- id collapseActionView
1505
- id confirm_button
1506
- id container
1507
- id content
1508
- id contentPanel
1509
- id coordinator
1510
- id custom
1511
- id customPanel
1512
- id cut
1513
- id date_picker_actions
1514
- id decor_content_parent
1515
- id default_activity_button
1516
- id design_bottom_sheet
1517
- id design_menu_item_action_area
1518
- id design_menu_item_action_area_stub
1519
- id design_menu_item_text
1520
- id design_navigation_view
1521
- id dialog_button
1522
- id disableHome
1523
- id dropdown_menu
1524
- id edit_query
1525
- id end
1526
- id enterAlways
1527
- id enterAlwaysCollapsed
1528
- id exitUntilCollapsed
1529
- id expand_activities_button
1530
- id expanded_menu
1531
- id fade
1532
- id fill
1533
- id fill_horizontal
1534
- id fill_vertical
1535
- id filled
1536
- id filter_chip
1537
- id fitBottomStart
1538
- id fitCenter
1539
- id fitEnd
1540
- id fitStart
1541
- id fitToContents
1542
- id fitXY
1543
- id fixed
1544
- id flipper_skip_empty_view_group_traversal
1545
- id flipper_skip_view_traversal
1546
- id focusCrop
1547
- id forever
1548
- id fps_text
1549
- id fragment_container_view_tag
1550
- id ghost_view
1551
- id ghost_view_holder
1552
- id group_divider
1553
- id hideable
1554
- id home
1555
- id homeAsUp
1556
- id icon
1557
- id icon_group
1558
- id ifRoom
1559
- id image
1560
- id info
1561
- id italic
1562
- id item1
1563
- id item2
1564
- id item3
1565
- id item4
1566
- id item_touch_helper_previous_elevation
1567
- id labeled
1568
- id labelled_by
1569
- id largeLabel
1570
- id left
1571
- id line1
1572
- id line3
1573
- id listMode
1574
- id list_item
1575
- id masked
1576
- id message
1577
- id middle
1578
- id mini
1579
- id month_grid
1580
- id month_navigation_bar
1581
- id month_navigation_fragment_toggle
1582
- id month_navigation_next
1583
- id month_navigation_previous
1584
- id month_title
1585
- id mtrl_calendar_day_selector_frame
1586
- id mtrl_calendar_days_of_week
1587
- id mtrl_calendar_frame
1588
- id mtrl_calendar_main_pane
1589
- id mtrl_calendar_months
1590
- id mtrl_calendar_selection_frame
1591
- id mtrl_calendar_text_input_frame
1592
- id mtrl_calendar_year_selector_frame
1593
- id mtrl_card_checked_layer_id
1594
- id mtrl_child_content_container
1595
- id mtrl_internal_children_alpha_tag
1596
- id mtrl_picker_fullscreen
1597
- id mtrl_picker_header
1598
- id mtrl_picker_header_selection_text
1599
- id mtrl_picker_header_title_and_selection
1600
- id mtrl_picker_header_toggle
1601
- id mtrl_picker_text_input_date
1602
- id mtrl_picker_text_input_range_end
1603
- id mtrl_picker_text_input_range_start
1604
- id mtrl_picker_title_text
1605
- id multiply
1606
- id navigation_header_container
1607
- id never
1608
- id noScroll
1609
- id none
1610
- id normal
1611
- id notification_background
1612
- id notification_main_column
1613
- id notification_main_column_container
1614
- id off
1615
- id on
1616
- id outline
1617
- id parallax
1618
- id parentPanel
1619
- id parent_matrix
1620
- id password_toggle
1621
- id peekHeight
1622
- id pin
1623
- id pointer_events
1624
- id progress_circular
1625
- id progress_horizontal
1626
- id radio
1627
- id react_test_id
1628
- id right
1629
- id right_icon
1630
- id right_side
1631
- id rn_frame_file
1632
- id rn_frame_method
1633
- id rn_redbox_dismiss_button
1634
- id rn_redbox_line_separator
1635
- id rn_redbox_loading_indicator
1636
- id rn_redbox_reload_button
1637
- id rn_redbox_report_button
1638
- id rn_redbox_report_label
1639
- id rn_redbox_stack
1640
- id rounded
1641
- id save_non_transition_alpha
1642
- id save_overlay_view
1643
- id scale
1644
- id screen
1645
- id scroll
1646
- id scrollIndicatorDown
1647
- id scrollIndicatorUp
1648
- id scrollView
1649
- id scrollable
1650
- id search_badge
1651
- id search_bar
1652
- id search_button
1653
- id search_close_btn
1654
- id search_edit_frame
1655
- id search_go_btn
1656
- id search_mag_icon
1657
- id search_plate
1658
- id search_src_text
1659
- id search_voice_btn
1660
- id select_dialog_listview
1661
- id selected
1662
- id shortcut
1663
- id showCustom
1664
- id showHome
1665
- id showTitle
1666
- id skipCollapsed
1667
- id slide
1668
- id smallLabel
1669
- id snackbar_action
1670
- id snackbar_text
1671
- id snap
1672
- id snapMargins
1673
- id spacer
1674
- id special_effects_controller_view_tag
1675
- id split_action_bar
1676
- id src_atop
1677
- id src_in
1678
- id src_over
1679
- id start
1680
- id stretch
1681
- id submenuarrow
1682
- id submit_area
1683
- id tabMode
1684
- id tag_accessibility_actions
1685
- id tag_accessibility_clickable_spans
1686
- id tag_accessibility_heading
1687
- id tag_accessibility_pane_title
1688
- id tag_on_apply_window_listener
1689
- id tag_on_receive_content_listener
1690
- id tag_on_receive_content_mime_types
1691
- id tag_screen_reader_focusable
1692
- id tag_state_description
1693
- id tag_transition_group
1694
- id tag_unhandled_key_event_manager
1695
- id tag_unhandled_key_listeners
1696
- id tag_window_insets_animation_callback
1697
- id test_checkbox_android_button_tint
1698
- id test_checkbox_app_button_tint
1699
- id text
1700
- id text2
1701
- id textEnd
1702
- id textSpacerNoButtons
1703
- id textSpacerNoTitle
1704
- id textStart
1705
- id text_input_end_icon
1706
- id text_input_start_icon
1707
- id textinput_counter
1708
- id textinput_error
1709
- id textinput_helper_text
1710
- id time
1711
- id title
1712
- id titleDividerNoCustom
1713
- id title_template
1714
- id top
1715
- id topPanel
1716
- id touch_outside
1717
- id transition_current_scene
1718
- id transition_layout_save
1719
- id transition_position
1720
- id transition_scene_layoutid_cache
1721
- id transition_transform
1722
- id unchecked
1723
- id uniform
1724
- id unlabeled
1725
- id up
1726
- id useLogo
1727
- id view_offset_helper
1728
- id view_tag_instance_handle
1729
- id view_tag_native_id
1730
- id view_tree_lifecycle_owner
1731
- id view_tree_saved_state_registry_owner
1732
- id view_tree_view_model_store_owner
1733
- id visible
1734
- id visible_removing_fragment_view_tag
1735
- id withText
1736
- id wrap_content
1737
- integer abc_config_activityDefaultDur
1738
- integer abc_config_activityShortDur
1739
- integer app_bar_elevation_anim_duration
1740
- integer bottom_sheet_slide_duration
1741
- integer cancel_button_image_alpha
1742
- integer config_tooltipAnimTime
1743
- integer design_snackbar_text_max_lines
1744
- integer design_tab_indicator_anim_duration_ms
1745
- integer hide_password_duration
1746
- integer mtrl_badge_max_character_count
1747
- integer mtrl_btn_anim_delay_ms
1748
- integer mtrl_btn_anim_duration_ms
1749
- integer mtrl_calendar_header_orientation
1750
- integer mtrl_calendar_selection_text_lines
1751
- integer mtrl_calendar_year_selector_span
1752
- integer mtrl_card_anim_delay_ms
1753
- integer mtrl_card_anim_duration_ms
1754
- integer mtrl_chip_anim_duration
1755
- integer mtrl_tab_indicator_anim_duration_ms
1756
- integer react_native_dev_server_port
1757
- integer react_native_inspector_proxy_port
1758
- integer show_password_duration
1759
- integer status_bar_notification_info_maxnum
1760
- interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
1761
- interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
1762
- interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
1763
- interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
1764
- interpolator btn_radio_to_off_mtrl_animation_interpolator_0
1765
- interpolator btn_radio_to_on_mtrl_animation_interpolator_0
1766
- interpolator fast_out_slow_in
1767
- interpolator mtrl_fast_out_linear_in
1768
- interpolator mtrl_fast_out_slow_in
1769
- interpolator mtrl_linear
1770
- interpolator mtrl_linear_out_slow_in
1771
- layout abc_action_bar_title_item
1772
- layout abc_action_bar_up_container
1773
- layout abc_action_menu_item_layout
1774
- layout abc_action_menu_layout
1775
- layout abc_action_mode_bar
1776
- layout abc_action_mode_close_item_material
1777
- layout abc_activity_chooser_view
1778
- layout abc_activity_chooser_view_list_item
1779
- layout abc_alert_dialog_button_bar_material
1780
- layout abc_alert_dialog_material
1781
- layout abc_alert_dialog_title_material
1782
- layout abc_cascading_menu_item_layout
1783
- layout abc_dialog_title_material
1784
- layout abc_expanded_menu_layout
1785
- layout abc_list_menu_item_checkbox
1786
- layout abc_list_menu_item_icon
1787
- layout abc_list_menu_item_layout
1788
- layout abc_list_menu_item_radio
1789
- layout abc_popup_menu_header_item_layout
1790
- layout abc_popup_menu_item_layout
1791
- layout abc_screen_content_include
1792
- layout abc_screen_simple
1793
- layout abc_screen_simple_overlay_action_mode
1794
- layout abc_screen_toolbar
1795
- layout abc_search_dropdown_item_icons_2line
1796
- layout abc_search_view
1797
- layout abc_select_dialog_material
1798
- layout abc_tooltip
1799
- layout autofill_inline_suggestion
1800
- layout custom_dialog
1801
- layout design_bottom_navigation_item
1802
- layout design_bottom_sheet_dialog
1803
- layout design_layout_snackbar
1804
- layout design_layout_snackbar_include
1805
- layout design_layout_tab_icon
1806
- layout design_layout_tab_text
1807
- layout design_menu_item_action_area
1808
- layout design_navigation_item
1809
- layout design_navigation_item_header
1810
- layout design_navigation_item_separator
1811
- layout design_navigation_item_subheader
1812
- layout design_navigation_menu
1813
- layout design_navigation_menu_item
1814
- layout design_text_input_end_icon
1815
- layout design_text_input_start_icon
1816
- layout dev_loading_view
1817
- layout fps_view
1818
- layout mtrl_alert_dialog
1819
- layout mtrl_alert_dialog_actions
1820
- layout mtrl_alert_dialog_title
1821
- layout mtrl_alert_select_dialog_item
1822
- layout mtrl_alert_select_dialog_multichoice
1823
- layout mtrl_alert_select_dialog_singlechoice
1824
- layout mtrl_calendar_day
1825
- layout mtrl_calendar_day_of_week
1826
- layout mtrl_calendar_days_of_week
1827
- layout mtrl_calendar_horizontal
1828
- layout mtrl_calendar_month
1829
- layout mtrl_calendar_month_labeled
1830
- layout mtrl_calendar_month_navigation
1831
- layout mtrl_calendar_months
1832
- layout mtrl_calendar_vertical
1833
- layout mtrl_calendar_year
1834
- layout mtrl_layout_snackbar
1835
- layout mtrl_layout_snackbar_include
1836
- layout mtrl_picker_actions
1837
- layout mtrl_picker_dialog
1838
- layout mtrl_picker_fullscreen
1839
- layout mtrl_picker_header_dialog
1840
- layout mtrl_picker_header_fullscreen
1841
- layout mtrl_picker_header_selection_text
1842
- layout mtrl_picker_header_title_text
1843
- layout mtrl_picker_header_toggle
1844
- layout mtrl_picker_text_input_date
1845
- layout mtrl_picker_text_input_date_range
1846
- layout notification_action
1847
- layout notification_action_tombstone
1848
- layout notification_template_custom_big
1849
- layout notification_template_icon_group
1850
- layout notification_template_part_chronometer
1851
- layout notification_template_part_time
1852
- layout redbox_item_frame
1853
- layout redbox_item_title
1854
- layout redbox_view
1855
- layout select_dialog_item_material
1856
- layout select_dialog_multichoice_material
1857
- layout select_dialog_singlechoice_material
1858
- layout support_simple_spinner_dropdown_item
1859
- layout test_action_chip
1860
- layout test_design_checkbox
1861
- layout test_reflow_chipgroup
1862
- layout test_toolbar
1863
- layout test_toolbar_custom_background
1864
- layout test_toolbar_elevation
1865
- layout test_toolbar_surface
1866
- layout text_view_with_line_height_from_appearance
1867
- layout text_view_with_line_height_from_layout
1868
- layout text_view_with_line_height_from_style
1869
- layout text_view_with_theme_line_height
1870
- layout text_view_without_line_height
1871
- menu example_menu
1872
- menu example_menu2
1873
- mipmap ic_launcher
1874
- mipmap ic_launcher_round
1875
- plurals mtrl_badge_content_description
1876
- string abc_action_bar_home_description
1877
- string abc_action_bar_up_description
1878
- string abc_action_menu_overflow_description
1879
- string abc_action_mode_done
1880
- string abc_activity_chooser_view_see_all
1881
- string abc_activitychooserview_choose_application
1882
- string abc_capital_off
1883
- string abc_capital_on
1884
- string abc_menu_alt_shortcut_label
1885
- string abc_menu_ctrl_shortcut_label
1886
- string abc_menu_delete_shortcut_label
1887
- string abc_menu_enter_shortcut_label
1888
- string abc_menu_function_shortcut_label
1889
- string abc_menu_meta_shortcut_label
1890
- string abc_menu_shift_shortcut_label
1891
- string abc_menu_space_shortcut_label
1892
- string abc_menu_sym_shortcut_label
1893
- string abc_prepend_shortcut_label
1894
- string abc_search_hint
1895
- string abc_searchview_description_clear
1896
- string abc_searchview_description_query
1897
- string abc_searchview_description_search
1898
- string abc_searchview_description_submit
1899
- string abc_searchview_description_voice
1900
- string abc_shareactionprovider_share_with
1901
- string abc_shareactionprovider_share_with_application
1902
- string abc_toolbar_collapse_description
1903
- string alert_description
1904
- string androidx_startup
1905
- string app_name
1906
- string appbar_scrolling_view_behavior
1907
- string bottom_sheet_behavior
1908
- string catalyst_change_bundle_location
1909
- string catalyst_copy_button
1910
- string catalyst_debug
1911
- string catalyst_debug_chrome
1912
- string catalyst_debug_chrome_stop
1913
- string catalyst_debug_connecting
1914
- string catalyst_debug_error
1915
- string catalyst_debug_open
1916
- string catalyst_debug_stop
1917
- string catalyst_devtools_open
1918
- string catalyst_dismiss_button
1919
- string catalyst_heap_capture
1920
- string catalyst_hot_reloading
1921
- string catalyst_hot_reloading_auto_disable
1922
- string catalyst_hot_reloading_auto_enable
1923
- string catalyst_hot_reloading_stop
1924
- string catalyst_inspector
1925
- string catalyst_inspector_stop
1926
- string catalyst_loading_from_url
1927
- string catalyst_open_flipper_error
1928
- string catalyst_perf_monitor
1929
- string catalyst_perf_monitor_stop
1930
- string catalyst_reload
1931
- string catalyst_reload_button
1932
- string catalyst_reload_error
1933
- string catalyst_report_button
1934
- string catalyst_sample_profiler_disable
1935
- string catalyst_sample_profiler_enable
1936
- string catalyst_settings
1937
- string catalyst_settings_title
1938
- string character_counter_content_description
1939
- string character_counter_overflowed_content_description
1940
- string character_counter_pattern
1941
- string chip_text
1942
- string clear_text_end_icon_content_description
1943
- string combobox_description
1944
- string error_icon_content_description
1945
- string exposed_dropdown_menu_content_description
1946
- string fab_transformation_scrim_behavior
1947
- string fab_transformation_sheet_behavior
1948
- string header_description
1949
- string hide_bottom_view_on_scroll_behavior
1950
- string icon_content_description
1951
- string image_description
1952
- string imagebutton_description
1953
- string link_description
1954
- string menu_description
1955
- string menubar_description
1956
- string menuitem_description
1957
- string mtrl_badge_numberless_content_description
1958
- string mtrl_chip_close_icon_content_description
1959
- string mtrl_exceed_max_badge_number_suffix
1960
- string mtrl_picker_a11y_next_month
1961
- string mtrl_picker_a11y_prev_month
1962
- string mtrl_picker_announce_current_selection
1963
- string mtrl_picker_cancel
1964
- string mtrl_picker_confirm
1965
- string mtrl_picker_date_header_selected
1966
- string mtrl_picker_date_header_title
1967
- string mtrl_picker_date_header_unselected
1968
- string mtrl_picker_day_of_week_column_header
1969
- string mtrl_picker_invalid_format
1970
- string mtrl_picker_invalid_format_example
1971
- string mtrl_picker_invalid_format_use
1972
- string mtrl_picker_invalid_range
1973
- string mtrl_picker_navigate_to_year_description
1974
- string mtrl_picker_out_of_range
1975
- string mtrl_picker_range_header_only_end_selected
1976
- string mtrl_picker_range_header_only_start_selected
1977
- string mtrl_picker_range_header_selected
1978
- string mtrl_picker_range_header_title
1979
- string mtrl_picker_range_header_unselected
1980
- string mtrl_picker_save
1981
- string mtrl_picker_text_input_date_hint
1982
- string mtrl_picker_text_input_date_range_end_hint
1983
- string mtrl_picker_text_input_date_range_start_hint
1984
- string mtrl_picker_text_input_day_abbr
1985
- string mtrl_picker_text_input_month_abbr
1986
- string mtrl_picker_text_input_year_abbr
1987
- string mtrl_picker_toggle_to_calendar_input_mode
1988
- string mtrl_picker_toggle_to_day_selection
1989
- string mtrl_picker_toggle_to_text_input_mode
1990
- string mtrl_picker_toggle_to_year_selection
1991
- string password_toggle_content_description
1992
- string path_password_eye
1993
- string path_password_eye_mask_strike_through
1994
- string path_password_eye_mask_visible
1995
- string path_password_strike_through
1996
- string progressbar_description
1997
- string radiogroup_description
1998
- string rn_tab_description
1999
- string scrollbar_description
2000
- string search_menu_title
2001
- string spinbutton_description
2002
- string state_busy_description
2003
- string state_collapsed_description
2004
- string state_expanded_description
2005
- string state_mixed_description
2006
- string state_off_description
2007
- string state_on_description
2008
- string state_unselected_description
2009
- string status_bar_notification_info_overflow
2010
- string summary_description
2011
- string tablist_description
2012
- string timer_description
2013
- string toolbar_description
2014
- style AlertDialog_AppCompat
2015
- style AlertDialog_AppCompat_Light
2016
- style Animation_AppCompat_Dialog
2017
- style Animation_AppCompat_DropDownUp
2018
- style Animation_AppCompat_Tooltip
2019
- style Animation_Catalyst_LogBox
2020
- style Animation_Catalyst_RedBox
2021
- style Animation_Design_BottomSheetDialog
2022
- style Animation_MaterialComponents_BottomSheetDialog
2023
- style AppTheme
2024
- style Base_AlertDialog_AppCompat
2025
- style Base_AlertDialog_AppCompat_Light
2026
- style Base_Animation_AppCompat_Dialog
2027
- style Base_Animation_AppCompat_DropDownUp
2028
- style Base_Animation_AppCompat_Tooltip
2029
- style Base_CardView
2030
- style Base_DialogWindowTitle_AppCompat
2031
- style Base_DialogWindowTitleBackground_AppCompat
2032
- style Base_MaterialAlertDialog_MaterialComponents_Title_Icon
2033
- style Base_MaterialAlertDialog_MaterialComponents_Title_Panel
2034
- style Base_MaterialAlertDialog_MaterialComponents_Title_Text
2035
- style Base_TextAppearance_AppCompat
2036
- style Base_TextAppearance_AppCompat_Body1
2037
- style Base_TextAppearance_AppCompat_Body2
2038
- style Base_TextAppearance_AppCompat_Button
2039
- style Base_TextAppearance_AppCompat_Caption
2040
- style Base_TextAppearance_AppCompat_Display1
2041
- style Base_TextAppearance_AppCompat_Display2
2042
- style Base_TextAppearance_AppCompat_Display3
2043
- style Base_TextAppearance_AppCompat_Display4
2044
- style Base_TextAppearance_AppCompat_Headline
2045
- style Base_TextAppearance_AppCompat_Inverse
2046
- style Base_TextAppearance_AppCompat_Large
2047
- style Base_TextAppearance_AppCompat_Large_Inverse
2048
- style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
2049
- style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
2050
- style Base_TextAppearance_AppCompat_Medium
2051
- style Base_TextAppearance_AppCompat_Medium_Inverse
2052
- style Base_TextAppearance_AppCompat_Menu
2053
- style Base_TextAppearance_AppCompat_SearchResult
2054
- style Base_TextAppearance_AppCompat_SearchResult_Subtitle
2055
- style Base_TextAppearance_AppCompat_SearchResult_Title
2056
- style Base_TextAppearance_AppCompat_Small
2057
- style Base_TextAppearance_AppCompat_Small_Inverse
2058
- style Base_TextAppearance_AppCompat_Subhead
2059
- style Base_TextAppearance_AppCompat_Subhead_Inverse
2060
- style Base_TextAppearance_AppCompat_Title
2061
- style Base_TextAppearance_AppCompat_Title_Inverse
2062
- style Base_TextAppearance_AppCompat_Tooltip
2063
- style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
2064
- style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
2065
- style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
2066
- style Base_TextAppearance_AppCompat_Widget_ActionBar_Title
2067
- style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
2068
- style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
2069
- style Base_TextAppearance_AppCompat_Widget_ActionMode_Title
2070
- style Base_TextAppearance_AppCompat_Widget_Button
2071
- style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
2072
- style Base_TextAppearance_AppCompat_Widget_Button_Colored
2073
- style Base_TextAppearance_AppCompat_Widget_Button_Inverse
2074
- style Base_TextAppearance_AppCompat_Widget_DropDownItem
2075
- style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
2076
- style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
2077
- style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
2078
- style Base_TextAppearance_AppCompat_Widget_Switch
2079
- style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
2080
- style Base_TextAppearance_MaterialComponents_Badge
2081
- style Base_TextAppearance_MaterialComponents_Button
2082
- style Base_TextAppearance_MaterialComponents_Headline6
2083
- style Base_TextAppearance_MaterialComponents_Subtitle2
2084
- style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
2085
- style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
2086
- style Base_TextAppearance_Widget_AppCompat_Toolbar_Title
2087
- style Base_Theme_AppCompat
2088
- style Base_Theme_AppCompat_CompactMenu
2089
- style Base_Theme_AppCompat_Dialog
2090
- style Base_Theme_AppCompat_Dialog_Alert
2091
- style Base_Theme_AppCompat_Dialog_FixedSize
2092
- style Base_Theme_AppCompat_Dialog_MinWidth
2093
- style Base_Theme_AppCompat_DialogWhenLarge
2094
- style Base_Theme_AppCompat_Light
2095
- style Base_Theme_AppCompat_Light_DarkActionBar
2096
- style Base_Theme_AppCompat_Light_Dialog
2097
- style Base_Theme_AppCompat_Light_Dialog_Alert
2098
- style Base_Theme_AppCompat_Light_Dialog_FixedSize
2099
- style Base_Theme_AppCompat_Light_Dialog_MinWidth
2100
- style Base_Theme_AppCompat_Light_DialogWhenLarge
2101
- style Base_Theme_MaterialComponents
2102
- style Base_Theme_MaterialComponents_Bridge
2103
- style Base_Theme_MaterialComponents_CompactMenu
2104
- style Base_Theme_MaterialComponents_Dialog
2105
- style Base_Theme_MaterialComponents_Dialog_Alert
2106
- style Base_Theme_MaterialComponents_Dialog_Bridge
2107
- style Base_Theme_MaterialComponents_Dialog_FixedSize
2108
- style Base_Theme_MaterialComponents_Dialog_MinWidth
2109
- style Base_Theme_MaterialComponents_DialogWhenLarge
2110
- style Base_Theme_MaterialComponents_Light
2111
- style Base_Theme_MaterialComponents_Light_Bridge
2112
- style Base_Theme_MaterialComponents_Light_DarkActionBar
2113
- style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge
2114
- style Base_Theme_MaterialComponents_Light_Dialog
2115
- style Base_Theme_MaterialComponents_Light_Dialog_Alert
2116
- style Base_Theme_MaterialComponents_Light_Dialog_Bridge
2117
- style Base_Theme_MaterialComponents_Light_Dialog_FixedSize
2118
- style Base_Theme_MaterialComponents_Light_Dialog_MinWidth
2119
- style Base_Theme_MaterialComponents_Light_DialogWhenLarge
2120
- style Base_ThemeOverlay_AppCompat
2121
- style Base_ThemeOverlay_AppCompat_ActionBar
2122
- style Base_ThemeOverlay_AppCompat_Dark
2123
- style Base_ThemeOverlay_AppCompat_Dark_ActionBar
2124
- style Base_ThemeOverlay_AppCompat_Dialog
2125
- style Base_ThemeOverlay_AppCompat_Dialog_Alert
2126
- style Base_ThemeOverlay_AppCompat_Light
2127
- style Base_ThemeOverlay_MaterialComponents_Dialog
2128
- style Base_ThemeOverlay_MaterialComponents_Dialog_Alert
2129
- style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog
2130
- style Base_V14_Theme_MaterialComponents
2131
- style Base_V14_Theme_MaterialComponents_Bridge
2132
- style Base_V14_Theme_MaterialComponents_Dialog
2133
- style Base_V14_Theme_MaterialComponents_Dialog_Bridge
2134
- style Base_V14_Theme_MaterialComponents_Light
2135
- style Base_V14_Theme_MaterialComponents_Light_Bridge
2136
- style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge
2137
- style Base_V14_Theme_MaterialComponents_Light_Dialog
2138
- style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge
2139
- style Base_V14_ThemeOverlay_MaterialComponents_Dialog
2140
- style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert
2141
- style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog
2142
- style Base_V21_Theme_AppCompat
2143
- style Base_V21_Theme_AppCompat_Dialog
2144
- style Base_V21_Theme_AppCompat_Light
2145
- style Base_V21_Theme_AppCompat_Light_Dialog
2146
- style Base_V21_ThemeOverlay_AppCompat_Dialog
2147
- style Base_V22_Theme_AppCompat
2148
- style Base_V22_Theme_AppCompat_Light
2149
- style Base_V23_Theme_AppCompat
2150
- style Base_V23_Theme_AppCompat_Light
2151
- style Base_V26_Theme_AppCompat
2152
- style Base_V26_Theme_AppCompat_Light
2153
- style Base_V26_Widget_AppCompat_Toolbar
2154
- style Base_V28_Theme_AppCompat
2155
- style Base_V28_Theme_AppCompat_Light
2156
- style Base_V7_Theme_AppCompat
2157
- style Base_V7_Theme_AppCompat_Dialog
2158
- style Base_V7_Theme_AppCompat_Light
2159
- style Base_V7_Theme_AppCompat_Light_Dialog
2160
- style Base_V7_ThemeOverlay_AppCompat_Dialog
2161
- style Base_V7_Widget_AppCompat_AutoCompleteTextView
2162
- style Base_V7_Widget_AppCompat_EditText
2163
- style Base_V7_Widget_AppCompat_Toolbar
2164
- style Base_Widget_AppCompat_ActionBar
2165
- style Base_Widget_AppCompat_ActionBar_Solid
2166
- style Base_Widget_AppCompat_ActionBar_TabBar
2167
- style Base_Widget_AppCompat_ActionBar_TabText
2168
- style Base_Widget_AppCompat_ActionBar_TabView
2169
- style Base_Widget_AppCompat_ActionButton
2170
- style Base_Widget_AppCompat_ActionButton_CloseMode
2171
- style Base_Widget_AppCompat_ActionButton_Overflow
2172
- style Base_Widget_AppCompat_ActionMode
2173
- style Base_Widget_AppCompat_ActivityChooserView
2174
- style Base_Widget_AppCompat_AutoCompleteTextView
2175
- style Base_Widget_AppCompat_Button
2176
- style Base_Widget_AppCompat_Button_Borderless
2177
- style Base_Widget_AppCompat_Button_Borderless_Colored
2178
- style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
2179
- style Base_Widget_AppCompat_Button_Colored
2180
- style Base_Widget_AppCompat_Button_Small
2181
- style Base_Widget_AppCompat_ButtonBar
2182
- style Base_Widget_AppCompat_ButtonBar_AlertDialog
2183
- style Base_Widget_AppCompat_CompoundButton_CheckBox
2184
- style Base_Widget_AppCompat_CompoundButton_RadioButton
2185
- style Base_Widget_AppCompat_CompoundButton_Switch
2186
- style Base_Widget_AppCompat_DrawerArrowToggle
2187
- style Base_Widget_AppCompat_DrawerArrowToggle_Common
2188
- style Base_Widget_AppCompat_DropDownItem_Spinner
2189
- style Base_Widget_AppCompat_EditText
2190
- style Base_Widget_AppCompat_ImageButton
2191
- style Base_Widget_AppCompat_Light_ActionBar
2192
- style Base_Widget_AppCompat_Light_ActionBar_Solid
2193
- style Base_Widget_AppCompat_Light_ActionBar_TabBar
2194
- style Base_Widget_AppCompat_Light_ActionBar_TabText
2195
- style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
2196
- style Base_Widget_AppCompat_Light_ActionBar_TabView
2197
- style Base_Widget_AppCompat_Light_PopupMenu
2198
- style Base_Widget_AppCompat_Light_PopupMenu_Overflow
2199
- style Base_Widget_AppCompat_ListMenuView
2200
- style Base_Widget_AppCompat_ListPopupWindow
2201
- style Base_Widget_AppCompat_ListView
2202
- style Base_Widget_AppCompat_ListView_DropDown
2203
- style Base_Widget_AppCompat_ListView_Menu
2204
- style Base_Widget_AppCompat_PopupMenu
2205
- style Base_Widget_AppCompat_PopupMenu_Overflow
2206
- style Base_Widget_AppCompat_PopupWindow
2207
- style Base_Widget_AppCompat_ProgressBar
2208
- style Base_Widget_AppCompat_ProgressBar_Horizontal
2209
- style Base_Widget_AppCompat_RatingBar
2210
- style Base_Widget_AppCompat_RatingBar_Indicator
2211
- style Base_Widget_AppCompat_RatingBar_Small
2212
- style Base_Widget_AppCompat_SearchView
2213
- style Base_Widget_AppCompat_SearchView_ActionBar
2214
- style Base_Widget_AppCompat_SeekBar
2215
- style Base_Widget_AppCompat_SeekBar_Discrete
2216
- style Base_Widget_AppCompat_Spinner
2217
- style Base_Widget_AppCompat_Spinner_Underlined
2218
- style Base_Widget_AppCompat_TextView
2219
- style Base_Widget_AppCompat_TextView_SpinnerItem
2220
- style Base_Widget_AppCompat_Toolbar
2221
- style Base_Widget_AppCompat_Toolbar_Button_Navigation
2222
- style Base_Widget_Design_TabLayout
2223
- style Base_Widget_MaterialComponents_AutoCompleteTextView
2224
- style Base_Widget_MaterialComponents_CheckedTextView
2225
- style Base_Widget_MaterialComponents_Chip
2226
- style Base_Widget_MaterialComponents_PopupMenu
2227
- style Base_Widget_MaterialComponents_PopupMenu_ContextMenu
2228
- style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow
2229
- style Base_Widget_MaterialComponents_PopupMenu_Overflow
2230
- style Base_Widget_MaterialComponents_TextInputEditText
2231
- style Base_Widget_MaterialComponents_TextInputLayout
2232
- style Base_Widget_MaterialComponents_TextView
2233
- style CalendarDatePickerDialog
2234
- style CalendarDatePickerStyle
2235
- style CardView
2236
- style CardView_Dark
2237
- style CardView_Light
2238
- style DialogAnimationFade
2239
- style DialogAnimationSlide
2240
- style EmptyTheme
2241
- style MaterialAlertDialog_MaterialComponents
2242
- style MaterialAlertDialog_MaterialComponents_Body_Text
2243
- style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar
2244
- style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner
2245
- style MaterialAlertDialog_MaterialComponents_Title_Icon
2246
- style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked
2247
- style MaterialAlertDialog_MaterialComponents_Title_Panel
2248
- style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked
2249
- style MaterialAlertDialog_MaterialComponents_Title_Text
2250
- style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked
2251
- style Platform_AppCompat
2252
- style Platform_AppCompat_Light
2253
- style Platform_MaterialComponents
2254
- style Platform_MaterialComponents_Dialog
2255
- style Platform_MaterialComponents_Light
2256
- style Platform_MaterialComponents_Light_Dialog
2257
- style Platform_ThemeOverlay_AppCompat
2258
- style Platform_ThemeOverlay_AppCompat_Dark
2259
- style Platform_ThemeOverlay_AppCompat_Light
2260
- style Platform_V21_AppCompat
2261
- style Platform_V21_AppCompat_Light
2262
- style Platform_V25_AppCompat
2263
- style Platform_V25_AppCompat_Light
2264
- style Platform_Widget_AppCompat_Spinner
2265
- style RtlOverlay_DialogWindowTitle_AppCompat
2266
- style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
2267
- style RtlOverlay_Widget_AppCompat_DialogTitle_Icon
2268
- style RtlOverlay_Widget_AppCompat_PopupMenuItem
2269
- style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
2270
- style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut
2271
- style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow
2272
- style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
2273
- style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title
2274
- style RtlOverlay_Widget_AppCompat_Search_DropDown
2275
- style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
2276
- style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
2277
- style RtlOverlay_Widget_AppCompat_Search_DropDown_Query
2278
- style RtlOverlay_Widget_AppCompat_Search_DropDown_Text
2279
- style RtlOverlay_Widget_AppCompat_SearchView_MagIcon
2280
- style RtlUnderlay_Widget_AppCompat_ActionButton
2281
- style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
2282
- style ShapeAppearance_MaterialComponents
2283
- style ShapeAppearance_MaterialComponents_LargeComponent
2284
- style ShapeAppearance_MaterialComponents_MediumComponent
2285
- style ShapeAppearance_MaterialComponents_SmallComponent
2286
- style ShapeAppearance_MaterialComponents_Test
2287
- style ShapeAppearanceOverlay
2288
- style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize
2289
- style ShapeAppearanceOverlay_BottomRightCut
2290
- style ShapeAppearanceOverlay_Cut
2291
- style ShapeAppearanceOverlay_DifferentCornerSize
2292
- style ShapeAppearanceOverlay_MaterialComponents_BottomSheet
2293
- style ShapeAppearanceOverlay_MaterialComponents_Chip
2294
- style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton
2295
- style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton
2296
- style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
2297
- style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen
2298
- style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
2299
- style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox
2300
- style ShapeAppearanceOverlay_TopLeftCut
2301
- style ShapeAppearanceOverlay_TopRightDifferentCornerSize
2302
- style SpinnerDatePickerDialog
2303
- style SpinnerDatePickerStyle
2304
- style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
2305
- style Test_Theme_MaterialComponents_MaterialCalendar
2306
- style Test_Widget_MaterialComponents_MaterialCalendar
2307
- style Test_Widget_MaterialComponents_MaterialCalendar_Day
2308
- style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected
2309
- style TestStyleWithLineHeight
2310
- style TestStyleWithLineHeightAppearance
2311
- style TestStyleWithThemeLineHeightAttribute
2312
- style TestStyleWithoutLineHeight
2313
- style TestThemeWithLineHeight
2314
- style TestThemeWithLineHeightDisabled
2315
- style TextAppearance_AppCompat
2316
- style TextAppearance_AppCompat_Body1
2317
- style TextAppearance_AppCompat_Body2
2318
- style TextAppearance_AppCompat_Button
2319
- style TextAppearance_AppCompat_Caption
2320
- style TextAppearance_AppCompat_Display1
2321
- style TextAppearance_AppCompat_Display2
2322
- style TextAppearance_AppCompat_Display3
2323
- style TextAppearance_AppCompat_Display4
2324
- style TextAppearance_AppCompat_Headline
2325
- style TextAppearance_AppCompat_Inverse
2326
- style TextAppearance_AppCompat_Large
2327
- style TextAppearance_AppCompat_Large_Inverse
2328
- style TextAppearance_AppCompat_Light_SearchResult_Subtitle
2329
- style TextAppearance_AppCompat_Light_SearchResult_Title
2330
- style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
2331
- style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
2332
- style TextAppearance_AppCompat_Medium
2333
- style TextAppearance_AppCompat_Medium_Inverse
2334
- style TextAppearance_AppCompat_Menu
2335
- style TextAppearance_AppCompat_SearchResult_Subtitle
2336
- style TextAppearance_AppCompat_SearchResult_Title
2337
- style TextAppearance_AppCompat_Small
2338
- style TextAppearance_AppCompat_Small_Inverse
2339
- style TextAppearance_AppCompat_Subhead
2340
- style TextAppearance_AppCompat_Subhead_Inverse
2341
- style TextAppearance_AppCompat_Title
2342
- style TextAppearance_AppCompat_Title_Inverse
2343
- style TextAppearance_AppCompat_Tooltip
2344
- style TextAppearance_AppCompat_Widget_ActionBar_Menu
2345
- style TextAppearance_AppCompat_Widget_ActionBar_Subtitle
2346
- style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
2347
- style TextAppearance_AppCompat_Widget_ActionBar_Title
2348
- style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
2349
- style TextAppearance_AppCompat_Widget_ActionMode_Subtitle
2350
- style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
2351
- style TextAppearance_AppCompat_Widget_ActionMode_Title
2352
- style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
2353
- style TextAppearance_AppCompat_Widget_Button
2354
- style TextAppearance_AppCompat_Widget_Button_Borderless_Colored
2355
- style TextAppearance_AppCompat_Widget_Button_Colored
2356
- style TextAppearance_AppCompat_Widget_Button_Inverse
2357
- style TextAppearance_AppCompat_Widget_DropDownItem
2358
- style TextAppearance_AppCompat_Widget_PopupMenu_Header
2359
- style TextAppearance_AppCompat_Widget_PopupMenu_Large
2360
- style TextAppearance_AppCompat_Widget_PopupMenu_Small
2361
- style TextAppearance_AppCompat_Widget_Switch
2362
- style TextAppearance_AppCompat_Widget_TextView_SpinnerItem
2363
- style TextAppearance_Compat_Notification
2364
- style TextAppearance_Compat_Notification_Info
2365
- style TextAppearance_Compat_Notification_Line2
2366
- style TextAppearance_Compat_Notification_Time
2367
- style TextAppearance_Compat_Notification_Title
2368
- style TextAppearance_Design_CollapsingToolbar_Expanded
2369
- style TextAppearance_Design_Counter
2370
- style TextAppearance_Design_Counter_Overflow
2371
- style TextAppearance_Design_Error
2372
- style TextAppearance_Design_HelperText
2373
- style TextAppearance_Design_Hint
2374
- style TextAppearance_Design_Snackbar_Message
2375
- style TextAppearance_Design_Tab
2376
- style TextAppearance_MaterialComponents_Badge
2377
- style TextAppearance_MaterialComponents_Body1
2378
- style TextAppearance_MaterialComponents_Body2
2379
- style TextAppearance_MaterialComponents_Button
2380
- style TextAppearance_MaterialComponents_Caption
2381
- style TextAppearance_MaterialComponents_Chip
2382
- style TextAppearance_MaterialComponents_Headline1
2383
- style TextAppearance_MaterialComponents_Headline2
2384
- style TextAppearance_MaterialComponents_Headline3
2385
- style TextAppearance_MaterialComponents_Headline4
2386
- style TextAppearance_MaterialComponents_Headline5
2387
- style TextAppearance_MaterialComponents_Headline6
2388
- style TextAppearance_MaterialComponents_Overline
2389
- style TextAppearance_MaterialComponents_Subtitle1
2390
- style TextAppearance_MaterialComponents_Subtitle2
2391
- style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
2392
- style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
2393
- style TextAppearance_Widget_AppCompat_Toolbar_Title
2394
- style Theme
2395
- style Theme_AppCompat
2396
- style Theme_AppCompat_CompactMenu
2397
- style Theme_AppCompat_DayNight
2398
- style Theme_AppCompat_DayNight_DarkActionBar
2399
- style Theme_AppCompat_DayNight_Dialog
2400
- style Theme_AppCompat_DayNight_Dialog_Alert
2401
- style Theme_AppCompat_DayNight_Dialog_MinWidth
2402
- style Theme_AppCompat_DayNight_DialogWhenLarge
2403
- style Theme_AppCompat_DayNight_NoActionBar
2404
- style Theme_AppCompat_Dialog
2405
- style Theme_AppCompat_Dialog_Alert
2406
- style Theme_AppCompat_Dialog_MinWidth
2407
- style Theme_AppCompat_DialogWhenLarge
2408
- style Theme_AppCompat_Empty
2409
- style Theme_AppCompat_Light
2410
- style Theme_AppCompat_Light_DarkActionBar
2411
- style Theme_AppCompat_Light_Dialog
2412
- style Theme_AppCompat_Light_Dialog_Alert
2413
- style Theme_AppCompat_Light_Dialog_MinWidth
2414
- style Theme_AppCompat_Light_DialogWhenLarge
2415
- style Theme_AppCompat_Light_NoActionBar
2416
- style Theme_AppCompat_NoActionBar
2417
- style Theme_AutofillInlineSuggestion
2418
- style Theme_Catalyst
2419
- style Theme_Catalyst_LogBox
2420
- style Theme_Catalyst_RedBox
2421
- style Theme_Design
2422
- style Theme_Design_BottomSheetDialog
2423
- style Theme_Design_Light
2424
- style Theme_Design_Light_BottomSheetDialog
2425
- style Theme_Design_Light_NoActionBar
2426
- style Theme_Design_NoActionBar
2427
- style Theme_FullScreenDialog
2428
- style Theme_FullScreenDialogAnimatedFade
2429
- style Theme_FullScreenDialogAnimatedSlide
2430
- style Theme_MaterialComponents
2431
- style Theme_MaterialComponents_BottomSheetDialog
2432
- style Theme_MaterialComponents_Bridge
2433
- style Theme_MaterialComponents_CompactMenu
2434
- style Theme_MaterialComponents_DayNight
2435
- style Theme_MaterialComponents_DayNight_BottomSheetDialog
2436
- style Theme_MaterialComponents_DayNight_Bridge
2437
- style Theme_MaterialComponents_DayNight_DarkActionBar
2438
- style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge
2439
- style Theme_MaterialComponents_DayNight_Dialog
2440
- style Theme_MaterialComponents_DayNight_Dialog_Alert
2441
- style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge
2442
- style Theme_MaterialComponents_DayNight_Dialog_Bridge
2443
- style Theme_MaterialComponents_DayNight_Dialog_FixedSize
2444
- style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge
2445
- style Theme_MaterialComponents_DayNight_Dialog_MinWidth
2446
- style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge
2447
- style Theme_MaterialComponents_DayNight_DialogWhenLarge
2448
- style Theme_MaterialComponents_DayNight_NoActionBar
2449
- style Theme_MaterialComponents_DayNight_NoActionBar_Bridge
2450
- style Theme_MaterialComponents_Dialog
2451
- style Theme_MaterialComponents_Dialog_Alert
2452
- style Theme_MaterialComponents_Dialog_Alert_Bridge
2453
- style Theme_MaterialComponents_Dialog_Bridge
2454
- style Theme_MaterialComponents_Dialog_FixedSize
2455
- style Theme_MaterialComponents_Dialog_FixedSize_Bridge
2456
- style Theme_MaterialComponents_Dialog_MinWidth
2457
- style Theme_MaterialComponents_Dialog_MinWidth_Bridge
2458
- style Theme_MaterialComponents_DialogWhenLarge
2459
- style Theme_MaterialComponents_Light
2460
- style Theme_MaterialComponents_Light_BarSize
2461
- style Theme_MaterialComponents_Light_BottomSheetDialog
2462
- style Theme_MaterialComponents_Light_Bridge
2463
- style Theme_MaterialComponents_Light_DarkActionBar
2464
- style Theme_MaterialComponents_Light_DarkActionBar_Bridge
2465
- style Theme_MaterialComponents_Light_Dialog
2466
- style Theme_MaterialComponents_Light_Dialog_Alert
2467
- style Theme_MaterialComponents_Light_Dialog_Alert_Bridge
2468
- style Theme_MaterialComponents_Light_Dialog_Bridge
2469
- style Theme_MaterialComponents_Light_Dialog_FixedSize
2470
- style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge
2471
- style Theme_MaterialComponents_Light_Dialog_MinWidth
2472
- style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge
2473
- style Theme_MaterialComponents_Light_DialogWhenLarge
2474
- style Theme_MaterialComponents_Light_LargeTouch
2475
- style Theme_MaterialComponents_Light_NoActionBar
2476
- style Theme_MaterialComponents_Light_NoActionBar_Bridge
2477
- style Theme_MaterialComponents_NoActionBar
2478
- style Theme_MaterialComponents_NoActionBar_Bridge
2479
- style Theme_ReactNative_AppCompat_Light
2480
- style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen
2481
- style ThemeOverlay_AppCompat
2482
- style ThemeOverlay_AppCompat_ActionBar
2483
- style ThemeOverlay_AppCompat_Dark
2484
- style ThemeOverlay_AppCompat_Dark_ActionBar
2485
- style ThemeOverlay_AppCompat_DayNight
2486
- style ThemeOverlay_AppCompat_DayNight_ActionBar
2487
- style ThemeOverlay_AppCompat_Dialog
2488
- style ThemeOverlay_AppCompat_Dialog_Alert
2489
- style ThemeOverlay_AppCompat_Light
2490
- style ThemeOverlay_Design_TextInputEditText
2491
- style ThemeOverlay_MaterialComponents
2492
- style ThemeOverlay_MaterialComponents_ActionBar
2493
- style ThemeOverlay_MaterialComponents_ActionBar_Primary
2494
- style ThemeOverlay_MaterialComponents_ActionBar_Surface
2495
- style ThemeOverlay_MaterialComponents_AutoCompleteTextView
2496
- style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox
2497
- style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
2498
- style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox
2499
- style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
2500
- style ThemeOverlay_MaterialComponents_BottomAppBar_Primary
2501
- style ThemeOverlay_MaterialComponents_BottomAppBar_Surface
2502
- style ThemeOverlay_MaterialComponents_BottomSheetDialog
2503
- style ThemeOverlay_MaterialComponents_Dark
2504
- style ThemeOverlay_MaterialComponents_Dark_ActionBar
2505
- style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog
2506
- style ThemeOverlay_MaterialComponents_Dialog
2507
- style ThemeOverlay_MaterialComponents_Dialog_Alert
2508
- style ThemeOverlay_MaterialComponents_Light
2509
- style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog
2510
- style ThemeOverlay_MaterialComponents_MaterialAlertDialog
2511
- style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered
2512
- style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date
2513
- style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar
2514
- style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text
2515
- style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day
2516
- style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner
2517
- style ThemeOverlay_MaterialComponents_MaterialCalendar
2518
- style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen
2519
- style ThemeOverlay_MaterialComponents_TextInputEditText
2520
- style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox
2521
- style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense
2522
- style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox
2523
- style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense
2524
- style ThemeOverlay_MaterialComponents_Toolbar_Primary
2525
- style ThemeOverlay_MaterialComponents_Toolbar_Surface
2526
- style Widget_AppCompat_ActionBar
2527
- style Widget_AppCompat_ActionBar_Solid
2528
- style Widget_AppCompat_ActionBar_TabBar
2529
- style Widget_AppCompat_ActionBar_TabText
2530
- style Widget_AppCompat_ActionBar_TabView
2531
- style Widget_AppCompat_ActionButton
2532
- style Widget_AppCompat_ActionButton_CloseMode
2533
- style Widget_AppCompat_ActionButton_Overflow
2534
- style Widget_AppCompat_ActionMode
2535
- style Widget_AppCompat_ActivityChooserView
2536
- style Widget_AppCompat_AutoCompleteTextView
2537
- style Widget_AppCompat_Button
2538
- style Widget_AppCompat_Button_Borderless
2539
- style Widget_AppCompat_Button_Borderless_Colored
2540
- style Widget_AppCompat_Button_ButtonBar_AlertDialog
2541
- style Widget_AppCompat_Button_Colored
2542
- style Widget_AppCompat_Button_Small
2543
- style Widget_AppCompat_ButtonBar
2544
- style Widget_AppCompat_ButtonBar_AlertDialog
2545
- style Widget_AppCompat_CompoundButton_CheckBox
2546
- style Widget_AppCompat_CompoundButton_RadioButton
2547
- style Widget_AppCompat_CompoundButton_Switch
2548
- style Widget_AppCompat_DrawerArrowToggle
2549
- style Widget_AppCompat_DropDownItem_Spinner
2550
- style Widget_AppCompat_EditText
2551
- style Widget_AppCompat_ImageButton
2552
- style Widget_AppCompat_Light_ActionBar
2553
- style Widget_AppCompat_Light_ActionBar_Solid
2554
- style Widget_AppCompat_Light_ActionBar_Solid_Inverse
2555
- style Widget_AppCompat_Light_ActionBar_TabBar
2556
- style Widget_AppCompat_Light_ActionBar_TabBar_Inverse
2557
- style Widget_AppCompat_Light_ActionBar_TabText
2558
- style Widget_AppCompat_Light_ActionBar_TabText_Inverse
2559
- style Widget_AppCompat_Light_ActionBar_TabView
2560
- style Widget_AppCompat_Light_ActionBar_TabView_Inverse
2561
- style Widget_AppCompat_Light_ActionButton
2562
- style Widget_AppCompat_Light_ActionButton_CloseMode
2563
- style Widget_AppCompat_Light_ActionButton_Overflow
2564
- style Widget_AppCompat_Light_ActionMode_Inverse
2565
- style Widget_AppCompat_Light_ActivityChooserView
2566
- style Widget_AppCompat_Light_AutoCompleteTextView
2567
- style Widget_AppCompat_Light_DropDownItem_Spinner
2568
- style Widget_AppCompat_Light_ListPopupWindow
2569
- style Widget_AppCompat_Light_ListView_DropDown
2570
- style Widget_AppCompat_Light_PopupMenu
2571
- style Widget_AppCompat_Light_PopupMenu_Overflow
2572
- style Widget_AppCompat_Light_SearchView
2573
- style Widget_AppCompat_Light_Spinner_DropDown_ActionBar
2574
- style Widget_AppCompat_ListMenuView
2575
- style Widget_AppCompat_ListPopupWindow
2576
- style Widget_AppCompat_ListView
2577
- style Widget_AppCompat_ListView_DropDown
2578
- style Widget_AppCompat_ListView_Menu
2579
- style Widget_AppCompat_PopupMenu
2580
- style Widget_AppCompat_PopupMenu_Overflow
2581
- style Widget_AppCompat_PopupWindow
2582
- style Widget_AppCompat_ProgressBar
2583
- style Widget_AppCompat_ProgressBar_Horizontal
2584
- style Widget_AppCompat_RatingBar
2585
- style Widget_AppCompat_RatingBar_Indicator
2586
- style Widget_AppCompat_RatingBar_Small
2587
- style Widget_AppCompat_SearchView
2588
- style Widget_AppCompat_SearchView_ActionBar
2589
- style Widget_AppCompat_SeekBar
2590
- style Widget_AppCompat_SeekBar_Discrete
2591
- style Widget_AppCompat_Spinner
2592
- style Widget_AppCompat_Spinner_DropDown
2593
- style Widget_AppCompat_Spinner_DropDown_ActionBar
2594
- style Widget_AppCompat_Spinner_Underlined
2595
- style Widget_AppCompat_TextView
2596
- style Widget_AppCompat_TextView_SpinnerItem
2597
- style Widget_AppCompat_Toolbar
2598
- style Widget_AppCompat_Toolbar_Button_Navigation
2599
- style Widget_Autofill
2600
- style Widget_Autofill_InlineSuggestionChip
2601
- style Widget_Autofill_InlineSuggestionEndIconStyle
2602
- style Widget_Autofill_InlineSuggestionStartIconStyle
2603
- style Widget_Autofill_InlineSuggestionSubtitle
2604
- style Widget_Autofill_InlineSuggestionTitle
2605
- style Widget_Compat_NotificationActionContainer
2606
- style Widget_Compat_NotificationActionText
2607
- style Widget_Design_AppBarLayout
2608
- style Widget_Design_BottomNavigationView
2609
- style Widget_Design_BottomSheet_Modal
2610
- style Widget_Design_CollapsingToolbar
2611
- style Widget_Design_FloatingActionButton
2612
- style Widget_Design_NavigationView
2613
- style Widget_Design_ScrimInsetsFrameLayout
2614
- style Widget_Design_Snackbar
2615
- style Widget_Design_TabLayout
2616
- style Widget_Design_TextInputLayout
2617
- style Widget_MaterialComponents_ActionBar_Primary
2618
- style Widget_MaterialComponents_ActionBar_PrimarySurface
2619
- style Widget_MaterialComponents_ActionBar_Solid
2620
- style Widget_MaterialComponents_ActionBar_Surface
2621
- style Widget_MaterialComponents_AppBarLayout_Primary
2622
- style Widget_MaterialComponents_AppBarLayout_PrimarySurface
2623
- style Widget_MaterialComponents_AppBarLayout_Surface
2624
- style Widget_MaterialComponents_AutoCompleteTextView_FilledBox
2625
- style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
2626
- style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox
2627
- style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
2628
- style Widget_MaterialComponents_Badge
2629
- style Widget_MaterialComponents_BottomAppBar
2630
- style Widget_MaterialComponents_BottomAppBar_Colored
2631
- style Widget_MaterialComponents_BottomAppBar_PrimarySurface
2632
- style Widget_MaterialComponents_BottomNavigationView
2633
- style Widget_MaterialComponents_BottomNavigationView_Colored
2634
- style Widget_MaterialComponents_BottomNavigationView_PrimarySurface
2635
- style Widget_MaterialComponents_BottomSheet
2636
- style Widget_MaterialComponents_BottomSheet_Modal
2637
- style Widget_MaterialComponents_Button
2638
- style Widget_MaterialComponents_Button_Icon
2639
- style Widget_MaterialComponents_Button_OutlinedButton
2640
- style Widget_MaterialComponents_Button_OutlinedButton_Icon
2641
- style Widget_MaterialComponents_Button_TextButton
2642
- style Widget_MaterialComponents_Button_TextButton_Dialog
2643
- style Widget_MaterialComponents_Button_TextButton_Dialog_Flush
2644
- style Widget_MaterialComponents_Button_TextButton_Dialog_Icon
2645
- style Widget_MaterialComponents_Button_TextButton_Icon
2646
- style Widget_MaterialComponents_Button_TextButton_Snackbar
2647
- style Widget_MaterialComponents_Button_UnelevatedButton
2648
- style Widget_MaterialComponents_Button_UnelevatedButton_Icon
2649
- style Widget_MaterialComponents_CardView
2650
- style Widget_MaterialComponents_CheckedTextView
2651
- style Widget_MaterialComponents_Chip_Action
2652
- style Widget_MaterialComponents_Chip_Choice
2653
- style Widget_MaterialComponents_Chip_Entry
2654
- style Widget_MaterialComponents_Chip_Filter
2655
- style Widget_MaterialComponents_ChipGroup
2656
- style Widget_MaterialComponents_CompoundButton_CheckBox
2657
- style Widget_MaterialComponents_CompoundButton_RadioButton
2658
- style Widget_MaterialComponents_CompoundButton_Switch
2659
- style Widget_MaterialComponents_ExtendedFloatingActionButton
2660
- style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon
2661
- style Widget_MaterialComponents_FloatingActionButton
2662
- style Widget_MaterialComponents_Light_ActionBar_Solid
2663
- style Widget_MaterialComponents_MaterialButtonToggleGroup
2664
- style Widget_MaterialComponents_MaterialCalendar
2665
- style Widget_MaterialComponents_MaterialCalendar_Day
2666
- style Widget_MaterialComponents_MaterialCalendar_Day_Invalid
2667
- style Widget_MaterialComponents_MaterialCalendar_Day_Selected
2668
- style Widget_MaterialComponents_MaterialCalendar_Day_Today
2669
- style Widget_MaterialComponents_MaterialCalendar_DayTextView
2670
- style Widget_MaterialComponents_MaterialCalendar_Fullscreen
2671
- style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton
2672
- style Widget_MaterialComponents_MaterialCalendar_HeaderDivider
2673
- style Widget_MaterialComponents_MaterialCalendar_HeaderLayout
2674
- style Widget_MaterialComponents_MaterialCalendar_HeaderSelection
2675
- style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen
2676
- style Widget_MaterialComponents_MaterialCalendar_HeaderTitle
2677
- style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
2678
- style Widget_MaterialComponents_MaterialCalendar_Item
2679
- style Widget_MaterialComponents_MaterialCalendar_Year
2680
- style Widget_MaterialComponents_MaterialCalendar_Year_Selected
2681
- style Widget_MaterialComponents_MaterialCalendar_Year_Today
2682
- style Widget_MaterialComponents_NavigationView
2683
- style Widget_MaterialComponents_PopupMenu
2684
- style Widget_MaterialComponents_PopupMenu_ContextMenu
2685
- style Widget_MaterialComponents_PopupMenu_ListPopupWindow
2686
- style Widget_MaterialComponents_PopupMenu_Overflow
2687
- style Widget_MaterialComponents_Snackbar
2688
- style Widget_MaterialComponents_Snackbar_FullWidth
2689
- style Widget_MaterialComponents_TabLayout
2690
- style Widget_MaterialComponents_TabLayout_Colored
2691
- style Widget_MaterialComponents_TabLayout_PrimarySurface
2692
- style Widget_MaterialComponents_TextInputEditText_FilledBox
2693
- style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense
2694
- style Widget_MaterialComponents_TextInputEditText_OutlinedBox
2695
- style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense
2696
- style Widget_MaterialComponents_TextInputLayout_FilledBox
2697
- style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense
2698
- style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
2699
- style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu
2700
- style Widget_MaterialComponents_TextInputLayout_OutlinedBox
2701
- style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense
2702
- style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
2703
- style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu
2704
- style Widget_MaterialComponents_TextView
2705
- style Widget_MaterialComponents_Toolbar
2706
- style Widget_MaterialComponents_Toolbar_Primary
2707
- style Widget_MaterialComponents_Toolbar_PrimarySurface
2708
- style Widget_MaterialComponents_Toolbar_Surface
2709
- style Widget_Support_CoordinatorLayout
2710
- style redboxButton
2711
- styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle
2712
- styleable ActionBarLayout android_layout_gravity
2713
- styleable ActionMenuItemView android_minWidth
2714
- styleable ActionMenuView
2715
- styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle
2716
- styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount
2717
- styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout
2718
- styleable AnimatedStateListDrawableCompat android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration
2719
- styleable AnimatedStateListDrawableItem android_id android_drawable
2720
- styleable AnimatedStateListDrawableTransition android_drawable android_toId android_fromId android_reversible
2721
- styleable AppBarLayout android_background android_touchscreenBlocksFocus android_keyboardNavigationCluster elevation expanded liftOnScroll liftOnScrollTargetViewId statusBarForeground
2722
- styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted
2723
- styleable AppBarLayout_Layout layout_scrollFlags layout_scrollInterpolator
2724
- styleable AppCompatEmojiHelper
2725
- styleable AppCompatImageView android_src srcCompat tint tintMode
2726
- styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode
2727
- styleable AppCompatTextHelper android_textAppearance android_drawableTop android_drawableBottom android_drawableLeft android_drawableRight android_drawableStart android_drawableEnd
2728
- styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat emojiCompatEnabled firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
2729
- styleable AppCompatTheme android_windowIsFloating android_windowAnimationStyle actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
2730
- styleable Autofill_InlineSuggestion autofillInlineSuggestionChip autofillInlineSuggestionEndIconStyle autofillInlineSuggestionStartIconStyle autofillInlineSuggestionSubtitle autofillInlineSuggestionTitle isAutofillInlineSuggestionTheme
2731
- styleable Badge backgroundColor badgeGravity badgeTextColor maxCharacterCount number
2732
- styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll
2733
- styleable BottomNavigationView backgroundTint elevation itemBackground itemHorizontalTranslationEnabled itemIconSize itemIconTint itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
2734
- styleable BottomSheetBehavior_Layout android_elevation backgroundTint behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed shapeAppearance shapeAppearanceOverlay
2735
- styleable ButtonBarLayout allowStacking
2736
- styleable Capability queryPatterns shortcutMatchRequired
2737
- styleable CardView android_minWidth android_minHeight cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
2738
- styleable CheckedTextView android_checkMark checkMarkCompat checkMarkTint checkMarkTintMode
2739
- styleable Chip android_textAppearance android_textColor android_ellipsize android_maxWidth android_text android_checkable checkedIcon checkedIconEnabled checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding
2740
- styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical singleLine singleSelection
2741
- styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleEnabled toolbarId
2742
- styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier
2743
- styleable ColorStateListItem android_color android_alpha android_lStar alpha lStar
2744
- styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
2745
- styleable CoordinatorLayout keylines statusBarBackground
2746
- styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline
2747
- styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
2748
- styleable ExtendedFloatingActionButton elevation extendMotionSpec hideMotionSpec showMotionSpec shrinkMotionSpec
2749
- styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink
2750
- styleable FloatingActionButton backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding
2751
- styleable FloatingActionButton_Behavior_Layout behavior_autoHide
2752
- styleable FlowLayout itemSpacing lineSpacing
2753
- styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery fontProviderSystemFontFamily
2754
- styleable FontFamilyFont android_font android_fontWeight android_fontStyle android_ttcIndex android_fontVariationSettings font fontStyle fontVariationSettings fontWeight ttcIndex
2755
- styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding
2756
- styleable Fragment android_name android_id android_tag
2757
- styleable FragmentContainerView android_name android_tag
2758
- styleable GenericDraweeHierarchy actualImageScaleType backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomEnd roundBottomLeft roundBottomRight roundBottomStart roundTopEnd roundTopLeft roundTopRight roundTopStart roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio
2759
- styleable GradientColor android_startColor android_endColor android_type android_centerX android_centerY android_gradientRadius android_tileMode android_centerColor android_startX android_startY android_endX android_endY
2760
- styleable GradientColorItem android_color android_offset
2761
- styleable LinearLayoutCompat android_gravity android_orientation android_baselineAligned android_baselineAlignedChildIndex android_weightSum divider dividerPadding measureWithLargestChild showDividers
2762
- styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_width android_layout_height android_layout_weight
2763
- styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset
2764
- styleable MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop
2765
- styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle
2766
- styleable MaterialButton android_insetLeft android_insetRight android_insetTop android_insetBottom android_checkable backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth
2767
- styleable MaterialButtonToggleGroup checkedButton singleSelection
2768
- styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle rangeFillColor yearSelectedStyle yearStyle yearTodayStyle
2769
- styleable MaterialCalendarItem android_insetLeft android_insetRight android_insetTop android_insetBottom itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor
2770
- styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
2771
- styleable MaterialCheckBox buttonTint useMaterialThemeColors
2772
- styleable MaterialRadioButton useMaterialThemeColors
2773
- styleable MaterialShape shapeAppearance shapeAppearanceOverlay
2774
- styleable MaterialTextAppearance android_lineHeight lineHeight
2775
- styleable MaterialTextView android_textAppearance android_lineHeight lineHeight
2776
- styleable MenuGroup android_enabled android_id android_visible android_menuCategory android_orderInCategory android_checkableBehavior
2777
- styleable MenuItem android_icon android_enabled android_id android_checked android_visible android_menuCategory android_orderInCategory android_title android_titleCondensed android_alphabeticShortcut android_numericShortcut android_checkable android_onClick actionLayout actionProviderClass actionViewClass alphabeticModifiers contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText
2778
- styleable MenuView android_windowAnimationStyle android_itemTextAppearance android_horizontalDivider android_verticalDivider android_headerBackground android_itemBackground android_itemIconDisabledAlpha preserveIconSpacing subMenuArrow
2779
- styleable NavigationView android_background android_fitsSystemWindows android_maxWidth elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor menu
2780
- styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor
2781
- styleable PopupWindowBackgroundState state_above_anchor
2782
- styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
2783
- styleable RecyclerView android_orientation android_clipToPadding android_descendantFocusability fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd
2784
- styleable ScrimInsetsFrameLayout insetForeground
2785
- styleable ScrollingViewBehavior_Layout behavior_overlapTop
2786
- styleable SearchView android_focusable android_maxWidth android_inputType android_imeOptions closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
2787
- styleable ShapeAppearance cornerFamily cornerFamilyBottomLeft cornerFamilyBottomRight cornerFamilyTopLeft cornerFamilyTopRight cornerSize cornerSizeBottomLeft cornerSizeBottomRight cornerSizeTopLeft cornerSizeTopRight
2788
- styleable SimpleDraweeView actualImageResource actualImageUri backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomEnd roundBottomLeft roundBottomRight roundBottomStart roundTopEnd roundTopLeft roundTopRight roundTopStart roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio
2789
- styleable Snackbar snackbarButtonStyle snackbarStyle
2790
- styleable SnackbarLayout android_maxWidth actionTextColorAlpha animationMode backgroundOverlayColorAlpha elevation maxActionInlineWidth
2791
- styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme
2792
- styleable StateListDrawable android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration
2793
- styleable StateListDrawableItem android_drawable
2794
- styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode
2795
- styleable SwitchMaterial useMaterialThemeColors
2796
- styleable TabItem android_icon android_layout android_text
2797
- styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple
2798
- styleable TextAppearance android_textSize android_typeface android_textStyle android_textColor android_textColorHint android_textColorLink android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily android_textFontWeight fontFamily fontVariationSettings textAllCaps textLocale
2799
- styleable TextInputLayout android_textColorHint android_hint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode
2800
- styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance
2801
- styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
2802
- styleable View android_theme android_focusable paddingEnd paddingStart theme
2803
- styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode
2804
- styleable ViewPager2 android_orientation
2805
- styleable ViewStubCompat android_id android_layout android_inflatedId
2806
- xml rn_dev_preferences
2807
- xml standalone_badge
2808
- xml standalone_badge_gravity_bottom_end
2809
- xml standalone_badge_gravity_bottom_start
2810
- xml standalone_badge_gravity_top_start