tsrntemp 1.1.5 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1028) hide show
  1. package/README.md +51 -48
  2. package/package.json +33 -33
  3. package/template/.eslintrc.js +1 -1
  4. package/template/.prettierrc.js +7 -15
  5. package/template/.watchmanconfig +1 -1
  6. package/template/App.tsx +5 -8
  7. package/template/Gemfile +9 -6
  8. package/template/README.md +51 -0
  9. package/template/README_zh-CN.md +51 -0
  10. package/template/__tests__/{App-test.tsx → App.test.tsx} +3 -0
  11. package/template/android/app/build.gradle +2 -49
  12. package/template/android/app/src/main/java/com/template/MainActivity.java +39 -35
  13. package/template/android/app/src/main/res/drawable/rn_edit_text_material.xml +1 -1
  14. package/template/android/build.gradle +1 -1
  15. package/template/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  16. package/template/android/gradle/wrapper/gradle-wrapper.properties +2 -1
  17. package/template/android/gradle.properties +1 -1
  18. package/template/android/gradlew +244 -234
  19. package/template/android/gradlew.bat +9 -6
  20. package/template/android/settings.gradle +1 -1
  21. package/template/app.json +1 -1
  22. package/template/babel.config.js +9 -18
  23. package/template/global.d.ts +3 -0
  24. package/template/index.js +2 -3
  25. package/template/ios/Podfile +8 -6
  26. package/template/ios/Podfile.lock +754 -652
  27. package/template/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm +2008 -0
  28. package/template/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h +2448 -0
  29. package/template/ios/build/generated/ios/FBReactNativeSpecJSI-generated.cpp +1523 -0
  30. package/template/ios/build/generated/ios/FBReactNativeSpecJSI.h +5509 -0
  31. package/template/ios/build/generated/ios/React-Codegen.podspec.json +1 -0
  32. package/template/ios/template/AppDelegate.mm +0 -10
  33. package/template/ios/template.xcodeproj/project.pbxproj +719 -704
  34. package/template/ios/template.xcworkspace/contents.xcworkspacedata +10 -10
  35. package/template/jest.config.js +3 -0
  36. package/template/metro.config.js +7 -13
  37. package/template/package.json +53 -50
  38. package/template/src/config/color.ts +415 -415
  39. package/template/src/config/index.ts +2 -0
  40. package/template/src/config/routesConfig.ts +10 -0
  41. package/template/src/pages/Home/index.tsx +25 -28
  42. package/template/src/pages/Login/index.tsx +50 -58
  43. package/template/src/pages/Mine/index.tsx +30 -32
  44. package/template/src/route/BottomTab.tsx +44 -64
  45. package/template/src/route/RouterContainer.tsx +81 -0
  46. package/template/src/serviceType/LoginUserInfo.ts +19 -0
  47. package/template/src/serviceType/index.ts +1 -0
  48. package/template/src/types/index.ts +1 -0
  49. package/template/src/types/routes.ts +61 -0
  50. package/template/src/utils/index.ts +2 -0
  51. package/template/src/utils/request.ts +28 -28
  52. package/template/src/utils/storage.ts +3 -67
  53. package/template/tsconfig.json +5 -70
  54. package/template/yarn.lock +7173 -7462
  55. package/template.config.js +3 -3
  56. package/template/.node-version +0 -1
  57. package/template/Gemfile.lock +0 -98
  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/routeArr.ts +0 -25
  1027. package/template/src/route/RouteContainer.tsx +0 -156
  1028. package/template/src/types/RouteParamList.ts +0 -10
@@ -1,3687 +0,0 @@
1
- int anim abc_fade_in 0x7f010000
2
- int anim abc_fade_out 0x7f010001
3
- int anim abc_grow_fade_in_from_bottom 0x7f010002
4
- int anim abc_popup_enter 0x7f010003
5
- int anim abc_popup_exit 0x7f010004
6
- int anim abc_shrink_fade_out_from_bottom 0x7f010005
7
- int anim abc_slide_in_bottom 0x7f010006
8
- int anim abc_slide_in_top 0x7f010007
9
- int anim abc_slide_out_bottom 0x7f010008
10
- int anim abc_slide_out_top 0x7f010009
11
- int anim abc_tooltip_enter 0x7f01000a
12
- int anim abc_tooltip_exit 0x7f01000b
13
- int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000c
14
- int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000d
15
- int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000e
16
- int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f01000f
17
- int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010010
18
- int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010011
19
- int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010012
20
- int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010013
21
- int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010014
22
- int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010015
23
- int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010016
24
- int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010017
25
- int anim catalyst_fade_in 0x7f010018
26
- int anim catalyst_fade_out 0x7f010019
27
- int anim catalyst_push_up_in 0x7f01001a
28
- int anim catalyst_push_up_out 0x7f01001b
29
- int anim catalyst_slide_down 0x7f01001c
30
- int anim catalyst_slide_up 0x7f01001d
31
- int anim design_bottom_sheet_slide_in 0x7f01001e
32
- int anim design_bottom_sheet_slide_out 0x7f01001f
33
- int anim design_snackbar_in 0x7f010020
34
- int anim design_snackbar_out 0x7f010021
35
- int anim fragment_fast_out_extra_slow_in 0x7f010022
36
- int anim mtrl_bottom_sheet_slide_in 0x7f010023
37
- int anim mtrl_bottom_sheet_slide_out 0x7f010024
38
- int anim mtrl_card_lowers_interpolator 0x7f010025
39
- int anim rns_default_enter_in 0x7f010026
40
- int anim rns_default_enter_out 0x7f010027
41
- int anim rns_default_exit_in 0x7f010028
42
- int anim rns_default_exit_out 0x7f010029
43
- int anim rns_fade_from_bottom 0x7f01002a
44
- int anim rns_fade_in 0x7f01002b
45
- int anim rns_fade_out 0x7f01002c
46
- int anim rns_fade_to_bottom 0x7f01002d
47
- int anim rns_no_animation_20 0x7f01002e
48
- int anim rns_no_animation_250 0x7f01002f
49
- int anim rns_no_animation_350 0x7f010030
50
- int anim rns_no_animation_medium 0x7f010031
51
- int anim rns_slide_in_from_bottom 0x7f010032
52
- int anim rns_slide_in_from_left 0x7f010033
53
- int anim rns_slide_in_from_right 0x7f010034
54
- int anim rns_slide_out_to_bottom 0x7f010035
55
- int anim rns_slide_out_to_left 0x7f010036
56
- int anim rns_slide_out_to_right 0x7f010037
57
- int animator design_appbar_state_list_animator 0x7f020000
58
- int animator design_fab_hide_motion_spec 0x7f020001
59
- int animator design_fab_show_motion_spec 0x7f020002
60
- int animator fragment_close_enter 0x7f020003
61
- int animator fragment_close_exit 0x7f020004
62
- int animator fragment_fade_enter 0x7f020005
63
- int animator fragment_fade_exit 0x7f020006
64
- int animator fragment_open_enter 0x7f020007
65
- int animator fragment_open_exit 0x7f020008
66
- int animator mtrl_btn_state_list_anim 0x7f020009
67
- int animator mtrl_btn_unelevated_state_list_anim 0x7f02000a
68
- int animator mtrl_card_state_list_anim 0x7f02000b
69
- int animator mtrl_chip_state_list_anim 0x7f02000c
70
- int animator mtrl_extended_fab_change_size_motion_spec 0x7f02000d
71
- int animator mtrl_extended_fab_hide_motion_spec 0x7f02000e
72
- int animator mtrl_extended_fab_show_motion_spec 0x7f02000f
73
- int animator mtrl_extended_fab_state_list_animator 0x7f020010
74
- int animator mtrl_fab_hide_motion_spec 0x7f020011
75
- int animator mtrl_fab_show_motion_spec 0x7f020012
76
- int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f020013
77
- int animator mtrl_fab_transformation_sheet_expand_spec 0x7f020014
78
- int attr actionBarDivider 0x7f030000
79
- int attr actionBarItemBackground 0x7f030001
80
- int attr actionBarPopupTheme 0x7f030002
81
- int attr actionBarSize 0x7f030003
82
- int attr actionBarSplitStyle 0x7f030004
83
- int attr actionBarStyle 0x7f030005
84
- int attr actionBarTabBarStyle 0x7f030006
85
- int attr actionBarTabStyle 0x7f030007
86
- int attr actionBarTabTextStyle 0x7f030008
87
- int attr actionBarTheme 0x7f030009
88
- int attr actionBarWidgetTheme 0x7f03000a
89
- int attr actionButtonStyle 0x7f03000b
90
- int attr actionDropDownStyle 0x7f03000c
91
- int attr actionLayout 0x7f03000d
92
- int attr actionMenuTextAppearance 0x7f03000e
93
- int attr actionMenuTextColor 0x7f03000f
94
- int attr actionModeBackground 0x7f030010
95
- int attr actionModeCloseButtonStyle 0x7f030011
96
- int attr actionModeCloseContentDescription 0x7f030012
97
- int attr actionModeCloseDrawable 0x7f030013
98
- int attr actionModeCopyDrawable 0x7f030014
99
- int attr actionModeCutDrawable 0x7f030015
100
- int attr actionModeFindDrawable 0x7f030016
101
- int attr actionModePasteDrawable 0x7f030017
102
- int attr actionModePopupWindowStyle 0x7f030018
103
- int attr actionModeSelectAllDrawable 0x7f030019
104
- int attr actionModeShareDrawable 0x7f03001a
105
- int attr actionModeSplitBackground 0x7f03001b
106
- int attr actionModeStyle 0x7f03001c
107
- int attr actionModeTheme 0x7f03001d
108
- int attr actionModeWebSearchDrawable 0x7f03001e
109
- int attr actionOverflowButtonStyle 0x7f03001f
110
- int attr actionOverflowMenuStyle 0x7f030020
111
- int attr actionProviderClass 0x7f030021
112
- int attr actionTextColorAlpha 0x7f030022
113
- int attr actionViewClass 0x7f030023
114
- int attr activityChooserViewStyle 0x7f030024
115
- int attr actualImageResource 0x7f030025
116
- int attr actualImageScaleType 0x7f030026
117
- int attr actualImageUri 0x7f030027
118
- int attr alertDialogButtonGroupStyle 0x7f030028
119
- int attr alertDialogCenterButtons 0x7f030029
120
- int attr alertDialogStyle 0x7f03002a
121
- int attr alertDialogTheme 0x7f03002b
122
- int attr allowStacking 0x7f03002c
123
- int attr alpha 0x7f03002d
124
- int attr alphabeticModifiers 0x7f03002e
125
- int attr animationMode 0x7f03002f
126
- int attr appBarLayoutStyle 0x7f030030
127
- int attr arrowHeadLength 0x7f030031
128
- int attr arrowShaftLength 0x7f030032
129
- int attr autoCompleteTextViewStyle 0x7f030033
130
- int attr autoSizeMaxTextSize 0x7f030034
131
- int attr autoSizeMinTextSize 0x7f030035
132
- int attr autoSizePresetSizes 0x7f030036
133
- int attr autoSizeStepGranularity 0x7f030037
134
- int attr autoSizeTextType 0x7f030038
135
- int attr autofillInlineSuggestionChip 0x7f030039
136
- int attr autofillInlineSuggestionEndIconStyle 0x7f03003a
137
- int attr autofillInlineSuggestionStartIconStyle 0x7f03003b
138
- int attr autofillInlineSuggestionSubtitle 0x7f03003c
139
- int attr autofillInlineSuggestionTitle 0x7f03003d
140
- int attr background 0x7f03003e
141
- int attr backgroundColor 0x7f03003f
142
- int attr backgroundImage 0x7f030040
143
- int attr backgroundInsetBottom 0x7f030041
144
- int attr backgroundInsetEnd 0x7f030042
145
- int attr backgroundInsetStart 0x7f030043
146
- int attr backgroundInsetTop 0x7f030044
147
- int attr backgroundOverlayColorAlpha 0x7f030045
148
- int attr backgroundSplit 0x7f030046
149
- int attr backgroundStacked 0x7f030047
150
- int attr backgroundTint 0x7f030048
151
- int attr backgroundTintMode 0x7f030049
152
- int attr badgeGravity 0x7f03004a
153
- int attr badgeStyle 0x7f03004b
154
- int attr badgeTextColor 0x7f03004c
155
- int attr barLength 0x7f03004d
156
- int attr behavior_autoHide 0x7f03004e
157
- int attr behavior_autoShrink 0x7f03004f
158
- int attr behavior_expandedOffset 0x7f030050
159
- int attr behavior_fitToContents 0x7f030051
160
- int attr behavior_halfExpandedRatio 0x7f030052
161
- int attr behavior_hideable 0x7f030053
162
- int attr behavior_overlapTop 0x7f030054
163
- int attr behavior_peekHeight 0x7f030055
164
- int attr behavior_saveFlags 0x7f030056
165
- int attr behavior_skipCollapsed 0x7f030057
166
- int attr borderWidth 0x7f030058
167
- int attr borderlessButtonStyle 0x7f030059
168
- int attr bottomAppBarStyle 0x7f03005a
169
- int attr bottomNavigationStyle 0x7f03005b
170
- int attr bottomSheetDialogTheme 0x7f03005c
171
- int attr bottomSheetStyle 0x7f03005d
172
- int attr boxBackgroundColor 0x7f03005e
173
- int attr boxBackgroundMode 0x7f03005f
174
- int attr boxCollapsedPaddingTop 0x7f030060
175
- int attr boxCornerRadiusBottomEnd 0x7f030061
176
- int attr boxCornerRadiusBottomStart 0x7f030062
177
- int attr boxCornerRadiusTopEnd 0x7f030063
178
- int attr boxCornerRadiusTopStart 0x7f030064
179
- int attr boxStrokeColor 0x7f030065
180
- int attr boxStrokeWidth 0x7f030066
181
- int attr boxStrokeWidthFocused 0x7f030067
182
- int attr buttonBarButtonStyle 0x7f030068
183
- int attr buttonBarNegativeButtonStyle 0x7f030069
184
- int attr buttonBarNeutralButtonStyle 0x7f03006a
185
- int attr buttonBarPositiveButtonStyle 0x7f03006b
186
- int attr buttonBarStyle 0x7f03006c
187
- int attr buttonCompat 0x7f03006d
188
- int attr buttonGravity 0x7f03006e
189
- int attr buttonIconDimen 0x7f03006f
190
- int attr buttonPanelSideLayout 0x7f030070
191
- int attr buttonStyle 0x7f030071
192
- int attr buttonStyleSmall 0x7f030072
193
- int attr buttonTint 0x7f030073
194
- int attr buttonTintMode 0x7f030074
195
- int attr cardBackgroundColor 0x7f030075
196
- int attr cardCornerRadius 0x7f030076
197
- int attr cardElevation 0x7f030077
198
- int attr cardForegroundColor 0x7f030078
199
- int attr cardMaxElevation 0x7f030079
200
- int attr cardPreventCornerOverlap 0x7f03007a
201
- int attr cardUseCompatPadding 0x7f03007b
202
- int attr cardViewStyle 0x7f03007c
203
- int attr checkMarkCompat 0x7f03007d
204
- int attr checkMarkTint 0x7f03007e
205
- int attr checkMarkTintMode 0x7f03007f
206
- int attr checkboxStyle 0x7f030080
207
- int attr checkedButton 0x7f030081
208
- int attr checkedChip 0x7f030082
209
- int attr checkedIcon 0x7f030083
210
- int attr checkedIconEnabled 0x7f030084
211
- int attr checkedIconTint 0x7f030085
212
- int attr checkedIconVisible 0x7f030086
213
- int attr checkedTextViewStyle 0x7f030087
214
- int attr chipBackgroundColor 0x7f030088
215
- int attr chipCornerRadius 0x7f030089
216
- int attr chipEndPadding 0x7f03008a
217
- int attr chipGroupStyle 0x7f03008b
218
- int attr chipIcon 0x7f03008c
219
- int attr chipIconEnabled 0x7f03008d
220
- int attr chipIconSize 0x7f03008e
221
- int attr chipIconTint 0x7f03008f
222
- int attr chipIconVisible 0x7f030090
223
- int attr chipMinHeight 0x7f030091
224
- int attr chipMinTouchTargetSize 0x7f030092
225
- int attr chipSpacing 0x7f030093
226
- int attr chipSpacingHorizontal 0x7f030094
227
- int attr chipSpacingVertical 0x7f030095
228
- int attr chipStandaloneStyle 0x7f030096
229
- int attr chipStartPadding 0x7f030097
230
- int attr chipStrokeColor 0x7f030098
231
- int attr chipStrokeWidth 0x7f030099
232
- int attr chipStyle 0x7f03009a
233
- int attr chipSurfaceColor 0x7f03009b
234
- int attr closeIcon 0x7f03009c
235
- int attr closeIconEnabled 0x7f03009d
236
- int attr closeIconEndPadding 0x7f03009e
237
- int attr closeIconSize 0x7f03009f
238
- int attr closeIconStartPadding 0x7f0300a0
239
- int attr closeIconTint 0x7f0300a1
240
- int attr closeIconVisible 0x7f0300a2
241
- int attr closeItemLayout 0x7f0300a3
242
- int attr collapseContentDescription 0x7f0300a4
243
- int attr collapseIcon 0x7f0300a5
244
- int attr collapsedTitleGravity 0x7f0300a6
245
- int attr collapsedTitleTextAppearance 0x7f0300a7
246
- int attr color 0x7f0300a8
247
- int attr colorAccent 0x7f0300a9
248
- int attr colorBackgroundFloating 0x7f0300aa
249
- int attr colorButtonNormal 0x7f0300ab
250
- int attr colorControlActivated 0x7f0300ac
251
- int attr colorControlHighlight 0x7f0300ad
252
- int attr colorControlNormal 0x7f0300ae
253
- int attr colorError 0x7f0300af
254
- int attr colorOnBackground 0x7f0300b0
255
- int attr colorOnError 0x7f0300b1
256
- int attr colorOnPrimary 0x7f0300b2
257
- int attr colorOnPrimarySurface 0x7f0300b3
258
- int attr colorOnSecondary 0x7f0300b4
259
- int attr colorOnSurface 0x7f0300b5
260
- int attr colorPrimary 0x7f0300b6
261
- int attr colorPrimaryDark 0x7f0300b7
262
- int attr colorPrimarySurface 0x7f0300b8
263
- int attr colorPrimaryVariant 0x7f0300b9
264
- int attr colorSecondary 0x7f0300ba
265
- int attr colorSecondaryVariant 0x7f0300bb
266
- int attr colorSurface 0x7f0300bc
267
- int attr colorSwitchThumbNormal 0x7f0300bd
268
- int attr commitIcon 0x7f0300be
269
- int attr contentDescription 0x7f0300bf
270
- int attr contentInsetEnd 0x7f0300c0
271
- int attr contentInsetEndWithActions 0x7f0300c1
272
- int attr contentInsetLeft 0x7f0300c2
273
- int attr contentInsetRight 0x7f0300c3
274
- int attr contentInsetStart 0x7f0300c4
275
- int attr contentInsetStartWithNavigation 0x7f0300c5
276
- int attr contentPadding 0x7f0300c6
277
- int attr contentPaddingBottom 0x7f0300c7
278
- int attr contentPaddingLeft 0x7f0300c8
279
- int attr contentPaddingRight 0x7f0300c9
280
- int attr contentPaddingTop 0x7f0300ca
281
- int attr contentScrim 0x7f0300cb
282
- int attr controlBackground 0x7f0300cc
283
- int attr coordinatorLayoutStyle 0x7f0300cd
284
- int attr cornerFamily 0x7f0300ce
285
- int attr cornerFamilyBottomLeft 0x7f0300cf
286
- int attr cornerFamilyBottomRight 0x7f0300d0
287
- int attr cornerFamilyTopLeft 0x7f0300d1
288
- int attr cornerFamilyTopRight 0x7f0300d2
289
- int attr cornerRadius 0x7f0300d3
290
- int attr cornerSize 0x7f0300d4
291
- int attr cornerSizeBottomLeft 0x7f0300d5
292
- int attr cornerSizeBottomRight 0x7f0300d6
293
- int attr cornerSizeTopLeft 0x7f0300d7
294
- int attr cornerSizeTopRight 0x7f0300d8
295
- int attr counterEnabled 0x7f0300d9
296
- int attr counterMaxLength 0x7f0300da
297
- int attr counterOverflowTextAppearance 0x7f0300db
298
- int attr counterOverflowTextColor 0x7f0300dc
299
- int attr counterTextAppearance 0x7f0300dd
300
- int attr counterTextColor 0x7f0300de
301
- int attr customNavigationLayout 0x7f0300df
302
- int attr dayInvalidStyle 0x7f0300e0
303
- int attr daySelectedStyle 0x7f0300e1
304
- int attr dayStyle 0x7f0300e2
305
- int attr dayTodayStyle 0x7f0300e3
306
- int attr defaultQueryHint 0x7f0300e4
307
- int attr dialogCornerRadius 0x7f0300e5
308
- int attr dialogPreferredPadding 0x7f0300e6
309
- int attr dialogTheme 0x7f0300e7
310
- int attr displayOptions 0x7f0300e8
311
- int attr divider 0x7f0300e9
312
- int attr dividerHorizontal 0x7f0300ea
313
- int attr dividerPadding 0x7f0300eb
314
- int attr dividerVertical 0x7f0300ec
315
- int attr drawableBottomCompat 0x7f0300ed
316
- int attr drawableEndCompat 0x7f0300ee
317
- int attr drawableLeftCompat 0x7f0300ef
318
- int attr drawableRightCompat 0x7f0300f0
319
- int attr drawableSize 0x7f0300f1
320
- int attr drawableStartCompat 0x7f0300f2
321
- int attr drawableTint 0x7f0300f3
322
- int attr drawableTintMode 0x7f0300f4
323
- int attr drawableTopCompat 0x7f0300f5
324
- int attr drawerArrowStyle 0x7f0300f6
325
- int attr dropDownListViewStyle 0x7f0300f7
326
- int attr dropdownListPreferredItemHeight 0x7f0300f8
327
- int attr editTextBackground 0x7f0300f9
328
- int attr editTextColor 0x7f0300fa
329
- int attr editTextStyle 0x7f0300fb
330
- int attr elevation 0x7f0300fc
331
- int attr elevationOverlayColor 0x7f0300fd
332
- int attr elevationOverlayEnabled 0x7f0300fe
333
- int attr emojiCompatEnabled 0x7f0300ff
334
- int attr endIconCheckable 0x7f030100
335
- int attr endIconContentDescription 0x7f030101
336
- int attr endIconDrawable 0x7f030102
337
- int attr endIconMode 0x7f030103
338
- int attr endIconTint 0x7f030104
339
- int attr endIconTintMode 0x7f030105
340
- int attr enforceMaterialTheme 0x7f030106
341
- int attr enforceTextAppearance 0x7f030107
342
- int attr ensureMinTouchTargetSize 0x7f030108
343
- int attr errorEnabled 0x7f030109
344
- int attr errorIconDrawable 0x7f03010a
345
- int attr errorIconTint 0x7f03010b
346
- int attr errorIconTintMode 0x7f03010c
347
- int attr errorTextAppearance 0x7f03010d
348
- int attr errorTextColor 0x7f03010e
349
- int attr expandActivityOverflowButtonDrawable 0x7f03010f
350
- int attr expanded 0x7f030110
351
- int attr expandedTitleGravity 0x7f030111
352
- int attr expandedTitleMargin 0x7f030112
353
- int attr expandedTitleMarginBottom 0x7f030113
354
- int attr expandedTitleMarginEnd 0x7f030114
355
- int attr expandedTitleMarginStart 0x7f030115
356
- int attr expandedTitleMarginTop 0x7f030116
357
- int attr expandedTitleTextAppearance 0x7f030117
358
- int attr extendMotionSpec 0x7f030118
359
- int attr extendedFloatingActionButtonStyle 0x7f030119
360
- int attr fabAlignmentMode 0x7f03011a
361
- int attr fabAnimationMode 0x7f03011b
362
- int attr fabCradleMargin 0x7f03011c
363
- int attr fabCradleRoundedCornerRadius 0x7f03011d
364
- int attr fabCradleVerticalOffset 0x7f03011e
365
- int attr fabCustomSize 0x7f03011f
366
- int attr fabSize 0x7f030120
367
- int attr fadeDuration 0x7f030121
368
- int attr failureImage 0x7f030122
369
- int attr failureImageScaleType 0x7f030123
370
- int attr fastScrollEnabled 0x7f030124
371
- int attr fastScrollHorizontalThumbDrawable 0x7f030125
372
- int attr fastScrollHorizontalTrackDrawable 0x7f030126
373
- int attr fastScrollVerticalThumbDrawable 0x7f030127
374
- int attr fastScrollVerticalTrackDrawable 0x7f030128
375
- int attr firstBaselineToTopHeight 0x7f030129
376
- int attr floatingActionButtonStyle 0x7f03012a
377
- int attr font 0x7f03012b
378
- int attr fontFamily 0x7f03012c
379
- int attr fontProviderAuthority 0x7f03012d
380
- int attr fontProviderCerts 0x7f03012e
381
- int attr fontProviderFetchStrategy 0x7f03012f
382
- int attr fontProviderFetchTimeout 0x7f030130
383
- int attr fontProviderPackage 0x7f030131
384
- int attr fontProviderQuery 0x7f030132
385
- int attr fontProviderSystemFontFamily 0x7f030133
386
- int attr fontStyle 0x7f030134
387
- int attr fontVariationSettings 0x7f030135
388
- int attr fontWeight 0x7f030136
389
- int attr foregroundInsidePadding 0x7f030137
390
- int attr gapBetweenBars 0x7f030138
391
- int attr goIcon 0x7f030139
392
- int attr headerLayout 0x7f03013a
393
- int attr height 0x7f03013b
394
- int attr helperText 0x7f03013c
395
- int attr helperTextEnabled 0x7f03013d
396
- int attr helperTextTextAppearance 0x7f03013e
397
- int attr helperTextTextColor 0x7f03013f
398
- int attr hideMotionSpec 0x7f030140
399
- int attr hideOnContentScroll 0x7f030141
400
- int attr hideOnScroll 0x7f030142
401
- int attr hintAnimationEnabled 0x7f030143
402
- int attr hintEnabled 0x7f030144
403
- int attr hintTextAppearance 0x7f030145
404
- int attr hintTextColor 0x7f030146
405
- int attr homeAsUpIndicator 0x7f030147
406
- int attr homeLayout 0x7f030148
407
- int attr hoveredFocusedTranslationZ 0x7f030149
408
- int attr icon 0x7f03014a
409
- int attr iconEndPadding 0x7f03014b
410
- int attr iconGravity 0x7f03014c
411
- int attr iconPadding 0x7f03014d
412
- int attr iconSize 0x7f03014e
413
- int attr iconStartPadding 0x7f03014f
414
- int attr iconTint 0x7f030150
415
- int attr iconTintMode 0x7f030151
416
- int attr iconifiedByDefault 0x7f030152
417
- int attr imageButtonStyle 0x7f030153
418
- int attr indeterminateProgressStyle 0x7f030154
419
- int attr initialActivityCount 0x7f030155
420
- int attr insetForeground 0x7f030156
421
- int attr isAutofillInlineSuggestionTheme 0x7f030157
422
- int attr isLightTheme 0x7f030158
423
- int attr isMaterialTheme 0x7f030159
424
- int attr itemBackground 0x7f03015a
425
- int attr itemFillColor 0x7f03015b
426
- int attr itemHorizontalPadding 0x7f03015c
427
- int attr itemHorizontalTranslationEnabled 0x7f03015d
428
- int attr itemIconPadding 0x7f03015e
429
- int attr itemIconSize 0x7f03015f
430
- int attr itemIconTint 0x7f030160
431
- int attr itemMaxLines 0x7f030161
432
- int attr itemPadding 0x7f030162
433
- int attr itemRippleColor 0x7f030163
434
- int attr itemShapeAppearance 0x7f030164
435
- int attr itemShapeAppearanceOverlay 0x7f030165
436
- int attr itemShapeFillColor 0x7f030166
437
- int attr itemShapeInsetBottom 0x7f030167
438
- int attr itemShapeInsetEnd 0x7f030168
439
- int attr itemShapeInsetStart 0x7f030169
440
- int attr itemShapeInsetTop 0x7f03016a
441
- int attr itemSpacing 0x7f03016b
442
- int attr itemStrokeColor 0x7f03016c
443
- int attr itemStrokeWidth 0x7f03016d
444
- int attr itemTextAppearance 0x7f03016e
445
- int attr itemTextAppearanceActive 0x7f03016f
446
- int attr itemTextAppearanceInactive 0x7f030170
447
- int attr itemTextColor 0x7f030171
448
- int attr keylines 0x7f030172
449
- int attr lStar 0x7f030173
450
- int attr labelVisibilityMode 0x7f030174
451
- int attr lastBaselineToBottomHeight 0x7f030175
452
- int attr layout 0x7f030176
453
- int attr layoutManager 0x7f030177
454
- int attr layout_anchor 0x7f030178
455
- int attr layout_anchorGravity 0x7f030179
456
- int attr layout_behavior 0x7f03017a
457
- int attr layout_collapseMode 0x7f03017b
458
- int attr layout_collapseParallaxMultiplier 0x7f03017c
459
- int attr layout_dodgeInsetEdges 0x7f03017d
460
- int attr layout_insetEdge 0x7f03017e
461
- int attr layout_keyline 0x7f03017f
462
- int attr layout_scrollFlags 0x7f030180
463
- int attr layout_scrollInterpolator 0x7f030181
464
- int attr liftOnScroll 0x7f030182
465
- int attr liftOnScrollTargetViewId 0x7f030183
466
- int attr lineHeight 0x7f030184
467
- int attr lineSpacing 0x7f030185
468
- int attr listChoiceBackgroundIndicator 0x7f030186
469
- int attr listChoiceIndicatorMultipleAnimated 0x7f030187
470
- int attr listChoiceIndicatorSingleAnimated 0x7f030188
471
- int attr listDividerAlertDialog 0x7f030189
472
- int attr listItemLayout 0x7f03018a
473
- int attr listLayout 0x7f03018b
474
- int attr listMenuViewStyle 0x7f03018c
475
- int attr listPopupWindowStyle 0x7f03018d
476
- int attr listPreferredItemHeight 0x7f03018e
477
- int attr listPreferredItemHeightLarge 0x7f03018f
478
- int attr listPreferredItemHeightSmall 0x7f030190
479
- int attr listPreferredItemPaddingEnd 0x7f030191
480
- int attr listPreferredItemPaddingLeft 0x7f030192
481
- int attr listPreferredItemPaddingRight 0x7f030193
482
- int attr listPreferredItemPaddingStart 0x7f030194
483
- int attr logo 0x7f030195
484
- int attr logoDescription 0x7f030196
485
- int attr materialAlertDialogBodyTextStyle 0x7f030197
486
- int attr materialAlertDialogTheme 0x7f030198
487
- int attr materialAlertDialogTitleIconStyle 0x7f030199
488
- int attr materialAlertDialogTitlePanelStyle 0x7f03019a
489
- int attr materialAlertDialogTitleTextStyle 0x7f03019b
490
- int attr materialButtonOutlinedStyle 0x7f03019c
491
- int attr materialButtonStyle 0x7f03019d
492
- int attr materialButtonToggleGroupStyle 0x7f03019e
493
- int attr materialCalendarDay 0x7f03019f
494
- int attr materialCalendarFullscreenTheme 0x7f0301a0
495
- int attr materialCalendarHeaderConfirmButton 0x7f0301a1
496
- int attr materialCalendarHeaderDivider 0x7f0301a2
497
- int attr materialCalendarHeaderLayout 0x7f0301a3
498
- int attr materialCalendarHeaderSelection 0x7f0301a4
499
- int attr materialCalendarHeaderTitle 0x7f0301a5
500
- int attr materialCalendarHeaderToggleButton 0x7f0301a6
501
- int attr materialCalendarStyle 0x7f0301a7
502
- int attr materialCalendarTheme 0x7f0301a8
503
- int attr materialCardViewStyle 0x7f0301a9
504
- int attr materialThemeOverlay 0x7f0301aa
505
- int attr maxActionInlineWidth 0x7f0301ab
506
- int attr maxButtonHeight 0x7f0301ac
507
- int attr maxCharacterCount 0x7f0301ad
508
- int attr maxImageSize 0x7f0301ae
509
- int attr measureWithLargestChild 0x7f0301af
510
- int attr menu 0x7f0301b0
511
- int attr minTouchTargetSize 0x7f0301b1
512
- int attr multiChoiceItemLayout 0x7f0301b2
513
- int attr navigationContentDescription 0x7f0301b3
514
- int attr navigationIcon 0x7f0301b4
515
- int attr navigationMode 0x7f0301b5
516
- int attr navigationViewStyle 0x7f0301b6
517
- int attr nestedScrollViewStyle 0x7f0301b7
518
- int attr number 0x7f0301b8
519
- int attr numericModifiers 0x7f0301b9
520
- int attr overlapAnchor 0x7f0301ba
521
- int attr overlayImage 0x7f0301bb
522
- int attr paddingBottomNoButtons 0x7f0301bc
523
- int attr paddingEnd 0x7f0301bd
524
- int attr paddingStart 0x7f0301be
525
- int attr paddingTopNoTitle 0x7f0301bf
526
- int attr panelBackground 0x7f0301c0
527
- int attr panelMenuListTheme 0x7f0301c1
528
- int attr panelMenuListWidth 0x7f0301c2
529
- int attr passwordToggleContentDescription 0x7f0301c3
530
- int attr passwordToggleDrawable 0x7f0301c4
531
- int attr passwordToggleEnabled 0x7f0301c5
532
- int attr passwordToggleTint 0x7f0301c6
533
- int attr passwordToggleTintMode 0x7f0301c7
534
- int attr placeholderImage 0x7f0301c8
535
- int attr placeholderImageScaleType 0x7f0301c9
536
- int attr popupMenuBackground 0x7f0301ca
537
- int attr popupMenuStyle 0x7f0301cb
538
- int attr popupTheme 0x7f0301cc
539
- int attr popupWindowStyle 0x7f0301cd
540
- int attr preserveIconSpacing 0x7f0301ce
541
- int attr pressedStateOverlayImage 0x7f0301cf
542
- int attr pressedTranslationZ 0x7f0301d0
543
- int attr progressBarAutoRotateInterval 0x7f0301d1
544
- int attr progressBarImage 0x7f0301d2
545
- int attr progressBarImageScaleType 0x7f0301d3
546
- int attr progressBarPadding 0x7f0301d4
547
- int attr progressBarStyle 0x7f0301d5
548
- int attr queryBackground 0x7f0301d6
549
- int attr queryHint 0x7f0301d7
550
- int attr queryPatterns 0x7f0301d8
551
- int attr radioButtonStyle 0x7f0301d9
552
- int attr rangeFillColor 0x7f0301da
553
- int attr ratingBarStyle 0x7f0301db
554
- int attr ratingBarStyleIndicator 0x7f0301dc
555
- int attr ratingBarStyleSmall 0x7f0301dd
556
- int attr recyclerViewStyle 0x7f0301de
557
- int attr retryImage 0x7f0301df
558
- int attr retryImageScaleType 0x7f0301e0
559
- int attr reverseLayout 0x7f0301e1
560
- int attr rippleColor 0x7f0301e2
561
- int attr roundAsCircle 0x7f0301e3
562
- int attr roundBottomEnd 0x7f0301e4
563
- int attr roundBottomLeft 0x7f0301e5
564
- int attr roundBottomRight 0x7f0301e6
565
- int attr roundBottomStart 0x7f0301e7
566
- int attr roundTopEnd 0x7f0301e8
567
- int attr roundTopLeft 0x7f0301e9
568
- int attr roundTopRight 0x7f0301ea
569
- int attr roundTopStart 0x7f0301eb
570
- int attr roundWithOverlayColor 0x7f0301ec
571
- int attr roundedCornerRadius 0x7f0301ed
572
- int attr roundingBorderColor 0x7f0301ee
573
- int attr roundingBorderPadding 0x7f0301ef
574
- int attr roundingBorderWidth 0x7f0301f0
575
- int attr scrimAnimationDuration 0x7f0301f1
576
- int attr scrimBackground 0x7f0301f2
577
- int attr scrimVisibleHeightTrigger 0x7f0301f3
578
- int attr searchHintIcon 0x7f0301f4
579
- int attr searchIcon 0x7f0301f5
580
- int attr searchViewStyle 0x7f0301f6
581
- int attr seekBarStyle 0x7f0301f7
582
- int attr selectableItemBackground 0x7f0301f8
583
- int attr selectableItemBackgroundBorderless 0x7f0301f9
584
- int attr shapeAppearance 0x7f0301fa
585
- int attr shapeAppearanceLargeComponent 0x7f0301fb
586
- int attr shapeAppearanceMediumComponent 0x7f0301fc
587
- int attr shapeAppearanceOverlay 0x7f0301fd
588
- int attr shapeAppearanceSmallComponent 0x7f0301fe
589
- int attr shortcutMatchRequired 0x7f0301ff
590
- int attr showAsAction 0x7f030200
591
- int attr showDividers 0x7f030201
592
- int attr showMotionSpec 0x7f030202
593
- int attr showText 0x7f030203
594
- int attr showTitle 0x7f030204
595
- int attr shrinkMotionSpec 0x7f030205
596
- int attr singleChoiceItemLayout 0x7f030206
597
- int attr singleLine 0x7f030207
598
- int attr singleSelection 0x7f030208
599
- int attr snackbarButtonStyle 0x7f030209
600
- int attr snackbarStyle 0x7f03020a
601
- int attr spanCount 0x7f03020b
602
- int attr spinBars 0x7f03020c
603
- int attr spinnerDropDownItemStyle 0x7f03020d
604
- int attr spinnerStyle 0x7f03020e
605
- int attr splitTrack 0x7f03020f
606
- int attr srcCompat 0x7f030210
607
- int attr stackFromEnd 0x7f030211
608
- int attr startIconCheckable 0x7f030212
609
- int attr startIconContentDescription 0x7f030213
610
- int attr startIconDrawable 0x7f030214
611
- int attr startIconTint 0x7f030215
612
- int attr startIconTintMode 0x7f030216
613
- int attr state_above_anchor 0x7f030217
614
- int attr state_collapsed 0x7f030218
615
- int attr state_collapsible 0x7f030219
616
- int attr state_dragged 0x7f03021a
617
- int attr state_liftable 0x7f03021b
618
- int attr state_lifted 0x7f03021c
619
- int attr statusBarBackground 0x7f03021d
620
- int attr statusBarForeground 0x7f03021e
621
- int attr statusBarScrim 0x7f03021f
622
- int attr strokeColor 0x7f030220
623
- int attr strokeWidth 0x7f030221
624
- int attr subMenuArrow 0x7f030222
625
- int attr submitBackground 0x7f030223
626
- int attr subtitle 0x7f030224
627
- int attr subtitleTextAppearance 0x7f030225
628
- int attr subtitleTextColor 0x7f030226
629
- int attr subtitleTextStyle 0x7f030227
630
- int attr suggestionRowLayout 0x7f030228
631
- int attr switchMinWidth 0x7f030229
632
- int attr switchPadding 0x7f03022a
633
- int attr switchStyle 0x7f03022b
634
- int attr switchTextAppearance 0x7f03022c
635
- int attr tabBackground 0x7f03022d
636
- int attr tabContentStart 0x7f03022e
637
- int attr tabGravity 0x7f03022f
638
- int attr tabIconTint 0x7f030230
639
- int attr tabIconTintMode 0x7f030231
640
- int attr tabIndicator 0x7f030232
641
- int attr tabIndicatorAnimationDuration 0x7f030233
642
- int attr tabIndicatorColor 0x7f030234
643
- int attr tabIndicatorFullWidth 0x7f030235
644
- int attr tabIndicatorGravity 0x7f030236
645
- int attr tabIndicatorHeight 0x7f030237
646
- int attr tabInlineLabel 0x7f030238
647
- int attr tabMaxWidth 0x7f030239
648
- int attr tabMinWidth 0x7f03023a
649
- int attr tabMode 0x7f03023b
650
- int attr tabPadding 0x7f03023c
651
- int attr tabPaddingBottom 0x7f03023d
652
- int attr tabPaddingEnd 0x7f03023e
653
- int attr tabPaddingStart 0x7f03023f
654
- int attr tabPaddingTop 0x7f030240
655
- int attr tabRippleColor 0x7f030241
656
- int attr tabSelectedTextColor 0x7f030242
657
- int attr tabStyle 0x7f030243
658
- int attr tabTextAppearance 0x7f030244
659
- int attr tabTextColor 0x7f030245
660
- int attr tabUnboundedRipple 0x7f030246
661
- int attr textAllCaps 0x7f030247
662
- int attr textAppearanceBody1 0x7f030248
663
- int attr textAppearanceBody2 0x7f030249
664
- int attr textAppearanceButton 0x7f03024a
665
- int attr textAppearanceCaption 0x7f03024b
666
- int attr textAppearanceHeadline1 0x7f03024c
667
- int attr textAppearanceHeadline2 0x7f03024d
668
- int attr textAppearanceHeadline3 0x7f03024e
669
- int attr textAppearanceHeadline4 0x7f03024f
670
- int attr textAppearanceHeadline5 0x7f030250
671
- int attr textAppearanceHeadline6 0x7f030251
672
- int attr textAppearanceLargePopupMenu 0x7f030252
673
- int attr textAppearanceLineHeightEnabled 0x7f030253
674
- int attr textAppearanceListItem 0x7f030254
675
- int attr textAppearanceListItemSecondary 0x7f030255
676
- int attr textAppearanceListItemSmall 0x7f030256
677
- int attr textAppearanceOverline 0x7f030257
678
- int attr textAppearancePopupMenuHeader 0x7f030258
679
- int attr textAppearanceSearchResultSubtitle 0x7f030259
680
- int attr textAppearanceSearchResultTitle 0x7f03025a
681
- int attr textAppearanceSmallPopupMenu 0x7f03025b
682
- int attr textAppearanceSubtitle1 0x7f03025c
683
- int attr textAppearanceSubtitle2 0x7f03025d
684
- int attr textColorAlertDialogListItem 0x7f03025e
685
- int attr textColorSearchUrl 0x7f03025f
686
- int attr textEndPadding 0x7f030260
687
- int attr textInputStyle 0x7f030261
688
- int attr textLocale 0x7f030262
689
- int attr textStartPadding 0x7f030263
690
- int attr theme 0x7f030264
691
- int attr themeLineHeight 0x7f030265
692
- int attr thickness 0x7f030266
693
- int attr thumbTextPadding 0x7f030267
694
- int attr thumbTint 0x7f030268
695
- int attr thumbTintMode 0x7f030269
696
- int attr tickMark 0x7f03026a
697
- int attr tickMarkTint 0x7f03026b
698
- int attr tickMarkTintMode 0x7f03026c
699
- int attr tint 0x7f03026d
700
- int attr tintMode 0x7f03026e
701
- int attr title 0x7f03026f
702
- int attr titleEnabled 0x7f030270
703
- int attr titleMargin 0x7f030271
704
- int attr titleMarginBottom 0x7f030272
705
- int attr titleMarginEnd 0x7f030273
706
- int attr titleMarginStart 0x7f030274
707
- int attr titleMarginTop 0x7f030275
708
- int attr titleMargins 0x7f030276
709
- int attr titleTextAppearance 0x7f030277
710
- int attr titleTextColor 0x7f030278
711
- int attr titleTextStyle 0x7f030279
712
- int attr toolbarId 0x7f03027a
713
- int attr toolbarNavigationButtonStyle 0x7f03027b
714
- int attr toolbarStyle 0x7f03027c
715
- int attr tooltipForegroundColor 0x7f03027d
716
- int attr tooltipFrameBackground 0x7f03027e
717
- int attr tooltipText 0x7f03027f
718
- int attr track 0x7f030280
719
- int attr trackTint 0x7f030281
720
- int attr trackTintMode 0x7f030282
721
- int attr ttcIndex 0x7f030283
722
- int attr useCompatPadding 0x7f030284
723
- int attr useMaterialThemeColors 0x7f030285
724
- int attr viewAspectRatio 0x7f030286
725
- int attr viewInflaterClass 0x7f030287
726
- int attr voiceIcon 0x7f030288
727
- int attr windowActionBar 0x7f030289
728
- int attr windowActionBarOverlay 0x7f03028a
729
- int attr windowActionModeOverlay 0x7f03028b
730
- int attr windowFixedHeightMajor 0x7f03028c
731
- int attr windowFixedHeightMinor 0x7f03028d
732
- int attr windowFixedWidthMajor 0x7f03028e
733
- int attr windowFixedWidthMinor 0x7f03028f
734
- int attr windowMinWidthMajor 0x7f030290
735
- int attr windowMinWidthMinor 0x7f030291
736
- int attr windowNoTitle 0x7f030292
737
- int attr yearSelectedStyle 0x7f030293
738
- int attr yearStyle 0x7f030294
739
- int attr yearTodayStyle 0x7f030295
740
- int bool abc_action_bar_embed_tabs 0x7f040000
741
- int bool abc_config_actionMenuItemAllCaps 0x7f040001
742
- int bool mtrl_btn_textappearance_all_caps 0x7f040002
743
- int color abc_background_cache_hint_selector_material_dark 0x7f050000
744
- int color abc_background_cache_hint_selector_material_light 0x7f050001
745
- int color abc_btn_colored_borderless_text_material 0x7f050002
746
- int color abc_btn_colored_text_material 0x7f050003
747
- int color abc_color_highlight_material 0x7f050004
748
- int color abc_decor_view_status_guard 0x7f050005
749
- int color abc_decor_view_status_guard_light 0x7f050006
750
- int color abc_hint_foreground_material_dark 0x7f050007
751
- int color abc_hint_foreground_material_light 0x7f050008
752
- int color abc_primary_text_disable_only_material_dark 0x7f050009
753
- int color abc_primary_text_disable_only_material_light 0x7f05000a
754
- int color abc_primary_text_material_dark 0x7f05000b
755
- int color abc_primary_text_material_light 0x7f05000c
756
- int color abc_search_url_text 0x7f05000d
757
- int color abc_search_url_text_normal 0x7f05000e
758
- int color abc_search_url_text_pressed 0x7f05000f
759
- int color abc_search_url_text_selected 0x7f050010
760
- int color abc_secondary_text_material_dark 0x7f050011
761
- int color abc_secondary_text_material_light 0x7f050012
762
- int color abc_tint_btn_checkable 0x7f050013
763
- int color abc_tint_default 0x7f050014
764
- int color abc_tint_edittext 0x7f050015
765
- int color abc_tint_seek_thumb 0x7f050016
766
- int color abc_tint_spinner 0x7f050017
767
- int color abc_tint_switch_track 0x7f050018
768
- int color accent_material_dark 0x7f050019
769
- int color accent_material_light 0x7f05001a
770
- int color androidx_core_ripple_material_light 0x7f05001b
771
- int color androidx_core_secondary_text_default_material_light 0x7f05001c
772
- int color background_floating_material_dark 0x7f05001d
773
- int color background_floating_material_light 0x7f05001e
774
- int color background_material_dark 0x7f05001f
775
- int color background_material_light 0x7f050020
776
- int color bright_foreground_disabled_material_dark 0x7f050021
777
- int color bright_foreground_disabled_material_light 0x7f050022
778
- int color bright_foreground_inverse_material_dark 0x7f050023
779
- int color bright_foreground_inverse_material_light 0x7f050024
780
- int color bright_foreground_material_dark 0x7f050025
781
- int color bright_foreground_material_light 0x7f050026
782
- int color button_material_dark 0x7f050027
783
- int color button_material_light 0x7f050028
784
- int color cardview_dark_background 0x7f050029
785
- int color cardview_light_background 0x7f05002a
786
- int color cardview_shadow_end_color 0x7f05002b
787
- int color cardview_shadow_start_color 0x7f05002c
788
- int color catalyst_logbox_background 0x7f05002d
789
- int color catalyst_redbox_background 0x7f05002e
790
- int color checkbox_themeable_attribute_color 0x7f05002f
791
- int color design_bottom_navigation_shadow_color 0x7f050030
792
- int color design_box_stroke_color 0x7f050031
793
- int color design_dark_default_color_background 0x7f050032
794
- int color design_dark_default_color_error 0x7f050033
795
- int color design_dark_default_color_on_background 0x7f050034
796
- int color design_dark_default_color_on_error 0x7f050035
797
- int color design_dark_default_color_on_primary 0x7f050036
798
- int color design_dark_default_color_on_secondary 0x7f050037
799
- int color design_dark_default_color_on_surface 0x7f050038
800
- int color design_dark_default_color_primary 0x7f050039
801
- int color design_dark_default_color_primary_dark 0x7f05003a
802
- int color design_dark_default_color_primary_variant 0x7f05003b
803
- int color design_dark_default_color_secondary 0x7f05003c
804
- int color design_dark_default_color_secondary_variant 0x7f05003d
805
- int color design_dark_default_color_surface 0x7f05003e
806
- int color design_default_color_background 0x7f05003f
807
- int color design_default_color_error 0x7f050040
808
- int color design_default_color_on_background 0x7f050041
809
- int color design_default_color_on_error 0x7f050042
810
- int color design_default_color_on_primary 0x7f050043
811
- int color design_default_color_on_secondary 0x7f050044
812
- int color design_default_color_on_surface 0x7f050045
813
- int color design_default_color_primary 0x7f050046
814
- int color design_default_color_primary_dark 0x7f050047
815
- int color design_default_color_primary_variant 0x7f050048
816
- int color design_default_color_secondary 0x7f050049
817
- int color design_default_color_secondary_variant 0x7f05004a
818
- int color design_default_color_surface 0x7f05004b
819
- int color design_error 0x7f05004c
820
- int color design_fab_shadow_end_color 0x7f05004d
821
- int color design_fab_shadow_mid_color 0x7f05004e
822
- int color design_fab_shadow_start_color 0x7f05004f
823
- int color design_fab_stroke_end_inner_color 0x7f050050
824
- int color design_fab_stroke_end_outer_color 0x7f050051
825
- int color design_fab_stroke_top_inner_color 0x7f050052
826
- int color design_fab_stroke_top_outer_color 0x7f050053
827
- int color design_icon_tint 0x7f050054
828
- int color design_snackbar_background_color 0x7f050055
829
- int color dim_foreground_disabled_material_dark 0x7f050056
830
- int color dim_foreground_disabled_material_light 0x7f050057
831
- int color dim_foreground_material_dark 0x7f050058
832
- int color dim_foreground_material_light 0x7f050059
833
- int color error_color_material_dark 0x7f05005a
834
- int color error_color_material_light 0x7f05005b
835
- int color foreground_material_dark 0x7f05005c
836
- int color foreground_material_light 0x7f05005d
837
- int color highlighted_text_material_dark 0x7f05005e
838
- int color highlighted_text_material_light 0x7f05005f
839
- int color material_blue_grey_800 0x7f050060
840
- int color material_blue_grey_900 0x7f050061
841
- int color material_blue_grey_950 0x7f050062
842
- int color material_deep_teal_200 0x7f050063
843
- int color material_deep_teal_500 0x7f050064
844
- int color material_grey_100 0x7f050065
845
- int color material_grey_300 0x7f050066
846
- int color material_grey_50 0x7f050067
847
- int color material_grey_600 0x7f050068
848
- int color material_grey_800 0x7f050069
849
- int color material_grey_850 0x7f05006a
850
- int color material_grey_900 0x7f05006b
851
- int color material_on_background_disabled 0x7f05006c
852
- int color material_on_background_emphasis_high_type 0x7f05006d
853
- int color material_on_background_emphasis_medium 0x7f05006e
854
- int color material_on_primary_disabled 0x7f05006f
855
- int color material_on_primary_emphasis_high_type 0x7f050070
856
- int color material_on_primary_emphasis_medium 0x7f050071
857
- int color material_on_surface_disabled 0x7f050072
858
- int color material_on_surface_emphasis_high_type 0x7f050073
859
- int color material_on_surface_emphasis_medium 0x7f050074
860
- int color mtrl_bottom_nav_colored_item_tint 0x7f050075
861
- int color mtrl_bottom_nav_colored_ripple_color 0x7f050076
862
- int color mtrl_bottom_nav_item_tint 0x7f050077
863
- int color mtrl_bottom_nav_ripple_color 0x7f050078
864
- int color mtrl_btn_bg_color_selector 0x7f050079
865
- int color mtrl_btn_ripple_color 0x7f05007a
866
- int color mtrl_btn_stroke_color_selector 0x7f05007b
867
- int color mtrl_btn_text_btn_bg_color_selector 0x7f05007c
868
- int color mtrl_btn_text_btn_ripple_color 0x7f05007d
869
- int color mtrl_btn_text_color_disabled 0x7f05007e
870
- int color mtrl_btn_text_color_selector 0x7f05007f
871
- int color mtrl_btn_transparent_bg_color 0x7f050080
872
- int color mtrl_calendar_item_stroke_color 0x7f050081
873
- int color mtrl_calendar_selected_range 0x7f050082
874
- int color mtrl_card_view_foreground 0x7f050083
875
- int color mtrl_card_view_ripple 0x7f050084
876
- int color mtrl_chip_background_color 0x7f050085
877
- int color mtrl_chip_close_icon_tint 0x7f050086
878
- int color mtrl_chip_ripple_color 0x7f050087
879
- int color mtrl_chip_surface_color 0x7f050088
880
- int color mtrl_chip_text_color 0x7f050089
881
- int color mtrl_choice_chip_background_color 0x7f05008a
882
- int color mtrl_choice_chip_ripple_color 0x7f05008b
883
- int color mtrl_choice_chip_text_color 0x7f05008c
884
- int color mtrl_error 0x7f05008d
885
- int color mtrl_extended_fab_bg_color_selector 0x7f05008e
886
- int color mtrl_extended_fab_ripple_color 0x7f05008f
887
- int color mtrl_extended_fab_text_color_selector 0x7f050090
888
- int color mtrl_fab_ripple_color 0x7f050091
889
- int color mtrl_filled_background_color 0x7f050092
890
- int color mtrl_filled_icon_tint 0x7f050093
891
- int color mtrl_filled_stroke_color 0x7f050094
892
- int color mtrl_indicator_text_color 0x7f050095
893
- int color mtrl_navigation_item_background_color 0x7f050096
894
- int color mtrl_navigation_item_icon_tint 0x7f050097
895
- int color mtrl_navigation_item_text_color 0x7f050098
896
- int color mtrl_on_primary_text_btn_text_color_selector 0x7f050099
897
- int color mtrl_outlined_icon_tint 0x7f05009a
898
- int color mtrl_outlined_stroke_color 0x7f05009b
899
- int color mtrl_popupmenu_overlay_color 0x7f05009c
900
- int color mtrl_scrim_color 0x7f05009d
901
- int color mtrl_tabs_colored_ripple_color 0x7f05009e
902
- int color mtrl_tabs_icon_color_selector 0x7f05009f
903
- int color mtrl_tabs_icon_color_selector_colored 0x7f0500a0
904
- int color mtrl_tabs_legacy_text_color_selector 0x7f0500a1
905
- int color mtrl_tabs_ripple_color 0x7f0500a2
906
- int color mtrl_text_btn_text_color_selector 0x7f0500a3
907
- int color mtrl_textinput_default_box_stroke_color 0x7f0500a4
908
- int color mtrl_textinput_disabled_color 0x7f0500a5
909
- int color mtrl_textinput_filled_box_default_background_color 0x7f0500a6
910
- int color mtrl_textinput_focused_box_stroke_color 0x7f0500a7
911
- int color mtrl_textinput_hovered_box_stroke_color 0x7f0500a8
912
- int color notification_action_color_filter 0x7f0500a9
913
- int color notification_icon_bg_color 0x7f0500aa
914
- int color primary_dark_material_dark 0x7f0500ab
915
- int color primary_dark_material_light 0x7f0500ac
916
- int color primary_material_dark 0x7f0500ad
917
- int color primary_material_light 0x7f0500ae
918
- int color primary_text_default_material_dark 0x7f0500af
919
- int color primary_text_default_material_light 0x7f0500b0
920
- int color primary_text_disabled_material_dark 0x7f0500b1
921
- int color primary_text_disabled_material_light 0x7f0500b2
922
- int color ripple_material_dark 0x7f0500b3
923
- int color ripple_material_light 0x7f0500b4
924
- int color secondary_text_default_material_dark 0x7f0500b5
925
- int color secondary_text_default_material_light 0x7f0500b6
926
- int color secondary_text_disabled_material_dark 0x7f0500b7
927
- int color secondary_text_disabled_material_light 0x7f0500b8
928
- int color switch_thumb_disabled_material_dark 0x7f0500b9
929
- int color switch_thumb_disabled_material_light 0x7f0500ba
930
- int color switch_thumb_material_dark 0x7f0500bb
931
- int color switch_thumb_material_light 0x7f0500bc
932
- int color switch_thumb_normal_material_dark 0x7f0500bd
933
- int color switch_thumb_normal_material_light 0x7f0500be
934
- int color test_mtrl_calendar_day 0x7f0500bf
935
- int color test_mtrl_calendar_day_selected 0x7f0500c0
936
- int color tooltip_background_dark 0x7f0500c1
937
- int color tooltip_background_light 0x7f0500c2
938
- int dimen abc_action_bar_content_inset_material 0x7f060000
939
- int dimen abc_action_bar_content_inset_with_nav 0x7f060001
940
- int dimen abc_action_bar_default_height_material 0x7f060002
941
- int dimen abc_action_bar_default_padding_end_material 0x7f060003
942
- int dimen abc_action_bar_default_padding_start_material 0x7f060004
943
- int dimen abc_action_bar_elevation_material 0x7f060005
944
- int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006
945
- int dimen abc_action_bar_overflow_padding_end_material 0x7f060007
946
- int dimen abc_action_bar_overflow_padding_start_material 0x7f060008
947
- int dimen abc_action_bar_stacked_max_height 0x7f060009
948
- int dimen abc_action_bar_stacked_tab_max_width 0x7f06000a
949
- int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000b
950
- int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000c
951
- int dimen abc_action_button_min_height_material 0x7f06000d
952
- int dimen abc_action_button_min_width_material 0x7f06000e
953
- int dimen abc_action_button_min_width_overflow_material 0x7f06000f
954
- int dimen abc_alert_dialog_button_bar_height 0x7f060010
955
- int dimen abc_alert_dialog_button_dimen 0x7f060011
956
- int dimen abc_button_inset_horizontal_material 0x7f060012
957
- int dimen abc_button_inset_vertical_material 0x7f060013
958
- int dimen abc_button_padding_horizontal_material 0x7f060014
959
- int dimen abc_button_padding_vertical_material 0x7f060015
960
- int dimen abc_cascading_menus_min_smallest_width 0x7f060016
961
- int dimen abc_config_prefDialogWidth 0x7f060017
962
- int dimen abc_control_corner_material 0x7f060018
963
- int dimen abc_control_inset_material 0x7f060019
964
- int dimen abc_control_padding_material 0x7f06001a
965
- int dimen abc_dialog_corner_radius_material 0x7f06001b
966
- int dimen abc_dialog_fixed_height_major 0x7f06001c
967
- int dimen abc_dialog_fixed_height_minor 0x7f06001d
968
- int dimen abc_dialog_fixed_width_major 0x7f06001e
969
- int dimen abc_dialog_fixed_width_minor 0x7f06001f
970
- int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f060020
971
- int dimen abc_dialog_list_padding_top_no_title 0x7f060021
972
- int dimen abc_dialog_min_width_major 0x7f060022
973
- int dimen abc_dialog_min_width_minor 0x7f060023
974
- int dimen abc_dialog_padding_material 0x7f060024
975
- int dimen abc_dialog_padding_top_material 0x7f060025
976
- int dimen abc_dialog_title_divider_material 0x7f060026
977
- int dimen abc_disabled_alpha_material_dark 0x7f060027
978
- int dimen abc_disabled_alpha_material_light 0x7f060028
979
- int dimen abc_dropdownitem_icon_width 0x7f060029
980
- int dimen abc_dropdownitem_text_padding_left 0x7f06002a
981
- int dimen abc_dropdownitem_text_padding_right 0x7f06002b
982
- int dimen abc_edit_text_inset_bottom_material 0x7f06002c
983
- int dimen abc_edit_text_inset_horizontal_material 0x7f06002d
984
- int dimen abc_edit_text_inset_top_material 0x7f06002e
985
- int dimen abc_floating_window_z 0x7f06002f
986
- int dimen abc_list_item_height_large_material 0x7f060030
987
- int dimen abc_list_item_height_material 0x7f060031
988
- int dimen abc_list_item_height_small_material 0x7f060032
989
- int dimen abc_list_item_padding_horizontal_material 0x7f060033
990
- int dimen abc_panel_menu_list_width 0x7f060034
991
- int dimen abc_progress_bar_height_material 0x7f060035
992
- int dimen abc_search_view_preferred_height 0x7f060036
993
- int dimen abc_search_view_preferred_width 0x7f060037
994
- int dimen abc_seekbar_track_background_height_material 0x7f060038
995
- int dimen abc_seekbar_track_progress_height_material 0x7f060039
996
- int dimen abc_select_dialog_padding_start_material 0x7f06003a
997
- int dimen abc_star_big 0x7f06003b
998
- int dimen abc_star_medium 0x7f06003c
999
- int dimen abc_star_small 0x7f06003d
1000
- int dimen abc_switch_padding 0x7f06003e
1001
- int dimen abc_text_size_body_1_material 0x7f06003f
1002
- int dimen abc_text_size_body_2_material 0x7f060040
1003
- int dimen abc_text_size_button_material 0x7f060041
1004
- int dimen abc_text_size_caption_material 0x7f060042
1005
- int dimen abc_text_size_display_1_material 0x7f060043
1006
- int dimen abc_text_size_display_2_material 0x7f060044
1007
- int dimen abc_text_size_display_3_material 0x7f060045
1008
- int dimen abc_text_size_display_4_material 0x7f060046
1009
- int dimen abc_text_size_headline_material 0x7f060047
1010
- int dimen abc_text_size_large_material 0x7f060048
1011
- int dimen abc_text_size_medium_material 0x7f060049
1012
- int dimen abc_text_size_menu_header_material 0x7f06004a
1013
- int dimen abc_text_size_menu_material 0x7f06004b
1014
- int dimen abc_text_size_small_material 0x7f06004c
1015
- int dimen abc_text_size_subhead_material 0x7f06004d
1016
- int dimen abc_text_size_subtitle_material_toolbar 0x7f06004e
1017
- int dimen abc_text_size_title_material 0x7f06004f
1018
- int dimen abc_text_size_title_material_toolbar 0x7f060050
1019
- int dimen action_bar_size 0x7f060051
1020
- int dimen appcompat_dialog_background_inset 0x7f060052
1021
- int dimen autofill_inline_suggestion_icon_size 0x7f060053
1022
- int dimen cardview_compat_inset_shadow 0x7f060054
1023
- int dimen cardview_default_elevation 0x7f060055
1024
- int dimen cardview_default_radius 0x7f060056
1025
- int dimen compat_button_inset_horizontal_material 0x7f060057
1026
- int dimen compat_button_inset_vertical_material 0x7f060058
1027
- int dimen compat_button_padding_horizontal_material 0x7f060059
1028
- int dimen compat_button_padding_vertical_material 0x7f06005a
1029
- int dimen compat_control_corner_material 0x7f06005b
1030
- int dimen compat_notification_large_icon_max_height 0x7f06005c
1031
- int dimen compat_notification_large_icon_max_width 0x7f06005d
1032
- int dimen default_dimension 0x7f06005e
1033
- int dimen design_appbar_elevation 0x7f06005f
1034
- int dimen design_bottom_navigation_active_item_max_width 0x7f060060
1035
- int dimen design_bottom_navigation_active_item_min_width 0x7f060061
1036
- int dimen design_bottom_navigation_active_text_size 0x7f060062
1037
- int dimen design_bottom_navigation_elevation 0x7f060063
1038
- int dimen design_bottom_navigation_height 0x7f060064
1039
- int dimen design_bottom_navigation_icon_size 0x7f060065
1040
- int dimen design_bottom_navigation_item_max_width 0x7f060066
1041
- int dimen design_bottom_navigation_item_min_width 0x7f060067
1042
- int dimen design_bottom_navigation_margin 0x7f060068
1043
- int dimen design_bottom_navigation_shadow_height 0x7f060069
1044
- int dimen design_bottom_navigation_text_size 0x7f06006a
1045
- int dimen design_bottom_sheet_elevation 0x7f06006b
1046
- int dimen design_bottom_sheet_modal_elevation 0x7f06006c
1047
- int dimen design_bottom_sheet_peek_height_min 0x7f06006d
1048
- int dimen design_fab_border_width 0x7f06006e
1049
- int dimen design_fab_elevation 0x7f06006f
1050
- int dimen design_fab_image_size 0x7f060070
1051
- int dimen design_fab_size_mini 0x7f060071
1052
- int dimen design_fab_size_normal 0x7f060072
1053
- int dimen design_fab_translation_z_hovered_focused 0x7f060073
1054
- int dimen design_fab_translation_z_pressed 0x7f060074
1055
- int dimen design_navigation_elevation 0x7f060075
1056
- int dimen design_navigation_icon_padding 0x7f060076
1057
- int dimen design_navigation_icon_size 0x7f060077
1058
- int dimen design_navigation_item_horizontal_padding 0x7f060078
1059
- int dimen design_navigation_item_icon_padding 0x7f060079
1060
- int dimen design_navigation_max_width 0x7f06007a
1061
- int dimen design_navigation_padding_bottom 0x7f06007b
1062
- int dimen design_navigation_separator_vertical_padding 0x7f06007c
1063
- int dimen design_snackbar_action_inline_max_width 0x7f06007d
1064
- int dimen design_snackbar_action_text_color_alpha 0x7f06007e
1065
- int dimen design_snackbar_background_corner_radius 0x7f06007f
1066
- int dimen design_snackbar_elevation 0x7f060080
1067
- int dimen design_snackbar_extra_spacing_horizontal 0x7f060081
1068
- int dimen design_snackbar_max_width 0x7f060082
1069
- int dimen design_snackbar_min_width 0x7f060083
1070
- int dimen design_snackbar_padding_horizontal 0x7f060084
1071
- int dimen design_snackbar_padding_vertical 0x7f060085
1072
- int dimen design_snackbar_padding_vertical_2lines 0x7f060086
1073
- int dimen design_snackbar_text_size 0x7f060087
1074
- int dimen design_tab_max_width 0x7f060088
1075
- int dimen design_tab_scrollable_min_width 0x7f060089
1076
- int dimen design_tab_text_size 0x7f06008a
1077
- int dimen design_tab_text_size_2line 0x7f06008b
1078
- int dimen design_textinput_caption_translate_y 0x7f06008c
1079
- int dimen disabled_alpha_material_dark 0x7f06008d
1080
- int dimen disabled_alpha_material_light 0x7f06008e
1081
- int dimen fastscroll_default_thickness 0x7f06008f
1082
- int dimen fastscroll_margin 0x7f060090
1083
- int dimen fastscroll_minimum_range 0x7f060091
1084
- int dimen highlight_alpha_material_colored 0x7f060092
1085
- int dimen highlight_alpha_material_dark 0x7f060093
1086
- int dimen highlight_alpha_material_light 0x7f060094
1087
- int dimen hint_alpha_material_dark 0x7f060095
1088
- int dimen hint_alpha_material_light 0x7f060096
1089
- int dimen hint_pressed_alpha_material_dark 0x7f060097
1090
- int dimen hint_pressed_alpha_material_light 0x7f060098
1091
- int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f060099
1092
- int dimen item_touch_helper_swipe_escape_max_velocity 0x7f06009a
1093
- int dimen item_touch_helper_swipe_escape_velocity 0x7f06009b
1094
- int dimen material_emphasis_disabled 0x7f06009c
1095
- int dimen material_emphasis_high_type 0x7f06009d
1096
- int dimen material_emphasis_medium 0x7f06009e
1097
- int dimen material_text_view_test_line_height 0x7f06009f
1098
- int dimen material_text_view_test_line_height_override 0x7f0600a0
1099
- int dimen mtrl_alert_dialog_background_inset_bottom 0x7f0600a1
1100
- int dimen mtrl_alert_dialog_background_inset_end 0x7f0600a2
1101
- int dimen mtrl_alert_dialog_background_inset_start 0x7f0600a3
1102
- int dimen mtrl_alert_dialog_background_inset_top 0x7f0600a4
1103
- int dimen mtrl_alert_dialog_picker_background_inset 0x7f0600a5
1104
- int dimen mtrl_badge_horizontal_edge_offset 0x7f0600a6
1105
- int dimen mtrl_badge_long_text_horizontal_padding 0x7f0600a7
1106
- int dimen mtrl_badge_radius 0x7f0600a8
1107
- int dimen mtrl_badge_text_horizontal_edge_offset 0x7f0600a9
1108
- int dimen mtrl_badge_text_size 0x7f0600aa
1109
- int dimen mtrl_badge_with_text_radius 0x7f0600ab
1110
- int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f0600ac
1111
- int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f0600ad
1112
- int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f0600ae
1113
- int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0600af
1114
- int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f0600b0
1115
- int dimen mtrl_bottomappbar_height 0x7f0600b1
1116
- int dimen mtrl_btn_corner_radius 0x7f0600b2
1117
- int dimen mtrl_btn_dialog_btn_min_width 0x7f0600b3
1118
- int dimen mtrl_btn_disabled_elevation 0x7f0600b4
1119
- int dimen mtrl_btn_disabled_z 0x7f0600b5
1120
- int dimen mtrl_btn_elevation 0x7f0600b6
1121
- int dimen mtrl_btn_focused_z 0x7f0600b7
1122
- int dimen mtrl_btn_hovered_z 0x7f0600b8
1123
- int dimen mtrl_btn_icon_btn_padding_left 0x7f0600b9
1124
- int dimen mtrl_btn_icon_padding 0x7f0600ba
1125
- int dimen mtrl_btn_inset 0x7f0600bb
1126
- int dimen mtrl_btn_letter_spacing 0x7f0600bc
1127
- int dimen mtrl_btn_padding_bottom 0x7f0600bd
1128
- int dimen mtrl_btn_padding_left 0x7f0600be
1129
- int dimen mtrl_btn_padding_right 0x7f0600bf
1130
- int dimen mtrl_btn_padding_top 0x7f0600c0
1131
- int dimen mtrl_btn_pressed_z 0x7f0600c1
1132
- int dimen mtrl_btn_stroke_size 0x7f0600c2
1133
- int dimen mtrl_btn_text_btn_icon_padding 0x7f0600c3
1134
- int dimen mtrl_btn_text_btn_padding_left 0x7f0600c4
1135
- int dimen mtrl_btn_text_btn_padding_right 0x7f0600c5
1136
- int dimen mtrl_btn_text_size 0x7f0600c6
1137
- int dimen mtrl_btn_z 0x7f0600c7
1138
- int dimen mtrl_calendar_action_height 0x7f0600c8
1139
- int dimen mtrl_calendar_action_padding 0x7f0600c9
1140
- int dimen mtrl_calendar_bottom_padding 0x7f0600ca
1141
- int dimen mtrl_calendar_content_padding 0x7f0600cb
1142
- int dimen mtrl_calendar_day_corner 0x7f0600cc
1143
- int dimen mtrl_calendar_day_height 0x7f0600cd
1144
- int dimen mtrl_calendar_day_horizontal_padding 0x7f0600ce
1145
- int dimen mtrl_calendar_day_today_stroke 0x7f0600cf
1146
- int dimen mtrl_calendar_day_vertical_padding 0x7f0600d0
1147
- int dimen mtrl_calendar_day_width 0x7f0600d1
1148
- int dimen mtrl_calendar_days_of_week_height 0x7f0600d2
1149
- int dimen mtrl_calendar_dialog_background_inset 0x7f0600d3
1150
- int dimen mtrl_calendar_header_content_padding 0x7f0600d4
1151
- int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f0600d5
1152
- int dimen mtrl_calendar_header_divider_thickness 0x7f0600d6
1153
- int dimen mtrl_calendar_header_height 0x7f0600d7
1154
- int dimen mtrl_calendar_header_height_fullscreen 0x7f0600d8
1155
- int dimen mtrl_calendar_header_selection_line_height 0x7f0600d9
1156
- int dimen mtrl_calendar_header_text_padding 0x7f0600da
1157
- int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f0600db
1158
- int dimen mtrl_calendar_header_toggle_margin_top 0x7f0600dc
1159
- int dimen mtrl_calendar_landscape_header_width 0x7f0600dd
1160
- int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f0600de
1161
- int dimen mtrl_calendar_month_horizontal_padding 0x7f0600df
1162
- int dimen mtrl_calendar_month_vertical_padding 0x7f0600e0
1163
- int dimen mtrl_calendar_navigation_bottom_padding 0x7f0600e1
1164
- int dimen mtrl_calendar_navigation_height 0x7f0600e2
1165
- int dimen mtrl_calendar_navigation_top_padding 0x7f0600e3
1166
- int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f0600e4
1167
- int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f0600e5
1168
- int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f0600e6
1169
- int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f0600e7
1170
- int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f0600e8
1171
- int dimen mtrl_calendar_text_input_padding_top 0x7f0600e9
1172
- int dimen mtrl_calendar_title_baseline_to_top 0x7f0600ea
1173
- int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f0600eb
1174
- int dimen mtrl_calendar_year_corner 0x7f0600ec
1175
- int dimen mtrl_calendar_year_height 0x7f0600ed
1176
- int dimen mtrl_calendar_year_horizontal_padding 0x7f0600ee
1177
- int dimen mtrl_calendar_year_vertical_padding 0x7f0600ef
1178
- int dimen mtrl_calendar_year_width 0x7f0600f0
1179
- int dimen mtrl_card_checked_icon_margin 0x7f0600f1
1180
- int dimen mtrl_card_checked_icon_size 0x7f0600f2
1181
- int dimen mtrl_card_corner_radius 0x7f0600f3
1182
- int dimen mtrl_card_dragged_z 0x7f0600f4
1183
- int dimen mtrl_card_elevation 0x7f0600f5
1184
- int dimen mtrl_card_spacing 0x7f0600f6
1185
- int dimen mtrl_chip_pressed_translation_z 0x7f0600f7
1186
- int dimen mtrl_chip_text_size 0x7f0600f8
1187
- int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f0600f9
1188
- int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f0600fa
1189
- int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f0600fb
1190
- int dimen mtrl_extended_fab_bottom_padding 0x7f0600fc
1191
- int dimen mtrl_extended_fab_corner_radius 0x7f0600fd
1192
- int dimen mtrl_extended_fab_disabled_elevation 0x7f0600fe
1193
- int dimen mtrl_extended_fab_disabled_translation_z 0x7f0600ff
1194
- int dimen mtrl_extended_fab_elevation 0x7f060100
1195
- int dimen mtrl_extended_fab_end_padding 0x7f060101
1196
- int dimen mtrl_extended_fab_end_padding_icon 0x7f060102
1197
- int dimen mtrl_extended_fab_icon_size 0x7f060103
1198
- int dimen mtrl_extended_fab_icon_text_spacing 0x7f060104
1199
- int dimen mtrl_extended_fab_min_height 0x7f060105
1200
- int dimen mtrl_extended_fab_min_width 0x7f060106
1201
- int dimen mtrl_extended_fab_start_padding 0x7f060107
1202
- int dimen mtrl_extended_fab_start_padding_icon 0x7f060108
1203
- int dimen mtrl_extended_fab_top_padding 0x7f060109
1204
- int dimen mtrl_extended_fab_translation_z_base 0x7f06010a
1205
- int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f06010b
1206
- int dimen mtrl_extended_fab_translation_z_pressed 0x7f06010c
1207
- int dimen mtrl_fab_elevation 0x7f06010d
1208
- int dimen mtrl_fab_min_touch_target 0x7f06010e
1209
- int dimen mtrl_fab_translation_z_hovered_focused 0x7f06010f
1210
- int dimen mtrl_fab_translation_z_pressed 0x7f060110
1211
- int dimen mtrl_high_ripple_default_alpha 0x7f060111
1212
- int dimen mtrl_high_ripple_focused_alpha 0x7f060112
1213
- int dimen mtrl_high_ripple_hovered_alpha 0x7f060113
1214
- int dimen mtrl_high_ripple_pressed_alpha 0x7f060114
1215
- int dimen mtrl_large_touch_target 0x7f060115
1216
- int dimen mtrl_low_ripple_default_alpha 0x7f060116
1217
- int dimen mtrl_low_ripple_focused_alpha 0x7f060117
1218
- int dimen mtrl_low_ripple_hovered_alpha 0x7f060118
1219
- int dimen mtrl_low_ripple_pressed_alpha 0x7f060119
1220
- int dimen mtrl_min_touch_target_size 0x7f06011a
1221
- int dimen mtrl_navigation_elevation 0x7f06011b
1222
- int dimen mtrl_navigation_item_horizontal_padding 0x7f06011c
1223
- int dimen mtrl_navigation_item_icon_padding 0x7f06011d
1224
- int dimen mtrl_navigation_item_icon_size 0x7f06011e
1225
- int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f06011f
1226
- int dimen mtrl_navigation_item_shape_vertical_margin 0x7f060120
1227
- int dimen mtrl_shape_corner_size_large_component 0x7f060121
1228
- int dimen mtrl_shape_corner_size_medium_component 0x7f060122
1229
- int dimen mtrl_shape_corner_size_small_component 0x7f060123
1230
- int dimen mtrl_snackbar_action_text_color_alpha 0x7f060124
1231
- int dimen mtrl_snackbar_background_corner_radius 0x7f060125
1232
- int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f060126
1233
- int dimen mtrl_snackbar_margin 0x7f060127
1234
- int dimen mtrl_switch_thumb_elevation 0x7f060128
1235
- int dimen mtrl_textinput_box_corner_radius_medium 0x7f060129
1236
- int dimen mtrl_textinput_box_corner_radius_small 0x7f06012a
1237
- int dimen mtrl_textinput_box_label_cutout_padding 0x7f06012b
1238
- int dimen mtrl_textinput_box_stroke_width_default 0x7f06012c
1239
- int dimen mtrl_textinput_box_stroke_width_focused 0x7f06012d
1240
- int dimen mtrl_textinput_end_icon_margin_start 0x7f06012e
1241
- int dimen mtrl_textinput_outline_box_expanded_padding 0x7f06012f
1242
- int dimen mtrl_textinput_start_icon_margin_end 0x7f060130
1243
- int dimen mtrl_toolbar_default_height 0x7f060131
1244
- int dimen notification_action_icon_size 0x7f060132
1245
- int dimen notification_action_text_size 0x7f060133
1246
- int dimen notification_big_circle_margin 0x7f060134
1247
- int dimen notification_content_margin_start 0x7f060135
1248
- int dimen notification_large_icon_height 0x7f060136
1249
- int dimen notification_large_icon_width 0x7f060137
1250
- int dimen notification_main_column_padding_top 0x7f060138
1251
- int dimen notification_media_narrow_margin 0x7f060139
1252
- int dimen notification_right_icon_size 0x7f06013a
1253
- int dimen notification_right_side_padding_top 0x7f06013b
1254
- int dimen notification_small_icon_background_padding 0x7f06013c
1255
- int dimen notification_small_icon_size_as_large 0x7f06013d
1256
- int dimen notification_subtext_size 0x7f06013e
1257
- int dimen notification_top_pad 0x7f06013f
1258
- int dimen notification_top_pad_large_text 0x7f060140
1259
- int dimen test_mtrl_calendar_day_cornerSize 0x7f060141
1260
- int dimen tooltip_corner_radius 0x7f060142
1261
- int dimen tooltip_horizontal_padding 0x7f060143
1262
- int dimen tooltip_margin 0x7f060144
1263
- int dimen tooltip_precise_anchor_extra_offset 0x7f060145
1264
- int dimen tooltip_precise_anchor_threshold 0x7f060146
1265
- int dimen tooltip_vertical_padding 0x7f060147
1266
- int dimen tooltip_y_offset_non_touch 0x7f060148
1267
- int dimen tooltip_y_offset_touch 0x7f060149
1268
- int drawable abc_ab_share_pack_mtrl_alpha 0x7f070006
1269
- int drawable abc_action_bar_item_background_material 0x7f070007
1270
- int drawable abc_btn_borderless_material 0x7f070008
1271
- int drawable abc_btn_check_material 0x7f070009
1272
- int drawable abc_btn_check_material_anim 0x7f07000a
1273
- int drawable abc_btn_check_to_on_mtrl_000 0x7f07000b
1274
- int drawable abc_btn_check_to_on_mtrl_015 0x7f07000c
1275
- int drawable abc_btn_colored_material 0x7f07000d
1276
- int drawable abc_btn_default_mtrl_shape 0x7f07000e
1277
- int drawable abc_btn_radio_material 0x7f07000f
1278
- int drawable abc_btn_radio_material_anim 0x7f070010
1279
- int drawable abc_btn_radio_to_on_mtrl_000 0x7f070011
1280
- int drawable abc_btn_radio_to_on_mtrl_015 0x7f070012
1281
- int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070013
1282
- int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070014
1283
- int drawable abc_cab_background_internal_bg 0x7f070015
1284
- int drawable abc_cab_background_top_material 0x7f070016
1285
- int drawable abc_cab_background_top_mtrl_alpha 0x7f070017
1286
- int drawable abc_control_background_material 0x7f070018
1287
- int drawable abc_dialog_material_background 0x7f070019
1288
- int drawable abc_edit_text_material 0x7f07001a
1289
- int drawable abc_ic_ab_back_material 0x7f07001b
1290
- int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07001c
1291
- int drawable abc_ic_clear_material 0x7f07001d
1292
- int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f07001e
1293
- int drawable abc_ic_go_search_api_material 0x7f07001f
1294
- int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f070020
1295
- int drawable abc_ic_menu_cut_mtrl_alpha 0x7f070021
1296
- int drawable abc_ic_menu_overflow_material 0x7f070022
1297
- int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070023
1298
- int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070024
1299
- int drawable abc_ic_menu_share_mtrl_alpha 0x7f070025
1300
- int drawable abc_ic_search_api_material 0x7f070026
1301
- int drawable abc_ic_voice_search_api_material 0x7f070027
1302
- int drawable abc_item_background_holo_dark 0x7f070028
1303
- int drawable abc_item_background_holo_light 0x7f070029
1304
- int drawable abc_list_divider_material 0x7f07002a
1305
- int drawable abc_list_divider_mtrl_alpha 0x7f07002b
1306
- int drawable abc_list_focused_holo 0x7f07002c
1307
- int drawable abc_list_longpressed_holo 0x7f07002d
1308
- int drawable abc_list_pressed_holo_dark 0x7f07002e
1309
- int drawable abc_list_pressed_holo_light 0x7f07002f
1310
- int drawable abc_list_selector_background_transition_holo_dark 0x7f070030
1311
- int drawable abc_list_selector_background_transition_holo_light 0x7f070031
1312
- int drawable abc_list_selector_disabled_holo_dark 0x7f070032
1313
- int drawable abc_list_selector_disabled_holo_light 0x7f070033
1314
- int drawable abc_list_selector_holo_dark 0x7f070034
1315
- int drawable abc_list_selector_holo_light 0x7f070035
1316
- int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070036
1317
- int drawable abc_popup_background_mtrl_mult 0x7f070037
1318
- int drawable abc_ratingbar_indicator_material 0x7f070038
1319
- int drawable abc_ratingbar_material 0x7f070039
1320
- int drawable abc_ratingbar_small_material 0x7f07003a
1321
- int drawable abc_scrubber_control_off_mtrl_alpha 0x7f07003b
1322
- int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f07003c
1323
- int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f07003d
1324
- int drawable abc_scrubber_primary_mtrl_alpha 0x7f07003e
1325
- int drawable abc_scrubber_track_mtrl_alpha 0x7f07003f
1326
- int drawable abc_seekbar_thumb_material 0x7f070040
1327
- int drawable abc_seekbar_tick_mark_material 0x7f070041
1328
- int drawable abc_seekbar_track_material 0x7f070042
1329
- int drawable abc_spinner_mtrl_am_alpha 0x7f070043
1330
- int drawable abc_spinner_textfield_background_material 0x7f070044
1331
- int drawable abc_star_black_48dp 0x7f070045
1332
- int drawable abc_star_half_black_48dp 0x7f070046
1333
- int drawable abc_switch_thumb_material 0x7f070047
1334
- int drawable abc_switch_track_mtrl_alpha 0x7f070048
1335
- int drawable abc_tab_indicator_material 0x7f070049
1336
- int drawable abc_tab_indicator_mtrl_alpha 0x7f07004a
1337
- int drawable abc_text_cursor_material 0x7f07004b
1338
- int drawable abc_text_select_handle_left_mtrl 0x7f07004c
1339
- int drawable abc_text_select_handle_middle_mtrl 0x7f07004d
1340
- int drawable abc_text_select_handle_right_mtrl 0x7f07004e
1341
- int drawable abc_textfield_activated_mtrl_alpha 0x7f07004f
1342
- int drawable abc_textfield_default_mtrl_alpha 0x7f070050
1343
- int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070051
1344
- int drawable abc_textfield_search_default_mtrl_alpha 0x7f070052
1345
- int drawable abc_textfield_search_material 0x7f070053
1346
- int drawable abc_vector_test 0x7f070054
1347
- int drawable autofill_inline_suggestion_chip_background 0x7f070055
1348
- int drawable avd_hide_password 0x7f070056
1349
- int drawable avd_show_password 0x7f070057
1350
- int drawable btn_checkbox_checked_mtrl 0x7f070058
1351
- int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f070059
1352
- int drawable btn_checkbox_unchecked_mtrl 0x7f07005a
1353
- int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f07005b
1354
- int drawable btn_radio_off_mtrl 0x7f07005c
1355
- int drawable btn_radio_off_to_on_mtrl_animation 0x7f07005d
1356
- int drawable btn_radio_on_mtrl 0x7f07005e
1357
- int drawable btn_radio_on_to_off_mtrl_animation 0x7f07005f
1358
- int drawable design_bottom_navigation_item_background 0x7f070060
1359
- int drawable design_fab_background 0x7f070061
1360
- int drawable design_ic_visibility 0x7f070062
1361
- int drawable design_ic_visibility_off 0x7f070063
1362
- int drawable design_password_eye 0x7f070064
1363
- int drawable design_snackbar_background 0x7f070065
1364
- int drawable ic_calendar_black_24dp 0x7f070066
1365
- int drawable ic_clear_black_24dp 0x7f070067
1366
- int drawable ic_edit_black_24dp 0x7f070068
1367
- int drawable ic_keyboard_arrow_left_black_24dp 0x7f070069
1368
- int drawable ic_keyboard_arrow_right_black_24dp 0x7f07006a
1369
- int drawable ic_menu_arrow_down_black_24dp 0x7f07006b
1370
- int drawable ic_menu_arrow_up_black_24dp 0x7f07006c
1371
- int drawable ic_mtrl_checked_circle 0x7f07006d
1372
- int drawable ic_mtrl_chip_checked_black 0x7f07006e
1373
- int drawable ic_mtrl_chip_checked_circle 0x7f07006f
1374
- int drawable ic_mtrl_chip_close_circle 0x7f070070
1375
- int drawable mtrl_dialog_background 0x7f070071
1376
- int drawable mtrl_dropdown_arrow 0x7f070072
1377
- int drawable mtrl_ic_arrow_drop_down 0x7f070073
1378
- int drawable mtrl_ic_arrow_drop_up 0x7f070074
1379
- int drawable mtrl_ic_cancel 0x7f070075
1380
- int drawable mtrl_ic_error 0x7f070076
1381
- int drawable mtrl_popupmenu_background 0x7f070077
1382
- int drawable mtrl_popupmenu_background_dark 0x7f070078
1383
- int drawable mtrl_tabs_default_indicator 0x7f070079
1384
- int drawable navigation_empty_icon 0x7f07007a
1385
- int drawable notification_action_background 0x7f07007b
1386
- int drawable notification_bg 0x7f07007c
1387
- int drawable notification_bg_low 0x7f07007d
1388
- int drawable notification_bg_low_normal 0x7f07007e
1389
- int drawable notification_bg_low_pressed 0x7f07007f
1390
- int drawable notification_bg_normal 0x7f070080
1391
- int drawable notification_bg_normal_pressed 0x7f070081
1392
- int drawable notification_icon_background 0x7f070082
1393
- int drawable notification_template_icon_bg 0x7f070083
1394
- int drawable notification_template_icon_low_bg 0x7f070084
1395
- int drawable notification_tile_bg 0x7f070085
1396
- int drawable notify_panel_notification_icon_bg 0x7f070086
1397
- int drawable redbox_top_border_background 0x7f070087
1398
- int drawable rn_edit_text_material 0x7f070088
1399
- int drawable test_custom_background 0x7f070089
1400
- int drawable test_level_drawable 0x7f07008a
1401
- int drawable tooltip_frame_dark 0x7f07008b
1402
- int drawable tooltip_frame_light 0x7f07008c
1403
- int id ALT 0x7f080000
1404
- int id BOTTOM_END 0x7f080001
1405
- int id BOTTOM_START 0x7f080002
1406
- int id CTRL 0x7f080003
1407
- int id FUNCTION 0x7f080004
1408
- int id META 0x7f080005
1409
- int id SHIFT 0x7f080006
1410
- int id SYM 0x7f080007
1411
- int id TOP_END 0x7f080008
1412
- int id TOP_START 0x7f080009
1413
- int id accessibility_action_clickable_span 0x7f08000a
1414
- int id accessibility_actions 0x7f08000b
1415
- int id accessibility_collection 0x7f08000c
1416
- int id accessibility_collection_item 0x7f08000d
1417
- int id accessibility_custom_action_0 0x7f08000e
1418
- int id accessibility_custom_action_1 0x7f08000f
1419
- int id accessibility_custom_action_10 0x7f080010
1420
- int id accessibility_custom_action_11 0x7f080011
1421
- int id accessibility_custom_action_12 0x7f080012
1422
- int id accessibility_custom_action_13 0x7f080013
1423
- int id accessibility_custom_action_14 0x7f080014
1424
- int id accessibility_custom_action_15 0x7f080015
1425
- int id accessibility_custom_action_16 0x7f080016
1426
- int id accessibility_custom_action_17 0x7f080017
1427
- int id accessibility_custom_action_18 0x7f080018
1428
- int id accessibility_custom_action_19 0x7f080019
1429
- int id accessibility_custom_action_2 0x7f08001a
1430
- int id accessibility_custom_action_20 0x7f08001b
1431
- int id accessibility_custom_action_21 0x7f08001c
1432
- int id accessibility_custom_action_22 0x7f08001d
1433
- int id accessibility_custom_action_23 0x7f08001e
1434
- int id accessibility_custom_action_24 0x7f08001f
1435
- int id accessibility_custom_action_25 0x7f080020
1436
- int id accessibility_custom_action_26 0x7f080021
1437
- int id accessibility_custom_action_27 0x7f080022
1438
- int id accessibility_custom_action_28 0x7f080023
1439
- int id accessibility_custom_action_29 0x7f080024
1440
- int id accessibility_custom_action_3 0x7f080025
1441
- int id accessibility_custom_action_30 0x7f080026
1442
- int id accessibility_custom_action_31 0x7f080027
1443
- int id accessibility_custom_action_4 0x7f080028
1444
- int id accessibility_custom_action_5 0x7f080029
1445
- int id accessibility_custom_action_6 0x7f08002a
1446
- int id accessibility_custom_action_7 0x7f08002b
1447
- int id accessibility_custom_action_8 0x7f08002c
1448
- int id accessibility_custom_action_9 0x7f08002d
1449
- int id accessibility_hint 0x7f08002e
1450
- int id accessibility_label 0x7f08002f
1451
- int id accessibility_links 0x7f080030
1452
- int id accessibility_role 0x7f080031
1453
- int id accessibility_state 0x7f080032
1454
- int id accessibility_value 0x7f080033
1455
- int id action_bar 0x7f080034
1456
- int id action_bar_activity_content 0x7f080035
1457
- int id action_bar_container 0x7f080036
1458
- int id action_bar_root 0x7f080037
1459
- int id action_bar_spinner 0x7f080038
1460
- int id action_bar_subtitle 0x7f080039
1461
- int id action_bar_title 0x7f08003a
1462
- int id action_container 0x7f08003b
1463
- int id action_context_bar 0x7f08003c
1464
- int id action_divider 0x7f08003d
1465
- int id action_image 0x7f08003e
1466
- int id action_menu_divider 0x7f08003f
1467
- int id action_menu_presenter 0x7f080040
1468
- int id action_mode_bar 0x7f080041
1469
- int id action_mode_bar_stub 0x7f080042
1470
- int id action_mode_close_button 0x7f080043
1471
- int id action_text 0x7f080044
1472
- int id actions 0x7f080045
1473
- int id activity_chooser_view_content 0x7f080046
1474
- int id add 0x7f080047
1475
- int id alertTitle 0x7f080048
1476
- int id all 0x7f080049
1477
- int id always 0x7f08004a
1478
- int id async 0x7f08004b
1479
- int id auto 0x7f08004c
1480
- int id autofill_inline_suggestion_end_icon 0x7f08004d
1481
- int id autofill_inline_suggestion_start_icon 0x7f08004e
1482
- int id autofill_inline_suggestion_subtitle 0x7f08004f
1483
- int id autofill_inline_suggestion_title 0x7f080050
1484
- int id beginning 0x7f080051
1485
- int id blocking 0x7f080052
1486
- int id bottom 0x7f080053
1487
- int id buttonPanel 0x7f080054
1488
- int id cancel_button 0x7f080055
1489
- int id catalyst_redbox_title 0x7f080056
1490
- int id center 0x7f080057
1491
- int id centerCrop 0x7f080058
1492
- int id centerInside 0x7f080059
1493
- int id center_horizontal 0x7f08005a
1494
- int id center_vertical 0x7f08005b
1495
- int id checkbox 0x7f08005c
1496
- int id checked 0x7f08005d
1497
- int id chip 0x7f08005e
1498
- int id chip_group 0x7f08005f
1499
- int id chronometer 0x7f080060
1500
- int id clear_text 0x7f080061
1501
- int id clip_horizontal 0x7f080062
1502
- int id clip_vertical 0x7f080063
1503
- int id collapseActionView 0x7f080064
1504
- int id confirm_button 0x7f080065
1505
- int id container 0x7f080066
1506
- int id content 0x7f080067
1507
- int id contentPanel 0x7f080068
1508
- int id coordinator 0x7f080069
1509
- int id custom 0x7f08006a
1510
- int id customPanel 0x7f08006b
1511
- int id cut 0x7f08006c
1512
- int id date_picker_actions 0x7f08006d
1513
- int id decor_content_parent 0x7f08006e
1514
- int id default_activity_button 0x7f08006f
1515
- int id design_bottom_sheet 0x7f080070
1516
- int id design_menu_item_action_area 0x7f080071
1517
- int id design_menu_item_action_area_stub 0x7f080072
1518
- int id design_menu_item_text 0x7f080073
1519
- int id design_navigation_view 0x7f080074
1520
- int id dialog_button 0x7f080075
1521
- int id disableHome 0x7f080076
1522
- int id dropdown_menu 0x7f080077
1523
- int id edit_query 0x7f080078
1524
- int id end 0x7f080079
1525
- int id enterAlways 0x7f08007a
1526
- int id enterAlwaysCollapsed 0x7f08007b
1527
- int id exitUntilCollapsed 0x7f08007c
1528
- int id expand_activities_button 0x7f08007d
1529
- int id expanded_menu 0x7f08007e
1530
- int id fade 0x7f08007f
1531
- int id fill 0x7f080080
1532
- int id fill_horizontal 0x7f080081
1533
- int id fill_vertical 0x7f080082
1534
- int id filled 0x7f080083
1535
- int id filter_chip 0x7f080084
1536
- int id fitBottomStart 0x7f080085
1537
- int id fitCenter 0x7f080086
1538
- int id fitEnd 0x7f080087
1539
- int id fitStart 0x7f080088
1540
- int id fitToContents 0x7f080089
1541
- int id fitXY 0x7f08008a
1542
- int id fixed 0x7f08008b
1543
- int id flipper_skip_empty_view_group_traversal 0x7f08008c
1544
- int id flipper_skip_view_traversal 0x7f08008d
1545
- int id focusCrop 0x7f08008e
1546
- int id forever 0x7f08008f
1547
- int id fps_text 0x7f080090
1548
- int id fragment_container_view_tag 0x7f080091
1549
- int id ghost_view 0x7f080092
1550
- int id ghost_view_holder 0x7f080093
1551
- int id group_divider 0x7f080094
1552
- int id hideable 0x7f080095
1553
- int id home 0x7f080096
1554
- int id homeAsUp 0x7f080097
1555
- int id icon 0x7f080098
1556
- int id icon_group 0x7f080099
1557
- int id ifRoom 0x7f08009a
1558
- int id image 0x7f08009b
1559
- int id info 0x7f08009c
1560
- int id italic 0x7f08009d
1561
- int id item1 0x7f08009e
1562
- int id item2 0x7f08009f
1563
- int id item3 0x7f0800a0
1564
- int id item4 0x7f0800a1
1565
- int id item_touch_helper_previous_elevation 0x7f0800a2
1566
- int id labeled 0x7f0800a3
1567
- int id labelled_by 0x7f0800a4
1568
- int id largeLabel 0x7f0800a5
1569
- int id left 0x7f0800a6
1570
- int id line1 0x7f0800a7
1571
- int id line3 0x7f0800a8
1572
- int id listMode 0x7f0800a9
1573
- int id list_item 0x7f0800aa
1574
- int id masked 0x7f0800ab
1575
- int id message 0x7f0800ac
1576
- int id middle 0x7f0800ad
1577
- int id mini 0x7f0800ae
1578
- int id month_grid 0x7f0800af
1579
- int id month_navigation_bar 0x7f0800b0
1580
- int id month_navigation_fragment_toggle 0x7f0800b1
1581
- int id month_navigation_next 0x7f0800b2
1582
- int id month_navigation_previous 0x7f0800b3
1583
- int id month_title 0x7f0800b4
1584
- int id mtrl_calendar_day_selector_frame 0x7f0800b5
1585
- int id mtrl_calendar_days_of_week 0x7f0800b6
1586
- int id mtrl_calendar_frame 0x7f0800b7
1587
- int id mtrl_calendar_main_pane 0x7f0800b8
1588
- int id mtrl_calendar_months 0x7f0800b9
1589
- int id mtrl_calendar_selection_frame 0x7f0800ba
1590
- int id mtrl_calendar_text_input_frame 0x7f0800bb
1591
- int id mtrl_calendar_year_selector_frame 0x7f0800bc
1592
- int id mtrl_card_checked_layer_id 0x7f0800bd
1593
- int id mtrl_child_content_container 0x7f0800be
1594
- int id mtrl_internal_children_alpha_tag 0x7f0800bf
1595
- int id mtrl_picker_fullscreen 0x7f0800c0
1596
- int id mtrl_picker_header 0x7f0800c1
1597
- int id mtrl_picker_header_selection_text 0x7f0800c2
1598
- int id mtrl_picker_header_title_and_selection 0x7f0800c3
1599
- int id mtrl_picker_header_toggle 0x7f0800c4
1600
- int id mtrl_picker_text_input_date 0x7f0800c5
1601
- int id mtrl_picker_text_input_range_end 0x7f0800c6
1602
- int id mtrl_picker_text_input_range_start 0x7f0800c7
1603
- int id mtrl_picker_title_text 0x7f0800c8
1604
- int id multiply 0x7f0800c9
1605
- int id navigation_header_container 0x7f0800ca
1606
- int id never 0x7f0800cb
1607
- int id noScroll 0x7f0800cc
1608
- int id none 0x7f0800cd
1609
- int id normal 0x7f0800ce
1610
- int id notification_background 0x7f0800cf
1611
- int id notification_main_column 0x7f0800d0
1612
- int id notification_main_column_container 0x7f0800d1
1613
- int id off 0x7f0800d2
1614
- int id on 0x7f0800d3
1615
- int id outline 0x7f0800d4
1616
- int id parallax 0x7f0800d5
1617
- int id parentPanel 0x7f0800d6
1618
- int id parent_matrix 0x7f0800d7
1619
- int id password_toggle 0x7f0800d8
1620
- int id peekHeight 0x7f0800d9
1621
- int id pin 0x7f0800da
1622
- int id pointer_events 0x7f0800db
1623
- int id progress_circular 0x7f0800dc
1624
- int id progress_horizontal 0x7f0800dd
1625
- int id radio 0x7f0800de
1626
- int id react_test_id 0x7f0800df
1627
- int id right 0x7f0800e0
1628
- int id right_icon 0x7f0800e1
1629
- int id right_side 0x7f0800e2
1630
- int id rn_frame_file 0x7f0800e3
1631
- int id rn_frame_method 0x7f0800e4
1632
- int id rn_redbox_dismiss_button 0x7f0800e5
1633
- int id rn_redbox_line_separator 0x7f0800e6
1634
- int id rn_redbox_loading_indicator 0x7f0800e7
1635
- int id rn_redbox_reload_button 0x7f0800e8
1636
- int id rn_redbox_report_button 0x7f0800e9
1637
- int id rn_redbox_report_label 0x7f0800ea
1638
- int id rn_redbox_stack 0x7f0800eb
1639
- int id rounded 0x7f0800ec
1640
- int id save_non_transition_alpha 0x7f0800ed
1641
- int id save_overlay_view 0x7f0800ee
1642
- int id scale 0x7f0800ef
1643
- int id screen 0x7f0800f0
1644
- int id scroll 0x7f0800f1
1645
- int id scrollIndicatorDown 0x7f0800f2
1646
- int id scrollIndicatorUp 0x7f0800f3
1647
- int id scrollView 0x7f0800f4
1648
- int id scrollable 0x7f0800f5
1649
- int id search_badge 0x7f0800f6
1650
- int id search_bar 0x7f0800f7
1651
- int id search_button 0x7f0800f8
1652
- int id search_close_btn 0x7f0800f9
1653
- int id search_edit_frame 0x7f0800fa
1654
- int id search_go_btn 0x7f0800fb
1655
- int id search_mag_icon 0x7f0800fc
1656
- int id search_plate 0x7f0800fd
1657
- int id search_src_text 0x7f0800fe
1658
- int id search_voice_btn 0x7f0800ff
1659
- int id select_dialog_listview 0x7f080100
1660
- int id selected 0x7f080101
1661
- int id shortcut 0x7f080102
1662
- int id showCustom 0x7f080103
1663
- int id showHome 0x7f080104
1664
- int id showTitle 0x7f080105
1665
- int id skipCollapsed 0x7f080106
1666
- int id slide 0x7f080107
1667
- int id smallLabel 0x7f080108
1668
- int id snackbar_action 0x7f080109
1669
- int id snackbar_text 0x7f08010a
1670
- int id snap 0x7f08010b
1671
- int id snapMargins 0x7f08010c
1672
- int id spacer 0x7f08010d
1673
- int id special_effects_controller_view_tag 0x7f08010e
1674
- int id split_action_bar 0x7f08010f
1675
- int id src_atop 0x7f080110
1676
- int id src_in 0x7f080111
1677
- int id src_over 0x7f080112
1678
- int id start 0x7f080113
1679
- int id stretch 0x7f080114
1680
- int id submenuarrow 0x7f080115
1681
- int id submit_area 0x7f080116
1682
- int id tabMode 0x7f080117
1683
- int id tag_accessibility_actions 0x7f080118
1684
- int id tag_accessibility_clickable_spans 0x7f080119
1685
- int id tag_accessibility_heading 0x7f08011a
1686
- int id tag_accessibility_pane_title 0x7f08011b
1687
- int id tag_on_apply_window_listener 0x7f08011c
1688
- int id tag_on_receive_content_listener 0x7f08011d
1689
- int id tag_on_receive_content_mime_types 0x7f08011e
1690
- int id tag_screen_reader_focusable 0x7f08011f
1691
- int id tag_state_description 0x7f080120
1692
- int id tag_transition_group 0x7f080121
1693
- int id tag_unhandled_key_event_manager 0x7f080122
1694
- int id tag_unhandled_key_listeners 0x7f080123
1695
- int id tag_window_insets_animation_callback 0x7f080124
1696
- int id test_checkbox_android_button_tint 0x7f080125
1697
- int id test_checkbox_app_button_tint 0x7f080126
1698
- int id text 0x7f080127
1699
- int id text2 0x7f080128
1700
- int id textEnd 0x7f080129
1701
- int id textSpacerNoButtons 0x7f08012a
1702
- int id textSpacerNoTitle 0x7f08012b
1703
- int id textStart 0x7f08012c
1704
- int id text_input_end_icon 0x7f08012d
1705
- int id text_input_start_icon 0x7f08012e
1706
- int id textinput_counter 0x7f08012f
1707
- int id textinput_error 0x7f080130
1708
- int id textinput_helper_text 0x7f080131
1709
- int id time 0x7f080132
1710
- int id title 0x7f080133
1711
- int id titleDividerNoCustom 0x7f080134
1712
- int id title_template 0x7f080135
1713
- int id top 0x7f080136
1714
- int id topPanel 0x7f080137
1715
- int id touch_outside 0x7f080138
1716
- int id transition_current_scene 0x7f080139
1717
- int id transition_layout_save 0x7f08013a
1718
- int id transition_position 0x7f08013b
1719
- int id transition_scene_layoutid_cache 0x7f08013c
1720
- int id transition_transform 0x7f08013d
1721
- int id unchecked 0x7f08013e
1722
- int id uniform 0x7f08013f
1723
- int id unlabeled 0x7f080140
1724
- int id up 0x7f080141
1725
- int id useLogo 0x7f080142
1726
- int id view_offset_helper 0x7f080143
1727
- int id view_tag_instance_handle 0x7f080144
1728
- int id view_tag_native_id 0x7f080145
1729
- int id view_tree_lifecycle_owner 0x7f080146
1730
- int id view_tree_saved_state_registry_owner 0x7f080147
1731
- int id view_tree_view_model_store_owner 0x7f080148
1732
- int id visible 0x7f080149
1733
- int id visible_removing_fragment_view_tag 0x7f08014a
1734
- int id withText 0x7f08014b
1735
- int id wrap_content 0x7f08014c
1736
- int integer abc_config_activityDefaultDur 0x7f090000
1737
- int integer abc_config_activityShortDur 0x7f090001
1738
- int integer app_bar_elevation_anim_duration 0x7f090002
1739
- int integer bottom_sheet_slide_duration 0x7f090003
1740
- int integer cancel_button_image_alpha 0x7f090004
1741
- int integer config_tooltipAnimTime 0x7f090005
1742
- int integer design_snackbar_text_max_lines 0x7f090006
1743
- int integer design_tab_indicator_anim_duration_ms 0x7f090007
1744
- int integer hide_password_duration 0x7f090008
1745
- int integer mtrl_badge_max_character_count 0x7f090009
1746
- int integer mtrl_btn_anim_delay_ms 0x7f09000a
1747
- int integer mtrl_btn_anim_duration_ms 0x7f09000b
1748
- int integer mtrl_calendar_header_orientation 0x7f09000c
1749
- int integer mtrl_calendar_selection_text_lines 0x7f09000d
1750
- int integer mtrl_calendar_year_selector_span 0x7f09000e
1751
- int integer mtrl_card_anim_delay_ms 0x7f09000f
1752
- int integer mtrl_card_anim_duration_ms 0x7f090010
1753
- int integer mtrl_chip_anim_duration 0x7f090011
1754
- int integer mtrl_tab_indicator_anim_duration_ms 0x7f090012
1755
- int integer react_native_dev_server_port 0x7f090013
1756
- int integer react_native_inspector_proxy_port 0x7f090014
1757
- int integer show_password_duration 0x7f090015
1758
- int integer status_bar_notification_info_maxnum 0x7f090016
1759
- int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0a0000
1760
- int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0a0001
1761
- int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0a0002
1762
- int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0a0003
1763
- int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0a0004
1764
- int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0a0005
1765
- int interpolator fast_out_slow_in 0x7f0a0006
1766
- int interpolator mtrl_fast_out_linear_in 0x7f0a0007
1767
- int interpolator mtrl_fast_out_slow_in 0x7f0a0008
1768
- int interpolator mtrl_linear 0x7f0a0009
1769
- int interpolator mtrl_linear_out_slow_in 0x7f0a000a
1770
- int layout abc_action_bar_title_item 0x7f0b0000
1771
- int layout abc_action_bar_up_container 0x7f0b0001
1772
- int layout abc_action_menu_item_layout 0x7f0b0002
1773
- int layout abc_action_menu_layout 0x7f0b0003
1774
- int layout abc_action_mode_bar 0x7f0b0004
1775
- int layout abc_action_mode_close_item_material 0x7f0b0005
1776
- int layout abc_activity_chooser_view 0x7f0b0006
1777
- int layout abc_activity_chooser_view_list_item 0x7f0b0007
1778
- int layout abc_alert_dialog_button_bar_material 0x7f0b0008
1779
- int layout abc_alert_dialog_material 0x7f0b0009
1780
- int layout abc_alert_dialog_title_material 0x7f0b000a
1781
- int layout abc_cascading_menu_item_layout 0x7f0b000b
1782
- int layout abc_dialog_title_material 0x7f0b000c
1783
- int layout abc_expanded_menu_layout 0x7f0b000d
1784
- int layout abc_list_menu_item_checkbox 0x7f0b000e
1785
- int layout abc_list_menu_item_icon 0x7f0b000f
1786
- int layout abc_list_menu_item_layout 0x7f0b0010
1787
- int layout abc_list_menu_item_radio 0x7f0b0011
1788
- int layout abc_popup_menu_header_item_layout 0x7f0b0012
1789
- int layout abc_popup_menu_item_layout 0x7f0b0013
1790
- int layout abc_screen_content_include 0x7f0b0014
1791
- int layout abc_screen_simple 0x7f0b0015
1792
- int layout abc_screen_simple_overlay_action_mode 0x7f0b0016
1793
- int layout abc_screen_toolbar 0x7f0b0017
1794
- int layout abc_search_dropdown_item_icons_2line 0x7f0b0018
1795
- int layout abc_search_view 0x7f0b0019
1796
- int layout abc_select_dialog_material 0x7f0b001a
1797
- int layout abc_tooltip 0x7f0b001b
1798
- int layout autofill_inline_suggestion 0x7f0b001c
1799
- int layout custom_dialog 0x7f0b001d
1800
- int layout design_bottom_navigation_item 0x7f0b001e
1801
- int layout design_bottom_sheet_dialog 0x7f0b001f
1802
- int layout design_layout_snackbar 0x7f0b0020
1803
- int layout design_layout_snackbar_include 0x7f0b0021
1804
- int layout design_layout_tab_icon 0x7f0b0022
1805
- int layout design_layout_tab_text 0x7f0b0023
1806
- int layout design_menu_item_action_area 0x7f0b0024
1807
- int layout design_navigation_item 0x7f0b0025
1808
- int layout design_navigation_item_header 0x7f0b0026
1809
- int layout design_navigation_item_separator 0x7f0b0027
1810
- int layout design_navigation_item_subheader 0x7f0b0028
1811
- int layout design_navigation_menu 0x7f0b0029
1812
- int layout design_navigation_menu_item 0x7f0b002a
1813
- int layout design_text_input_end_icon 0x7f0b002b
1814
- int layout design_text_input_start_icon 0x7f0b002c
1815
- int layout dev_loading_view 0x7f0b002d
1816
- int layout fps_view 0x7f0b002e
1817
- int layout mtrl_alert_dialog 0x7f0b002f
1818
- int layout mtrl_alert_dialog_actions 0x7f0b0030
1819
- int layout mtrl_alert_dialog_title 0x7f0b0031
1820
- int layout mtrl_alert_select_dialog_item 0x7f0b0032
1821
- int layout mtrl_alert_select_dialog_multichoice 0x7f0b0033
1822
- int layout mtrl_alert_select_dialog_singlechoice 0x7f0b0034
1823
- int layout mtrl_calendar_day 0x7f0b0035
1824
- int layout mtrl_calendar_day_of_week 0x7f0b0036
1825
- int layout mtrl_calendar_days_of_week 0x7f0b0037
1826
- int layout mtrl_calendar_horizontal 0x7f0b0038
1827
- int layout mtrl_calendar_month 0x7f0b0039
1828
- int layout mtrl_calendar_month_labeled 0x7f0b003a
1829
- int layout mtrl_calendar_month_navigation 0x7f0b003b
1830
- int layout mtrl_calendar_months 0x7f0b003c
1831
- int layout mtrl_calendar_vertical 0x7f0b003d
1832
- int layout mtrl_calendar_year 0x7f0b003e
1833
- int layout mtrl_layout_snackbar 0x7f0b003f
1834
- int layout mtrl_layout_snackbar_include 0x7f0b0040
1835
- int layout mtrl_picker_actions 0x7f0b0041
1836
- int layout mtrl_picker_dialog 0x7f0b0042
1837
- int layout mtrl_picker_fullscreen 0x7f0b0043
1838
- int layout mtrl_picker_header_dialog 0x7f0b0044
1839
- int layout mtrl_picker_header_fullscreen 0x7f0b0045
1840
- int layout mtrl_picker_header_selection_text 0x7f0b0046
1841
- int layout mtrl_picker_header_title_text 0x7f0b0047
1842
- int layout mtrl_picker_header_toggle 0x7f0b0048
1843
- int layout mtrl_picker_text_input_date 0x7f0b0049
1844
- int layout mtrl_picker_text_input_date_range 0x7f0b004a
1845
- int layout notification_action 0x7f0b004b
1846
- int layout notification_action_tombstone 0x7f0b004c
1847
- int layout notification_template_custom_big 0x7f0b004d
1848
- int layout notification_template_icon_group 0x7f0b004e
1849
- int layout notification_template_part_chronometer 0x7f0b004f
1850
- int layout notification_template_part_time 0x7f0b0050
1851
- int layout redbox_item_frame 0x7f0b0051
1852
- int layout redbox_item_title 0x7f0b0052
1853
- int layout redbox_view 0x7f0b0053
1854
- int layout select_dialog_item_material 0x7f0b0054
1855
- int layout select_dialog_multichoice_material 0x7f0b0055
1856
- int layout select_dialog_singlechoice_material 0x7f0b0056
1857
- int layout support_simple_spinner_dropdown_item 0x7f0b0057
1858
- int layout test_action_chip 0x7f0b0058
1859
- int layout test_design_checkbox 0x7f0b0059
1860
- int layout test_reflow_chipgroup 0x7f0b005a
1861
- int layout test_toolbar 0x7f0b005b
1862
- int layout test_toolbar_custom_background 0x7f0b005c
1863
- int layout test_toolbar_elevation 0x7f0b005d
1864
- int layout test_toolbar_surface 0x7f0b005e
1865
- int layout text_view_with_line_height_from_appearance 0x7f0b005f
1866
- int layout text_view_with_line_height_from_layout 0x7f0b0060
1867
- int layout text_view_with_line_height_from_style 0x7f0b0061
1868
- int layout text_view_with_theme_line_height 0x7f0b0062
1869
- int layout text_view_without_line_height 0x7f0b0063
1870
- int menu example_menu 0x7f0c0000
1871
- int menu example_menu2 0x7f0c0001
1872
- int mipmap ic_launcher 0x7f0d0000
1873
- int mipmap ic_launcher_round 0x7f0d0001
1874
- int plurals mtrl_badge_content_description 0x7f0e0000
1875
- int string abc_action_bar_home_description 0x7f0f0000
1876
- int string abc_action_bar_up_description 0x7f0f0001
1877
- int string abc_action_menu_overflow_description 0x7f0f0002
1878
- int string abc_action_mode_done 0x7f0f0003
1879
- int string abc_activity_chooser_view_see_all 0x7f0f0004
1880
- int string abc_activitychooserview_choose_application 0x7f0f0005
1881
- int string abc_capital_off 0x7f0f0006
1882
- int string abc_capital_on 0x7f0f0007
1883
- int string abc_menu_alt_shortcut_label 0x7f0f0008
1884
- int string abc_menu_ctrl_shortcut_label 0x7f0f0009
1885
- int string abc_menu_delete_shortcut_label 0x7f0f000a
1886
- int string abc_menu_enter_shortcut_label 0x7f0f000b
1887
- int string abc_menu_function_shortcut_label 0x7f0f000c
1888
- int string abc_menu_meta_shortcut_label 0x7f0f000d
1889
- int string abc_menu_shift_shortcut_label 0x7f0f000e
1890
- int string abc_menu_space_shortcut_label 0x7f0f000f
1891
- int string abc_menu_sym_shortcut_label 0x7f0f0010
1892
- int string abc_prepend_shortcut_label 0x7f0f0011
1893
- int string abc_search_hint 0x7f0f0012
1894
- int string abc_searchview_description_clear 0x7f0f0013
1895
- int string abc_searchview_description_query 0x7f0f0014
1896
- int string abc_searchview_description_search 0x7f0f0015
1897
- int string abc_searchview_description_submit 0x7f0f0016
1898
- int string abc_searchview_description_voice 0x7f0f0017
1899
- int string abc_shareactionprovider_share_with 0x7f0f0018
1900
- int string abc_shareactionprovider_share_with_application 0x7f0f0019
1901
- int string abc_toolbar_collapse_description 0x7f0f001a
1902
- int string alert_description 0x7f0f001b
1903
- int string androidx_startup 0x7f0f001c
1904
- int string app_name 0x7f0f001d
1905
- int string appbar_scrolling_view_behavior 0x7f0f001e
1906
- int string bottom_sheet_behavior 0x7f0f001f
1907
- int string catalyst_change_bundle_location 0x7f0f0020
1908
- int string catalyst_copy_button 0x7f0f0021
1909
- int string catalyst_debug 0x7f0f0022
1910
- int string catalyst_debug_chrome 0x7f0f0023
1911
- int string catalyst_debug_chrome_stop 0x7f0f0024
1912
- int string catalyst_debug_connecting 0x7f0f0025
1913
- int string catalyst_debug_error 0x7f0f0026
1914
- int string catalyst_debug_open 0x7f0f0027
1915
- int string catalyst_debug_stop 0x7f0f0028
1916
- int string catalyst_devtools_open 0x7f0f0029
1917
- int string catalyst_dismiss_button 0x7f0f002a
1918
- int string catalyst_heap_capture 0x7f0f002b
1919
- int string catalyst_hot_reloading 0x7f0f002c
1920
- int string catalyst_hot_reloading_auto_disable 0x7f0f002d
1921
- int string catalyst_hot_reloading_auto_enable 0x7f0f002e
1922
- int string catalyst_hot_reloading_stop 0x7f0f002f
1923
- int string catalyst_inspector 0x7f0f0030
1924
- int string catalyst_inspector_stop 0x7f0f0031
1925
- int string catalyst_loading_from_url 0x7f0f0032
1926
- int string catalyst_open_flipper_error 0x7f0f0033
1927
- int string catalyst_perf_monitor 0x7f0f0034
1928
- int string catalyst_perf_monitor_stop 0x7f0f0035
1929
- int string catalyst_reload 0x7f0f0036
1930
- int string catalyst_reload_button 0x7f0f0037
1931
- int string catalyst_reload_error 0x7f0f0038
1932
- int string catalyst_report_button 0x7f0f0039
1933
- int string catalyst_sample_profiler_disable 0x7f0f003a
1934
- int string catalyst_sample_profiler_enable 0x7f0f003b
1935
- int string catalyst_settings 0x7f0f003c
1936
- int string catalyst_settings_title 0x7f0f003d
1937
- int string character_counter_content_description 0x7f0f003e
1938
- int string character_counter_overflowed_content_description 0x7f0f003f
1939
- int string character_counter_pattern 0x7f0f0040
1940
- int string chip_text 0x7f0f0041
1941
- int string clear_text_end_icon_content_description 0x7f0f0042
1942
- int string combobox_description 0x7f0f0043
1943
- int string error_icon_content_description 0x7f0f0044
1944
- int string exposed_dropdown_menu_content_description 0x7f0f0045
1945
- int string fab_transformation_scrim_behavior 0x7f0f0046
1946
- int string fab_transformation_sheet_behavior 0x7f0f0047
1947
- int string header_description 0x7f0f0048
1948
- int string hide_bottom_view_on_scroll_behavior 0x7f0f0049
1949
- int string icon_content_description 0x7f0f004a
1950
- int string image_description 0x7f0f004b
1951
- int string imagebutton_description 0x7f0f004c
1952
- int string link_description 0x7f0f004d
1953
- int string menu_description 0x7f0f004e
1954
- int string menubar_description 0x7f0f004f
1955
- int string menuitem_description 0x7f0f0050
1956
- int string mtrl_badge_numberless_content_description 0x7f0f0051
1957
- int string mtrl_chip_close_icon_content_description 0x7f0f0052
1958
- int string mtrl_exceed_max_badge_number_suffix 0x7f0f0053
1959
- int string mtrl_picker_a11y_next_month 0x7f0f0054
1960
- int string mtrl_picker_a11y_prev_month 0x7f0f0055
1961
- int string mtrl_picker_announce_current_selection 0x7f0f0056
1962
- int string mtrl_picker_cancel 0x7f0f0057
1963
- int string mtrl_picker_confirm 0x7f0f0058
1964
- int string mtrl_picker_date_header_selected 0x7f0f0059
1965
- int string mtrl_picker_date_header_title 0x7f0f005a
1966
- int string mtrl_picker_date_header_unselected 0x7f0f005b
1967
- int string mtrl_picker_day_of_week_column_header 0x7f0f005c
1968
- int string mtrl_picker_invalid_format 0x7f0f005d
1969
- int string mtrl_picker_invalid_format_example 0x7f0f005e
1970
- int string mtrl_picker_invalid_format_use 0x7f0f005f
1971
- int string mtrl_picker_invalid_range 0x7f0f0060
1972
- int string mtrl_picker_navigate_to_year_description 0x7f0f0061
1973
- int string mtrl_picker_out_of_range 0x7f0f0062
1974
- int string mtrl_picker_range_header_only_end_selected 0x7f0f0063
1975
- int string mtrl_picker_range_header_only_start_selected 0x7f0f0064
1976
- int string mtrl_picker_range_header_selected 0x7f0f0065
1977
- int string mtrl_picker_range_header_title 0x7f0f0066
1978
- int string mtrl_picker_range_header_unselected 0x7f0f0067
1979
- int string mtrl_picker_save 0x7f0f0068
1980
- int string mtrl_picker_text_input_date_hint 0x7f0f0069
1981
- int string mtrl_picker_text_input_date_range_end_hint 0x7f0f006a
1982
- int string mtrl_picker_text_input_date_range_start_hint 0x7f0f006b
1983
- int string mtrl_picker_text_input_day_abbr 0x7f0f006c
1984
- int string mtrl_picker_text_input_month_abbr 0x7f0f006d
1985
- int string mtrl_picker_text_input_year_abbr 0x7f0f006e
1986
- int string mtrl_picker_toggle_to_calendar_input_mode 0x7f0f006f
1987
- int string mtrl_picker_toggle_to_day_selection 0x7f0f0070
1988
- int string mtrl_picker_toggle_to_text_input_mode 0x7f0f0071
1989
- int string mtrl_picker_toggle_to_year_selection 0x7f0f0072
1990
- int string password_toggle_content_description 0x7f0f0073
1991
- int string path_password_eye 0x7f0f0074
1992
- int string path_password_eye_mask_strike_through 0x7f0f0075
1993
- int string path_password_eye_mask_visible 0x7f0f0076
1994
- int string path_password_strike_through 0x7f0f0077
1995
- int string progressbar_description 0x7f0f0078
1996
- int string radiogroup_description 0x7f0f0079
1997
- int string rn_tab_description 0x7f0f007a
1998
- int string scrollbar_description 0x7f0f007b
1999
- int string search_menu_title 0x7f0f007c
2000
- int string spinbutton_description 0x7f0f007d
2001
- int string state_busy_description 0x7f0f007e
2002
- int string state_collapsed_description 0x7f0f007f
2003
- int string state_expanded_description 0x7f0f0080
2004
- int string state_mixed_description 0x7f0f0081
2005
- int string state_off_description 0x7f0f0082
2006
- int string state_on_description 0x7f0f0083
2007
- int string state_unselected_description 0x7f0f0084
2008
- int string status_bar_notification_info_overflow 0x7f0f0085
2009
- int string summary_description 0x7f0f0086
2010
- int string tablist_description 0x7f0f0087
2011
- int string timer_description 0x7f0f0088
2012
- int string toolbar_description 0x7f0f0089
2013
- int style AlertDialog_AppCompat 0x7f100000
2014
- int style AlertDialog_AppCompat_Light 0x7f100001
2015
- int style Animation_AppCompat_Dialog 0x7f100002
2016
- int style Animation_AppCompat_DropDownUp 0x7f100003
2017
- int style Animation_AppCompat_Tooltip 0x7f100004
2018
- int style Animation_Catalyst_LogBox 0x7f100005
2019
- int style Animation_Catalyst_RedBox 0x7f100006
2020
- int style Animation_Design_BottomSheetDialog 0x7f100007
2021
- int style Animation_MaterialComponents_BottomSheetDialog 0x7f100008
2022
- int style AppTheme 0x7f100009
2023
- int style Base_AlertDialog_AppCompat 0x7f10000a
2024
- int style Base_AlertDialog_AppCompat_Light 0x7f10000b
2025
- int style Base_Animation_AppCompat_Dialog 0x7f10000c
2026
- int style Base_Animation_AppCompat_DropDownUp 0x7f10000d
2027
- int style Base_Animation_AppCompat_Tooltip 0x7f10000e
2028
- int style Base_CardView 0x7f10000f
2029
- int style Base_DialogWindowTitle_AppCompat 0x7f100010
2030
- int style Base_DialogWindowTitleBackground_AppCompat 0x7f100011
2031
- int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f100012
2032
- int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f100013
2033
- int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x7f100014
2034
- int style Base_TextAppearance_AppCompat 0x7f100015
2035
- int style Base_TextAppearance_AppCompat_Body1 0x7f100016
2036
- int style Base_TextAppearance_AppCompat_Body2 0x7f100017
2037
- int style Base_TextAppearance_AppCompat_Button 0x7f100018
2038
- int style Base_TextAppearance_AppCompat_Caption 0x7f100019
2039
- int style Base_TextAppearance_AppCompat_Display1 0x7f10001a
2040
- int style Base_TextAppearance_AppCompat_Display2 0x7f10001b
2041
- int style Base_TextAppearance_AppCompat_Display3 0x7f10001c
2042
- int style Base_TextAppearance_AppCompat_Display4 0x7f10001d
2043
- int style Base_TextAppearance_AppCompat_Headline 0x7f10001e
2044
- int style Base_TextAppearance_AppCompat_Inverse 0x7f10001f
2045
- int style Base_TextAppearance_AppCompat_Large 0x7f100020
2046
- int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f100021
2047
- int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f100022
2048
- int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f100023
2049
- int style Base_TextAppearance_AppCompat_Medium 0x7f100024
2050
- int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f100025
2051
- int style Base_TextAppearance_AppCompat_Menu 0x7f100026
2052
- int style Base_TextAppearance_AppCompat_SearchResult 0x7f100027
2053
- int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f100028
2054
- int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f100029
2055
- int style Base_TextAppearance_AppCompat_Small 0x7f10002a
2056
- int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f10002b
2057
- int style Base_TextAppearance_AppCompat_Subhead 0x7f10002c
2058
- int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f10002d
2059
- int style Base_TextAppearance_AppCompat_Title 0x7f10002e
2060
- int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f10002f
2061
- int style Base_TextAppearance_AppCompat_Tooltip 0x7f100030
2062
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f100031
2063
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f100032
2064
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f100033
2065
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f100034
2066
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f100035
2067
- int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f100036
2068
- int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f100037
2069
- int style Base_TextAppearance_AppCompat_Widget_Button 0x7f100038
2070
- int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f100039
2071
- int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f10003a
2072
- int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f10003b
2073
- int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f10003c
2074
- int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f10003d
2075
- int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f10003e
2076
- int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f10003f
2077
- int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f100040
2078
- int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f100041
2079
- int style Base_TextAppearance_MaterialComponents_Badge 0x7f100042
2080
- int style Base_TextAppearance_MaterialComponents_Button 0x7f100043
2081
- int style Base_TextAppearance_MaterialComponents_Headline6 0x7f100044
2082
- int style Base_TextAppearance_MaterialComponents_Subtitle2 0x7f100045
2083
- int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f100046
2084
- int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f100047
2085
- int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f100048
2086
- int style Base_Theme_AppCompat 0x7f100049
2087
- int style Base_Theme_AppCompat_CompactMenu 0x7f10004a
2088
- int style Base_Theme_AppCompat_Dialog 0x7f10004b
2089
- int style Base_Theme_AppCompat_Dialog_Alert 0x7f10004c
2090
- int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f10004d
2091
- int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f10004e
2092
- int style Base_Theme_AppCompat_DialogWhenLarge 0x7f10004f
2093
- int style Base_Theme_AppCompat_Light 0x7f100050
2094
- int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f100051
2095
- int style Base_Theme_AppCompat_Light_Dialog 0x7f100052
2096
- int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f100053
2097
- int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f100054
2098
- int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f100055
2099
- int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f100056
2100
- int style Base_Theme_MaterialComponents 0x7f100057
2101
- int style Base_Theme_MaterialComponents_Bridge 0x7f100058
2102
- int style Base_Theme_MaterialComponents_CompactMenu 0x7f100059
2103
- int style Base_Theme_MaterialComponents_Dialog 0x7f10005a
2104
- int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f10005b
2105
- int style Base_Theme_MaterialComponents_Dialog_Bridge 0x7f10005c
2106
- int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f10005d
2107
- int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f10005e
2108
- int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f10005f
2109
- int style Base_Theme_MaterialComponents_Light 0x7f100060
2110
- int style Base_Theme_MaterialComponents_Light_Bridge 0x7f100061
2111
- int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f100062
2112
- int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f100063
2113
- int style Base_Theme_MaterialComponents_Light_Dialog 0x7f100064
2114
- int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f100065
2115
- int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f100066
2116
- int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f100067
2117
- int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f100068
2118
- int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f100069
2119
- int style Base_ThemeOverlay_AppCompat 0x7f10006a
2120
- int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f10006b
2121
- int style Base_ThemeOverlay_AppCompat_Dark 0x7f10006c
2122
- int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f10006d
2123
- int style Base_ThemeOverlay_AppCompat_Dialog 0x7f10006e
2124
- int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f10006f
2125
- int style Base_ThemeOverlay_AppCompat_Light 0x7f100070
2126
- int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f100071
2127
- int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f100072
2128
- int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f100073
2129
- int style Base_V14_Theme_MaterialComponents 0x7f100074
2130
- int style Base_V14_Theme_MaterialComponents_Bridge 0x7f100075
2131
- int style Base_V14_Theme_MaterialComponents_Dialog 0x7f100076
2132
- int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x7f100077
2133
- int style Base_V14_Theme_MaterialComponents_Light 0x7f100078
2134
- int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f100079
2135
- int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f10007a
2136
- int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f10007b
2137
- int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f10007c
2138
- int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f10007d
2139
- int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f10007e
2140
- int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f10007f
2141
- int style Base_V21_Theme_AppCompat 0x7f100080
2142
- int style Base_V21_Theme_AppCompat_Dialog 0x7f100081
2143
- int style Base_V21_Theme_AppCompat_Light 0x7f100082
2144
- int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f100083
2145
- int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f100084
2146
- int style Base_V22_Theme_AppCompat 0x7f100085
2147
- int style Base_V22_Theme_AppCompat_Light 0x7f100086
2148
- int style Base_V23_Theme_AppCompat 0x7f100087
2149
- int style Base_V23_Theme_AppCompat_Light 0x7f100088
2150
- int style Base_V26_Theme_AppCompat 0x7f100089
2151
- int style Base_V26_Theme_AppCompat_Light 0x7f10008a
2152
- int style Base_V26_Widget_AppCompat_Toolbar 0x7f10008b
2153
- int style Base_V28_Theme_AppCompat 0x7f10008c
2154
- int style Base_V28_Theme_AppCompat_Light 0x7f10008d
2155
- int style Base_V7_Theme_AppCompat 0x7f10008e
2156
- int style Base_V7_Theme_AppCompat_Dialog 0x7f10008f
2157
- int style Base_V7_Theme_AppCompat_Light 0x7f100090
2158
- int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f100091
2159
- int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f100092
2160
- int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f100093
2161
- int style Base_V7_Widget_AppCompat_EditText 0x7f100094
2162
- int style Base_V7_Widget_AppCompat_Toolbar 0x7f100095
2163
- int style Base_Widget_AppCompat_ActionBar 0x7f100096
2164
- int style Base_Widget_AppCompat_ActionBar_Solid 0x7f100097
2165
- int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f100098
2166
- int style Base_Widget_AppCompat_ActionBar_TabText 0x7f100099
2167
- int style Base_Widget_AppCompat_ActionBar_TabView 0x7f10009a
2168
- int style Base_Widget_AppCompat_ActionButton 0x7f10009b
2169
- int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f10009c
2170
- int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f10009d
2171
- int style Base_Widget_AppCompat_ActionMode 0x7f10009e
2172
- int style Base_Widget_AppCompat_ActivityChooserView 0x7f10009f
2173
- int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f1000a0
2174
- int style Base_Widget_AppCompat_Button 0x7f1000a1
2175
- int style Base_Widget_AppCompat_Button_Borderless 0x7f1000a2
2176
- int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f1000a3
2177
- int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1000a4
2178
- int style Base_Widget_AppCompat_Button_Colored 0x7f1000a5
2179
- int style Base_Widget_AppCompat_Button_Small 0x7f1000a6
2180
- int style Base_Widget_AppCompat_ButtonBar 0x7f1000a7
2181
- int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f1000a8
2182
- int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f1000a9
2183
- int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f1000aa
2184
- int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f1000ab
2185
- int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f1000ac
2186
- int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f1000ad
2187
- int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f1000ae
2188
- int style Base_Widget_AppCompat_EditText 0x7f1000af
2189
- int style Base_Widget_AppCompat_ImageButton 0x7f1000b0
2190
- int style Base_Widget_AppCompat_Light_ActionBar 0x7f1000b1
2191
- int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f1000b2
2192
- int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f1000b3
2193
- int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f1000b4
2194
- int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1000b5
2195
- int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f1000b6
2196
- int style Base_Widget_AppCompat_Light_PopupMenu 0x7f1000b7
2197
- int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1000b8
2198
- int style Base_Widget_AppCompat_ListMenuView 0x7f1000b9
2199
- int style Base_Widget_AppCompat_ListPopupWindow 0x7f1000ba
2200
- int style Base_Widget_AppCompat_ListView 0x7f1000bb
2201
- int style Base_Widget_AppCompat_ListView_DropDown 0x7f1000bc
2202
- int style Base_Widget_AppCompat_ListView_Menu 0x7f1000bd
2203
- int style Base_Widget_AppCompat_PopupMenu 0x7f1000be
2204
- int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f1000bf
2205
- int style Base_Widget_AppCompat_PopupWindow 0x7f1000c0
2206
- int style Base_Widget_AppCompat_ProgressBar 0x7f1000c1
2207
- int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f1000c2
2208
- int style Base_Widget_AppCompat_RatingBar 0x7f1000c3
2209
- int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f1000c4
2210
- int style Base_Widget_AppCompat_RatingBar_Small 0x7f1000c5
2211
- int style Base_Widget_AppCompat_SearchView 0x7f1000c6
2212
- int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1000c7
2213
- int style Base_Widget_AppCompat_SeekBar 0x7f1000c8
2214
- int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1000c9
2215
- int style Base_Widget_AppCompat_Spinner 0x7f1000ca
2216
- int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1000cb
2217
- int style Base_Widget_AppCompat_TextView 0x7f1000cc
2218
- int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1000cd
2219
- int style Base_Widget_AppCompat_Toolbar 0x7f1000ce
2220
- int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1000cf
2221
- int style Base_Widget_Design_TabLayout 0x7f1000d0
2222
- int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x7f1000d1
2223
- int style Base_Widget_MaterialComponents_CheckedTextView 0x7f1000d2
2224
- int style Base_Widget_MaterialComponents_Chip 0x7f1000d3
2225
- int style Base_Widget_MaterialComponents_PopupMenu 0x7f1000d4
2226
- int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f1000d5
2227
- int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f1000d6
2228
- int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x7f1000d7
2229
- int style Base_Widget_MaterialComponents_TextInputEditText 0x7f1000d8
2230
- int style Base_Widget_MaterialComponents_TextInputLayout 0x7f1000d9
2231
- int style Base_Widget_MaterialComponents_TextView 0x7f1000da
2232
- int style CalendarDatePickerDialog 0x7f1000db
2233
- int style CalendarDatePickerStyle 0x7f1000dc
2234
- int style CardView 0x7f1000dd
2235
- int style CardView_Dark 0x7f1000de
2236
- int style CardView_Light 0x7f1000df
2237
- int style DialogAnimationFade 0x7f1000e0
2238
- int style DialogAnimationSlide 0x7f1000e1
2239
- int style EmptyTheme 0x7f1000e2
2240
- int style MaterialAlertDialog_MaterialComponents 0x7f1000e3
2241
- int style MaterialAlertDialog_MaterialComponents_Body_Text 0x7f1000e4
2242
- int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x7f1000e5
2243
- int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x7f1000e6
2244
- int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f1000e7
2245
- int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x7f1000e8
2246
- int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f1000e9
2247
- int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x7f1000ea
2248
- int style MaterialAlertDialog_MaterialComponents_Title_Text 0x7f1000eb
2249
- int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x7f1000ec
2250
- int style Platform_AppCompat 0x7f1000ed
2251
- int style Platform_AppCompat_Light 0x7f1000ee
2252
- int style Platform_MaterialComponents 0x7f1000ef
2253
- int style Platform_MaterialComponents_Dialog 0x7f1000f0
2254
- int style Platform_MaterialComponents_Light 0x7f1000f1
2255
- int style Platform_MaterialComponents_Light_Dialog 0x7f1000f2
2256
- int style Platform_ThemeOverlay_AppCompat 0x7f1000f3
2257
- int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1000f4
2258
- int style Platform_ThemeOverlay_AppCompat_Light 0x7f1000f5
2259
- int style Platform_V21_AppCompat 0x7f1000f6
2260
- int style Platform_V21_AppCompat_Light 0x7f1000f7
2261
- int style Platform_V25_AppCompat 0x7f1000f8
2262
- int style Platform_V25_AppCompat_Light 0x7f1000f9
2263
- int style Platform_Widget_AppCompat_Spinner 0x7f1000fa
2264
- int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1000fb
2265
- int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1000fc
2266
- int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1000fd
2267
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1000fe
2268
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1000ff
2269
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f100100
2270
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f100101
2271
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f100102
2272
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f100103
2273
- int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f100104
2274
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f100105
2275
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f100106
2276
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f100107
2277
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f100108
2278
- int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f100109
2279
- int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f10010a
2280
- int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f10010b
2281
- int style ShapeAppearance_MaterialComponents 0x7f10010c
2282
- int style ShapeAppearance_MaterialComponents_LargeComponent 0x7f10010d
2283
- int style ShapeAppearance_MaterialComponents_MediumComponent 0x7f10010e
2284
- int style ShapeAppearance_MaterialComponents_SmallComponent 0x7f10010f
2285
- int style ShapeAppearance_MaterialComponents_Test 0x7f100110
2286
- int style ShapeAppearanceOverlay 0x7f100111
2287
- int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x7f100112
2288
- int style ShapeAppearanceOverlay_BottomRightCut 0x7f100113
2289
- int style ShapeAppearanceOverlay_Cut 0x7f100114
2290
- int style ShapeAppearanceOverlay_DifferentCornerSize 0x7f100115
2291
- int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x7f100116
2292
- int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x7f100117
2293
- int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x7f100118
2294
- int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x7f100119
2295
- int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f10011a
2296
- int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x7f10011b
2297
- int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x7f10011c
2298
- int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x7f10011d
2299
- int style ShapeAppearanceOverlay_TopLeftCut 0x7f10011e
2300
- int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x7f10011f
2301
- int style SpinnerDatePickerDialog 0x7f100120
2302
- int style SpinnerDatePickerStyle 0x7f100121
2303
- int style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f100122
2304
- int style Test_Theme_MaterialComponents_MaterialCalendar 0x7f100123
2305
- int style Test_Widget_MaterialComponents_MaterialCalendar 0x7f100124
2306
- int style Test_Widget_MaterialComponents_MaterialCalendar_Day 0x7f100125
2307
- int style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f100126
2308
- int style TestStyleWithLineHeight 0x7f100127
2309
- int style TestStyleWithLineHeightAppearance 0x7f100128
2310
- int style TestStyleWithThemeLineHeightAttribute 0x7f100129
2311
- int style TestStyleWithoutLineHeight 0x7f10012a
2312
- int style TestThemeWithLineHeight 0x7f10012b
2313
- int style TestThemeWithLineHeightDisabled 0x7f10012c
2314
- int style TextAppearance_AppCompat 0x7f10012d
2315
- int style TextAppearance_AppCompat_Body1 0x7f10012e
2316
- int style TextAppearance_AppCompat_Body2 0x7f10012f
2317
- int style TextAppearance_AppCompat_Button 0x7f100130
2318
- int style TextAppearance_AppCompat_Caption 0x7f100131
2319
- int style TextAppearance_AppCompat_Display1 0x7f100132
2320
- int style TextAppearance_AppCompat_Display2 0x7f100133
2321
- int style TextAppearance_AppCompat_Display3 0x7f100134
2322
- int style TextAppearance_AppCompat_Display4 0x7f100135
2323
- int style TextAppearance_AppCompat_Headline 0x7f100136
2324
- int style TextAppearance_AppCompat_Inverse 0x7f100137
2325
- int style TextAppearance_AppCompat_Large 0x7f100138
2326
- int style TextAppearance_AppCompat_Large_Inverse 0x7f100139
2327
- int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f10013a
2328
- int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f10013b
2329
- int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f10013c
2330
- int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f10013d
2331
- int style TextAppearance_AppCompat_Medium 0x7f10013e
2332
- int style TextAppearance_AppCompat_Medium_Inverse 0x7f10013f
2333
- int style TextAppearance_AppCompat_Menu 0x7f100140
2334
- int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f100141
2335
- int style TextAppearance_AppCompat_SearchResult_Title 0x7f100142
2336
- int style TextAppearance_AppCompat_Small 0x7f100143
2337
- int style TextAppearance_AppCompat_Small_Inverse 0x7f100144
2338
- int style TextAppearance_AppCompat_Subhead 0x7f100145
2339
- int style TextAppearance_AppCompat_Subhead_Inverse 0x7f100146
2340
- int style TextAppearance_AppCompat_Title 0x7f100147
2341
- int style TextAppearance_AppCompat_Title_Inverse 0x7f100148
2342
- int style TextAppearance_AppCompat_Tooltip 0x7f100149
2343
- int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f10014a
2344
- int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f10014b
2345
- int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f10014c
2346
- int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f10014d
2347
- int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f10014e
2348
- int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f10014f
2349
- int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f100150
2350
- int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f100151
2351
- int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f100152
2352
- int style TextAppearance_AppCompat_Widget_Button 0x7f100153
2353
- int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f100154
2354
- int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f100155
2355
- int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f100156
2356
- int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f100157
2357
- int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f100158
2358
- int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f100159
2359
- int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f10015a
2360
- int style TextAppearance_AppCompat_Widget_Switch 0x7f10015b
2361
- int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f10015c
2362
- int style TextAppearance_Compat_Notification 0x7f10015d
2363
- int style TextAppearance_Compat_Notification_Info 0x7f10015e
2364
- int style TextAppearance_Compat_Notification_Line2 0x7f10015f
2365
- int style TextAppearance_Compat_Notification_Time 0x7f100160
2366
- int style TextAppearance_Compat_Notification_Title 0x7f100161
2367
- int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f100162
2368
- int style TextAppearance_Design_Counter 0x7f100163
2369
- int style TextAppearance_Design_Counter_Overflow 0x7f100164
2370
- int style TextAppearance_Design_Error 0x7f100165
2371
- int style TextAppearance_Design_HelperText 0x7f100166
2372
- int style TextAppearance_Design_Hint 0x7f100167
2373
- int style TextAppearance_Design_Snackbar_Message 0x7f100168
2374
- int style TextAppearance_Design_Tab 0x7f100169
2375
- int style TextAppearance_MaterialComponents_Badge 0x7f10016a
2376
- int style TextAppearance_MaterialComponents_Body1 0x7f10016b
2377
- int style TextAppearance_MaterialComponents_Body2 0x7f10016c
2378
- int style TextAppearance_MaterialComponents_Button 0x7f10016d
2379
- int style TextAppearance_MaterialComponents_Caption 0x7f10016e
2380
- int style TextAppearance_MaterialComponents_Chip 0x7f10016f
2381
- int style TextAppearance_MaterialComponents_Headline1 0x7f100170
2382
- int style TextAppearance_MaterialComponents_Headline2 0x7f100171
2383
- int style TextAppearance_MaterialComponents_Headline3 0x7f100172
2384
- int style TextAppearance_MaterialComponents_Headline4 0x7f100173
2385
- int style TextAppearance_MaterialComponents_Headline5 0x7f100174
2386
- int style TextAppearance_MaterialComponents_Headline6 0x7f100175
2387
- int style TextAppearance_MaterialComponents_Overline 0x7f100176
2388
- int style TextAppearance_MaterialComponents_Subtitle1 0x7f100177
2389
- int style TextAppearance_MaterialComponents_Subtitle2 0x7f100178
2390
- int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f100179
2391
- int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f10017a
2392
- int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f10017b
2393
- int style Theme 0x7f10017c
2394
- int style Theme_AppCompat 0x7f10017d
2395
- int style Theme_AppCompat_CompactMenu 0x7f10017e
2396
- int style Theme_AppCompat_DayNight 0x7f10017f
2397
- int style Theme_AppCompat_DayNight_DarkActionBar 0x7f100180
2398
- int style Theme_AppCompat_DayNight_Dialog 0x7f100181
2399
- int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f100182
2400
- int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f100183
2401
- int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f100184
2402
- int style Theme_AppCompat_DayNight_NoActionBar 0x7f100185
2403
- int style Theme_AppCompat_Dialog 0x7f100186
2404
- int style Theme_AppCompat_Dialog_Alert 0x7f100187
2405
- int style Theme_AppCompat_Dialog_MinWidth 0x7f100188
2406
- int style Theme_AppCompat_DialogWhenLarge 0x7f100189
2407
- int style Theme_AppCompat_Empty 0x7f10018a
2408
- int style Theme_AppCompat_Light 0x7f10018b
2409
- int style Theme_AppCompat_Light_DarkActionBar 0x7f10018c
2410
- int style Theme_AppCompat_Light_Dialog 0x7f10018d
2411
- int style Theme_AppCompat_Light_Dialog_Alert 0x7f10018e
2412
- int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f10018f
2413
- int style Theme_AppCompat_Light_DialogWhenLarge 0x7f100190
2414
- int style Theme_AppCompat_Light_NoActionBar 0x7f100191
2415
- int style Theme_AppCompat_NoActionBar 0x7f100192
2416
- int style Theme_AutofillInlineSuggestion 0x7f100193
2417
- int style Theme_Catalyst 0x7f100194
2418
- int style Theme_Catalyst_LogBox 0x7f100195
2419
- int style Theme_Catalyst_RedBox 0x7f100196
2420
- int style Theme_Design 0x7f100197
2421
- int style Theme_Design_BottomSheetDialog 0x7f100198
2422
- int style Theme_Design_Light 0x7f100199
2423
- int style Theme_Design_Light_BottomSheetDialog 0x7f10019a
2424
- int style Theme_Design_Light_NoActionBar 0x7f10019b
2425
- int style Theme_Design_NoActionBar 0x7f10019c
2426
- int style Theme_FullScreenDialog 0x7f10019d
2427
- int style Theme_FullScreenDialogAnimatedFade 0x7f10019e
2428
- int style Theme_FullScreenDialogAnimatedSlide 0x7f10019f
2429
- int style Theme_MaterialComponents 0x7f1001a0
2430
- int style Theme_MaterialComponents_BottomSheetDialog 0x7f1001a1
2431
- int style Theme_MaterialComponents_Bridge 0x7f1001a2
2432
- int style Theme_MaterialComponents_CompactMenu 0x7f1001a3
2433
- int style Theme_MaterialComponents_DayNight 0x7f1001a4
2434
- int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f1001a5
2435
- int style Theme_MaterialComponents_DayNight_Bridge 0x7f1001a6
2436
- int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f1001a7
2437
- int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f1001a8
2438
- int style Theme_MaterialComponents_DayNight_Dialog 0x7f1001a9
2439
- int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f1001aa
2440
- int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f1001ab
2441
- int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f1001ac
2442
- int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f1001ad
2443
- int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f1001ae
2444
- int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f1001af
2445
- int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f1001b0
2446
- int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f1001b1
2447
- int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f1001b2
2448
- int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f1001b3
2449
- int style Theme_MaterialComponents_Dialog 0x7f1001b4
2450
- int style Theme_MaterialComponents_Dialog_Alert 0x7f1001b5
2451
- int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f1001b6
2452
- int style Theme_MaterialComponents_Dialog_Bridge 0x7f1001b7
2453
- int style Theme_MaterialComponents_Dialog_FixedSize 0x7f1001b8
2454
- int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f1001b9
2455
- int style Theme_MaterialComponents_Dialog_MinWidth 0x7f1001ba
2456
- int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f1001bb
2457
- int style Theme_MaterialComponents_DialogWhenLarge 0x7f1001bc
2458
- int style Theme_MaterialComponents_Light 0x7f1001bd
2459
- int style Theme_MaterialComponents_Light_BarSize 0x7f1001be
2460
- int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f1001bf
2461
- int style Theme_MaterialComponents_Light_Bridge 0x7f1001c0
2462
- int style Theme_MaterialComponents_Light_DarkActionBar 0x7f1001c1
2463
- int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f1001c2
2464
- int style Theme_MaterialComponents_Light_Dialog 0x7f1001c3
2465
- int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f1001c4
2466
- int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f1001c5
2467
- int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f1001c6
2468
- int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f1001c7
2469
- int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f1001c8
2470
- int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f1001c9
2471
- int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f1001ca
2472
- int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f1001cb
2473
- int style Theme_MaterialComponents_Light_LargeTouch 0x7f1001cc
2474
- int style Theme_MaterialComponents_Light_NoActionBar 0x7f1001cd
2475
- int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f1001ce
2476
- int style Theme_MaterialComponents_NoActionBar 0x7f1001cf
2477
- int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f1001d0
2478
- int style Theme_ReactNative_AppCompat_Light 0x7f1001d1
2479
- int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f1001d2
2480
- int style ThemeOverlay_AppCompat 0x7f1001d3
2481
- int style ThemeOverlay_AppCompat_ActionBar 0x7f1001d4
2482
- int style ThemeOverlay_AppCompat_Dark 0x7f1001d5
2483
- int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1001d6
2484
- int style ThemeOverlay_AppCompat_DayNight 0x7f1001d7
2485
- int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f1001d8
2486
- int style ThemeOverlay_AppCompat_Dialog 0x7f1001d9
2487
- int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f1001da
2488
- int style ThemeOverlay_AppCompat_Light 0x7f1001db
2489
- int style ThemeOverlay_Design_TextInputEditText 0x7f1001dc
2490
- int style ThemeOverlay_MaterialComponents 0x7f1001dd
2491
- int style ThemeOverlay_MaterialComponents_ActionBar 0x7f1001de
2492
- int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f1001df
2493
- int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f1001e0
2494
- int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f1001e1
2495
- int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1001e2
2496
- int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1001e3
2497
- int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1001e4
2498
- int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1001e5
2499
- int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f1001e6
2500
- int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f1001e7
2501
- int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f1001e8
2502
- int style ThemeOverlay_MaterialComponents_Dark 0x7f1001e9
2503
- int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f1001ea
2504
- int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f1001eb
2505
- int style ThemeOverlay_MaterialComponents_Dialog 0x7f1001ec
2506
- int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f1001ed
2507
- int style ThemeOverlay_MaterialComponents_Light 0x7f1001ee
2508
- int style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog 0x7f1001ef
2509
- int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f1001f0
2510
- int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f1001f1
2511
- int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f1001f2
2512
- int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f1001f3
2513
- int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f1001f4
2514
- int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f1001f5
2515
- int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f1001f6
2516
- int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f1001f7
2517
- int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f1001f8
2518
- int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f1001f9
2519
- int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f1001fa
2520
- int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1001fb
2521
- int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1001fc
2522
- int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1001fd
2523
- int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f1001fe
2524
- int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f1001ff
2525
- int style Widget_AppCompat_ActionBar 0x7f100200
2526
- int style Widget_AppCompat_ActionBar_Solid 0x7f100201
2527
- int style Widget_AppCompat_ActionBar_TabBar 0x7f100202
2528
- int style Widget_AppCompat_ActionBar_TabText 0x7f100203
2529
- int style Widget_AppCompat_ActionBar_TabView 0x7f100204
2530
- int style Widget_AppCompat_ActionButton 0x7f100205
2531
- int style Widget_AppCompat_ActionButton_CloseMode 0x7f100206
2532
- int style Widget_AppCompat_ActionButton_Overflow 0x7f100207
2533
- int style Widget_AppCompat_ActionMode 0x7f100208
2534
- int style Widget_AppCompat_ActivityChooserView 0x7f100209
2535
- int style Widget_AppCompat_AutoCompleteTextView 0x7f10020a
2536
- int style Widget_AppCompat_Button 0x7f10020b
2537
- int style Widget_AppCompat_Button_Borderless 0x7f10020c
2538
- int style Widget_AppCompat_Button_Borderless_Colored 0x7f10020d
2539
- int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f10020e
2540
- int style Widget_AppCompat_Button_Colored 0x7f10020f
2541
- int style Widget_AppCompat_Button_Small 0x7f100210
2542
- int style Widget_AppCompat_ButtonBar 0x7f100211
2543
- int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f100212
2544
- int style Widget_AppCompat_CompoundButton_CheckBox 0x7f100213
2545
- int style Widget_AppCompat_CompoundButton_RadioButton 0x7f100214
2546
- int style Widget_AppCompat_CompoundButton_Switch 0x7f100215
2547
- int style Widget_AppCompat_DrawerArrowToggle 0x7f100216
2548
- int style Widget_AppCompat_DropDownItem_Spinner 0x7f100217
2549
- int style Widget_AppCompat_EditText 0x7f100218
2550
- int style Widget_AppCompat_ImageButton 0x7f100219
2551
- int style Widget_AppCompat_Light_ActionBar 0x7f10021a
2552
- int style Widget_AppCompat_Light_ActionBar_Solid 0x7f10021b
2553
- int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f10021c
2554
- int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f10021d
2555
- int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f10021e
2556
- int style Widget_AppCompat_Light_ActionBar_TabText 0x7f10021f
2557
- int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f100220
2558
- int style Widget_AppCompat_Light_ActionBar_TabView 0x7f100221
2559
- int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f100222
2560
- int style Widget_AppCompat_Light_ActionButton 0x7f100223
2561
- int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f100224
2562
- int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f100225
2563
- int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f100226
2564
- int style Widget_AppCompat_Light_ActivityChooserView 0x7f100227
2565
- int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f100228
2566
- int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f100229
2567
- int style Widget_AppCompat_Light_ListPopupWindow 0x7f10022a
2568
- int style Widget_AppCompat_Light_ListView_DropDown 0x7f10022b
2569
- int style Widget_AppCompat_Light_PopupMenu 0x7f10022c
2570
- int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f10022d
2571
- int style Widget_AppCompat_Light_SearchView 0x7f10022e
2572
- int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f10022f
2573
- int style Widget_AppCompat_ListMenuView 0x7f100230
2574
- int style Widget_AppCompat_ListPopupWindow 0x7f100231
2575
- int style Widget_AppCompat_ListView 0x7f100232
2576
- int style Widget_AppCompat_ListView_DropDown 0x7f100233
2577
- int style Widget_AppCompat_ListView_Menu 0x7f100234
2578
- int style Widget_AppCompat_PopupMenu 0x7f100235
2579
- int style Widget_AppCompat_PopupMenu_Overflow 0x7f100236
2580
- int style Widget_AppCompat_PopupWindow 0x7f100237
2581
- int style Widget_AppCompat_ProgressBar 0x7f100238
2582
- int style Widget_AppCompat_ProgressBar_Horizontal 0x7f100239
2583
- int style Widget_AppCompat_RatingBar 0x7f10023a
2584
- int style Widget_AppCompat_RatingBar_Indicator 0x7f10023b
2585
- int style Widget_AppCompat_RatingBar_Small 0x7f10023c
2586
- int style Widget_AppCompat_SearchView 0x7f10023d
2587
- int style Widget_AppCompat_SearchView_ActionBar 0x7f10023e
2588
- int style Widget_AppCompat_SeekBar 0x7f10023f
2589
- int style Widget_AppCompat_SeekBar_Discrete 0x7f100240
2590
- int style Widget_AppCompat_Spinner 0x7f100241
2591
- int style Widget_AppCompat_Spinner_DropDown 0x7f100242
2592
- int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f100243
2593
- int style Widget_AppCompat_Spinner_Underlined 0x7f100244
2594
- int style Widget_AppCompat_TextView 0x7f100245
2595
- int style Widget_AppCompat_TextView_SpinnerItem 0x7f100246
2596
- int style Widget_AppCompat_Toolbar 0x7f100247
2597
- int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f100248
2598
- int style Widget_Autofill 0x7f100249
2599
- int style Widget_Autofill_InlineSuggestionChip 0x7f10024a
2600
- int style Widget_Autofill_InlineSuggestionEndIconStyle 0x7f10024b
2601
- int style Widget_Autofill_InlineSuggestionStartIconStyle 0x7f10024c
2602
- int style Widget_Autofill_InlineSuggestionSubtitle 0x7f10024d
2603
- int style Widget_Autofill_InlineSuggestionTitle 0x7f10024e
2604
- int style Widget_Compat_NotificationActionContainer 0x7f10024f
2605
- int style Widget_Compat_NotificationActionText 0x7f100250
2606
- int style Widget_Design_AppBarLayout 0x7f100251
2607
- int style Widget_Design_BottomNavigationView 0x7f100252
2608
- int style Widget_Design_BottomSheet_Modal 0x7f100253
2609
- int style Widget_Design_CollapsingToolbar 0x7f100254
2610
- int style Widget_Design_FloatingActionButton 0x7f100255
2611
- int style Widget_Design_NavigationView 0x7f100256
2612
- int style Widget_Design_ScrimInsetsFrameLayout 0x7f100257
2613
- int style Widget_Design_Snackbar 0x7f100258
2614
- int style Widget_Design_TabLayout 0x7f100259
2615
- int style Widget_Design_TextInputLayout 0x7f10025a
2616
- int style Widget_MaterialComponents_ActionBar_Primary 0x7f10025b
2617
- int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f10025c
2618
- int style Widget_MaterialComponents_ActionBar_Solid 0x7f10025d
2619
- int style Widget_MaterialComponents_ActionBar_Surface 0x7f10025e
2620
- int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f10025f
2621
- int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f100260
2622
- int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f100261
2623
- int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f100262
2624
- int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f100263
2625
- int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f100264
2626
- int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f100265
2627
- int style Widget_MaterialComponents_Badge 0x7f100266
2628
- int style Widget_MaterialComponents_BottomAppBar 0x7f100267
2629
- int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f100268
2630
- int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f100269
2631
- int style Widget_MaterialComponents_BottomNavigationView 0x7f10026a
2632
- int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f10026b
2633
- int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f10026c
2634
- int style Widget_MaterialComponents_BottomSheet 0x7f10026d
2635
- int style Widget_MaterialComponents_BottomSheet_Modal 0x7f10026e
2636
- int style Widget_MaterialComponents_Button 0x7f10026f
2637
- int style Widget_MaterialComponents_Button_Icon 0x7f100270
2638
- int style Widget_MaterialComponents_Button_OutlinedButton 0x7f100271
2639
- int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f100272
2640
- int style Widget_MaterialComponents_Button_TextButton 0x7f100273
2641
- int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f100274
2642
- int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f100275
2643
- int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f100276
2644
- int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f100277
2645
- int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f100278
2646
- int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f100279
2647
- int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f10027a
2648
- int style Widget_MaterialComponents_CardView 0x7f10027b
2649
- int style Widget_MaterialComponents_CheckedTextView 0x7f10027c
2650
- int style Widget_MaterialComponents_Chip_Action 0x7f10027d
2651
- int style Widget_MaterialComponents_Chip_Choice 0x7f10027e
2652
- int style Widget_MaterialComponents_Chip_Entry 0x7f10027f
2653
- int style Widget_MaterialComponents_Chip_Filter 0x7f100280
2654
- int style Widget_MaterialComponents_ChipGroup 0x7f100281
2655
- int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f100282
2656
- int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f100283
2657
- int style Widget_MaterialComponents_CompoundButton_Switch 0x7f100284
2658
- int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f100285
2659
- int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f100286
2660
- int style Widget_MaterialComponents_FloatingActionButton 0x7f100287
2661
- int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f100288
2662
- int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f100289
2663
- int style Widget_MaterialComponents_MaterialCalendar 0x7f10028a
2664
- int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f10028b
2665
- int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f10028c
2666
- int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f10028d
2667
- int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f10028e
2668
- int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f10028f
2669
- int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f100290
2670
- int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f100291
2671
- int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f100292
2672
- int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f100293
2673
- int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f100294
2674
- int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f100295
2675
- int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f100296
2676
- int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f100297
2677
- int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f100298
2678
- int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f100299
2679
- int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f10029a
2680
- int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f10029b
2681
- int style Widget_MaterialComponents_NavigationView 0x7f10029c
2682
- int style Widget_MaterialComponents_PopupMenu 0x7f10029d
2683
- int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f10029e
2684
- int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f10029f
2685
- int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f1002a0
2686
- int style Widget_MaterialComponents_Snackbar 0x7f1002a1
2687
- int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f1002a2
2688
- int style Widget_MaterialComponents_TabLayout 0x7f1002a3
2689
- int style Widget_MaterialComponents_TabLayout_Colored 0x7f1002a4
2690
- int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f1002a5
2691
- int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f1002a6
2692
- int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1002a7
2693
- int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1002a8
2694
- int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1002a9
2695
- int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f1002aa
2696
- int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f1002ab
2697
- int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f1002ac
2698
- int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f1002ad
2699
- int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f1002ae
2700
- int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f1002af
2701
- int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f1002b0
2702
- int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f1002b1
2703
- int style Widget_MaterialComponents_TextView 0x7f1002b2
2704
- int style Widget_MaterialComponents_Toolbar 0x7f1002b3
2705
- int style Widget_MaterialComponents_Toolbar_Primary 0x7f1002b4
2706
- int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f1002b5
2707
- int style Widget_MaterialComponents_Toolbar_Surface 0x7f1002b6
2708
- int style Widget_Support_CoordinatorLayout 0x7f1002b7
2709
- int style redboxButton 0x7f1002b8
2710
- int[] styleable ActionBar { 0x7f03003e, 0x7f030046, 0x7f030047, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300df, 0x7f0300e8, 0x7f0300e9, 0x7f0300fc, 0x7f03013b, 0x7f030141, 0x7f030147, 0x7f030148, 0x7f03014a, 0x7f030154, 0x7f030162, 0x7f030195, 0x7f0301b5, 0x7f0301cc, 0x7f0301d4, 0x7f0301d5, 0x7f030224, 0x7f030227, 0x7f03026f, 0x7f030279 }
2711
- int styleable ActionBar_background 0
2712
- int styleable ActionBar_backgroundSplit 1
2713
- int styleable ActionBar_backgroundStacked 2
2714
- int styleable ActionBar_contentInsetEnd 3
2715
- int styleable ActionBar_contentInsetEndWithActions 4
2716
- int styleable ActionBar_contentInsetLeft 5
2717
- int styleable ActionBar_contentInsetRight 6
2718
- int styleable ActionBar_contentInsetStart 7
2719
- int styleable ActionBar_contentInsetStartWithNavigation 8
2720
- int styleable ActionBar_customNavigationLayout 9
2721
- int styleable ActionBar_displayOptions 10
2722
- int styleable ActionBar_divider 11
2723
- int styleable ActionBar_elevation 12
2724
- int styleable ActionBar_height 13
2725
- int styleable ActionBar_hideOnContentScroll 14
2726
- int styleable ActionBar_homeAsUpIndicator 15
2727
- int styleable ActionBar_homeLayout 16
2728
- int styleable ActionBar_icon 17
2729
- int styleable ActionBar_indeterminateProgressStyle 18
2730
- int styleable ActionBar_itemPadding 19
2731
- int styleable ActionBar_logo 20
2732
- int styleable ActionBar_navigationMode 21
2733
- int styleable ActionBar_popupTheme 22
2734
- int styleable ActionBar_progressBarPadding 23
2735
- int styleable ActionBar_progressBarStyle 24
2736
- int styleable ActionBar_subtitle 25
2737
- int styleable ActionBar_subtitleTextStyle 26
2738
- int styleable ActionBar_title 27
2739
- int styleable ActionBar_titleTextStyle 28
2740
- int[] styleable ActionBarLayout { 0x010100b3 }
2741
- int styleable ActionBarLayout_android_layout_gravity 0
2742
- int[] styleable ActionMenuItemView { 0x0101013f }
2743
- int styleable ActionMenuItemView_android_minWidth 0
2744
- int[] styleable ActionMenuView { }
2745
- int[] styleable ActionMode { 0x7f03003e, 0x7f030046, 0x7f0300a3, 0x7f03013b, 0x7f030227, 0x7f030279 }
2746
- int styleable ActionMode_background 0
2747
- int styleable ActionMode_backgroundSplit 1
2748
- int styleable ActionMode_closeItemLayout 2
2749
- int styleable ActionMode_height 3
2750
- int styleable ActionMode_subtitleTextStyle 4
2751
- int styleable ActionMode_titleTextStyle 5
2752
- int[] styleable ActivityChooserView { 0x7f03010f, 0x7f030155 }
2753
- int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
2754
- int styleable ActivityChooserView_initialActivityCount 1
2755
- int[] styleable AlertDialog { 0x010100f2, 0x7f03006f, 0x7f030070, 0x7f03018a, 0x7f03018b, 0x7f0301b2, 0x7f030204, 0x7f030206 }
2756
- int styleable AlertDialog_android_layout 0
2757
- int styleable AlertDialog_buttonIconDimen 1
2758
- int styleable AlertDialog_buttonPanelSideLayout 2
2759
- int styleable AlertDialog_listItemLayout 3
2760
- int styleable AlertDialog_listLayout 4
2761
- int styleable AlertDialog_multiChoiceItemLayout 5
2762
- int styleable AlertDialog_showTitle 6
2763
- int styleable AlertDialog_singleChoiceItemLayout 7
2764
- int[] styleable AnimatedStateListDrawableCompat { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }
2765
- int styleable AnimatedStateListDrawableCompat_android_dither 0
2766
- int styleable AnimatedStateListDrawableCompat_android_visible 1
2767
- int styleable AnimatedStateListDrawableCompat_android_variablePadding 2
2768
- int styleable AnimatedStateListDrawableCompat_android_constantSize 3
2769
- int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 4
2770
- int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 5
2771
- int[] styleable AnimatedStateListDrawableItem { 0x010100d0, 0x01010199 }
2772
- int styleable AnimatedStateListDrawableItem_android_id 0
2773
- int styleable AnimatedStateListDrawableItem_android_drawable 1
2774
- int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b }
2775
- int styleable AnimatedStateListDrawableTransition_android_drawable 0
2776
- int styleable AnimatedStateListDrawableTransition_android_toId 1
2777
- int styleable AnimatedStateListDrawableTransition_android_fromId 2
2778
- int styleable AnimatedStateListDrawableTransition_android_reversible 3
2779
- int[] styleable AppBarLayout { 0x010100d4, 0x0101048f, 0x01010540, 0x7f0300fc, 0x7f030110, 0x7f030182, 0x7f030183, 0x7f03021e }
2780
- int styleable AppBarLayout_android_background 0
2781
- int styleable AppBarLayout_android_touchscreenBlocksFocus 1
2782
- int styleable AppBarLayout_android_keyboardNavigationCluster 2
2783
- int styleable AppBarLayout_elevation 3
2784
- int styleable AppBarLayout_expanded 4
2785
- int styleable AppBarLayout_liftOnScroll 5
2786
- int styleable AppBarLayout_liftOnScrollTargetViewId 6
2787
- int styleable AppBarLayout_statusBarForeground 7
2788
- int[] styleable AppBarLayoutStates { 0x7f030218, 0x7f030219, 0x7f03021b, 0x7f03021c }
2789
- int styleable AppBarLayoutStates_state_collapsed 0
2790
- int styleable AppBarLayoutStates_state_collapsible 1
2791
- int styleable AppBarLayoutStates_state_liftable 2
2792
- int styleable AppBarLayoutStates_state_lifted 3
2793
- int[] styleable AppBarLayout_Layout { 0x7f030180, 0x7f030181 }
2794
- int styleable AppBarLayout_Layout_layout_scrollFlags 0
2795
- int styleable AppBarLayout_Layout_layout_scrollInterpolator 1
2796
- int[] styleable AppCompatEmojiHelper { }
2797
- int[] styleable AppCompatImageView { 0x01010119, 0x7f030210, 0x7f03026d, 0x7f03026e }
2798
- int styleable AppCompatImageView_android_src 0
2799
- int styleable AppCompatImageView_srcCompat 1
2800
- int styleable AppCompatImageView_tint 2
2801
- int styleable AppCompatImageView_tintMode 3
2802
- int[] styleable AppCompatSeekBar { 0x01010142, 0x7f03026a, 0x7f03026b, 0x7f03026c }
2803
- int styleable AppCompatSeekBar_android_thumb 0
2804
- int styleable AppCompatSeekBar_tickMark 1
2805
- int styleable AppCompatSeekBar_tickMarkTint 2
2806
- int styleable AppCompatSeekBar_tickMarkTintMode 3
2807
- int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 }
2808
- int styleable AppCompatTextHelper_android_textAppearance 0
2809
- int styleable AppCompatTextHelper_android_drawableTop 1
2810
- int styleable AppCompatTextHelper_android_drawableBottom 2
2811
- int styleable AppCompatTextHelper_android_drawableLeft 3
2812
- int styleable AppCompatTextHelper_android_drawableRight 4
2813
- int styleable AppCompatTextHelper_android_drawableStart 5
2814
- int styleable AppCompatTextHelper_android_drawableEnd 6
2815
- int[] styleable AppCompatTextView { 0x01010034, 0x7f030034, 0x7f030035, 0x7f030036, 0x7f030037, 0x7f030038, 0x7f0300ed, 0x7f0300ee, 0x7f0300ef, 0x7f0300f0, 0x7f0300f2, 0x7f0300f3, 0x7f0300f4, 0x7f0300f5, 0x7f0300ff, 0x7f030129, 0x7f03012c, 0x7f030135, 0x7f030175, 0x7f030184, 0x7f030247, 0x7f030262 }
2816
- int styleable AppCompatTextView_android_textAppearance 0
2817
- int styleable AppCompatTextView_autoSizeMaxTextSize 1
2818
- int styleable AppCompatTextView_autoSizeMinTextSize 2
2819
- int styleable AppCompatTextView_autoSizePresetSizes 3
2820
- int styleable AppCompatTextView_autoSizeStepGranularity 4
2821
- int styleable AppCompatTextView_autoSizeTextType 5
2822
- int styleable AppCompatTextView_drawableBottomCompat 6
2823
- int styleable AppCompatTextView_drawableEndCompat 7
2824
- int styleable AppCompatTextView_drawableLeftCompat 8
2825
- int styleable AppCompatTextView_drawableRightCompat 9
2826
- int styleable AppCompatTextView_drawableStartCompat 10
2827
- int styleable AppCompatTextView_drawableTint 11
2828
- int styleable AppCompatTextView_drawableTintMode 12
2829
- int styleable AppCompatTextView_drawableTopCompat 13
2830
- int styleable AppCompatTextView_emojiCompatEnabled 14
2831
- int styleable AppCompatTextView_firstBaselineToTopHeight 15
2832
- int styleable AppCompatTextView_fontFamily 16
2833
- int styleable AppCompatTextView_fontVariationSettings 17
2834
- int styleable AppCompatTextView_lastBaselineToBottomHeight 18
2835
- int styleable AppCompatTextView_lineHeight 19
2836
- int styleable AppCompatTextView_textAllCaps 20
2837
- int styleable AppCompatTextView_textLocale 21
2838
- int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030024, 0x7f030028, 0x7f030029, 0x7f03002a, 0x7f03002b, 0x7f030033, 0x7f030059, 0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006c, 0x7f030071, 0x7f030072, 0x7f030080, 0x7f030087, 0x7f0300a9, 0x7f0300aa, 0x7f0300ab, 0x7f0300ac, 0x7f0300ad, 0x7f0300ae, 0x7f0300af, 0x7f0300b6, 0x7f0300b7, 0x7f0300bd, 0x7f0300cc, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7, 0x7f0300ea, 0x7f0300ec, 0x7f0300f7, 0x7f0300f8, 0x7f0300f9, 0x7f0300fa, 0x7f0300fb, 0x7f030147, 0x7f030153, 0x7f030186, 0x7f030187, 0x7f030188, 0x7f030189, 0x7f03018c, 0x7f03018d, 0x7f03018e, 0x7f03018f, 0x7f030190, 0x7f030191, 0x7f030192, 0x7f030193, 0x7f030194, 0x7f0301c0, 0x7f0301c1, 0x7f0301c2, 0x7f0301cb, 0x7f0301cd, 0x7f0301d9, 0x7f0301db, 0x7f0301dc, 0x7f0301dd, 0x7f0301f6, 0x7f0301f7, 0x7f0301f8, 0x7f0301f9, 0x7f03020d, 0x7f03020e, 0x7f03022b, 0x7f030252, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025e, 0x7f03025f, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f030287, 0x7f030289, 0x7f03028a, 0x7f03028b, 0x7f03028c, 0x7f03028d, 0x7f03028e, 0x7f03028f, 0x7f030290, 0x7f030291, 0x7f030292 }
2839
- int styleable AppCompatTheme_android_windowIsFloating 0
2840
- int styleable AppCompatTheme_android_windowAnimationStyle 1
2841
- int styleable AppCompatTheme_actionBarDivider 2
2842
- int styleable AppCompatTheme_actionBarItemBackground 3
2843
- int styleable AppCompatTheme_actionBarPopupTheme 4
2844
- int styleable AppCompatTheme_actionBarSize 5
2845
- int styleable AppCompatTheme_actionBarSplitStyle 6
2846
- int styleable AppCompatTheme_actionBarStyle 7
2847
- int styleable AppCompatTheme_actionBarTabBarStyle 8
2848
- int styleable AppCompatTheme_actionBarTabStyle 9
2849
- int styleable AppCompatTheme_actionBarTabTextStyle 10
2850
- int styleable AppCompatTheme_actionBarTheme 11
2851
- int styleable AppCompatTheme_actionBarWidgetTheme 12
2852
- int styleable AppCompatTheme_actionButtonStyle 13
2853
- int styleable AppCompatTheme_actionDropDownStyle 14
2854
- int styleable AppCompatTheme_actionMenuTextAppearance 15
2855
- int styleable AppCompatTheme_actionMenuTextColor 16
2856
- int styleable AppCompatTheme_actionModeBackground 17
2857
- int styleable AppCompatTheme_actionModeCloseButtonStyle 18
2858
- int styleable AppCompatTheme_actionModeCloseContentDescription 19
2859
- int styleable AppCompatTheme_actionModeCloseDrawable 20
2860
- int styleable AppCompatTheme_actionModeCopyDrawable 21
2861
- int styleable AppCompatTheme_actionModeCutDrawable 22
2862
- int styleable AppCompatTheme_actionModeFindDrawable 23
2863
- int styleable AppCompatTheme_actionModePasteDrawable 24
2864
- int styleable AppCompatTheme_actionModePopupWindowStyle 25
2865
- int styleable AppCompatTheme_actionModeSelectAllDrawable 26
2866
- int styleable AppCompatTheme_actionModeShareDrawable 27
2867
- int styleable AppCompatTheme_actionModeSplitBackground 28
2868
- int styleable AppCompatTheme_actionModeStyle 29
2869
- int styleable AppCompatTheme_actionModeTheme 30
2870
- int styleable AppCompatTheme_actionModeWebSearchDrawable 31
2871
- int styleable AppCompatTheme_actionOverflowButtonStyle 32
2872
- int styleable AppCompatTheme_actionOverflowMenuStyle 33
2873
- int styleable AppCompatTheme_activityChooserViewStyle 34
2874
- int styleable AppCompatTheme_alertDialogButtonGroupStyle 35
2875
- int styleable AppCompatTheme_alertDialogCenterButtons 36
2876
- int styleable AppCompatTheme_alertDialogStyle 37
2877
- int styleable AppCompatTheme_alertDialogTheme 38
2878
- int styleable AppCompatTheme_autoCompleteTextViewStyle 39
2879
- int styleable AppCompatTheme_borderlessButtonStyle 40
2880
- int styleable AppCompatTheme_buttonBarButtonStyle 41
2881
- int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
2882
- int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
2883
- int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
2884
- int styleable AppCompatTheme_buttonBarStyle 45
2885
- int styleable AppCompatTheme_buttonStyle 46
2886
- int styleable AppCompatTheme_buttonStyleSmall 47
2887
- int styleable AppCompatTheme_checkboxStyle 48
2888
- int styleable AppCompatTheme_checkedTextViewStyle 49
2889
- int styleable AppCompatTheme_colorAccent 50
2890
- int styleable AppCompatTheme_colorBackgroundFloating 51
2891
- int styleable AppCompatTheme_colorButtonNormal 52
2892
- int styleable AppCompatTheme_colorControlActivated 53
2893
- int styleable AppCompatTheme_colorControlHighlight 54
2894
- int styleable AppCompatTheme_colorControlNormal 55
2895
- int styleable AppCompatTheme_colorError 56
2896
- int styleable AppCompatTheme_colorPrimary 57
2897
- int styleable AppCompatTheme_colorPrimaryDark 58
2898
- int styleable AppCompatTheme_colorSwitchThumbNormal 59
2899
- int styleable AppCompatTheme_controlBackground 60
2900
- int styleable AppCompatTheme_dialogCornerRadius 61
2901
- int styleable AppCompatTheme_dialogPreferredPadding 62
2902
- int styleable AppCompatTheme_dialogTheme 63
2903
- int styleable AppCompatTheme_dividerHorizontal 64
2904
- int styleable AppCompatTheme_dividerVertical 65
2905
- int styleable AppCompatTheme_dropDownListViewStyle 66
2906
- int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
2907
- int styleable AppCompatTheme_editTextBackground 68
2908
- int styleable AppCompatTheme_editTextColor 69
2909
- int styleable AppCompatTheme_editTextStyle 70
2910
- int styleable AppCompatTheme_homeAsUpIndicator 71
2911
- int styleable AppCompatTheme_imageButtonStyle 72
2912
- int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
2913
- int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
2914
- int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
2915
- int styleable AppCompatTheme_listDividerAlertDialog 76
2916
- int styleable AppCompatTheme_listMenuViewStyle 77
2917
- int styleable AppCompatTheme_listPopupWindowStyle 78
2918
- int styleable AppCompatTheme_listPreferredItemHeight 79
2919
- int styleable AppCompatTheme_listPreferredItemHeightLarge 80
2920
- int styleable AppCompatTheme_listPreferredItemHeightSmall 81
2921
- int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
2922
- int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
2923
- int styleable AppCompatTheme_listPreferredItemPaddingRight 84
2924
- int styleable AppCompatTheme_listPreferredItemPaddingStart 85
2925
- int styleable AppCompatTheme_panelBackground 86
2926
- int styleable AppCompatTheme_panelMenuListTheme 87
2927
- int styleable AppCompatTheme_panelMenuListWidth 88
2928
- int styleable AppCompatTheme_popupMenuStyle 89
2929
- int styleable AppCompatTheme_popupWindowStyle 90
2930
- int styleable AppCompatTheme_radioButtonStyle 91
2931
- int styleable AppCompatTheme_ratingBarStyle 92
2932
- int styleable AppCompatTheme_ratingBarStyleIndicator 93
2933
- int styleable AppCompatTheme_ratingBarStyleSmall 94
2934
- int styleable AppCompatTheme_searchViewStyle 95
2935
- int styleable AppCompatTheme_seekBarStyle 96
2936
- int styleable AppCompatTheme_selectableItemBackground 97
2937
- int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
2938
- int styleable AppCompatTheme_spinnerDropDownItemStyle 99
2939
- int styleable AppCompatTheme_spinnerStyle 100
2940
- int styleable AppCompatTheme_switchStyle 101
2941
- int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
2942
- int styleable AppCompatTheme_textAppearanceListItem 103
2943
- int styleable AppCompatTheme_textAppearanceListItemSecondary 104
2944
- int styleable AppCompatTheme_textAppearanceListItemSmall 105
2945
- int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
2946
- int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
2947
- int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
2948
- int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
2949
- int styleable AppCompatTheme_textColorAlertDialogListItem 110
2950
- int styleable AppCompatTheme_textColorSearchUrl 111
2951
- int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
2952
- int styleable AppCompatTheme_toolbarStyle 113
2953
- int styleable AppCompatTheme_tooltipForegroundColor 114
2954
- int styleable AppCompatTheme_tooltipFrameBackground 115
2955
- int styleable AppCompatTheme_viewInflaterClass 116
2956
- int styleable AppCompatTheme_windowActionBar 117
2957
- int styleable AppCompatTheme_windowActionBarOverlay 118
2958
- int styleable AppCompatTheme_windowActionModeOverlay 119
2959
- int styleable AppCompatTheme_windowFixedHeightMajor 120
2960
- int styleable AppCompatTheme_windowFixedHeightMinor 121
2961
- int styleable AppCompatTheme_windowFixedWidthMajor 122
2962
- int styleable AppCompatTheme_windowFixedWidthMinor 123
2963
- int styleable AppCompatTheme_windowMinWidthMajor 124
2964
- int styleable AppCompatTheme_windowMinWidthMinor 125
2965
- int styleable AppCompatTheme_windowNoTitle 126
2966
- int[] styleable Autofill_InlineSuggestion { 0x7f030039, 0x7f03003a, 0x7f03003b, 0x7f03003c, 0x7f03003d, 0x7f030157 }
2967
- int styleable Autofill_InlineSuggestion_autofillInlineSuggestionChip 0
2968
- int styleable Autofill_InlineSuggestion_autofillInlineSuggestionEndIconStyle 1
2969
- int styleable Autofill_InlineSuggestion_autofillInlineSuggestionStartIconStyle 2
2970
- int styleable Autofill_InlineSuggestion_autofillInlineSuggestionSubtitle 3
2971
- int styleable Autofill_InlineSuggestion_autofillInlineSuggestionTitle 4
2972
- int styleable Autofill_InlineSuggestion_isAutofillInlineSuggestionTheme 5
2973
- int[] styleable Badge { 0x7f03003f, 0x7f03004a, 0x7f03004c, 0x7f0301ad, 0x7f0301b8 }
2974
- int styleable Badge_backgroundColor 0
2975
- int styleable Badge_badgeGravity 1
2976
- int styleable Badge_badgeTextColor 2
2977
- int styleable Badge_maxCharacterCount 3
2978
- int styleable Badge_number 4
2979
- int[] styleable BottomAppBar { 0x7f030048, 0x7f0300fc, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f030142 }
2980
- int styleable BottomAppBar_backgroundTint 0
2981
- int styleable BottomAppBar_elevation 1
2982
- int styleable BottomAppBar_fabAlignmentMode 2
2983
- int styleable BottomAppBar_fabAnimationMode 3
2984
- int styleable BottomAppBar_fabCradleMargin 4
2985
- int styleable BottomAppBar_fabCradleRoundedCornerRadius 5
2986
- int styleable BottomAppBar_fabCradleVerticalOffset 6
2987
- int styleable BottomAppBar_hideOnScroll 7
2988
- int[] styleable BottomNavigationView { 0x7f030048, 0x7f0300fc, 0x7f03015a, 0x7f03015d, 0x7f03015f, 0x7f030160, 0x7f030163, 0x7f03016f, 0x7f030170, 0x7f030171, 0x7f030174, 0x7f0301b0 }
2989
- int styleable BottomNavigationView_backgroundTint 0
2990
- int styleable BottomNavigationView_elevation 1
2991
- int styleable BottomNavigationView_itemBackground 2
2992
- int styleable BottomNavigationView_itemHorizontalTranslationEnabled 3
2993
- int styleable BottomNavigationView_itemIconSize 4
2994
- int styleable BottomNavigationView_itemIconTint 5
2995
- int styleable BottomNavigationView_itemRippleColor 6
2996
- int styleable BottomNavigationView_itemTextAppearanceActive 7
2997
- int styleable BottomNavigationView_itemTextAppearanceInactive 8
2998
- int styleable BottomNavigationView_itemTextColor 9
2999
- int styleable BottomNavigationView_labelVisibilityMode 10
3000
- int styleable BottomNavigationView_menu 11
3001
- int[] styleable BottomSheetBehavior_Layout { 0x01010440, 0x7f030048, 0x7f030050, 0x7f030051, 0x7f030052, 0x7f030053, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f0301fa, 0x7f0301fd }
3002
- int styleable BottomSheetBehavior_Layout_android_elevation 0
3003
- int styleable BottomSheetBehavior_Layout_backgroundTint 1
3004
- int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 2
3005
- int styleable BottomSheetBehavior_Layout_behavior_fitToContents 3
3006
- int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 4
3007
- int styleable BottomSheetBehavior_Layout_behavior_hideable 5
3008
- int styleable BottomSheetBehavior_Layout_behavior_peekHeight 6
3009
- int styleable BottomSheetBehavior_Layout_behavior_saveFlags 7
3010
- int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 8
3011
- int styleable BottomSheetBehavior_Layout_shapeAppearance 9
3012
- int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 10
3013
- int[] styleable ButtonBarLayout { 0x7f03002c }
3014
- int styleable ButtonBarLayout_allowStacking 0
3015
- int[] styleable Capability { 0x7f0301d8, 0x7f0301ff }
3016
- int styleable Capability_queryPatterns 0
3017
- int styleable Capability_shortcutMatchRequired 1
3018
- int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f030075, 0x7f030076, 0x7f030077, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300c9, 0x7f0300ca }
3019
- int styleable CardView_android_minWidth 0
3020
- int styleable CardView_android_minHeight 1
3021
- int styleable CardView_cardBackgroundColor 2
3022
- int styleable CardView_cardCornerRadius 3
3023
- int styleable CardView_cardElevation 4
3024
- int styleable CardView_cardMaxElevation 5
3025
- int styleable CardView_cardPreventCornerOverlap 6
3026
- int styleable CardView_cardUseCompatPadding 7
3027
- int styleable CardView_contentPadding 8
3028
- int styleable CardView_contentPaddingBottom 9
3029
- int styleable CardView_contentPaddingLeft 10
3030
- int styleable CardView_contentPaddingRight 11
3031
- int styleable CardView_contentPaddingTop 12
3032
- int[] styleable CheckedTextView { 0x01010108, 0x7f03007d, 0x7f03007e, 0x7f03007f }
3033
- int styleable CheckedTextView_android_checkMark 0
3034
- int styleable CheckedTextView_checkMarkCompat 1
3035
- int styleable CheckedTextView_checkMarkTint 2
3036
- int styleable CheckedTextView_checkMarkTintMode 3
3037
- int[] styleable Chip { 0x01010034, 0x01010098, 0x010100ab, 0x0101011f, 0x0101014f, 0x010101e5, 0x7f030083, 0x7f030084, 0x7f030086, 0x7f030088, 0x7f030089, 0x7f03008a, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f03008f, 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030097, 0x7f030098, 0x7f030099, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300a1, 0x7f0300a2, 0x7f030108, 0x7f030140, 0x7f03014b, 0x7f03014f, 0x7f0301e2, 0x7f0301fa, 0x7f0301fd, 0x7f030202, 0x7f030260, 0x7f030263 }
3038
- int styleable Chip_android_textAppearance 0
3039
- int styleable Chip_android_textColor 1
3040
- int styleable Chip_android_ellipsize 2
3041
- int styleable Chip_android_maxWidth 3
3042
- int styleable Chip_android_text 4
3043
- int styleable Chip_android_checkable 5
3044
- int styleable Chip_checkedIcon 6
3045
- int styleable Chip_checkedIconEnabled 7
3046
- int styleable Chip_checkedIconVisible 8
3047
- int styleable Chip_chipBackgroundColor 9
3048
- int styleable Chip_chipCornerRadius 10
3049
- int styleable Chip_chipEndPadding 11
3050
- int styleable Chip_chipIcon 12
3051
- int styleable Chip_chipIconEnabled 13
3052
- int styleable Chip_chipIconSize 14
3053
- int styleable Chip_chipIconTint 15
3054
- int styleable Chip_chipIconVisible 16
3055
- int styleable Chip_chipMinHeight 17
3056
- int styleable Chip_chipMinTouchTargetSize 18
3057
- int styleable Chip_chipStartPadding 19
3058
- int styleable Chip_chipStrokeColor 20
3059
- int styleable Chip_chipStrokeWidth 21
3060
- int styleable Chip_chipSurfaceColor 22
3061
- int styleable Chip_closeIcon 23
3062
- int styleable Chip_closeIconEnabled 24
3063
- int styleable Chip_closeIconEndPadding 25
3064
- int styleable Chip_closeIconSize 26
3065
- int styleable Chip_closeIconStartPadding 27
3066
- int styleable Chip_closeIconTint 28
3067
- int styleable Chip_closeIconVisible 29
3068
- int styleable Chip_ensureMinTouchTargetSize 30
3069
- int styleable Chip_hideMotionSpec 31
3070
- int styleable Chip_iconEndPadding 32
3071
- int styleable Chip_iconStartPadding 33
3072
- int styleable Chip_rippleColor 34
3073
- int styleable Chip_shapeAppearance 35
3074
- int styleable Chip_shapeAppearanceOverlay 36
3075
- int styleable Chip_showMotionSpec 37
3076
- int styleable Chip_textEndPadding 38
3077
- int styleable Chip_textStartPadding 39
3078
- int[] styleable ChipGroup { 0x7f030082, 0x7f030093, 0x7f030094, 0x7f030095, 0x7f030207, 0x7f030208 }
3079
- int styleable ChipGroup_checkedChip 0
3080
- int styleable ChipGroup_chipSpacing 1
3081
- int styleable ChipGroup_chipSpacingHorizontal 2
3082
- int styleable ChipGroup_chipSpacingVertical 3
3083
- int styleable ChipGroup_singleLine 4
3084
- int styleable ChipGroup_singleSelection 5
3085
- int[] styleable CollapsingToolbarLayout { 0x7f0300a6, 0x7f0300a7, 0x7f0300cb, 0x7f030111, 0x7f030112, 0x7f030113, 0x7f030114, 0x7f030115, 0x7f030116, 0x7f030117, 0x7f0301f1, 0x7f0301f3, 0x7f03021f, 0x7f03026f, 0x7f030270, 0x7f03027a }
3086
- int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
3087
- int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
3088
- int styleable CollapsingToolbarLayout_contentScrim 2
3089
- int styleable CollapsingToolbarLayout_expandedTitleGravity 3
3090
- int styleable CollapsingToolbarLayout_expandedTitleMargin 4
3091
- int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5
3092
- int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6
3093
- int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7
3094
- int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8
3095
- int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9
3096
- int styleable CollapsingToolbarLayout_scrimAnimationDuration 10
3097
- int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11
3098
- int styleable CollapsingToolbarLayout_statusBarScrim 12
3099
- int styleable CollapsingToolbarLayout_title 13
3100
- int styleable CollapsingToolbarLayout_titleEnabled 14
3101
- int styleable CollapsingToolbarLayout_toolbarId 15
3102
- int[] styleable CollapsingToolbarLayout_Layout { 0x7f03017b, 0x7f03017c }
3103
- int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
3104
- int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
3105
- int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x01010647, 0x7f03002d, 0x7f030173 }
3106
- int styleable ColorStateListItem_android_color 0
3107
- int styleable ColorStateListItem_android_alpha 1
3108
- int styleable ColorStateListItem_android_lStar 2
3109
- int styleable ColorStateListItem_alpha 3
3110
- int styleable ColorStateListItem_lStar 4
3111
- int[] styleable CompoundButton { 0x01010107, 0x7f03006d, 0x7f030073, 0x7f030074 }
3112
- int styleable CompoundButton_android_button 0
3113
- int styleable CompoundButton_buttonCompat 1
3114
- int styleable CompoundButton_buttonTint 2
3115
- int styleable CompoundButton_buttonTintMode 3
3116
- int[] styleable CoordinatorLayout { 0x7f030172, 0x7f03021d }
3117
- int styleable CoordinatorLayout_keylines 0
3118
- int styleable CoordinatorLayout_statusBarBackground 1
3119
- int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f030178, 0x7f030179, 0x7f03017a, 0x7f03017d, 0x7f03017e, 0x7f03017f }
3120
- int styleable CoordinatorLayout_Layout_android_layout_gravity 0
3121
- int styleable CoordinatorLayout_Layout_layout_anchor 1
3122
- int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
3123
- int styleable CoordinatorLayout_Layout_layout_behavior 3
3124
- int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
3125
- int styleable CoordinatorLayout_Layout_layout_insetEdge 5
3126
- int styleable CoordinatorLayout_Layout_layout_keyline 6
3127
- int[] styleable DrawerArrowToggle { 0x7f030031, 0x7f030032, 0x7f03004d, 0x7f0300a8, 0x7f0300f1, 0x7f030138, 0x7f03020c, 0x7f030266 }
3128
- int styleable DrawerArrowToggle_arrowHeadLength 0
3129
- int styleable DrawerArrowToggle_arrowShaftLength 1
3130
- int styleable DrawerArrowToggle_barLength 2
3131
- int styleable DrawerArrowToggle_color 3
3132
- int styleable DrawerArrowToggle_drawableSize 4
3133
- int styleable DrawerArrowToggle_gapBetweenBars 5
3134
- int styleable DrawerArrowToggle_spinBars 6
3135
- int styleable DrawerArrowToggle_thickness 7
3136
- int[] styleable ExtendedFloatingActionButton { 0x7f0300fc, 0x7f030118, 0x7f030140, 0x7f030202, 0x7f030205 }
3137
- int styleable ExtendedFloatingActionButton_elevation 0
3138
- int styleable ExtendedFloatingActionButton_extendMotionSpec 1
3139
- int styleable ExtendedFloatingActionButton_hideMotionSpec 2
3140
- int styleable ExtendedFloatingActionButton_showMotionSpec 3
3141
- int styleable ExtendedFloatingActionButton_shrinkMotionSpec 4
3142
- int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x7f03004e, 0x7f03004f }
3143
- int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
3144
- int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
3145
- int[] styleable FloatingActionButton { 0x7f030048, 0x7f030049, 0x7f030058, 0x7f0300fc, 0x7f030108, 0x7f03011f, 0x7f030120, 0x7f030140, 0x7f030149, 0x7f0301ae, 0x7f0301d0, 0x7f0301e2, 0x7f0301fa, 0x7f0301fd, 0x7f030202, 0x7f030284 }
3146
- int styleable FloatingActionButton_backgroundTint 0
3147
- int styleable FloatingActionButton_backgroundTintMode 1
3148
- int styleable FloatingActionButton_borderWidth 2
3149
- int styleable FloatingActionButton_elevation 3
3150
- int styleable FloatingActionButton_ensureMinTouchTargetSize 4
3151
- int styleable FloatingActionButton_fabCustomSize 5
3152
- int styleable FloatingActionButton_fabSize 6
3153
- int styleable FloatingActionButton_hideMotionSpec 7
3154
- int styleable FloatingActionButton_hoveredFocusedTranslationZ 8
3155
- int styleable FloatingActionButton_maxImageSize 9
3156
- int styleable FloatingActionButton_pressedTranslationZ 10
3157
- int styleable FloatingActionButton_rippleColor 11
3158
- int styleable FloatingActionButton_shapeAppearance 12
3159
- int styleable FloatingActionButton_shapeAppearanceOverlay 13
3160
- int styleable FloatingActionButton_showMotionSpec 14
3161
- int styleable FloatingActionButton_useCompatPadding 15
3162
- int[] styleable FloatingActionButton_Behavior_Layout { 0x7f03004e }
3163
- int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
3164
- int[] styleable FlowLayout { 0x7f03016b, 0x7f030185 }
3165
- int styleable FlowLayout_itemSpacing 0
3166
- int styleable FlowLayout_lineSpacing 1
3167
- int[] styleable FontFamily { 0x7f03012d, 0x7f03012e, 0x7f03012f, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f030133 }
3168
- int styleable FontFamily_fontProviderAuthority 0
3169
- int styleable FontFamily_fontProviderCerts 1
3170
- int styleable FontFamily_fontProviderFetchStrategy 2
3171
- int styleable FontFamily_fontProviderFetchTimeout 3
3172
- int styleable FontFamily_fontProviderPackage 4
3173
- int styleable FontFamily_fontProviderQuery 5
3174
- int styleable FontFamily_fontProviderSystemFontFamily 6
3175
- int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f03012b, 0x7f030134, 0x7f030135, 0x7f030136, 0x7f030283 }
3176
- int styleable FontFamilyFont_android_font 0
3177
- int styleable FontFamilyFont_android_fontWeight 1
3178
- int styleable FontFamilyFont_android_fontStyle 2
3179
- int styleable FontFamilyFont_android_ttcIndex 3
3180
- int styleable FontFamilyFont_android_fontVariationSettings 4
3181
- int styleable FontFamilyFont_font 5
3182
- int styleable FontFamilyFont_fontStyle 6
3183
- int styleable FontFamilyFont_fontVariationSettings 7
3184
- int styleable FontFamilyFont_fontWeight 8
3185
- int styleable FontFamilyFont_ttcIndex 9
3186
- int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f030137 }
3187
- int styleable ForegroundLinearLayout_android_foreground 0
3188
- int styleable ForegroundLinearLayout_android_foregroundGravity 1
3189
- int styleable ForegroundLinearLayout_foregroundInsidePadding 2
3190
- int[] styleable Fragment { 0x01010003, 0x010100d0, 0x010100d1 }
3191
- int styleable Fragment_android_name 0
3192
- int styleable Fragment_android_id 1
3193
- int styleable Fragment_android_tag 2
3194
- int[] styleable FragmentContainerView { 0x01010003, 0x010100d1 }
3195
- int styleable FragmentContainerView_android_name 0
3196
- int styleable FragmentContainerView_android_tag 1
3197
- int[] styleable GenericDraweeHierarchy { 0x7f030026, 0x7f030040, 0x7f030121, 0x7f030122, 0x7f030123, 0x7f0301bb, 0x7f0301c8, 0x7f0301c9, 0x7f0301cf, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301df, 0x7f0301e0, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e6, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f0, 0x7f030286 }
3198
- int styleable GenericDraweeHierarchy_actualImageScaleType 0
3199
- int styleable GenericDraweeHierarchy_backgroundImage 1
3200
- int styleable GenericDraweeHierarchy_fadeDuration 2
3201
- int styleable GenericDraweeHierarchy_failureImage 3
3202
- int styleable GenericDraweeHierarchy_failureImageScaleType 4
3203
- int styleable GenericDraweeHierarchy_overlayImage 5
3204
- int styleable GenericDraweeHierarchy_placeholderImage 6
3205
- int styleable GenericDraweeHierarchy_placeholderImageScaleType 7
3206
- int styleable GenericDraweeHierarchy_pressedStateOverlayImage 8
3207
- int styleable GenericDraweeHierarchy_progressBarAutoRotateInterval 9
3208
- int styleable GenericDraweeHierarchy_progressBarImage 10
3209
- int styleable GenericDraweeHierarchy_progressBarImageScaleType 11
3210
- int styleable GenericDraweeHierarchy_retryImage 12
3211
- int styleable GenericDraweeHierarchy_retryImageScaleType 13
3212
- int styleable GenericDraweeHierarchy_roundAsCircle 14
3213
- int styleable GenericDraweeHierarchy_roundBottomEnd 15
3214
- int styleable GenericDraweeHierarchy_roundBottomLeft 16
3215
- int styleable GenericDraweeHierarchy_roundBottomRight 17
3216
- int styleable GenericDraweeHierarchy_roundBottomStart 18
3217
- int styleable GenericDraweeHierarchy_roundTopEnd 19
3218
- int styleable GenericDraweeHierarchy_roundTopLeft 20
3219
- int styleable GenericDraweeHierarchy_roundTopRight 21
3220
- int styleable GenericDraweeHierarchy_roundTopStart 22
3221
- int styleable GenericDraweeHierarchy_roundWithOverlayColor 23
3222
- int styleable GenericDraweeHierarchy_roundedCornerRadius 24
3223
- int styleable GenericDraweeHierarchy_roundingBorderColor 25
3224
- int styleable GenericDraweeHierarchy_roundingBorderPadding 26
3225
- int styleable GenericDraweeHierarchy_roundingBorderWidth 27
3226
- int styleable GenericDraweeHierarchy_viewAspectRatio 28
3227
- int[] styleable GradientColor { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 }
3228
- int styleable GradientColor_android_startColor 0
3229
- int styleable GradientColor_android_endColor 1
3230
- int styleable GradientColor_android_type 2
3231
- int styleable GradientColor_android_centerX 3
3232
- int styleable GradientColor_android_centerY 4
3233
- int styleable GradientColor_android_gradientRadius 5
3234
- int styleable GradientColor_android_tileMode 6
3235
- int styleable GradientColor_android_centerColor 7
3236
- int styleable GradientColor_android_startX 8
3237
- int styleable GradientColor_android_startY 9
3238
- int styleable GradientColor_android_endX 10
3239
- int styleable GradientColor_android_endY 11
3240
- int[] styleable GradientColorItem { 0x010101a5, 0x01010514 }
3241
- int styleable GradientColorItem_android_color 0
3242
- int styleable GradientColorItem_android_offset 1
3243
- int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f0300e9, 0x7f0300eb, 0x7f0301af, 0x7f030201 }
3244
- int styleable LinearLayoutCompat_android_gravity 0
3245
- int styleable LinearLayoutCompat_android_orientation 1
3246
- int styleable LinearLayoutCompat_android_baselineAligned 2
3247
- int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
3248
- int styleable LinearLayoutCompat_android_weightSum 4
3249
- int styleable LinearLayoutCompat_divider 5
3250
- int styleable LinearLayoutCompat_dividerPadding 6
3251
- int styleable LinearLayoutCompat_measureWithLargestChild 7
3252
- int styleable LinearLayoutCompat_showDividers 8
3253
- int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
3254
- int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
3255
- int styleable LinearLayoutCompat_Layout_android_layout_width 1
3256
- int styleable LinearLayoutCompat_Layout_android_layout_height 2
3257
- int styleable LinearLayoutCompat_Layout_android_layout_weight 3
3258
- int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
3259
- int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
3260
- int styleable ListPopupWindow_android_dropDownVerticalOffset 1
3261
- int[] styleable MaterialAlertDialog { 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044 }
3262
- int styleable MaterialAlertDialog_backgroundInsetBottom 0
3263
- int styleable MaterialAlertDialog_backgroundInsetEnd 1
3264
- int styleable MaterialAlertDialog_backgroundInsetStart 2
3265
- int styleable MaterialAlertDialog_backgroundInsetTop 3
3266
- int[] styleable MaterialAlertDialogTheme { 0x7f030197, 0x7f030198, 0x7f030199, 0x7f03019a, 0x7f03019b }
3267
- int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
3268
- int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 1
3269
- int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 2
3270
- int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 3
3271
- int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 4
3272
- int[] styleable MaterialButton { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x010101e5, 0x7f030048, 0x7f030049, 0x7f0300d3, 0x7f0300fc, 0x7f03014a, 0x7f03014c, 0x7f03014d, 0x7f03014e, 0x7f030150, 0x7f030151, 0x7f0301e2, 0x7f0301fa, 0x7f0301fd, 0x7f030220, 0x7f030221 }
3273
- int styleable MaterialButton_android_insetLeft 0
3274
- int styleable MaterialButton_android_insetRight 1
3275
- int styleable MaterialButton_android_insetTop 2
3276
- int styleable MaterialButton_android_insetBottom 3
3277
- int styleable MaterialButton_android_checkable 4
3278
- int styleable MaterialButton_backgroundTint 5
3279
- int styleable MaterialButton_backgroundTintMode 6
3280
- int styleable MaterialButton_cornerRadius 7
3281
- int styleable MaterialButton_elevation 8
3282
- int styleable MaterialButton_icon 9
3283
- int styleable MaterialButton_iconGravity 10
3284
- int styleable MaterialButton_iconPadding 11
3285
- int styleable MaterialButton_iconSize 12
3286
- int styleable MaterialButton_iconTint 13
3287
- int styleable MaterialButton_iconTintMode 14
3288
- int styleable MaterialButton_rippleColor 15
3289
- int styleable MaterialButton_shapeAppearance 16
3290
- int styleable MaterialButton_shapeAppearanceOverlay 17
3291
- int styleable MaterialButton_strokeColor 18
3292
- int styleable MaterialButton_strokeWidth 19
3293
- int[] styleable MaterialButtonToggleGroup { 0x7f030081, 0x7f030208 }
3294
- int styleable MaterialButtonToggleGroup_checkedButton 0
3295
- int styleable MaterialButtonToggleGroup_singleSelection 1
3296
- int[] styleable MaterialCalendar { 0x0101020d, 0x7f0300e0, 0x7f0300e1, 0x7f0300e2, 0x7f0300e3, 0x7f0301da, 0x7f030293, 0x7f030294, 0x7f030295 }
3297
- int styleable MaterialCalendar_android_windowFullscreen 0
3298
- int styleable MaterialCalendar_dayInvalidStyle 1
3299
- int styleable MaterialCalendar_daySelectedStyle 2
3300
- int styleable MaterialCalendar_dayStyle 3
3301
- int styleable MaterialCalendar_dayTodayStyle 4
3302
- int styleable MaterialCalendar_rangeFillColor 5
3303
- int styleable MaterialCalendar_yearSelectedStyle 6
3304
- int styleable MaterialCalendar_yearStyle 7
3305
- int styleable MaterialCalendar_yearTodayStyle 8
3306
- int[] styleable MaterialCalendarItem { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x7f03015b, 0x7f030164, 0x7f030165, 0x7f03016c, 0x7f03016d, 0x7f030171 }
3307
- int styleable MaterialCalendarItem_android_insetLeft 0
3308
- int styleable MaterialCalendarItem_android_insetRight 1
3309
- int styleable MaterialCalendarItem_android_insetTop 2
3310
- int styleable MaterialCalendarItem_android_insetBottom 3
3311
- int styleable MaterialCalendarItem_itemFillColor 4
3312
- int styleable MaterialCalendarItem_itemShapeAppearance 5
3313
- int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
3314
- int styleable MaterialCalendarItem_itemStrokeColor 7
3315
- int styleable MaterialCalendarItem_itemStrokeWidth 8
3316
- int styleable MaterialCalendarItem_itemTextColor 9
3317
- int[] styleable MaterialCardView { 0x010101e5, 0x7f030078, 0x7f030083, 0x7f030085, 0x7f0301e2, 0x7f0301fa, 0x7f0301fd, 0x7f03021a, 0x7f030220, 0x7f030221 }
3318
- int styleable MaterialCardView_android_checkable 0
3319
- int styleable MaterialCardView_cardForegroundColor 1
3320
- int styleable MaterialCardView_checkedIcon 2
3321
- int styleable MaterialCardView_checkedIconTint 3
3322
- int styleable MaterialCardView_rippleColor 4
3323
- int styleable MaterialCardView_shapeAppearance 5
3324
- int styleable MaterialCardView_shapeAppearanceOverlay 6
3325
- int styleable MaterialCardView_state_dragged 7
3326
- int styleable MaterialCardView_strokeColor 8
3327
- int styleable MaterialCardView_strokeWidth 9
3328
- int[] styleable MaterialCheckBox { 0x7f030073, 0x7f030285 }
3329
- int styleable MaterialCheckBox_buttonTint 0
3330
- int styleable MaterialCheckBox_useMaterialThemeColors 1
3331
- int[] styleable MaterialRadioButton { 0x7f030285 }
3332
- int styleable MaterialRadioButton_useMaterialThemeColors 0
3333
- int[] styleable MaterialShape { 0x7f0301fa, 0x7f0301fd }
3334
- int styleable MaterialShape_shapeAppearance 0
3335
- int styleable MaterialShape_shapeAppearanceOverlay 1
3336
- int[] styleable MaterialTextAppearance { 0x0101057f, 0x7f030184 }
3337
- int styleable MaterialTextAppearance_android_lineHeight 0
3338
- int styleable MaterialTextAppearance_lineHeight 1
3339
- int[] styleable MaterialTextView { 0x01010034, 0x0101057f, 0x7f030184 }
3340
- int styleable MaterialTextView_android_textAppearance 0
3341
- int styleable MaterialTextView_android_lineHeight 1
3342
- int styleable MaterialTextView_lineHeight 2
3343
- int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
3344
- int styleable MenuGroup_android_enabled 0
3345
- int styleable MenuGroup_android_id 1
3346
- int styleable MenuGroup_android_visible 2
3347
- int styleable MenuGroup_android_menuCategory 3
3348
- int styleable MenuGroup_android_orderInCategory 4
3349
- int styleable MenuGroup_android_checkableBehavior 5
3350
- int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000d, 0x7f030021, 0x7f030023, 0x7f03002e, 0x7f0300bf, 0x7f030150, 0x7f030151, 0x7f0301b9, 0x7f030200, 0x7f03027f }
3351
- int styleable MenuItem_android_icon 0
3352
- int styleable MenuItem_android_enabled 1
3353
- int styleable MenuItem_android_id 2
3354
- int styleable MenuItem_android_checked 3
3355
- int styleable MenuItem_android_visible 4
3356
- int styleable MenuItem_android_menuCategory 5
3357
- int styleable MenuItem_android_orderInCategory 6
3358
- int styleable MenuItem_android_title 7
3359
- int styleable MenuItem_android_titleCondensed 8
3360
- int styleable MenuItem_android_alphabeticShortcut 9
3361
- int styleable MenuItem_android_numericShortcut 10
3362
- int styleable MenuItem_android_checkable 11
3363
- int styleable MenuItem_android_onClick 12
3364
- int styleable MenuItem_actionLayout 13
3365
- int styleable MenuItem_actionProviderClass 14
3366
- int styleable MenuItem_actionViewClass 15
3367
- int styleable MenuItem_alphabeticModifiers 16
3368
- int styleable MenuItem_contentDescription 17
3369
- int styleable MenuItem_iconTint 18
3370
- int styleable MenuItem_iconTintMode 19
3371
- int styleable MenuItem_numericModifiers 20
3372
- int styleable MenuItem_showAsAction 21
3373
- int styleable MenuItem_tooltipText 22
3374
- int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0301ce, 0x7f030222 }
3375
- int styleable MenuView_android_windowAnimationStyle 0
3376
- int styleable MenuView_android_itemTextAppearance 1
3377
- int styleable MenuView_android_horizontalDivider 2
3378
- int styleable MenuView_android_verticalDivider 3
3379
- int styleable MenuView_android_headerBackground 4
3380
- int styleable MenuView_android_itemBackground 5
3381
- int styleable MenuView_android_itemIconDisabledAlpha 6
3382
- int styleable MenuView_preserveIconSpacing 7
3383
- int styleable MenuView_subMenuArrow 8
3384
- int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0300fc, 0x7f03013a, 0x7f03015a, 0x7f03015c, 0x7f03015e, 0x7f03015f, 0x7f030160, 0x7f030161, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030168, 0x7f030169, 0x7f03016a, 0x7f03016e, 0x7f030171, 0x7f0301b0 }
3385
- int styleable NavigationView_android_background 0
3386
- int styleable NavigationView_android_fitsSystemWindows 1
3387
- int styleable NavigationView_android_maxWidth 2
3388
- int styleable NavigationView_elevation 3
3389
- int styleable NavigationView_headerLayout 4
3390
- int styleable NavigationView_itemBackground 5
3391
- int styleable NavigationView_itemHorizontalPadding 6
3392
- int styleable NavigationView_itemIconPadding 7
3393
- int styleable NavigationView_itemIconSize 8
3394
- int styleable NavigationView_itemIconTint 9
3395
- int styleable NavigationView_itemMaxLines 10
3396
- int styleable NavigationView_itemShapeAppearance 11
3397
- int styleable NavigationView_itemShapeAppearanceOverlay 12
3398
- int styleable NavigationView_itemShapeFillColor 13
3399
- int styleable NavigationView_itemShapeInsetBottom 14
3400
- int styleable NavigationView_itemShapeInsetEnd 15
3401
- int styleable NavigationView_itemShapeInsetStart 16
3402
- int styleable NavigationView_itemShapeInsetTop 17
3403
- int styleable NavigationView_itemTextAppearance 18
3404
- int styleable NavigationView_itemTextColor 19
3405
- int styleable NavigationView_menu 20
3406
- int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0301ba }
3407
- int styleable PopupWindow_android_popupBackground 0
3408
- int styleable PopupWindow_android_popupAnimationStyle 1
3409
- int styleable PopupWindow_overlapAnchor 2
3410
- int[] styleable PopupWindowBackgroundState { 0x7f030217 }
3411
- int styleable PopupWindowBackgroundState_state_above_anchor 0
3412
- int[] styleable RecycleListView { 0x7f0301bc, 0x7f0301bf }
3413
- int styleable RecycleListView_paddingBottomNoButtons 0
3414
- int styleable RecycleListView_paddingTopNoTitle 1
3415
- int[] styleable RecyclerView { 0x010100c4, 0x010100eb, 0x010100f1, 0x7f030124, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030177, 0x7f0301e1, 0x7f03020b, 0x7f030211 }
3416
- int styleable RecyclerView_android_orientation 0
3417
- int styleable RecyclerView_android_clipToPadding 1
3418
- int styleable RecyclerView_android_descendantFocusability 2
3419
- int styleable RecyclerView_fastScrollEnabled 3
3420
- int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
3421
- int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
3422
- int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
3423
- int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
3424
- int styleable RecyclerView_layoutManager 8
3425
- int styleable RecyclerView_reverseLayout 9
3426
- int styleable RecyclerView_spanCount 10
3427
- int styleable RecyclerView_stackFromEnd 11
3428
- int[] styleable ScrimInsetsFrameLayout { 0x7f030156 }
3429
- int styleable ScrimInsetsFrameLayout_insetForeground 0
3430
- int[] styleable ScrollingViewBehavior_Layout { 0x7f030054 }
3431
- int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
3432
- int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f03009c, 0x7f0300be, 0x7f0300e4, 0x7f030139, 0x7f030152, 0x7f030176, 0x7f0301d6, 0x7f0301d7, 0x7f0301f4, 0x7f0301f5, 0x7f030223, 0x7f030228, 0x7f030288 }
3433
- int styleable SearchView_android_focusable 0
3434
- int styleable SearchView_android_maxWidth 1
3435
- int styleable SearchView_android_inputType 2
3436
- int styleable SearchView_android_imeOptions 3
3437
- int styleable SearchView_closeIcon 4
3438
- int styleable SearchView_commitIcon 5
3439
- int styleable SearchView_defaultQueryHint 6
3440
- int styleable SearchView_goIcon 7
3441
- int styleable SearchView_iconifiedByDefault 8
3442
- int styleable SearchView_layout 9
3443
- int styleable SearchView_queryBackground 10
3444
- int styleable SearchView_queryHint 11
3445
- int styleable SearchView_searchHintIcon 12
3446
- int styleable SearchView_searchIcon 13
3447
- int styleable SearchView_submitBackground 14
3448
- int styleable SearchView_suggestionRowLayout 15
3449
- int styleable SearchView_voiceIcon 16
3450
- int[] styleable ShapeAppearance { 0x7f0300ce, 0x7f0300cf, 0x7f0300d0, 0x7f0300d1, 0x7f0300d2, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6, 0x7f0300d7, 0x7f0300d8 }
3451
- int styleable ShapeAppearance_cornerFamily 0
3452
- int styleable ShapeAppearance_cornerFamilyBottomLeft 1
3453
- int styleable ShapeAppearance_cornerFamilyBottomRight 2
3454
- int styleable ShapeAppearance_cornerFamilyTopLeft 3
3455
- int styleable ShapeAppearance_cornerFamilyTopRight 4
3456
- int styleable ShapeAppearance_cornerSize 5
3457
- int styleable ShapeAppearance_cornerSizeBottomLeft 6
3458
- int styleable ShapeAppearance_cornerSizeBottomRight 7
3459
- int styleable ShapeAppearance_cornerSizeTopLeft 8
3460
- int styleable ShapeAppearance_cornerSizeTopRight 9
3461
- int[] styleable SimpleDraweeView { 0x7f030025, 0x7f030027, 0x7f030040, 0x7f030121, 0x7f030122, 0x7f030123, 0x7f0301bb, 0x7f0301c8, 0x7f0301c9, 0x7f0301cf, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301df, 0x7f0301e0, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e6, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f0, 0x7f030286 }
3462
- int styleable SimpleDraweeView_actualImageResource 0
3463
- int styleable SimpleDraweeView_actualImageUri 1
3464
- int styleable SimpleDraweeView_backgroundImage 2
3465
- int styleable SimpleDraweeView_fadeDuration 3
3466
- int styleable SimpleDraweeView_failureImage 4
3467
- int styleable SimpleDraweeView_failureImageScaleType 5
3468
- int styleable SimpleDraweeView_overlayImage 6
3469
- int styleable SimpleDraweeView_placeholderImage 7
3470
- int styleable SimpleDraweeView_placeholderImageScaleType 8
3471
- int styleable SimpleDraweeView_pressedStateOverlayImage 9
3472
- int styleable SimpleDraweeView_progressBarAutoRotateInterval 10
3473
- int styleable SimpleDraweeView_progressBarImage 11
3474
- int styleable SimpleDraweeView_progressBarImageScaleType 12
3475
- int styleable SimpleDraweeView_retryImage 13
3476
- int styleable SimpleDraweeView_retryImageScaleType 14
3477
- int styleable SimpleDraweeView_roundAsCircle 15
3478
- int styleable SimpleDraweeView_roundBottomEnd 16
3479
- int styleable SimpleDraweeView_roundBottomLeft 17
3480
- int styleable SimpleDraweeView_roundBottomRight 18
3481
- int styleable SimpleDraweeView_roundBottomStart 19
3482
- int styleable SimpleDraweeView_roundTopEnd 20
3483
- int styleable SimpleDraweeView_roundTopLeft 21
3484
- int styleable SimpleDraweeView_roundTopRight 22
3485
- int styleable SimpleDraweeView_roundTopStart 23
3486
- int styleable SimpleDraweeView_roundWithOverlayColor 24
3487
- int styleable SimpleDraweeView_roundedCornerRadius 25
3488
- int styleable SimpleDraweeView_roundingBorderColor 26
3489
- int styleable SimpleDraweeView_roundingBorderPadding 27
3490
- int styleable SimpleDraweeView_roundingBorderWidth 28
3491
- int styleable SimpleDraweeView_viewAspectRatio 29
3492
- int[] styleable Snackbar { 0x7f030209, 0x7f03020a }
3493
- int styleable Snackbar_snackbarButtonStyle 0
3494
- int styleable Snackbar_snackbarStyle 1
3495
- int[] styleable SnackbarLayout { 0x0101011f, 0x7f030022, 0x7f03002f, 0x7f030045, 0x7f0300fc, 0x7f0301ab }
3496
- int styleable SnackbarLayout_android_maxWidth 0
3497
- int styleable SnackbarLayout_actionTextColorAlpha 1
3498
- int styleable SnackbarLayout_animationMode 2
3499
- int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
3500
- int styleable SnackbarLayout_elevation 4
3501
- int styleable SnackbarLayout_maxActionInlineWidth 5
3502
- int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0301cc }
3503
- int styleable Spinner_android_entries 0
3504
- int styleable Spinner_android_popupBackground 1
3505
- int styleable Spinner_android_prompt 2
3506
- int styleable Spinner_android_dropDownWidth 3
3507
- int styleable Spinner_popupTheme 4
3508
- int[] styleable StateListDrawable { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }
3509
- int styleable StateListDrawable_android_dither 0
3510
- int styleable StateListDrawable_android_visible 1
3511
- int styleable StateListDrawable_android_variablePadding 2
3512
- int styleable StateListDrawable_android_constantSize 3
3513
- int styleable StateListDrawable_android_enterFadeDuration 4
3514
- int styleable StateListDrawable_android_exitFadeDuration 5
3515
- int[] styleable StateListDrawableItem { 0x01010199 }
3516
- int styleable StateListDrawableItem_android_drawable 0
3517
- int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f030203, 0x7f03020f, 0x7f030229, 0x7f03022a, 0x7f03022c, 0x7f030267, 0x7f030268, 0x7f030269, 0x7f030280, 0x7f030281, 0x7f030282 }
3518
- int styleable SwitchCompat_android_textOn 0
3519
- int styleable SwitchCompat_android_textOff 1
3520
- int styleable SwitchCompat_android_thumb 2
3521
- int styleable SwitchCompat_showText 3
3522
- int styleable SwitchCompat_splitTrack 4
3523
- int styleable SwitchCompat_switchMinWidth 5
3524
- int styleable SwitchCompat_switchPadding 6
3525
- int styleable SwitchCompat_switchTextAppearance 7
3526
- int styleable SwitchCompat_thumbTextPadding 8
3527
- int styleable SwitchCompat_thumbTint 9
3528
- int styleable SwitchCompat_thumbTintMode 10
3529
- int styleable SwitchCompat_track 11
3530
- int styleable SwitchCompat_trackTint 12
3531
- int styleable SwitchCompat_trackTintMode 13
3532
- int[] styleable SwitchMaterial { 0x7f030285 }
3533
- int styleable SwitchMaterial_useMaterialThemeColors 0
3534
- int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f }
3535
- int styleable TabItem_android_icon 0
3536
- int styleable TabItem_android_layout 1
3537
- int styleable TabItem_android_text 2
3538
- int[] styleable TabLayout { 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030244, 0x7f030245, 0x7f030246 }
3539
- int styleable TabLayout_tabBackground 0
3540
- int styleable TabLayout_tabContentStart 1
3541
- int styleable TabLayout_tabGravity 2
3542
- int styleable TabLayout_tabIconTint 3
3543
- int styleable TabLayout_tabIconTintMode 4
3544
- int styleable TabLayout_tabIndicator 5
3545
- int styleable TabLayout_tabIndicatorAnimationDuration 6
3546
- int styleable TabLayout_tabIndicatorColor 7
3547
- int styleable TabLayout_tabIndicatorFullWidth 8
3548
- int styleable TabLayout_tabIndicatorGravity 9
3549
- int styleable TabLayout_tabIndicatorHeight 10
3550
- int styleable TabLayout_tabInlineLabel 11
3551
- int styleable TabLayout_tabMaxWidth 12
3552
- int styleable TabLayout_tabMinWidth 13
3553
- int styleable TabLayout_tabMode 14
3554
- int styleable TabLayout_tabPadding 15
3555
- int styleable TabLayout_tabPaddingBottom 16
3556
- int styleable TabLayout_tabPaddingEnd 17
3557
- int styleable TabLayout_tabPaddingStart 18
3558
- int styleable TabLayout_tabPaddingTop 19
3559
- int styleable TabLayout_tabRippleColor 20
3560
- int styleable TabLayout_tabSelectedTextColor 21
3561
- int styleable TabLayout_tabTextAppearance 22
3562
- int styleable TabLayout_tabTextColor 23
3563
- int styleable TabLayout_tabUnboundedRipple 24
3564
- int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x01010585, 0x7f03012c, 0x7f030135, 0x7f030247, 0x7f030262 }
3565
- int styleable TextAppearance_android_textSize 0
3566
- int styleable TextAppearance_android_typeface 1
3567
- int styleable TextAppearance_android_textStyle 2
3568
- int styleable TextAppearance_android_textColor 3
3569
- int styleable TextAppearance_android_textColorHint 4
3570
- int styleable TextAppearance_android_textColorLink 5
3571
- int styleable TextAppearance_android_shadowColor 6
3572
- int styleable TextAppearance_android_shadowDx 7
3573
- int styleable TextAppearance_android_shadowDy 8
3574
- int styleable TextAppearance_android_shadowRadius 9
3575
- int styleable TextAppearance_android_fontFamily 10
3576
- int styleable TextAppearance_android_textFontWeight 11
3577
- int styleable TextAppearance_fontFamily 12
3578
- int styleable TextAppearance_fontVariationSettings 13
3579
- int styleable TextAppearance_textAllCaps 14
3580
- int styleable TextAppearance_textLocale 15
3581
- int[] styleable TextInputLayout { 0x0101009a, 0x01010150, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f030066, 0x7f030067, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300dc, 0x7f0300dd, 0x7f0300de, 0x7f030100, 0x7f030101, 0x7f030102, 0x7f030103, 0x7f030104, 0x7f030105, 0x7f030109, 0x7f03010a, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03010e, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030143, 0x7f030144, 0x7f030145, 0x7f030146, 0x7f0301c3, 0x7f0301c4, 0x7f0301c5, 0x7f0301c6, 0x7f0301c7, 0x7f0301fa, 0x7f0301fd, 0x7f030212, 0x7f030213, 0x7f030214, 0x7f030215, 0x7f030216 }
3582
- int styleable TextInputLayout_android_textColorHint 0
3583
- int styleable TextInputLayout_android_hint 1
3584
- int styleable TextInputLayout_boxBackgroundColor 2
3585
- int styleable TextInputLayout_boxBackgroundMode 3
3586
- int styleable TextInputLayout_boxCollapsedPaddingTop 4
3587
- int styleable TextInputLayout_boxCornerRadiusBottomEnd 5
3588
- int styleable TextInputLayout_boxCornerRadiusBottomStart 6
3589
- int styleable TextInputLayout_boxCornerRadiusTopEnd 7
3590
- int styleable TextInputLayout_boxCornerRadiusTopStart 8
3591
- int styleable TextInputLayout_boxStrokeColor 9
3592
- int styleable TextInputLayout_boxStrokeWidth 10
3593
- int styleable TextInputLayout_boxStrokeWidthFocused 11
3594
- int styleable TextInputLayout_counterEnabled 12
3595
- int styleable TextInputLayout_counterMaxLength 13
3596
- int styleable TextInputLayout_counterOverflowTextAppearance 14
3597
- int styleable TextInputLayout_counterOverflowTextColor 15
3598
- int styleable TextInputLayout_counterTextAppearance 16
3599
- int styleable TextInputLayout_counterTextColor 17
3600
- int styleable TextInputLayout_endIconCheckable 18
3601
- int styleable TextInputLayout_endIconContentDescription 19
3602
- int styleable TextInputLayout_endIconDrawable 20
3603
- int styleable TextInputLayout_endIconMode 21
3604
- int styleable TextInputLayout_endIconTint 22
3605
- int styleable TextInputLayout_endIconTintMode 23
3606
- int styleable TextInputLayout_errorEnabled 24
3607
- int styleable TextInputLayout_errorIconDrawable 25
3608
- int styleable TextInputLayout_errorIconTint 26
3609
- int styleable TextInputLayout_errorIconTintMode 27
3610
- int styleable TextInputLayout_errorTextAppearance 28
3611
- int styleable TextInputLayout_errorTextColor 29
3612
- int styleable TextInputLayout_helperText 30
3613
- int styleable TextInputLayout_helperTextEnabled 31
3614
- int styleable TextInputLayout_helperTextTextAppearance 32
3615
- int styleable TextInputLayout_helperTextTextColor 33
3616
- int styleable TextInputLayout_hintAnimationEnabled 34
3617
- int styleable TextInputLayout_hintEnabled 35
3618
- int styleable TextInputLayout_hintTextAppearance 36
3619
- int styleable TextInputLayout_hintTextColor 37
3620
- int styleable TextInputLayout_passwordToggleContentDescription 38
3621
- int styleable TextInputLayout_passwordToggleDrawable 39
3622
- int styleable TextInputLayout_passwordToggleEnabled 40
3623
- int styleable TextInputLayout_passwordToggleTint 41
3624
- int styleable TextInputLayout_passwordToggleTintMode 42
3625
- int styleable TextInputLayout_shapeAppearance 43
3626
- int styleable TextInputLayout_shapeAppearanceOverlay 44
3627
- int styleable TextInputLayout_startIconCheckable 45
3628
- int styleable TextInputLayout_startIconContentDescription 46
3629
- int styleable TextInputLayout_startIconDrawable 47
3630
- int styleable TextInputLayout_startIconTint 48
3631
- int styleable TextInputLayout_startIconTintMode 49
3632
- int[] styleable ThemeEnforcement { 0x01010034, 0x7f030106, 0x7f030107 }
3633
- int styleable ThemeEnforcement_android_textAppearance 0
3634
- int styleable ThemeEnforcement_enforceMaterialTheme 1
3635
- int styleable ThemeEnforcement_enforceTextAppearance 2
3636
- int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f03006e, 0x7f0300a4, 0x7f0300a5, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f030195, 0x7f030196, 0x7f0301ac, 0x7f0301b0, 0x7f0301b3, 0x7f0301b4, 0x7f0301cc, 0x7f030224, 0x7f030225, 0x7f030226, 0x7f03026f, 0x7f030271, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278 }
3637
- int styleable Toolbar_android_gravity 0
3638
- int styleable Toolbar_android_minHeight 1
3639
- int styleable Toolbar_buttonGravity 2
3640
- int styleable Toolbar_collapseContentDescription 3
3641
- int styleable Toolbar_collapseIcon 4
3642
- int styleable Toolbar_contentInsetEnd 5
3643
- int styleable Toolbar_contentInsetEndWithActions 6
3644
- int styleable Toolbar_contentInsetLeft 7
3645
- int styleable Toolbar_contentInsetRight 8
3646
- int styleable Toolbar_contentInsetStart 9
3647
- int styleable Toolbar_contentInsetStartWithNavigation 10
3648
- int styleable Toolbar_logo 11
3649
- int styleable Toolbar_logoDescription 12
3650
- int styleable Toolbar_maxButtonHeight 13
3651
- int styleable Toolbar_menu 14
3652
- int styleable Toolbar_navigationContentDescription 15
3653
- int styleable Toolbar_navigationIcon 16
3654
- int styleable Toolbar_popupTheme 17
3655
- int styleable Toolbar_subtitle 18
3656
- int styleable Toolbar_subtitleTextAppearance 19
3657
- int styleable Toolbar_subtitleTextColor 20
3658
- int styleable Toolbar_title 21
3659
- int styleable Toolbar_titleMargin 22
3660
- int styleable Toolbar_titleMarginBottom 23
3661
- int styleable Toolbar_titleMarginEnd 24
3662
- int styleable Toolbar_titleMarginStart 25
3663
- int styleable Toolbar_titleMarginTop 26
3664
- int styleable Toolbar_titleMargins 27
3665
- int styleable Toolbar_titleTextAppearance 28
3666
- int styleable Toolbar_titleTextColor 29
3667
- int[] styleable View { 0x01010000, 0x010100da, 0x7f0301bd, 0x7f0301be, 0x7f030264 }
3668
- int styleable View_android_theme 0
3669
- int styleable View_android_focusable 1
3670
- int styleable View_paddingEnd 2
3671
- int styleable View_paddingStart 3
3672
- int styleable View_theme 4
3673
- int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f030048, 0x7f030049 }
3674
- int styleable ViewBackgroundHelper_android_background 0
3675
- int styleable ViewBackgroundHelper_backgroundTint 1
3676
- int styleable ViewBackgroundHelper_backgroundTintMode 2
3677
- int[] styleable ViewPager2 { 0x010100c4 }
3678
- int styleable ViewPager2_android_orientation 0
3679
- int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
3680
- int styleable ViewStubCompat_android_id 0
3681
- int styleable ViewStubCompat_android_layout 1
3682
- int styleable ViewStubCompat_android_inflatedId 2
3683
- int xml rn_dev_preferences 0x7f120000
3684
- int xml standalone_badge 0x7f120001
3685
- int xml standalone_badge_gravity_bottom_end 0x7f120002
3686
- int xml standalone_badge_gravity_bottom_start 0x7f120003
3687
- int xml standalone_badge_gravity_top_start 0x7f120004