vaderjs-native 1.0.21 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (667) hide show
  1. package/cli/android/build.ts +361 -196
  2. package/cli/android/dev.ts +129 -61
  3. package/cli.ts +182 -168
  4. package/config/index.ts +1 -1
  5. package/package.json +4 -4
  6. package/templates/android/.gradle/9.1.0/checksums/checksums.lock +0 -0
  7. package/templates/android/.gradle/9.1.0/fileHashes/fileHashes.lock +0 -0
  8. package/templates/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  9. package/templates/android/.gradle/buildOutputCleanup/cache.properties +1 -1
  10. package/templates/android/app/build.gradle.kts +2 -2
  11. package/templates/android/app/src/main/java/myapp/AndroidBridge.kt +199 -0
  12. package/templates/android/app/src/main/java/myapp/MainActivity.kt +132 -351
  13. package/templates/android/.gradle/9.1.0/executionHistory/executionHistory.bin +0 -0
  14. package/templates/android/.gradle/9.1.0/executionHistory/executionHistory.lock +0 -0
  15. package/templates/android/.gradle/9.1.0/fileHashes/fileHashes.bin +0 -0
  16. package/templates/android/.gradle/9.1.0/fileHashes/resourceHashesCache.bin +0 -0
  17. package/templates/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  18. package/templates/android/.gradle/file-system.probe +0 -0
  19. package/templates/android/.idea/.name +0 -1
  20. package/templates/android/.idea/AndroidProjectSystem.xml +0 -6
  21. package/templates/android/.idea/codeStyles/Project.xml +0 -123
  22. package/templates/android/.idea/codeStyles/codeStyleConfig.xml +0 -5
  23. package/templates/android/.idea/compiler.xml +0 -6
  24. package/templates/android/.idea/deploymentTargetSelector.xml +0 -10
  25. package/templates/android/.idea/gradle.xml +0 -19
  26. package/templates/android/.idea/inspectionProfiles/Project_Default.xml +0 -61
  27. package/templates/android/.idea/migrations.xml +0 -10
  28. package/templates/android/.idea/misc.xml +0 -9
  29. package/templates/android/.idea/runConfigurations.xml +0 -17
  30. package/templates/android/app/build/intermediates/android_res_source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt +0 -57
  31. package/templates/android/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
  32. package/templates/android/app/build/intermediates/apk_ide_redirect_file/debug/createDebugApkListingFileRedirect/redirect.txt +0 -2
  33. package/templates/android/app/build/intermediates/app_metadata/debug/writeDebugAppMetadata/app-metadata.properties +0 -2
  34. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.html +0 -275
  35. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.js +0 -701
  36. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.js.map +0 -11
  37. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/src/vader/index.js +0 -669
  38. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/src/vader/index.js.map +0 -10
  39. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/styles.css +0 -2
  40. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/tailwind_styles.css +0 -257
  41. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.html +0 -19
  42. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.js +0 -701
  43. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.js.map +0 -11
  44. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/src/vader/index.js +0 -669
  45. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/src/vader/index.js.map +0 -10
  46. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/styles.css +0 -2
  47. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/tailwind_styles.css +0 -257
  48. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/META-INF/app.kotlin_module +0 -0
  49. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/AndroidBridge.class +0 -0
  50. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$1.class +0 -0
  51. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$2.class +0 -0
  52. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$3.class +0 -0
  53. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$4.class +0 -0
  54. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity.class +0 -0
  55. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/ColorKt.class +0 -0
  56. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/ThemeKt.class +0 -0
  57. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/TypeKt.class +0 -0
  58. package/templates/android/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/output-metadata.json +0 -10
  59. package/templates/android/app/build/intermediates/compile_and_runtime_r_class_jar/debug/processDebugResources/R.jar +0 -0
  60. package/templates/android/app/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  61. package/templates/android/app/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -3
  62. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.html.jar +0 -0
  63. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.js.jar +0 -0
  64. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.js.map.jar +0 -0
  65. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/src/vader/index.js.jar +0 -0
  66. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/src/vader/index.js.map.jar +0 -0
  67. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/styles.css.jar +0 -0
  68. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/tailwind_styles.css.jar +0 -0
  69. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.html.jar +0 -0
  70. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.js.jar +0 -0
  71. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.js.map.jar +0 -0
  72. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/src/vader/index.js.jar +0 -0
  73. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/src/vader/index.js.map.jar +0 -0
  74. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/styles.css.jar +0 -0
  75. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/tailwind_styles.css.jar +0 -0
  76. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin +0 -0
  77. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin +0 -0
  78. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_2/graph.bin +0 -0
  79. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_3/graph.bin +0 -0
  80. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_4/graph.bin +0 -0
  81. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_5/graph.bin +0 -0
  82. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_0/graph.bin +0 -0
  83. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_1/graph.bin +0 -0
  84. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_2/graph.bin +0 -0
  85. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_3/graph.bin +0 -0
  86. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_4/graph.bin +0 -0
  87. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_5/graph.bin +0 -0
  88. package/templates/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +0 -0
  89. package/templates/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex +0 -0
  90. package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +0 -0
  91. package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex +0 -0
  92. package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex +0 -0
  93. package/templates/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out +0 -0
  94. package/templates/android/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out +0 -1
  95. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties +0 -6
  96. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml +0 -3181
  97. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml +0 -68
  98. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml +0 -68
  99. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml +0 -68
  100. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml +0 -59
  101. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml +0 -68
  102. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +0 -68
  103. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml +0 -68
  104. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml +0 -68
  105. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml +0 -68
  106. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml +0 -68
  107. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml +0 -68
  108. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml +0 -68
  109. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml +0 -68
  110. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml +0 -68
  111. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml +0 -68
  112. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +0 -68
  113. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +0 -59
  114. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +0 -68
  115. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +0 -68
  116. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +0 -59
  117. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml +0 -68
  118. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +0 -68
  119. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml +0 -68
  120. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml +0 -68
  121. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml +0 -68
  122. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml +0 -68
  123. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml +0 -68
  124. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +0 -68
  125. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml +0 -68
  126. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml +0 -68
  127. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +0 -4
  128. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +0 -8
  129. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml +0 -68
  130. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml +0 -68
  131. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml +0 -68
  132. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml +0 -68
  133. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml +0 -68
  134. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml +0 -68
  135. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml +0 -68
  136. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml +0 -68
  137. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml +0 -68
  138. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml +0 -68
  139. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml +0 -68
  140. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml +0 -68
  141. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml +0 -68
  142. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml +0 -68
  143. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml +0 -68
  144. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml +0 -6
  145. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +0 -12
  146. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +0 -4
  147. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml +0 -68
  148. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml +0 -68
  149. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml +0 -68
  150. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml +0 -68
  151. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml +0 -68
  152. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml +0 -68
  153. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml +0 -68
  154. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml +0 -68
  155. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml +0 -68
  156. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml +0 -68
  157. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml +0 -68
  158. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml +0 -11
  159. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml +0 -68
  160. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml +0 -59
  161. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml +0 -68
  162. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml +0 -68
  163. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml +0 -4
  164. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml +0 -68
  165. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml +0 -59
  166. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +0 -68
  167. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml +0 -68
  168. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml +0 -68
  169. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml +0 -68
  170. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml +0 -68
  171. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml +0 -68
  172. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml +0 -68
  173. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml +0 -68
  174. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml +0 -68
  175. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml +0 -68
  176. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +0 -11
  177. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml +0 -68
  178. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml +0 -68
  179. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml +0 -68
  180. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml +0 -68
  181. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml +0 -68
  182. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml +0 -68
  183. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml +0 -68
  184. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml +0 -68
  185. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml +0 -7
  186. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml +0 -62
  187. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml +0 -4
  188. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml +0 -277
  189. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml +0 -15
  190. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml +0 -51
  191. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml +0 -5
  192. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml +0 -9
  193. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml +0 -18
  194. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml +0 -13
  195. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml +0 -68
  196. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml +0 -12
  197. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml +0 -15
  198. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +0 -9
  199. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +0 -68
  200. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +0 -68
  201. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +0 -68
  202. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml +0 -68
  203. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml +0 -3883
  204. package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -6
  205. package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml +0 -5
  206. package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
  207. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  208. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0V8fuo12ZEcCNd5YzYthqg== +0 -1
  209. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0VP6C+Z030KwCBV1QJnY8Q== +0 -1
  210. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1Upt4R0Q_ZOIkrMr_RrPjQ== +0 -1
  211. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2CXpRTgebl4talbAQ2z4Ew== +0 -1
  212. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2ZqKsCGY5jRs2nk08FVWWw== +0 -1
  213. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2gpmkHigIDRHYpOpHC2KDw== +0 -1
  214. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2t2F2kP0mhT_S3tAzSeqkg== +0 -1
  215. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2v3ZojrXbTxVaAVUP4MycA== +0 -1
  216. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/32giMQa2BS2FukRbpt_7RQ== +0 -1
  217. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3PlFE+BzUdIOtbbD_9IZxw== +0 -1
  218. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5ciRXB8xoXM9vD812An11Q== +0 -1
  219. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6DabWI8bDKLKui6omYD2bQ== +0 -1
  220. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6eNrq94hT0u6GUzHG+csZw== +0 -1
  221. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9Cu5vvc7pIswnL83VNBqMQ== +0 -1
  222. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9n9ose8b+jL0LUL0YvCd1w== +0 -1
  223. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/A+oiD+lUSsF3brRBiDRRLQ== +0 -1
  224. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/A6tAyZh+RG4AhyWBSoJiFw== +0 -1
  225. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Av9uKIL90E0u4aAGFlTBXQ== +0 -1
  226. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Bpc9yyhBAEdPDvxM6fnuow== +0 -1
  227. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cd4N7cQYyH2B6F87mbO8_Q== +0 -1
  228. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F7PSMYyWyMfYisH+nSyrGg== +0 -1
  229. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GxdMH6iqzdcdbhSaFq2y4A== +0 -1
  230. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I5ETZ0y97XBYt7knpocaXA== +0 -1
  231. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ip+AfDxSdrUUkh4V344Rzg== +0 -1
  232. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Jcp3xYaKACwdfLM0MyH7eg== +0 -1
  233. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KlZeWMHkwri6xralTdteHg== +0 -1
  234. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Kwkde6+zHLyonxEXhF8Cng== +0 -1
  235. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LTTNil9tIzvCfsQOg6OEFw== +0 -1
  236. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MdK3UJqaCWZ_RnnWW9naXQ== +0 -1
  237. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MuE+rB0x7waYqBOZysqYSg== +0 -1
  238. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N3Xy6s1dJvkqY6lyucHB1Q== +0 -1
  239. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PKx1fbmOKoV6DDnMYWaimg== +0 -1
  240. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PNzmA6bwlh6hiV_deeUB8w== +0 -1
  241. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qy0MFghbe8MsAGty8IHasg== +0 -1
  242. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/R7kgn+_RAejAJDgibU3QSA== +0 -1
  243. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SXNnR4MATLsKJ4zQ3HF_Qg== +0 -1
  244. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T8z8iPNGLr67IutaTVJzlw== +0 -1
  245. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TH+C9jO7qd3vzfkCoY4Ulg== +0 -1
  246. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TKqHLfPHnlJMuNc6RAuQew== +0 -1
  247. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V7L0+04jxD4b2bXD0Wgf3w== +0 -1
  248. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VJOnb7cHWKVRd4M1_qaEzQ== +0 -1
  249. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VWJxcDw8Nvc41vr4VWeYLA== +0 -1
  250. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WNmnhRL44+XqI_Qh7Y9q9w== +0 -1
  251. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WSiR3qmXGaabXelMNkpmQg== +0 -1
  252. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X2Q1zKwPwM4k7rTZGQ5ViA== +0 -1
  253. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YHMGFkPB0qpyXAggcMhzdg== +0 -1
  254. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YWwdJn4poC38fpGOQItVYw== +0 -1
  255. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZbjHx4QQNhKhMHcyrK5RdA== +0 -1
  256. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_4zwJUvS9mDdXqHfV8CIAw== +0 -1
  257. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_6Vc41tS3QnuC_EuH7BhvA== +0 -1
  258. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_aYixPjHB6BQ3SqrVE_rmg== +0 -1
  259. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/anXLxx4byE7Ti3N2J6Obtw== +0 -1
  260. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eKrN1NV0DFz3_68yim3Ryw== +0 -1
  261. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/evL+VLtyY2Bsn66KJ7Va+g== +0 -1
  262. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ft5np6HxlV8Qx0WGpBX5WA== +0 -1
  263. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g6Bi1lPjULzjK2RLEhi8ng== +0 -1
  264. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gk1XYqYuGWStqLvp0prjDg== +0 -1
  265. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h8KLXFd9vWCv_kYPQG1g2g== +0 -1
  266. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hCcItCkJEgniLO3FbCn9VA== +0 -1
  267. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iUeHdENFGDFljDMiSlmA5A== +0 -1
  268. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iYOQI2COzaBRbNXNlSMSGw== +0 -1
  269. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k803Aeo8TJTakcJ7WeWWmQ== +0 -1
  270. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kDuJnC2vRBUXivbrt1IVEQ== +0 -1
  271. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kpmDrs55V7X4UYFK4mLVVA== +0 -1
  272. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lSCYJrayhZVWYq4N_3tG9Q== +0 -1
  273. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mrUFfLbj9nfqF4Igh50dCw== +0 -1
  274. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nL3Z78QCee6Su1CtMvxogA== +0 -1
  275. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nLz8e+ZSBgCa5IWujpzu3Q== +0 -1
  276. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nymxa43VJ_6Kx7Gq3peEjg== +0 -1
  277. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p+t1I6zVbWkKFZWly6oB5g== +0 -1
  278. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p9ScSEbWQxkxTxA9UH7fzg== +0 -1
  279. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/panbBKEXaZ__Dom6WzaH1g== +0 -1
  280. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/prOfrCDbgQF1wRXFV7PvIg== +0 -1
  281. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qdOcJX3hKcrFZNPdf5ZHFA== +0 -1
  282. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qjufkazLH_oqhTDikduqAg== +0 -1
  283. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qsRvCxSgHGVDVrjhESLn_g== +0 -1
  284. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/soY53sWb9qvzOMS_0mm0Sg== +0 -1
  285. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t3N6Cr84Wy8yGf3tN5MoWA== +0 -1
  286. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uHx_L64be+A0F4M7oSIplw== +0 -1
  287. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vN8vx16Fi2g9CGONwjo5nw== +0 -1
  288. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vYlfdd0TcBWSrFQfGFkRCg== +0 -1
  289. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xIsjVKzXkpUIZ92Tf+rF6w== +0 -1
  290. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yneaqhDf9FC3coQif+7m2Q== +0 -1
  291. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yosoczXj8PPJOSXym2QXIw== +0 -1
  292. package/templates/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
  293. package/templates/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  294. package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +0 -16
  295. package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources +0 -1
  296. package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 +0 -1
  297. package/templates/android/app/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/app.kotlin_module +0 -0
  298. package/templates/android/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_ +0 -0
  299. package/templates/android/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/output-metadata.json +0 -20
  300. package/templates/android/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -5
  301. package/templates/android/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt +0 -162
  302. package/templates/android/app/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/base.jar +0 -0
  303. package/templates/android/app/build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml +0 -91
  304. package/templates/android/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml +0 -91
  305. package/templates/android/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json +0 -20
  306. package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libandroidx.graphics.path.so +0 -0
  307. package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libandroidx.graphics.path.so +0 -0
  308. package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libandroidx.graphics.path.so +0 -0
  309. package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libandroidx.graphics.path.so +0 -0
  310. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher.webp.flat +0 -0
  311. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher.webp.flat +0 -0
  312. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher.webp.flat +0 -0
  313. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher.webp.flat +0 -0
  314. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher.webp.flat +0 -0
  315. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-af_values-af.arsc.flat +0 -0
  316. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-am_values-am.arsc.flat +0 -0
  317. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ar_values-ar.arsc.flat +0 -0
  318. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-as_values-as.arsc.flat +0 -0
  319. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-az_values-az.arsc.flat +0 -0
  320. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
  321. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-be_values-be.arsc.flat +0 -0
  322. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bg_values-bg.arsc.flat +0 -0
  323. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bn_values-bn.arsc.flat +0 -0
  324. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bs_values-bs.arsc.flat +0 -0
  325. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ca_values-ca.arsc.flat +0 -0
  326. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-cs_values-cs.arsc.flat +0 -0
  327. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-da_values-da.arsc.flat +0 -0
  328. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-de_values-de.arsc.flat +0 -0
  329. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-el_values-el.arsc.flat +0 -0
  330. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rAU_values-en-rAU.arsc.flat +0 -0
  331. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rCA_values-en-rCA.arsc.flat +0 -0
  332. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rGB_values-en-rGB.arsc.flat +0 -0
  333. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rIN_values-en-rIN.arsc.flat +0 -0
  334. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rXC_values-en-rXC.arsc.flat +0 -0
  335. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es-rUS_values-es-rUS.arsc.flat +0 -0
  336. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es_values-es.arsc.flat +0 -0
  337. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-et_values-et.arsc.flat +0 -0
  338. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-eu_values-eu.arsc.flat +0 -0
  339. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fa_values-fa.arsc.flat +0 -0
  340. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fi_values-fi.arsc.flat +0 -0
  341. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
  342. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr_values-fr.arsc.flat +0 -0
  343. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gl_values-gl.arsc.flat +0 -0
  344. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gu_values-gu.arsc.flat +0 -0
  345. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
  346. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
  347. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hi_values-hi.arsc.flat +0 -0
  348. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hr_values-hr.arsc.flat +0 -0
  349. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hu_values-hu.arsc.flat +0 -0
  350. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hy_values-hy.arsc.flat +0 -0
  351. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-in_values-in.arsc.flat +0 -0
  352. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-is_values-is.arsc.flat +0 -0
  353. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-it_values-it.arsc.flat +0 -0
  354. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-iw_values-iw.arsc.flat +0 -0
  355. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ja_values-ja.arsc.flat +0 -0
  356. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ka_values-ka.arsc.flat +0 -0
  357. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kk_values-kk.arsc.flat +0 -0
  358. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-km_values-km.arsc.flat +0 -0
  359. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kn_values-kn.arsc.flat +0 -0
  360. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ko_values-ko.arsc.flat +0 -0
  361. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ky_values-ky.arsc.flat +0 -0
  362. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-land_values-land.arsc.flat +0 -0
  363. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-large-v4_values-large-v4.arsc.flat +0 -0
  364. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
  365. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lo_values-lo.arsc.flat +0 -0
  366. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lt_values-lt.arsc.flat +0 -0
  367. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lv_values-lv.arsc.flat +0 -0
  368. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mk_values-mk.arsc.flat +0 -0
  369. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ml_values-ml.arsc.flat +0 -0
  370. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mn_values-mn.arsc.flat +0 -0
  371. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mr_values-mr.arsc.flat +0 -0
  372. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ms_values-ms.arsc.flat +0 -0
  373. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-my_values-my.arsc.flat +0 -0
  374. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nb_values-nb.arsc.flat +0 -0
  375. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ne_values-ne.arsc.flat +0 -0
  376. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-night-v8_values-night-v8.arsc.flat +0 -0
  377. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nl_values-nl.arsc.flat +0 -0
  378. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-or_values-or.arsc.flat +0 -0
  379. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pa_values-pa.arsc.flat +0 -0
  380. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pl_values-pl.arsc.flat +0 -0
  381. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-port_values-port.arsc.flat +0 -0
  382. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
  383. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
  384. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt_values-pt.arsc.flat +0 -0
  385. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ro_values-ro.arsc.flat +0 -0
  386. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ru_values-ru.arsc.flat +0 -0
  387. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-si_values-si.arsc.flat +0 -0
  388. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sk_values-sk.arsc.flat +0 -0
  389. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sl_values-sl.arsc.flat +0 -0
  390. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sq_values-sq.arsc.flat +0 -0
  391. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sr_values-sr.arsc.flat +0 -0
  392. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sv_values-sv.arsc.flat +0 -0
  393. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
  394. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw_values-sw.arsc.flat +0 -0
  395. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ta_values-ta.arsc.flat +0 -0
  396. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-te_values-te.arsc.flat +0 -0
  397. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-th_values-th.arsc.flat +0 -0
  398. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tl_values-tl.arsc.flat +0 -0
  399. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tr_values-tr.arsc.flat +0 -0
  400. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uk_values-uk.arsc.flat +0 -0
  401. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ur_values-ur.arsc.flat +0 -0
  402. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uz_values-uz.arsc.flat +0 -0
  403. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v16_values-v16.arsc.flat +0 -0
  404. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v17_values-v17.arsc.flat +0 -0
  405. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v18_values-v18.arsc.flat +0 -0
  406. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v21_values-v21.arsc.flat +0 -0
  407. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v22_values-v22.arsc.flat +0 -0
  408. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v23_values-v23.arsc.flat +0 -0
  409. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v24_values-v24.arsc.flat +0 -0
  410. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v25_values-v25.arsc.flat +0 -0
  411. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v26_values-v26.arsc.flat +0 -0
  412. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v28_values-v28.arsc.flat +0 -0
  413. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-vi_values-vi.arsc.flat +0 -0
  414. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v20_values-watch-v20.arsc.flat +0 -0
  415. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v21_values-watch-v21.arsc.flat +0 -0
  416. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
  417. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
  418. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
  419. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
  420. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zu_values-zu.arsc.flat +0 -0
  421. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat +0 -0
  422. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json +0 -8209
  423. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-af.json +0 -94
  424. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-am.json +0 -94
  425. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ar.json +0 -94
  426. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-as.json +0 -77
  427. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-az.json +0 -94
  428. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+sr+Latn.json +0 -94
  429. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-be.json +0 -94
  430. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bg.json +0 -94
  431. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bn.json +0 -94
  432. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bs.json +0 -94
  433. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ca.json +0 -94
  434. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-cs.json +0 -94
  435. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-da.json +0 -94
  436. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-de.json +0 -94
  437. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-el.json +0 -94
  438. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rAU.json +0 -94
  439. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rCA.json +0 -77
  440. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rGB.json +0 -94
  441. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rIN.json +0 -94
  442. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rXC.json +0 -77
  443. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es-rUS.json +0 -94
  444. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es.json +0 -94
  445. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-et.json +0 -94
  446. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-eu.json +0 -94
  447. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fa.json +0 -94
  448. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fi.json +0 -94
  449. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr-rCA.json +0 -94
  450. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr.json +0 -94
  451. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gl.json +0 -94
  452. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gu.json +0 -94
  453. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h720dp-v13.json +0 -19
  454. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hdpi-v4.json +0 -20
  455. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hi.json +0 -94
  456. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hr.json +0 -94
  457. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hu.json +0 -94
  458. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hy.json +0 -94
  459. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-in.json +0 -94
  460. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-is.json +0 -94
  461. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-it.json +0 -94
  462. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-iw.json +0 -94
  463. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ja.json +0 -94
  464. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ka.json +0 -94
  465. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kk.json +0 -94
  466. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-km.json +0 -94
  467. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kn.json +0 -94
  468. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ko.json +0 -94
  469. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ky.json +0 -94
  470. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-land.json +0 -19
  471. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-large-v4.json +0 -19
  472. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldltr-v21.json +0 -19
  473. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lo.json +0 -94
  474. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lt.json +0 -94
  475. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lv.json +0 -94
  476. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mk.json +0 -94
  477. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ml.json +0 -94
  478. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mn.json +0 -94
  479. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mr.json +0 -94
  480. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ms.json +0 -94
  481. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-my.json +0 -94
  482. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nb.json +0 -94
  483. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ne.json +0 -94
  484. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json +0 -19
  485. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nl.json +0 -94
  486. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-or.json +0 -77
  487. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pa.json +0 -94
  488. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pl.json +0 -94
  489. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-port.json +0 -19
  490. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rBR.json +0 -77
  491. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rPT.json +0 -94
  492. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt.json +0 -94
  493. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ro.json +0 -94
  494. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ru.json +0 -94
  495. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-si.json +0 -94
  496. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sk.json +0 -94
  497. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sl.json +0 -94
  498. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sq.json +0 -94
  499. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sr.json +0 -94
  500. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sv.json +0 -94
  501. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw.json +0 -94
  502. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw600dp-v13.json +0 -19
  503. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ta.json +0 -94
  504. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-te.json +0 -94
  505. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-th.json +0 -94
  506. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tl.json +0 -94
  507. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tr.json +0 -94
  508. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uk.json +0 -94
  509. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ur.json +0 -94
  510. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uz.json +0 -94
  511. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v16.json +0 -20
  512. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v17.json +0 -20
  513. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v18.json +0 -19
  514. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v21.json +0 -47
  515. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v22.json +0 -20
  516. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v23.json +0 -20
  517. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v24.json +0 -19
  518. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v25.json +0 -20
  519. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v26.json +0 -20
  520. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v28.json +0 -20
  521. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-vi.json +0 -94
  522. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v20.json +0 -20
  523. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v21.json +0 -20
  524. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-xlarge-v4.json +0 -19
  525. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rCN.json +0 -94
  526. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rHK.json +0 -94
  527. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rTW.json +0 -94
  528. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zu.json +0 -94
  529. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json +0 -291
  530. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json +0 -22
  531. package/templates/android/app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
  532. package/templates/android/app/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
  533. package/templates/android/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/AndroidManifest.xml +0 -91
  534. package/templates/android/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/output-metadata.json +0 -20
  535. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-hdpi-v4/ic_launcher.webp +0 -0
  536. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-mdpi-v4/ic_launcher.webp +0 -0
  537. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xhdpi-v4/ic_launcher.webp +0 -0
  538. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxhdpi-v4/ic_launcher.webp +0 -0
  539. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxxhdpi-v4/ic_launcher.webp +0 -0
  540. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml +0 -5
  541. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_0.jar +0 -0
  542. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_1.jar +0 -0
  543. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_2.jar +0 -0
  544. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_3.jar +0 -0
  545. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_4.jar +0 -0
  546. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_5.jar +0 -0
  547. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/AndroidBridge.dex +0 -0
  548. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$1.dex +0 -0
  549. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$2.dex +0 -0
  550. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$3.dex +0 -0
  551. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$4.dex +0 -0
  552. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity.dex +0 -0
  553. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/ColorKt.dex +0 -0
  554. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/ThemeKt.dex +0 -0
  555. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/TypeKt.dex +0 -0
  556. package/templates/android/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt +0 -1795
  557. package/templates/android/app/build/intermediates/signing_config_versions/debug/writeDebugSigningConfigVersions/signing-config-versions.json +0 -1
  558. package/templates/android/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt +0 -1353
  559. package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/arm64-v8a/libandroidx.graphics.path.so +0 -0
  560. package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/armeabi-v7a/libandroidx.graphics.path.so +0 -0
  561. package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/x86/libandroidx.graphics.path.so +0 -0
  562. package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/x86_64/libandroidx.graphics.path.so +0 -0
  563. package/templates/android/app/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -4
  564. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  565. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  566. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  567. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  568. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  569. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  570. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  571. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  572. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  573. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  574. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  575. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  576. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  577. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  578. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  579. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  580. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  581. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  582. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  583. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  584. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  585. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  586. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  587. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  588. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  589. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  590. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  591. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  592. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab +0 -0
  593. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream +0 -0
  594. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len +0 -0
  595. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len +0 -0
  596. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at +0 -0
  597. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i +0 -0
  598. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len +0 -0
  599. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  600. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  601. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  602. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  603. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  604. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  605. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  606. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  607. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  608. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  609. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  610. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  611. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  612. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  613. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  614. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  615. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  616. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  617. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  618. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  619. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  620. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  621. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  622. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  623. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  624. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  625. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  626. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  627. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -2
  628. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  629. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  630. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  631. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  632. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  633. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  634. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  635. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  636. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  637. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  638. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  639. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  640. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  641. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  642. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  643. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  644. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  645. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  646. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  647. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  648. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  649. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  650. package/templates/android/app/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  651. package/templates/android/app/build/outputs/apk/debug/app-debug.apk +0 -0
  652. package/templates/android/app/build/outputs/apk/debug/output-metadata.json +0 -21
  653. package/templates/android/app/build/outputs/logs/manifest-merger-debug-report.txt +0 -406
  654. package/templates/android/app/src/main/assets/myapp/index.html +0 -275
  655. package/templates/android/app/src/main/assets/myapp/index.js +0 -701
  656. package/templates/android/app/src/main/assets/myapp/index.js.map +0 -11
  657. package/templates/android/app/src/main/assets/myapp/src/vader/index.js +0 -669
  658. package/templates/android/app/src/main/assets/myapp/src/vader/index.js.map +0 -10
  659. package/templates/android/app/src/main/assets/myapp/styles.css +0 -2
  660. package/templates/android/app/src/main/assets/myapp/tailwind_styles.css +0 -257
  661. package/templates/android/app/src/main/assets/vaderapp/index.html +0 -19
  662. package/templates/android/app/src/main/assets/vaderapp/index.js +0 -701
  663. package/templates/android/app/src/main/assets/vaderapp/index.js.map +0 -11
  664. package/templates/android/app/src/main/assets/vaderapp/src/vader/index.js +0 -669
  665. package/templates/android/app/src/main/assets/vaderapp/src/vader/index.js.map +0 -10
  666. package/templates/android/app/src/main/assets/vaderapp/styles.css +0 -2
  667. package/templates/android/app/src/main/assets/vaderapp/tailwind_styles.css +0 -257
@@ -1,1795 +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 fragment_fast_out_extra_slow_in 0x7f010018
26
- int animator fragment_close_enter 0x7f020000
27
- int animator fragment_close_exit 0x7f020001
28
- int animator fragment_fade_enter 0x7f020002
29
- int animator fragment_fade_exit 0x7f020003
30
- int animator fragment_open_enter 0x7f020004
31
- int animator fragment_open_exit 0x7f020005
32
- int attr actionBarDivider 0x7f030000
33
- int attr actionBarItemBackground 0x7f030001
34
- int attr actionBarPopupTheme 0x7f030002
35
- int attr actionBarSize 0x7f030003
36
- int attr actionBarSplitStyle 0x7f030004
37
- int attr actionBarStyle 0x7f030005
38
- int attr actionBarTabBarStyle 0x7f030006
39
- int attr actionBarTabStyle 0x7f030007
40
- int attr actionBarTabTextStyle 0x7f030008
41
- int attr actionBarTheme 0x7f030009
42
- int attr actionBarWidgetTheme 0x7f03000a
43
- int attr actionButtonStyle 0x7f03000b
44
- int attr actionDropDownStyle 0x7f03000c
45
- int attr actionLayout 0x7f03000d
46
- int attr actionMenuTextAppearance 0x7f03000e
47
- int attr actionMenuTextColor 0x7f03000f
48
- int attr actionModeBackground 0x7f030010
49
- int attr actionModeCloseButtonStyle 0x7f030011
50
- int attr actionModeCloseContentDescription 0x7f030012
51
- int attr actionModeCloseDrawable 0x7f030013
52
- int attr actionModeCopyDrawable 0x7f030014
53
- int attr actionModeCutDrawable 0x7f030015
54
- int attr actionModeFindDrawable 0x7f030016
55
- int attr actionModePasteDrawable 0x7f030017
56
- int attr actionModePopupWindowStyle 0x7f030018
57
- int attr actionModeSelectAllDrawable 0x7f030019
58
- int attr actionModeShareDrawable 0x7f03001a
59
- int attr actionModeSplitBackground 0x7f03001b
60
- int attr actionModeStyle 0x7f03001c
61
- int attr actionModeTheme 0x7f03001d
62
- int attr actionModeWebSearchDrawable 0x7f03001e
63
- int attr actionOverflowButtonStyle 0x7f03001f
64
- int attr actionOverflowMenuStyle 0x7f030020
65
- int attr actionProviderClass 0x7f030021
66
- int attr actionViewClass 0x7f030022
67
- int attr activityChooserViewStyle 0x7f030023
68
- int attr alertDialogButtonGroupStyle 0x7f030024
69
- int attr alertDialogCenterButtons 0x7f030025
70
- int attr alertDialogStyle 0x7f030026
71
- int attr alertDialogTheme 0x7f030027
72
- int attr allowStacking 0x7f030028
73
- int attr alpha 0x7f030029
74
- int attr alphabeticModifiers 0x7f03002a
75
- int attr arrowHeadLength 0x7f03002b
76
- int attr arrowShaftLength 0x7f03002c
77
- int attr autoCompleteTextViewStyle 0x7f03002d
78
- int attr autoSizeMaxTextSize 0x7f03002e
79
- int attr autoSizeMinTextSize 0x7f03002f
80
- int attr autoSizePresetSizes 0x7f030030
81
- int attr autoSizeStepGranularity 0x7f030031
82
- int attr autoSizeTextType 0x7f030032
83
- int attr background 0x7f030033
84
- int attr backgroundSplit 0x7f030034
85
- int attr backgroundStacked 0x7f030035
86
- int attr backgroundTint 0x7f030036
87
- int attr backgroundTintMode 0x7f030037
88
- int attr barLength 0x7f030038
89
- int attr borderlessButtonStyle 0x7f030039
90
- int attr buttonBarButtonStyle 0x7f03003a
91
- int attr buttonBarNegativeButtonStyle 0x7f03003b
92
- int attr buttonBarNeutralButtonStyle 0x7f03003c
93
- int attr buttonBarPositiveButtonStyle 0x7f03003d
94
- int attr buttonBarStyle 0x7f03003e
95
- int attr buttonCompat 0x7f03003f
96
- int attr buttonGravity 0x7f030040
97
- int attr buttonIconDimen 0x7f030041
98
- int attr buttonPanelSideLayout 0x7f030042
99
- int attr buttonStyle 0x7f030043
100
- int attr buttonStyleSmall 0x7f030044
101
- int attr buttonTint 0x7f030045
102
- int attr buttonTintMode 0x7f030046
103
- int attr checkMarkCompat 0x7f030047
104
- int attr checkMarkTint 0x7f030048
105
- int attr checkMarkTintMode 0x7f030049
106
- int attr checkboxStyle 0x7f03004a
107
- int attr checkedTextViewStyle 0x7f03004b
108
- int attr closeIcon 0x7f03004c
109
- int attr closeItemLayout 0x7f03004d
110
- int attr collapseContentDescription 0x7f03004e
111
- int attr collapseIcon 0x7f03004f
112
- int attr color 0x7f030050
113
- int attr colorAccent 0x7f030051
114
- int attr colorBackgroundFloating 0x7f030052
115
- int attr colorButtonNormal 0x7f030053
116
- int attr colorControlActivated 0x7f030054
117
- int attr colorControlHighlight 0x7f030055
118
- int attr colorControlNormal 0x7f030056
119
- int attr colorError 0x7f030057
120
- int attr colorPrimary 0x7f030058
121
- int attr colorPrimaryDark 0x7f030059
122
- int attr colorSwitchThumbNormal 0x7f03005a
123
- int attr commitIcon 0x7f03005b
124
- int attr contentDescription 0x7f03005c
125
- int attr contentInsetEnd 0x7f03005d
126
- int attr contentInsetEndWithActions 0x7f03005e
127
- int attr contentInsetLeft 0x7f03005f
128
- int attr contentInsetRight 0x7f030060
129
- int attr contentInsetStart 0x7f030061
130
- int attr contentInsetStartWithNavigation 0x7f030062
131
- int attr controlBackground 0x7f030063
132
- int attr customNavigationLayout 0x7f030064
133
- int attr defaultQueryHint 0x7f030065
134
- int attr dialogCornerRadius 0x7f030066
135
- int attr dialogPreferredPadding 0x7f030067
136
- int attr dialogTheme 0x7f030068
137
- int attr displayOptions 0x7f030069
138
- int attr divider 0x7f03006a
139
- int attr dividerHorizontal 0x7f03006b
140
- int attr dividerPadding 0x7f03006c
141
- int attr dividerVertical 0x7f03006d
142
- int attr drawableBottomCompat 0x7f03006e
143
- int attr drawableEndCompat 0x7f03006f
144
- int attr drawableLeftCompat 0x7f030070
145
- int attr drawableRightCompat 0x7f030071
146
- int attr drawableSize 0x7f030072
147
- int attr drawableStartCompat 0x7f030073
148
- int attr drawableTint 0x7f030074
149
- int attr drawableTintMode 0x7f030075
150
- int attr drawableTopCompat 0x7f030076
151
- int attr drawerArrowStyle 0x7f030077
152
- int attr dropDownListViewStyle 0x7f030078
153
- int attr dropdownListPreferredItemHeight 0x7f030079
154
- int attr editTextBackground 0x7f03007a
155
- int attr editTextColor 0x7f03007b
156
- int attr editTextStyle 0x7f03007c
157
- int attr elevation 0x7f03007d
158
- int attr emojiCompatEnabled 0x7f03007e
159
- int attr expandActivityOverflowButtonDrawable 0x7f03007f
160
- int attr firstBaselineToTopHeight 0x7f030080
161
- int attr font 0x7f030081
162
- int attr fontFamily 0x7f030082
163
- int attr fontProviderAuthority 0x7f030083
164
- int attr fontProviderCerts 0x7f030084
165
- int attr fontProviderFetchStrategy 0x7f030085
166
- int attr fontProviderFetchTimeout 0x7f030086
167
- int attr fontProviderPackage 0x7f030087
168
- int attr fontProviderQuery 0x7f030088
169
- int attr fontProviderSystemFontFamily 0x7f030089
170
- int attr fontStyle 0x7f03008a
171
- int attr fontVariationSettings 0x7f03008b
172
- int attr fontWeight 0x7f03008c
173
- int attr gapBetweenBars 0x7f03008d
174
- int attr goIcon 0x7f03008e
175
- int attr height 0x7f03008f
176
- int attr hideOnContentScroll 0x7f030090
177
- int attr homeAsUpIndicator 0x7f030091
178
- int attr homeLayout 0x7f030092
179
- int attr icon 0x7f030093
180
- int attr iconTint 0x7f030094
181
- int attr iconTintMode 0x7f030095
182
- int attr iconifiedByDefault 0x7f030096
183
- int attr imageButtonStyle 0x7f030097
184
- int attr indeterminateProgressStyle 0x7f030098
185
- int attr initialActivityCount 0x7f030099
186
- int attr isLightTheme 0x7f03009a
187
- int attr itemPadding 0x7f03009b
188
- int attr lStar 0x7f03009c
189
- int attr lastBaselineToBottomHeight 0x7f03009d
190
- int attr layout 0x7f03009e
191
- int attr lineHeight 0x7f03009f
192
- int attr listChoiceBackgroundIndicator 0x7f0300a0
193
- int attr listChoiceIndicatorMultipleAnimated 0x7f0300a1
194
- int attr listChoiceIndicatorSingleAnimated 0x7f0300a2
195
- int attr listDividerAlertDialog 0x7f0300a3
196
- int attr listItemLayout 0x7f0300a4
197
- int attr listLayout 0x7f0300a5
198
- int attr listMenuViewStyle 0x7f0300a6
199
- int attr listPopupWindowStyle 0x7f0300a7
200
- int attr listPreferredItemHeight 0x7f0300a8
201
- int attr listPreferredItemHeightLarge 0x7f0300a9
202
- int attr listPreferredItemHeightSmall 0x7f0300aa
203
- int attr listPreferredItemPaddingEnd 0x7f0300ab
204
- int attr listPreferredItemPaddingLeft 0x7f0300ac
205
- int attr listPreferredItemPaddingRight 0x7f0300ad
206
- int attr listPreferredItemPaddingStart 0x7f0300ae
207
- int attr logo 0x7f0300af
208
- int attr logoDescription 0x7f0300b0
209
- int attr maxButtonHeight 0x7f0300b1
210
- int attr measureWithLargestChild 0x7f0300b2
211
- int attr menu 0x7f0300b3
212
- int attr multiChoiceItemLayout 0x7f0300b4
213
- int attr navigationContentDescription 0x7f0300b5
214
- int attr navigationIcon 0x7f0300b6
215
- int attr navigationMode 0x7f0300b7
216
- int attr nestedScrollViewStyle 0x7f0300b8
217
- int attr numericModifiers 0x7f0300b9
218
- int attr overlapAnchor 0x7f0300ba
219
- int attr paddingBottomNoButtons 0x7f0300bb
220
- int attr paddingEnd 0x7f0300bc
221
- int attr paddingStart 0x7f0300bd
222
- int attr paddingTopNoTitle 0x7f0300be
223
- int attr panelBackground 0x7f0300bf
224
- int attr panelMenuListTheme 0x7f0300c0
225
- int attr panelMenuListWidth 0x7f0300c1
226
- int attr popupMenuStyle 0x7f0300c2
227
- int attr popupTheme 0x7f0300c3
228
- int attr popupWindowStyle 0x7f0300c4
229
- int attr preserveIconSpacing 0x7f0300c5
230
- int attr progressBarPadding 0x7f0300c6
231
- int attr progressBarStyle 0x7f0300c7
232
- int attr queryBackground 0x7f0300c8
233
- int attr queryHint 0x7f0300c9
234
- int attr queryPatterns 0x7f0300ca
235
- int attr radioButtonStyle 0x7f0300cb
236
- int attr ratingBarStyle 0x7f0300cc
237
- int attr ratingBarStyleIndicator 0x7f0300cd
238
- int attr ratingBarStyleSmall 0x7f0300ce
239
- int attr searchHintIcon 0x7f0300cf
240
- int attr searchIcon 0x7f0300d0
241
- int attr searchViewStyle 0x7f0300d1
242
- int attr seekBarStyle 0x7f0300d2
243
- int attr selectableItemBackground 0x7f0300d3
244
- int attr selectableItemBackgroundBorderless 0x7f0300d4
245
- int attr shortcutMatchRequired 0x7f0300d5
246
- int attr showAsAction 0x7f0300d6
247
- int attr showDividers 0x7f0300d7
248
- int attr showText 0x7f0300d8
249
- int attr showTitle 0x7f0300d9
250
- int attr singleChoiceItemLayout 0x7f0300da
251
- int attr spinBars 0x7f0300db
252
- int attr spinnerDropDownItemStyle 0x7f0300dc
253
- int attr spinnerStyle 0x7f0300dd
254
- int attr splitTrack 0x7f0300de
255
- int attr srcCompat 0x7f0300df
256
- int attr state_above_anchor 0x7f0300e0
257
- int attr subMenuArrow 0x7f0300e1
258
- int attr submitBackground 0x7f0300e2
259
- int attr subtitle 0x7f0300e3
260
- int attr subtitleTextAppearance 0x7f0300e4
261
- int attr subtitleTextColor 0x7f0300e5
262
- int attr subtitleTextStyle 0x7f0300e6
263
- int attr suggestionRowLayout 0x7f0300e7
264
- int attr switchMinWidth 0x7f0300e8
265
- int attr switchPadding 0x7f0300e9
266
- int attr switchStyle 0x7f0300ea
267
- int attr switchTextAppearance 0x7f0300eb
268
- int attr textAllCaps 0x7f0300ec
269
- int attr textAppearanceLargePopupMenu 0x7f0300ed
270
- int attr textAppearanceListItem 0x7f0300ee
271
- int attr textAppearanceListItemSecondary 0x7f0300ef
272
- int attr textAppearanceListItemSmall 0x7f0300f0
273
- int attr textAppearancePopupMenuHeader 0x7f0300f1
274
- int attr textAppearanceSearchResultSubtitle 0x7f0300f2
275
- int attr textAppearanceSearchResultTitle 0x7f0300f3
276
- int attr textAppearanceSmallPopupMenu 0x7f0300f4
277
- int attr textColorAlertDialogListItem 0x7f0300f5
278
- int attr textColorSearchUrl 0x7f0300f6
279
- int attr textLocale 0x7f0300f7
280
- int attr theme 0x7f0300f8
281
- int attr thickness 0x7f0300f9
282
- int attr thumbTextPadding 0x7f0300fa
283
- int attr thumbTint 0x7f0300fb
284
- int attr thumbTintMode 0x7f0300fc
285
- int attr tickMark 0x7f0300fd
286
- int attr tickMarkTint 0x7f0300fe
287
- int attr tickMarkTintMode 0x7f0300ff
288
- int attr tint 0x7f030100
289
- int attr tintMode 0x7f030101
290
- int attr title 0x7f030102
291
- int attr titleMargin 0x7f030103
292
- int attr titleMarginBottom 0x7f030104
293
- int attr titleMarginEnd 0x7f030105
294
- int attr titleMarginStart 0x7f030106
295
- int attr titleMarginTop 0x7f030107
296
- int attr titleMargins 0x7f030108
297
- int attr titleTextAppearance 0x7f030109
298
- int attr titleTextColor 0x7f03010a
299
- int attr titleTextStyle 0x7f03010b
300
- int attr toolbarNavigationButtonStyle 0x7f03010c
301
- int attr toolbarStyle 0x7f03010d
302
- int attr tooltipForegroundColor 0x7f03010e
303
- int attr tooltipFrameBackground 0x7f03010f
304
- int attr tooltipText 0x7f030110
305
- int attr track 0x7f030111
306
- int attr trackTint 0x7f030112
307
- int attr trackTintMode 0x7f030113
308
- int attr ttcIndex 0x7f030114
309
- int attr viewInflaterClass 0x7f030115
310
- int attr voiceIcon 0x7f030116
311
- int attr windowActionBar 0x7f030117
312
- int attr windowActionBarOverlay 0x7f030118
313
- int attr windowActionModeOverlay 0x7f030119
314
- int attr windowFixedHeightMajor 0x7f03011a
315
- int attr windowFixedHeightMinor 0x7f03011b
316
- int attr windowFixedWidthMajor 0x7f03011c
317
- int attr windowFixedWidthMinor 0x7f03011d
318
- int attr windowMinWidthMajor 0x7f03011e
319
- int attr windowMinWidthMinor 0x7f03011f
320
- int attr windowNoTitle 0x7f030120
321
- int bool abc_action_bar_embed_tabs 0x7f040000
322
- int bool abc_config_actionMenuItemAllCaps 0x7f040001
323
- int color abc_background_cache_hint_selector_material_dark 0x7f050000
324
- int color abc_background_cache_hint_selector_material_light 0x7f050001
325
- int color abc_btn_colored_borderless_text_material 0x7f050002
326
- int color abc_btn_colored_text_material 0x7f050003
327
- int color abc_color_highlight_material 0x7f050004
328
- int color abc_decor_view_status_guard 0x7f050005
329
- int color abc_decor_view_status_guard_light 0x7f050006
330
- int color abc_hint_foreground_material_dark 0x7f050007
331
- int color abc_hint_foreground_material_light 0x7f050008
332
- int color abc_primary_text_disable_only_material_dark 0x7f050009
333
- int color abc_primary_text_disable_only_material_light 0x7f05000a
334
- int color abc_primary_text_material_dark 0x7f05000b
335
- int color abc_primary_text_material_light 0x7f05000c
336
- int color abc_search_url_text 0x7f05000d
337
- int color abc_search_url_text_normal 0x7f05000e
338
- int color abc_search_url_text_pressed 0x7f05000f
339
- int color abc_search_url_text_selected 0x7f050010
340
- int color abc_secondary_text_material_dark 0x7f050011
341
- int color abc_secondary_text_material_light 0x7f050012
342
- int color abc_tint_btn_checkable 0x7f050013
343
- int color abc_tint_default 0x7f050014
344
- int color abc_tint_edittext 0x7f050015
345
- int color abc_tint_seek_thumb 0x7f050016
346
- int color abc_tint_spinner 0x7f050017
347
- int color abc_tint_switch_track 0x7f050018
348
- int color accent_material_dark 0x7f050019
349
- int color accent_material_light 0x7f05001a
350
- int color androidx_core_ripple_material_light 0x7f05001b
351
- int color androidx_core_secondary_text_default_material_light 0x7f05001c
352
- int color background_floating_material_dark 0x7f05001d
353
- int color background_floating_material_light 0x7f05001e
354
- int color background_material_dark 0x7f05001f
355
- int color background_material_light 0x7f050020
356
- int color bright_foreground_disabled_material_dark 0x7f050021
357
- int color bright_foreground_disabled_material_light 0x7f050022
358
- int color bright_foreground_inverse_material_dark 0x7f050023
359
- int color bright_foreground_inverse_material_light 0x7f050024
360
- int color bright_foreground_material_dark 0x7f050025
361
- int color bright_foreground_material_light 0x7f050026
362
- int color button_material_dark 0x7f050027
363
- int color button_material_light 0x7f050028
364
- int color call_notification_answer_color 0x7f050029
365
- int color call_notification_decline_color 0x7f05002a
366
- int color dim_foreground_disabled_material_dark 0x7f05002b
367
- int color dim_foreground_disabled_material_light 0x7f05002c
368
- int color dim_foreground_material_dark 0x7f05002d
369
- int color dim_foreground_material_light 0x7f05002e
370
- int color error_color_material_dark 0x7f05002f
371
- int color error_color_material_light 0x7f050030
372
- int color foreground_material_dark 0x7f050031
373
- int color foreground_material_light 0x7f050032
374
- int color highlighted_text_material_dark 0x7f050033
375
- int color highlighted_text_material_light 0x7f050034
376
- int color material_blue_grey_800 0x7f050035
377
- int color material_blue_grey_900 0x7f050036
378
- int color material_blue_grey_950 0x7f050037
379
- int color material_deep_teal_200 0x7f050038
380
- int color material_deep_teal_500 0x7f050039
381
- int color material_grey_100 0x7f05003a
382
- int color material_grey_300 0x7f05003b
383
- int color material_grey_50 0x7f05003c
384
- int color material_grey_600 0x7f05003d
385
- int color material_grey_800 0x7f05003e
386
- int color material_grey_850 0x7f05003f
387
- int color material_grey_900 0x7f050040
388
- int color notification_action_color_filter 0x7f050041
389
- int color notification_icon_bg_color 0x7f050042
390
- int color primary_dark_material_dark 0x7f050043
391
- int color primary_dark_material_light 0x7f050044
392
- int color primary_material_dark 0x7f050045
393
- int color primary_material_light 0x7f050046
394
- int color primary_text_default_material_dark 0x7f050047
395
- int color primary_text_default_material_light 0x7f050048
396
- int color primary_text_disabled_material_dark 0x7f050049
397
- int color primary_text_disabled_material_light 0x7f05004a
398
- int color ripple_material_dark 0x7f05004b
399
- int color ripple_material_light 0x7f05004c
400
- int color secondary_text_default_material_dark 0x7f05004d
401
- int color secondary_text_default_material_light 0x7f05004e
402
- int color secondary_text_disabled_material_dark 0x7f05004f
403
- int color secondary_text_disabled_material_light 0x7f050050
404
- int color switch_thumb_disabled_material_dark 0x7f050051
405
- int color switch_thumb_disabled_material_light 0x7f050052
406
- int color switch_thumb_material_dark 0x7f050053
407
- int color switch_thumb_material_light 0x7f050054
408
- int color switch_thumb_normal_material_dark 0x7f050055
409
- int color switch_thumb_normal_material_light 0x7f050056
410
- int color tooltip_background_dark 0x7f050057
411
- int color tooltip_background_light 0x7f050058
412
- int color vector_tint_color 0x7f050059
413
- int color vector_tint_theme_color 0x7f05005a
414
- int dimen abc_action_bar_content_inset_material 0x7f060000
415
- int dimen abc_action_bar_content_inset_with_nav 0x7f060001
416
- int dimen abc_action_bar_default_height_material 0x7f060002
417
- int dimen abc_action_bar_default_padding_end_material 0x7f060003
418
- int dimen abc_action_bar_default_padding_start_material 0x7f060004
419
- int dimen abc_action_bar_elevation_material 0x7f060005
420
- int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006
421
- int dimen abc_action_bar_overflow_padding_end_material 0x7f060007
422
- int dimen abc_action_bar_overflow_padding_start_material 0x7f060008
423
- int dimen abc_action_bar_stacked_max_height 0x7f060009
424
- int dimen abc_action_bar_stacked_tab_max_width 0x7f06000a
425
- int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000b
426
- int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000c
427
- int dimen abc_action_button_min_height_material 0x7f06000d
428
- int dimen abc_action_button_min_width_material 0x7f06000e
429
- int dimen abc_action_button_min_width_overflow_material 0x7f06000f
430
- int dimen abc_alert_dialog_button_bar_height 0x7f060010
431
- int dimen abc_alert_dialog_button_dimen 0x7f060011
432
- int dimen abc_button_inset_horizontal_material 0x7f060012
433
- int dimen abc_button_inset_vertical_material 0x7f060013
434
- int dimen abc_button_padding_horizontal_material 0x7f060014
435
- int dimen abc_button_padding_vertical_material 0x7f060015
436
- int dimen abc_cascading_menus_min_smallest_width 0x7f060016
437
- int dimen abc_config_prefDialogWidth 0x7f060017
438
- int dimen abc_control_corner_material 0x7f060018
439
- int dimen abc_control_inset_material 0x7f060019
440
- int dimen abc_control_padding_material 0x7f06001a
441
- int dimen abc_dialog_corner_radius_material 0x7f06001b
442
- int dimen abc_dialog_fixed_height_major 0x7f06001c
443
- int dimen abc_dialog_fixed_height_minor 0x7f06001d
444
- int dimen abc_dialog_fixed_width_major 0x7f06001e
445
- int dimen abc_dialog_fixed_width_minor 0x7f06001f
446
- int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f060020
447
- int dimen abc_dialog_list_padding_top_no_title 0x7f060021
448
- int dimen abc_dialog_min_width_major 0x7f060022
449
- int dimen abc_dialog_min_width_minor 0x7f060023
450
- int dimen abc_dialog_padding_material 0x7f060024
451
- int dimen abc_dialog_padding_top_material 0x7f060025
452
- int dimen abc_dialog_title_divider_material 0x7f060026
453
- int dimen abc_disabled_alpha_material_dark 0x7f060027
454
- int dimen abc_disabled_alpha_material_light 0x7f060028
455
- int dimen abc_dropdownitem_icon_width 0x7f060029
456
- int dimen abc_dropdownitem_text_padding_left 0x7f06002a
457
- int dimen abc_dropdownitem_text_padding_right 0x7f06002b
458
- int dimen abc_edit_text_inset_bottom_material 0x7f06002c
459
- int dimen abc_edit_text_inset_horizontal_material 0x7f06002d
460
- int dimen abc_edit_text_inset_top_material 0x7f06002e
461
- int dimen abc_floating_window_z 0x7f06002f
462
- int dimen abc_list_item_height_large_material 0x7f060030
463
- int dimen abc_list_item_height_material 0x7f060031
464
- int dimen abc_list_item_height_small_material 0x7f060032
465
- int dimen abc_list_item_padding_horizontal_material 0x7f060033
466
- int dimen abc_panel_menu_list_width 0x7f060034
467
- int dimen abc_progress_bar_height_material 0x7f060035
468
- int dimen abc_search_view_preferred_height 0x7f060036
469
- int dimen abc_search_view_preferred_width 0x7f060037
470
- int dimen abc_seekbar_track_background_height_material 0x7f060038
471
- int dimen abc_seekbar_track_progress_height_material 0x7f060039
472
- int dimen abc_select_dialog_padding_start_material 0x7f06003a
473
- int dimen abc_star_big 0x7f06003b
474
- int dimen abc_star_medium 0x7f06003c
475
- int dimen abc_star_small 0x7f06003d
476
- int dimen abc_switch_padding 0x7f06003e
477
- int dimen abc_text_size_body_1_material 0x7f06003f
478
- int dimen abc_text_size_body_2_material 0x7f060040
479
- int dimen abc_text_size_button_material 0x7f060041
480
- int dimen abc_text_size_caption_material 0x7f060042
481
- int dimen abc_text_size_display_1_material 0x7f060043
482
- int dimen abc_text_size_display_2_material 0x7f060044
483
- int dimen abc_text_size_display_3_material 0x7f060045
484
- int dimen abc_text_size_display_4_material 0x7f060046
485
- int dimen abc_text_size_headline_material 0x7f060047
486
- int dimen abc_text_size_large_material 0x7f060048
487
- int dimen abc_text_size_medium_material 0x7f060049
488
- int dimen abc_text_size_menu_header_material 0x7f06004a
489
- int dimen abc_text_size_menu_material 0x7f06004b
490
- int dimen abc_text_size_small_material 0x7f06004c
491
- int dimen abc_text_size_subhead_material 0x7f06004d
492
- int dimen abc_text_size_subtitle_material_toolbar 0x7f06004e
493
- int dimen abc_text_size_title_material 0x7f06004f
494
- int dimen abc_text_size_title_material_toolbar 0x7f060050
495
- int dimen compat_button_inset_horizontal_material 0x7f060051
496
- int dimen compat_button_inset_vertical_material 0x7f060052
497
- int dimen compat_button_padding_horizontal_material 0x7f060053
498
- int dimen compat_button_padding_vertical_material 0x7f060054
499
- int dimen compat_control_corner_material 0x7f060055
500
- int dimen compat_notification_large_icon_max_height 0x7f060056
501
- int dimen compat_notification_large_icon_max_width 0x7f060057
502
- int dimen disabled_alpha_material_dark 0x7f060058
503
- int dimen disabled_alpha_material_light 0x7f060059
504
- int dimen highlight_alpha_material_colored 0x7f06005a
505
- int dimen highlight_alpha_material_dark 0x7f06005b
506
- int dimen highlight_alpha_material_light 0x7f06005c
507
- int dimen hint_alpha_material_dark 0x7f06005d
508
- int dimen hint_alpha_material_light 0x7f06005e
509
- int dimen hint_pressed_alpha_material_dark 0x7f06005f
510
- int dimen hint_pressed_alpha_material_light 0x7f060060
511
- int dimen notification_action_icon_size 0x7f060061
512
- int dimen notification_action_text_size 0x7f060062
513
- int dimen notification_big_circle_margin 0x7f060063
514
- int dimen notification_content_margin_start 0x7f060064
515
- int dimen notification_large_icon_height 0x7f060065
516
- int dimen notification_large_icon_width 0x7f060066
517
- int dimen notification_main_column_padding_top 0x7f060067
518
- int dimen notification_media_narrow_margin 0x7f060068
519
- int dimen notification_right_icon_size 0x7f060069
520
- int dimen notification_right_side_padding_top 0x7f06006a
521
- int dimen notification_small_icon_background_padding 0x7f06006b
522
- int dimen notification_small_icon_size_as_large 0x7f06006c
523
- int dimen notification_subtext_size 0x7f06006d
524
- int dimen notification_top_pad 0x7f06006e
525
- int dimen notification_top_pad_large_text 0x7f06006f
526
- int dimen tooltip_corner_radius 0x7f060070
527
- int dimen tooltip_horizontal_padding 0x7f060071
528
- int dimen tooltip_margin 0x7f060072
529
- int dimen tooltip_precise_anchor_extra_offset 0x7f060073
530
- int dimen tooltip_precise_anchor_threshold 0x7f060074
531
- int dimen tooltip_vertical_padding 0x7f060075
532
- int dimen tooltip_y_offset_non_touch 0x7f060076
533
- int dimen tooltip_y_offset_touch 0x7f060077
534
- int drawable abc_ab_share_pack_mtrl_alpha 0x7f070000
535
- int drawable abc_action_bar_item_background_material 0x7f070001
536
- int drawable abc_btn_borderless_material 0x7f070002
537
- int drawable abc_btn_check_material 0x7f070003
538
- int drawable abc_btn_check_material_anim 0x7f070004
539
- int drawable abc_btn_check_to_on_mtrl_000 0x7f070005
540
- int drawable abc_btn_check_to_on_mtrl_015 0x7f070006
541
- int drawable abc_btn_colored_material 0x7f070007
542
- int drawable abc_btn_default_mtrl_shape 0x7f070008
543
- int drawable abc_btn_radio_material 0x7f070009
544
- int drawable abc_btn_radio_material_anim 0x7f07000a
545
- int drawable abc_btn_radio_to_on_mtrl_000 0x7f07000b
546
- int drawable abc_btn_radio_to_on_mtrl_015 0x7f07000c
547
- int drawable abc_btn_switch_to_on_mtrl_00001 0x7f07000d
548
- int drawable abc_btn_switch_to_on_mtrl_00012 0x7f07000e
549
- int drawable abc_cab_background_internal_bg 0x7f07000f
550
- int drawable abc_cab_background_top_material 0x7f070010
551
- int drawable abc_cab_background_top_mtrl_alpha 0x7f070011
552
- int drawable abc_control_background_material 0x7f070012
553
- int drawable abc_dialog_material_background 0x7f070013
554
- int drawable abc_edit_text_material 0x7f070014
555
- int drawable abc_ic_ab_back_material 0x7f070015
556
- int drawable abc_ic_arrow_drop_right_black_24dp 0x7f070016
557
- int drawable abc_ic_clear_material 0x7f070017
558
- int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f070018
559
- int drawable abc_ic_go_search_api_material 0x7f070019
560
- int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f07001a
561
- int drawable abc_ic_menu_cut_mtrl_alpha 0x7f07001b
562
- int drawable abc_ic_menu_overflow_material 0x7f07001c
563
- int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f07001d
564
- int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f07001e
565
- int drawable abc_ic_menu_share_mtrl_alpha 0x7f07001f
566
- int drawable abc_ic_search_api_material 0x7f070020
567
- int drawable abc_ic_voice_search_api_material 0x7f070021
568
- int drawable abc_item_background_holo_dark 0x7f070022
569
- int drawable abc_item_background_holo_light 0x7f070023
570
- int drawable abc_list_divider_material 0x7f070024
571
- int drawable abc_list_divider_mtrl_alpha 0x7f070025
572
- int drawable abc_list_focused_holo 0x7f070026
573
- int drawable abc_list_longpressed_holo 0x7f070027
574
- int drawable abc_list_pressed_holo_dark 0x7f070028
575
- int drawable abc_list_pressed_holo_light 0x7f070029
576
- int drawable abc_list_selector_background_transition_holo_dark 0x7f07002a
577
- int drawable abc_list_selector_background_transition_holo_light 0x7f07002b
578
- int drawable abc_list_selector_disabled_holo_dark 0x7f07002c
579
- int drawable abc_list_selector_disabled_holo_light 0x7f07002d
580
- int drawable abc_list_selector_holo_dark 0x7f07002e
581
- int drawable abc_list_selector_holo_light 0x7f07002f
582
- int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070030
583
- int drawable abc_popup_background_mtrl_mult 0x7f070031
584
- int drawable abc_ratingbar_indicator_material 0x7f070032
585
- int drawable abc_ratingbar_material 0x7f070033
586
- int drawable abc_ratingbar_small_material 0x7f070034
587
- int drawable abc_scrubber_control_off_mtrl_alpha 0x7f070035
588
- int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f070036
589
- int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f070037
590
- int drawable abc_scrubber_primary_mtrl_alpha 0x7f070038
591
- int drawable abc_scrubber_track_mtrl_alpha 0x7f070039
592
- int drawable abc_seekbar_thumb_material 0x7f07003a
593
- int drawable abc_seekbar_tick_mark_material 0x7f07003b
594
- int drawable abc_seekbar_track_material 0x7f07003c
595
- int drawable abc_spinner_mtrl_am_alpha 0x7f07003d
596
- int drawable abc_spinner_textfield_background_material 0x7f07003e
597
- int drawable abc_star_black_48dp 0x7f07003f
598
- int drawable abc_star_half_black_48dp 0x7f070040
599
- int drawable abc_switch_thumb_material 0x7f070041
600
- int drawable abc_switch_track_mtrl_alpha 0x7f070042
601
- int drawable abc_tab_indicator_material 0x7f070043
602
- int drawable abc_tab_indicator_mtrl_alpha 0x7f070044
603
- int drawable abc_text_cursor_material 0x7f070045
604
- int drawable abc_text_select_handle_left_mtrl 0x7f070046
605
- int drawable abc_text_select_handle_middle_mtrl 0x7f070047
606
- int drawable abc_text_select_handle_right_mtrl 0x7f070048
607
- int drawable abc_textfield_activated_mtrl_alpha 0x7f070049
608
- int drawable abc_textfield_default_mtrl_alpha 0x7f07004a
609
- int drawable abc_textfield_search_activated_mtrl_alpha 0x7f07004b
610
- int drawable abc_textfield_search_default_mtrl_alpha 0x7f07004c
611
- int drawable abc_textfield_search_material 0x7f07004d
612
- int drawable abc_vector_test 0x7f07004e
613
- int drawable btn_checkbox_checked_mtrl 0x7f07004f
614
- int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f070050
615
- int drawable btn_checkbox_unchecked_mtrl 0x7f070051
616
- int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f070052
617
- int drawable btn_radio_off_mtrl 0x7f070053
618
- int drawable btn_radio_off_to_on_mtrl_animation 0x7f070054
619
- int drawable btn_radio_on_mtrl 0x7f070055
620
- int drawable btn_radio_on_to_off_mtrl_animation 0x7f070056
621
- int drawable ic_call_answer 0x7f070057
622
- int drawable ic_call_answer_low 0x7f070058
623
- int drawable ic_call_answer_video 0x7f070059
624
- int drawable ic_call_answer_video_low 0x7f07005a
625
- int drawable ic_call_decline 0x7f07005b
626
- int drawable ic_call_decline_low 0x7f07005c
627
- int drawable notification_action_background 0x7f07005d
628
- int drawable notification_bg 0x7f07005e
629
- int drawable notification_bg_low 0x7f07005f
630
- int drawable notification_bg_low_normal 0x7f070060
631
- int drawable notification_bg_low_pressed 0x7f070061
632
- int drawable notification_bg_normal 0x7f070062
633
- int drawable notification_bg_normal_pressed 0x7f070063
634
- int drawable notification_icon_background 0x7f070064
635
- int drawable notification_oversize_large_icon_bg 0x7f070065
636
- int drawable notification_template_icon_bg 0x7f070066
637
- int drawable notification_template_icon_low_bg 0x7f070067
638
- int drawable notification_tile_bg 0x7f070068
639
- int drawable notify_panel_notification_icon_bg 0x7f070069
640
- int drawable test_level_drawable 0x7f07006a
641
- int drawable tooltip_frame_dark 0x7f07006b
642
- int drawable tooltip_frame_light 0x7f07006c
643
- int id ALT 0x7f080000
644
- int id CTRL 0x7f080001
645
- int id FUNCTION 0x7f080002
646
- int id META 0x7f080003
647
- int id SHIFT 0x7f080004
648
- int id SYM 0x7f080005
649
- int id accessibility_action_clickable_span 0x7f080006
650
- int id accessibility_custom_action_0 0x7f080007
651
- int id accessibility_custom_action_1 0x7f080008
652
- int id accessibility_custom_action_10 0x7f080009
653
- int id accessibility_custom_action_11 0x7f08000a
654
- int id accessibility_custom_action_12 0x7f08000b
655
- int id accessibility_custom_action_13 0x7f08000c
656
- int id accessibility_custom_action_14 0x7f08000d
657
- int id accessibility_custom_action_15 0x7f08000e
658
- int id accessibility_custom_action_16 0x7f08000f
659
- int id accessibility_custom_action_17 0x7f080010
660
- int id accessibility_custom_action_18 0x7f080011
661
- int id accessibility_custom_action_19 0x7f080012
662
- int id accessibility_custom_action_2 0x7f080013
663
- int id accessibility_custom_action_20 0x7f080014
664
- int id accessibility_custom_action_21 0x7f080015
665
- int id accessibility_custom_action_22 0x7f080016
666
- int id accessibility_custom_action_23 0x7f080017
667
- int id accessibility_custom_action_24 0x7f080018
668
- int id accessibility_custom_action_25 0x7f080019
669
- int id accessibility_custom_action_26 0x7f08001a
670
- int id accessibility_custom_action_27 0x7f08001b
671
- int id accessibility_custom_action_28 0x7f08001c
672
- int id accessibility_custom_action_29 0x7f08001d
673
- int id accessibility_custom_action_3 0x7f08001e
674
- int id accessibility_custom_action_30 0x7f08001f
675
- int id accessibility_custom_action_31 0x7f080020
676
- int id accessibility_custom_action_4 0x7f080021
677
- int id accessibility_custom_action_5 0x7f080022
678
- int id accessibility_custom_action_6 0x7f080023
679
- int id accessibility_custom_action_7 0x7f080024
680
- int id accessibility_custom_action_8 0x7f080025
681
- int id accessibility_custom_action_9 0x7f080026
682
- int id action_bar 0x7f080027
683
- int id action_bar_activity_content 0x7f080028
684
- int id action_bar_container 0x7f080029
685
- int id action_bar_root 0x7f08002a
686
- int id action_bar_spinner 0x7f08002b
687
- int id action_bar_subtitle 0x7f08002c
688
- int id action_bar_title 0x7f08002d
689
- int id action_container 0x7f08002e
690
- int id action_context_bar 0x7f08002f
691
- int id action_divider 0x7f080030
692
- int id action_image 0x7f080031
693
- int id action_menu_divider 0x7f080032
694
- int id action_menu_presenter 0x7f080033
695
- int id action_mode_bar 0x7f080034
696
- int id action_mode_bar_stub 0x7f080035
697
- int id action_mode_close_button 0x7f080036
698
- int id action_text 0x7f080037
699
- int id actions 0x7f080038
700
- int id activity_chooser_view_content 0x7f080039
701
- int id add 0x7f08003a
702
- int id alertTitle 0x7f08003b
703
- int id always 0x7f08003c
704
- int id androidx_compose_ui_view_composition_context 0x7f08003d
705
- int id async 0x7f08003e
706
- int id beginning 0x7f08003f
707
- int id blocking 0x7f080040
708
- int id bottom 0x7f080041
709
- int id buttonPanel 0x7f080042
710
- int id center_vertical 0x7f080043
711
- int id checkbox 0x7f080044
712
- int id checked 0x7f080045
713
- int id chronometer 0x7f080046
714
- int id collapseActionView 0x7f080047
715
- int id compose_view_saveable_id_tag 0x7f080048
716
- int id consume_window_insets_tag 0x7f080049
717
- int id content 0x7f08004a
718
- int id contentPanel 0x7f08004b
719
- int id custom 0x7f08004c
720
- int id customPanel 0x7f08004d
721
- int id decor_content_parent 0x7f08004e
722
- int id default_activity_button 0x7f08004f
723
- int id dialog_button 0x7f080050
724
- int id disableHome 0x7f080051
725
- int id edit_query 0x7f080052
726
- int id edit_text_id 0x7f080053
727
- int id end 0x7f080054
728
- int id expand_activities_button 0x7f080055
729
- int id expanded_menu 0x7f080056
730
- int id forever 0x7f080057
731
- int id fragment_container_view_tag 0x7f080058
732
- int id group_divider 0x7f080059
733
- int id hide_graphics_layer_in_inspector_tag 0x7f08005a
734
- int id hide_ime_id 0x7f08005b
735
- int id hide_in_inspector_tag 0x7f08005c
736
- int id home 0x7f08005d
737
- int id homeAsUp 0x7f08005e
738
- int id icon 0x7f08005f
739
- int id icon_group 0x7f080060
740
- int id ifRoom 0x7f080061
741
- int id image 0x7f080062
742
- int id info 0x7f080063
743
- int id inspection_slot_table_set 0x7f080064
744
- int id is_pooling_container_tag 0x7f080065
745
- int id italic 0x7f080066
746
- int id line1 0x7f080067
747
- int id line3 0x7f080068
748
- int id listMode 0x7f080069
749
- int id list_item 0x7f08006a
750
- int id message 0x7f08006b
751
- int id middle 0x7f08006c
752
- int id multiply 0x7f08006d
753
- int id never 0x7f08006e
754
- int id none 0x7f08006f
755
- int id normal 0x7f080070
756
- int id notification_background 0x7f080071
757
- int id notification_main_column 0x7f080072
758
- int id notification_main_column_container 0x7f080073
759
- int id off 0x7f080074
760
- int id on 0x7f080075
761
- int id parentPanel 0x7f080076
762
- int id pooling_container_listener_holder_tag 0x7f080077
763
- int id progress_circular 0x7f080078
764
- int id progress_horizontal 0x7f080079
765
- int id radio 0x7f08007a
766
- int id report_drawn 0x7f08007b
767
- int id right_icon 0x7f08007c
768
- int id right_side 0x7f08007d
769
- int id screen 0x7f08007e
770
- int id scrollIndicatorDown 0x7f08007f
771
- int id scrollIndicatorUp 0x7f080080
772
- int id scrollView 0x7f080081
773
- int id search_badge 0x7f080082
774
- int id search_bar 0x7f080083
775
- int id search_button 0x7f080084
776
- int id search_close_btn 0x7f080085
777
- int id search_edit_frame 0x7f080086
778
- int id search_go_btn 0x7f080087
779
- int id search_mag_icon 0x7f080088
780
- int id search_plate 0x7f080089
781
- int id search_src_text 0x7f08008a
782
- int id search_voice_btn 0x7f08008b
783
- int id select_dialog_listview 0x7f08008c
784
- int id shortcut 0x7f08008d
785
- int id showCustom 0x7f08008e
786
- int id showHome 0x7f08008f
787
- int id showTitle 0x7f080090
788
- int id spacer 0x7f080091
789
- int id special_effects_controller_view_tag 0x7f080092
790
- int id split_action_bar 0x7f080093
791
- int id src_atop 0x7f080094
792
- int id src_in 0x7f080095
793
- int id src_over 0x7f080096
794
- int id submenuarrow 0x7f080097
795
- int id submit_area 0x7f080098
796
- int id tabMode 0x7f080099
797
- int id tag_accessibility_actions 0x7f08009a
798
- int id tag_accessibility_clickable_spans 0x7f08009b
799
- int id tag_accessibility_heading 0x7f08009c
800
- int id tag_accessibility_pane_title 0x7f08009d
801
- int id tag_on_apply_window_listener 0x7f08009e
802
- int id tag_on_receive_content_listener 0x7f08009f
803
- int id tag_on_receive_content_mime_types 0x7f0800a0
804
- int id tag_screen_reader_focusable 0x7f0800a1
805
- int id tag_state_description 0x7f0800a2
806
- int id tag_transition_group 0x7f0800a3
807
- int id tag_unhandled_key_event_manager 0x7f0800a4
808
- int id tag_unhandled_key_listeners 0x7f0800a5
809
- int id tag_window_insets_animation_callback 0x7f0800a6
810
- int id text 0x7f0800a7
811
- int id text2 0x7f0800a8
812
- int id textSpacerNoButtons 0x7f0800a9
813
- int id textSpacerNoTitle 0x7f0800aa
814
- int id time 0x7f0800ab
815
- int id title 0x7f0800ac
816
- int id titleDividerNoCustom 0x7f0800ad
817
- int id title_template 0x7f0800ae
818
- int id top 0x7f0800af
819
- int id topPanel 0x7f0800b0
820
- int id unchecked 0x7f0800b1
821
- int id uniform 0x7f0800b2
822
- int id up 0x7f0800b3
823
- int id useLogo 0x7f0800b4
824
- int id view_tree_lifecycle_owner 0x7f0800b5
825
- int id view_tree_on_back_pressed_dispatcher_owner 0x7f0800b6
826
- int id view_tree_saved_state_registry_owner 0x7f0800b7
827
- int id view_tree_view_model_store_owner 0x7f0800b8
828
- int id visible_removing_fragment_view_tag 0x7f0800b9
829
- int id withText 0x7f0800ba
830
- int id wrap_content 0x7f0800bb
831
- int id wrapped_composition_tag 0x7f0800bc
832
- int integer abc_config_activityDefaultDur 0x7f090000
833
- int integer abc_config_activityShortDur 0x7f090001
834
- int integer cancel_button_image_alpha 0x7f090002
835
- int integer config_tooltipAnimTime 0x7f090003
836
- int integer status_bar_notification_info_maxnum 0x7f090004
837
- int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0a0000
838
- int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0a0001
839
- int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0a0002
840
- int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0a0003
841
- int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0a0004
842
- int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0a0005
843
- int interpolator fast_out_slow_in 0x7f0a0006
844
- int layout abc_action_bar_title_item 0x7f0b0000
845
- int layout abc_action_bar_up_container 0x7f0b0001
846
- int layout abc_action_menu_item_layout 0x7f0b0002
847
- int layout abc_action_menu_layout 0x7f0b0003
848
- int layout abc_action_mode_bar 0x7f0b0004
849
- int layout abc_action_mode_close_item_material 0x7f0b0005
850
- int layout abc_activity_chooser_view 0x7f0b0006
851
- int layout abc_activity_chooser_view_list_item 0x7f0b0007
852
- int layout abc_alert_dialog_button_bar_material 0x7f0b0008
853
- int layout abc_alert_dialog_material 0x7f0b0009
854
- int layout abc_alert_dialog_title_material 0x7f0b000a
855
- int layout abc_cascading_menu_item_layout 0x7f0b000b
856
- int layout abc_dialog_title_material 0x7f0b000c
857
- int layout abc_expanded_menu_layout 0x7f0b000d
858
- int layout abc_list_menu_item_checkbox 0x7f0b000e
859
- int layout abc_list_menu_item_icon 0x7f0b000f
860
- int layout abc_list_menu_item_layout 0x7f0b0010
861
- int layout abc_list_menu_item_radio 0x7f0b0011
862
- int layout abc_popup_menu_header_item_layout 0x7f0b0012
863
- int layout abc_popup_menu_item_layout 0x7f0b0013
864
- int layout abc_screen_content_include 0x7f0b0014
865
- int layout abc_screen_simple 0x7f0b0015
866
- int layout abc_screen_simple_overlay_action_mode 0x7f0b0016
867
- int layout abc_screen_toolbar 0x7f0b0017
868
- int layout abc_search_dropdown_item_icons_2line 0x7f0b0018
869
- int layout abc_search_view 0x7f0b0019
870
- int layout abc_select_dialog_material 0x7f0b001a
871
- int layout abc_tooltip 0x7f0b001b
872
- int layout custom_dialog 0x7f0b001c
873
- int layout ime_base_split_test_activity 0x7f0b001d
874
- int layout ime_secondary_split_test_activity 0x7f0b001e
875
- int layout notification_action 0x7f0b001f
876
- int layout notification_action_tombstone 0x7f0b0020
877
- int layout notification_template_custom_big 0x7f0b0021
878
- int layout notification_template_icon_group 0x7f0b0022
879
- int layout notification_template_part_chronometer 0x7f0b0023
880
- int layout notification_template_part_time 0x7f0b0024
881
- int layout select_dialog_item_material 0x7f0b0025
882
- int layout select_dialog_multichoice_material 0x7f0b0026
883
- int layout select_dialog_singlechoice_material 0x7f0b0027
884
- int layout support_simple_spinner_dropdown_item 0x7f0b0028
885
- int mipmap ic_launcher 0x7f0c0000
886
- int string abc_action_bar_home_description 0x7f0d0000
887
- int string abc_action_bar_up_description 0x7f0d0001
888
- int string abc_action_menu_overflow_description 0x7f0d0002
889
- int string abc_action_mode_done 0x7f0d0003
890
- int string abc_activity_chooser_view_see_all 0x7f0d0004
891
- int string abc_activitychooserview_choose_application 0x7f0d0005
892
- int string abc_capital_off 0x7f0d0006
893
- int string abc_capital_on 0x7f0d0007
894
- int string abc_menu_alt_shortcut_label 0x7f0d0008
895
- int string abc_menu_ctrl_shortcut_label 0x7f0d0009
896
- int string abc_menu_delete_shortcut_label 0x7f0d000a
897
- int string abc_menu_enter_shortcut_label 0x7f0d000b
898
- int string abc_menu_function_shortcut_label 0x7f0d000c
899
- int string abc_menu_meta_shortcut_label 0x7f0d000d
900
- int string abc_menu_shift_shortcut_label 0x7f0d000e
901
- int string abc_menu_space_shortcut_label 0x7f0d000f
902
- int string abc_menu_sym_shortcut_label 0x7f0d0010
903
- int string abc_prepend_shortcut_label 0x7f0d0011
904
- int string abc_search_hint 0x7f0d0012
905
- int string abc_searchview_description_clear 0x7f0d0013
906
- int string abc_searchview_description_query 0x7f0d0014
907
- int string abc_searchview_description_search 0x7f0d0015
908
- int string abc_searchview_description_submit 0x7f0d0016
909
- int string abc_searchview_description_voice 0x7f0d0017
910
- int string abc_shareactionprovider_share_with 0x7f0d0018
911
- int string abc_shareactionprovider_share_with_application 0x7f0d0019
912
- int string abc_toolbar_collapse_description 0x7f0d001a
913
- int string androidx_startup 0x7f0d001b
914
- int string app_name 0x7f0d001c
915
- int string call_notification_answer_action 0x7f0d001d
916
- int string call_notification_answer_video_action 0x7f0d001e
917
- int string call_notification_decline_action 0x7f0d001f
918
- int string call_notification_hang_up_action 0x7f0d0020
919
- int string call_notification_incoming_text 0x7f0d0021
920
- int string call_notification_ongoing_text 0x7f0d0022
921
- int string call_notification_screening_text 0x7f0d0023
922
- int string close_drawer 0x7f0d0024
923
- int string close_sheet 0x7f0d0025
924
- int string default_error_message 0x7f0d0026
925
- int string default_popup_window_title 0x7f0d0027
926
- int string dropdown_menu 0x7f0d0028
927
- int string exo_download_completed 0x7f0d0029
928
- int string exo_download_description 0x7f0d002a
929
- int string exo_download_downloading 0x7f0d002b
930
- int string exo_download_failed 0x7f0d002c
931
- int string exo_download_notification_channel_name 0x7f0d002d
932
- int string exo_download_paused 0x7f0d002e
933
- int string exo_download_paused_for_network 0x7f0d002f
934
- int string exo_download_paused_for_wifi 0x7f0d0030
935
- int string exo_download_removing 0x7f0d0031
936
- int string in_progress 0x7f0d0032
937
- int string indeterminate 0x7f0d0033
938
- int string navigation_menu 0x7f0d0034
939
- int string not_selected 0x7f0d0035
940
- int string range_end 0x7f0d0036
941
- int string range_start 0x7f0d0037
942
- int string search_menu_title 0x7f0d0038
943
- int string selected 0x7f0d0039
944
- int string state_empty 0x7f0d003a
945
- int string state_off 0x7f0d003b
946
- int string state_on 0x7f0d003c
947
- int string status_bar_notification_info_overflow 0x7f0d003d
948
- int string switch_role 0x7f0d003e
949
- int string tab 0x7f0d003f
950
- int string template_percent 0x7f0d0040
951
- int string tooltip_description 0x7f0d0041
952
- int string tooltip_label 0x7f0d0042
953
- int style AlertDialog_AppCompat 0x7f0e0000
954
- int style AlertDialog_AppCompat_Light 0x7f0e0001
955
- int style Animation_AppCompat_Dialog 0x7f0e0002
956
- int style Animation_AppCompat_DropDownUp 0x7f0e0003
957
- int style Animation_AppCompat_Tooltip 0x7f0e0004
958
- int style Base_AlertDialog_AppCompat 0x7f0e0005
959
- int style Base_AlertDialog_AppCompat_Light 0x7f0e0006
960
- int style Base_Animation_AppCompat_Dialog 0x7f0e0007
961
- int style Base_Animation_AppCompat_DropDownUp 0x7f0e0008
962
- int style Base_Animation_AppCompat_Tooltip 0x7f0e0009
963
- int style Base_DialogWindowTitle_AppCompat 0x7f0e000a
964
- int style Base_DialogWindowTitleBackground_AppCompat 0x7f0e000b
965
- int style Base_TextAppearance_AppCompat 0x7f0e000c
966
- int style Base_TextAppearance_AppCompat_Body1 0x7f0e000d
967
- int style Base_TextAppearance_AppCompat_Body2 0x7f0e000e
968
- int style Base_TextAppearance_AppCompat_Button 0x7f0e000f
969
- int style Base_TextAppearance_AppCompat_Caption 0x7f0e0010
970
- int style Base_TextAppearance_AppCompat_Display1 0x7f0e0011
971
- int style Base_TextAppearance_AppCompat_Display2 0x7f0e0012
972
- int style Base_TextAppearance_AppCompat_Display3 0x7f0e0013
973
- int style Base_TextAppearance_AppCompat_Display4 0x7f0e0014
974
- int style Base_TextAppearance_AppCompat_Headline 0x7f0e0015
975
- int style Base_TextAppearance_AppCompat_Inverse 0x7f0e0016
976
- int style Base_TextAppearance_AppCompat_Large 0x7f0e0017
977
- int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0e0018
978
- int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0e0019
979
- int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0e001a
980
- int style Base_TextAppearance_AppCompat_Medium 0x7f0e001b
981
- int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0e001c
982
- int style Base_TextAppearance_AppCompat_Menu 0x7f0e001d
983
- int style Base_TextAppearance_AppCompat_SearchResult 0x7f0e001e
984
- int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0e001f
985
- int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0e0020
986
- int style Base_TextAppearance_AppCompat_Small 0x7f0e0021
987
- int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0e0022
988
- int style Base_TextAppearance_AppCompat_Subhead 0x7f0e0023
989
- int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0e0024
990
- int style Base_TextAppearance_AppCompat_Title 0x7f0e0025
991
- int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0e0026
992
- int style Base_TextAppearance_AppCompat_Tooltip 0x7f0e0027
993
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0e0028
994
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0e0029
995
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0e002a
996
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0e002b
997
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0e002c
998
- int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0e002d
999
- int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0e002e
1000
- int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0e002f
1001
- int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0e0030
1002
- int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0e0031
1003
- int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0e0032
1004
- int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0e0033
1005
- int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0e0034
1006
- int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0e0035
1007
- int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0e0036
1008
- int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0e0037
1009
- int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0e0038
1010
- int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0e0039
1011
- int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0e003a
1012
- int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0e003b
1013
- int style Base_Theme_AppCompat 0x7f0e003c
1014
- int style Base_Theme_AppCompat_CompactMenu 0x7f0e003d
1015
- int style Base_Theme_AppCompat_Dialog 0x7f0e003e
1016
- int style Base_Theme_AppCompat_Dialog_Alert 0x7f0e003f
1017
- int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0e0040
1018
- int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0e0041
1019
- int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0e0042
1020
- int style Base_Theme_AppCompat_Light 0x7f0e0043
1021
- int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0e0044
1022
- int style Base_Theme_AppCompat_Light_Dialog 0x7f0e0045
1023
- int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0e0046
1024
- int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0e0047
1025
- int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0e0048
1026
- int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0e0049
1027
- int style Base_ThemeOverlay_AppCompat 0x7f0e004a
1028
- int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0e004b
1029
- int style Base_ThemeOverlay_AppCompat_Dark 0x7f0e004c
1030
- int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0e004d
1031
- int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0e004e
1032
- int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0e004f
1033
- int style Base_ThemeOverlay_AppCompat_Light 0x7f0e0050
1034
- int style Base_V21_Theme_AppCompat 0x7f0e0051
1035
- int style Base_V21_Theme_AppCompat_Dialog 0x7f0e0052
1036
- int style Base_V21_Theme_AppCompat_Light 0x7f0e0053
1037
- int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0e0054
1038
- int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0e0055
1039
- int style Base_V22_Theme_AppCompat 0x7f0e0056
1040
- int style Base_V22_Theme_AppCompat_Light 0x7f0e0057
1041
- int style Base_V23_Theme_AppCompat 0x7f0e0058
1042
- int style Base_V23_Theme_AppCompat_Light 0x7f0e0059
1043
- int style Base_V26_Theme_AppCompat 0x7f0e005a
1044
- int style Base_V26_Theme_AppCompat_Light 0x7f0e005b
1045
- int style Base_V26_Widget_AppCompat_Toolbar 0x7f0e005c
1046
- int style Base_V28_Theme_AppCompat 0x7f0e005d
1047
- int style Base_V28_Theme_AppCompat_Light 0x7f0e005e
1048
- int style Base_V7_Theme_AppCompat 0x7f0e005f
1049
- int style Base_V7_Theme_AppCompat_Dialog 0x7f0e0060
1050
- int style Base_V7_Theme_AppCompat_Light 0x7f0e0061
1051
- int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0e0062
1052
- int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0e0063
1053
- int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0e0064
1054
- int style Base_V7_Widget_AppCompat_EditText 0x7f0e0065
1055
- int style Base_V7_Widget_AppCompat_Toolbar 0x7f0e0066
1056
- int style Base_Widget_AppCompat_ActionBar 0x7f0e0067
1057
- int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0e0068
1058
- int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0e0069
1059
- int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0e006a
1060
- int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0e006b
1061
- int style Base_Widget_AppCompat_ActionButton 0x7f0e006c
1062
- int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0e006d
1063
- int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0e006e
1064
- int style Base_Widget_AppCompat_ActionMode 0x7f0e006f
1065
- int style Base_Widget_AppCompat_ActivityChooserView 0x7f0e0070
1066
- int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0e0071
1067
- int style Base_Widget_AppCompat_Button 0x7f0e0072
1068
- int style Base_Widget_AppCompat_Button_Borderless 0x7f0e0073
1069
- int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0e0074
1070
- int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0e0075
1071
- int style Base_Widget_AppCompat_Button_Colored 0x7f0e0076
1072
- int style Base_Widget_AppCompat_Button_Small 0x7f0e0077
1073
- int style Base_Widget_AppCompat_ButtonBar 0x7f0e0078
1074
- int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0e0079
1075
- int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0e007a
1076
- int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0e007b
1077
- int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0e007c
1078
- int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0e007d
1079
- int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0e007e
1080
- int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0e007f
1081
- int style Base_Widget_AppCompat_EditText 0x7f0e0080
1082
- int style Base_Widget_AppCompat_ImageButton 0x7f0e0081
1083
- int style Base_Widget_AppCompat_Light_ActionBar 0x7f0e0082
1084
- int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0e0083
1085
- int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0e0084
1086
- int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0e0085
1087
- int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0e0086
1088
- int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0e0087
1089
- int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0e0088
1090
- int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0e0089
1091
- int style Base_Widget_AppCompat_ListMenuView 0x7f0e008a
1092
- int style Base_Widget_AppCompat_ListPopupWindow 0x7f0e008b
1093
- int style Base_Widget_AppCompat_ListView 0x7f0e008c
1094
- int style Base_Widget_AppCompat_ListView_DropDown 0x7f0e008d
1095
- int style Base_Widget_AppCompat_ListView_Menu 0x7f0e008e
1096
- int style Base_Widget_AppCompat_PopupMenu 0x7f0e008f
1097
- int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0e0090
1098
- int style Base_Widget_AppCompat_PopupWindow 0x7f0e0091
1099
- int style Base_Widget_AppCompat_ProgressBar 0x7f0e0092
1100
- int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0e0093
1101
- int style Base_Widget_AppCompat_RatingBar 0x7f0e0094
1102
- int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0e0095
1103
- int style Base_Widget_AppCompat_RatingBar_Small 0x7f0e0096
1104
- int style Base_Widget_AppCompat_SearchView 0x7f0e0097
1105
- int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0e0098
1106
- int style Base_Widget_AppCompat_SeekBar 0x7f0e0099
1107
- int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0e009a
1108
- int style Base_Widget_AppCompat_Spinner 0x7f0e009b
1109
- int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0e009c
1110
- int style Base_Widget_AppCompat_TextView 0x7f0e009d
1111
- int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0e009e
1112
- int style Base_Widget_AppCompat_Toolbar 0x7f0e009f
1113
- int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0e00a0
1114
- int style DialogWindowTheme 0x7f0e00a1
1115
- int style FloatingDialogTheme 0x7f0e00a2
1116
- int style FloatingDialogWindowTheme 0x7f0e00a3
1117
- int style Platform_AppCompat 0x7f0e00a4
1118
- int style Platform_AppCompat_Light 0x7f0e00a5
1119
- int style Platform_ThemeOverlay_AppCompat 0x7f0e00a6
1120
- int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0e00a7
1121
- int style Platform_ThemeOverlay_AppCompat_Light 0x7f0e00a8
1122
- int style Platform_V21_AppCompat 0x7f0e00a9
1123
- int style Platform_V21_AppCompat_Light 0x7f0e00aa
1124
- int style Platform_V25_AppCompat 0x7f0e00ab
1125
- int style Platform_V25_AppCompat_Light 0x7f0e00ac
1126
- int style Platform_Widget_AppCompat_Spinner 0x7f0e00ad
1127
- int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0e00ae
1128
- int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0e00af
1129
- int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0e00b0
1130
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0e00b1
1131
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0e00b2
1132
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f0e00b3
1133
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f0e00b4
1134
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0e00b5
1135
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f0e00b6
1136
- int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0e00b7
1137
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0e00b8
1138
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0e00b9
1139
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0e00ba
1140
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0e00bb
1141
- int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0e00bc
1142
- int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0e00bd
1143
- int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0e00be
1144
- int style TextAppearance_AppCompat 0x7f0e00bf
1145
- int style TextAppearance_AppCompat_Body1 0x7f0e00c0
1146
- int style TextAppearance_AppCompat_Body2 0x7f0e00c1
1147
- int style TextAppearance_AppCompat_Button 0x7f0e00c2
1148
- int style TextAppearance_AppCompat_Caption 0x7f0e00c3
1149
- int style TextAppearance_AppCompat_Display1 0x7f0e00c4
1150
- int style TextAppearance_AppCompat_Display2 0x7f0e00c5
1151
- int style TextAppearance_AppCompat_Display3 0x7f0e00c6
1152
- int style TextAppearance_AppCompat_Display4 0x7f0e00c7
1153
- int style TextAppearance_AppCompat_Headline 0x7f0e00c8
1154
- int style TextAppearance_AppCompat_Inverse 0x7f0e00c9
1155
- int style TextAppearance_AppCompat_Large 0x7f0e00ca
1156
- int style TextAppearance_AppCompat_Large_Inverse 0x7f0e00cb
1157
- int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0e00cc
1158
- int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0e00cd
1159
- int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0e00ce
1160
- int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0e00cf
1161
- int style TextAppearance_AppCompat_Medium 0x7f0e00d0
1162
- int style TextAppearance_AppCompat_Medium_Inverse 0x7f0e00d1
1163
- int style TextAppearance_AppCompat_Menu 0x7f0e00d2
1164
- int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0e00d3
1165
- int style TextAppearance_AppCompat_SearchResult_Title 0x7f0e00d4
1166
- int style TextAppearance_AppCompat_Small 0x7f0e00d5
1167
- int style TextAppearance_AppCompat_Small_Inverse 0x7f0e00d6
1168
- int style TextAppearance_AppCompat_Subhead 0x7f0e00d7
1169
- int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0e00d8
1170
- int style TextAppearance_AppCompat_Title 0x7f0e00d9
1171
- int style TextAppearance_AppCompat_Title_Inverse 0x7f0e00da
1172
- int style TextAppearance_AppCompat_Tooltip 0x7f0e00db
1173
- int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0e00dc
1174
- int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0e00dd
1175
- int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0e00de
1176
- int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0e00df
1177
- int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0e00e0
1178
- int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0e00e1
1179
- int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0e00e2
1180
- int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0e00e3
1181
- int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0e00e4
1182
- int style TextAppearance_AppCompat_Widget_Button 0x7f0e00e5
1183
- int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0e00e6
1184
- int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0e00e7
1185
- int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0e00e8
1186
- int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0e00e9
1187
- int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0e00ea
1188
- int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0e00eb
1189
- int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0e00ec
1190
- int style TextAppearance_AppCompat_Widget_Switch 0x7f0e00ed
1191
- int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0e00ee
1192
- int style TextAppearance_Compat_Notification 0x7f0e00ef
1193
- int style TextAppearance_Compat_Notification_Info 0x7f0e00f0
1194
- int style TextAppearance_Compat_Notification_Line2 0x7f0e00f1
1195
- int style TextAppearance_Compat_Notification_Time 0x7f0e00f2
1196
- int style TextAppearance_Compat_Notification_Title 0x7f0e00f3
1197
- int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0e00f4
1198
- int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0e00f5
1199
- int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0e00f6
1200
- int style Theme_AppCompat 0x7f0e00f7
1201
- int style Theme_AppCompat_CompactMenu 0x7f0e00f8
1202
- int style Theme_AppCompat_DayNight 0x7f0e00f9
1203
- int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0e00fa
1204
- int style Theme_AppCompat_DayNight_Dialog 0x7f0e00fb
1205
- int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0e00fc
1206
- int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0e00fd
1207
- int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0e00fe
1208
- int style Theme_AppCompat_DayNight_NoActionBar 0x7f0e00ff
1209
- int style Theme_AppCompat_Dialog 0x7f0e0100
1210
- int style Theme_AppCompat_Dialog_Alert 0x7f0e0101
1211
- int style Theme_AppCompat_Dialog_MinWidth 0x7f0e0102
1212
- int style Theme_AppCompat_DialogWhenLarge 0x7f0e0103
1213
- int style Theme_AppCompat_Empty 0x7f0e0104
1214
- int style Theme_AppCompat_Light 0x7f0e0105
1215
- int style Theme_AppCompat_Light_DarkActionBar 0x7f0e0106
1216
- int style Theme_AppCompat_Light_Dialog 0x7f0e0107
1217
- int style Theme_AppCompat_Light_Dialog_Alert 0x7f0e0108
1218
- int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0e0109
1219
- int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0e010a
1220
- int style Theme_AppCompat_Light_NoActionBar 0x7f0e010b
1221
- int style Theme_AppCompat_NoActionBar 0x7f0e010c
1222
- int style Theme_MyApplication 0x7f0e010d
1223
- int style ThemeOverlay_AppCompat 0x7f0e010e
1224
- int style ThemeOverlay_AppCompat_ActionBar 0x7f0e010f
1225
- int style ThemeOverlay_AppCompat_Dark 0x7f0e0110
1226
- int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0e0111
1227
- int style ThemeOverlay_AppCompat_DayNight 0x7f0e0112
1228
- int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f0e0113
1229
- int style ThemeOverlay_AppCompat_Dialog 0x7f0e0114
1230
- int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0e0115
1231
- int style ThemeOverlay_AppCompat_Light 0x7f0e0116
1232
- int style Widget_AppCompat_ActionBar 0x7f0e0117
1233
- int style Widget_AppCompat_ActionBar_Solid 0x7f0e0118
1234
- int style Widget_AppCompat_ActionBar_TabBar 0x7f0e0119
1235
- int style Widget_AppCompat_ActionBar_TabText 0x7f0e011a
1236
- int style Widget_AppCompat_ActionBar_TabView 0x7f0e011b
1237
- int style Widget_AppCompat_ActionButton 0x7f0e011c
1238
- int style Widget_AppCompat_ActionButton_CloseMode 0x7f0e011d
1239
- int style Widget_AppCompat_ActionButton_Overflow 0x7f0e011e
1240
- int style Widget_AppCompat_ActionMode 0x7f0e011f
1241
- int style Widget_AppCompat_ActivityChooserView 0x7f0e0120
1242
- int style Widget_AppCompat_AutoCompleteTextView 0x7f0e0121
1243
- int style Widget_AppCompat_Button 0x7f0e0122
1244
- int style Widget_AppCompat_Button_Borderless 0x7f0e0123
1245
- int style Widget_AppCompat_Button_Borderless_Colored 0x7f0e0124
1246
- int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0e0125
1247
- int style Widget_AppCompat_Button_Colored 0x7f0e0126
1248
- int style Widget_AppCompat_Button_Small 0x7f0e0127
1249
- int style Widget_AppCompat_ButtonBar 0x7f0e0128
1250
- int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0e0129
1251
- int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0e012a
1252
- int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0e012b
1253
- int style Widget_AppCompat_CompoundButton_Switch 0x7f0e012c
1254
- int style Widget_AppCompat_DrawerArrowToggle 0x7f0e012d
1255
- int style Widget_AppCompat_DropDownItem_Spinner 0x7f0e012e
1256
- int style Widget_AppCompat_EditText 0x7f0e012f
1257
- int style Widget_AppCompat_ImageButton 0x7f0e0130
1258
- int style Widget_AppCompat_Light_ActionBar 0x7f0e0131
1259
- int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0e0132
1260
- int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0e0133
1261
- int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0e0134
1262
- int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0e0135
1263
- int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0e0136
1264
- int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0e0137
1265
- int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0e0138
1266
- int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0e0139
1267
- int style Widget_AppCompat_Light_ActionButton 0x7f0e013a
1268
- int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0e013b
1269
- int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0e013c
1270
- int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0e013d
1271
- int style Widget_AppCompat_Light_ActivityChooserView 0x7f0e013e
1272
- int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0e013f
1273
- int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0e0140
1274
- int style Widget_AppCompat_Light_ListPopupWindow 0x7f0e0141
1275
- int style Widget_AppCompat_Light_ListView_DropDown 0x7f0e0142
1276
- int style Widget_AppCompat_Light_PopupMenu 0x7f0e0143
1277
- int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0e0144
1278
- int style Widget_AppCompat_Light_SearchView 0x7f0e0145
1279
- int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0e0146
1280
- int style Widget_AppCompat_ListMenuView 0x7f0e0147
1281
- int style Widget_AppCompat_ListPopupWindow 0x7f0e0148
1282
- int style Widget_AppCompat_ListView 0x7f0e0149
1283
- int style Widget_AppCompat_ListView_DropDown 0x7f0e014a
1284
- int style Widget_AppCompat_ListView_Menu 0x7f0e014b
1285
- int style Widget_AppCompat_PopupMenu 0x7f0e014c
1286
- int style Widget_AppCompat_PopupMenu_Overflow 0x7f0e014d
1287
- int style Widget_AppCompat_PopupWindow 0x7f0e014e
1288
- int style Widget_AppCompat_ProgressBar 0x7f0e014f
1289
- int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0e0150
1290
- int style Widget_AppCompat_RatingBar 0x7f0e0151
1291
- int style Widget_AppCompat_RatingBar_Indicator 0x7f0e0152
1292
- int style Widget_AppCompat_RatingBar_Small 0x7f0e0153
1293
- int style Widget_AppCompat_SearchView 0x7f0e0154
1294
- int style Widget_AppCompat_SearchView_ActionBar 0x7f0e0155
1295
- int style Widget_AppCompat_SeekBar 0x7f0e0156
1296
- int style Widget_AppCompat_SeekBar_Discrete 0x7f0e0157
1297
- int style Widget_AppCompat_Spinner 0x7f0e0158
1298
- int style Widget_AppCompat_Spinner_DropDown 0x7f0e0159
1299
- int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0e015a
1300
- int style Widget_AppCompat_Spinner_Underlined 0x7f0e015b
1301
- int style Widget_AppCompat_TextView 0x7f0e015c
1302
- int style Widget_AppCompat_TextView_SpinnerItem 0x7f0e015d
1303
- int style Widget_AppCompat_Toolbar 0x7f0e015e
1304
- int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0e015f
1305
- int style Widget_Compat_NotificationActionContainer 0x7f0e0160
1306
- int style Widget_Compat_NotificationActionText 0x7f0e0161
1307
- int[] styleable ActionBar { 0x7f030033, 0x7f030034, 0x7f030035, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030064, 0x7f030069, 0x7f03006a, 0x7f03007d, 0x7f03008f, 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030098, 0x7f03009b, 0x7f0300af, 0x7f0300b7, 0x7f0300c3, 0x7f0300c6, 0x7f0300c7, 0x7f0300e3, 0x7f0300e6, 0x7f030102, 0x7f03010b }
1308
- int styleable ActionBar_background 0
1309
- int styleable ActionBar_backgroundSplit 1
1310
- int styleable ActionBar_backgroundStacked 2
1311
- int styleable ActionBar_contentInsetEnd 3
1312
- int styleable ActionBar_contentInsetEndWithActions 4
1313
- int styleable ActionBar_contentInsetLeft 5
1314
- int styleable ActionBar_contentInsetRight 6
1315
- int styleable ActionBar_contentInsetStart 7
1316
- int styleable ActionBar_contentInsetStartWithNavigation 8
1317
- int styleable ActionBar_customNavigationLayout 9
1318
- int styleable ActionBar_displayOptions 10
1319
- int styleable ActionBar_divider 11
1320
- int styleable ActionBar_elevation 12
1321
- int styleable ActionBar_height 13
1322
- int styleable ActionBar_hideOnContentScroll 14
1323
- int styleable ActionBar_homeAsUpIndicator 15
1324
- int styleable ActionBar_homeLayout 16
1325
- int styleable ActionBar_icon 17
1326
- int styleable ActionBar_indeterminateProgressStyle 18
1327
- int styleable ActionBar_itemPadding 19
1328
- int styleable ActionBar_logo 20
1329
- int styleable ActionBar_navigationMode 21
1330
- int styleable ActionBar_popupTheme 22
1331
- int styleable ActionBar_progressBarPadding 23
1332
- int styleable ActionBar_progressBarStyle 24
1333
- int styleable ActionBar_subtitle 25
1334
- int styleable ActionBar_subtitleTextStyle 26
1335
- int styleable ActionBar_title 27
1336
- int styleable ActionBar_titleTextStyle 28
1337
- int[] styleable ActionBarLayout { 0x010100b3 }
1338
- int styleable ActionBarLayout_android_layout_gravity 0
1339
- int[] styleable ActionMenuItemView { 0x0101013f }
1340
- int styleable ActionMenuItemView_android_minWidth 0
1341
- int[] styleable ActionMenuView { }
1342
- int[] styleable ActionMode { 0x7f030033, 0x7f030034, 0x7f03004d, 0x7f03008f, 0x7f0300e6, 0x7f03010b }
1343
- int styleable ActionMode_background 0
1344
- int styleable ActionMode_backgroundSplit 1
1345
- int styleable ActionMode_closeItemLayout 2
1346
- int styleable ActionMode_height 3
1347
- int styleable ActionMode_subtitleTextStyle 4
1348
- int styleable ActionMode_titleTextStyle 5
1349
- int[] styleable ActivityChooserView { 0x7f03007f, 0x7f030099 }
1350
- int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
1351
- int styleable ActivityChooserView_initialActivityCount 1
1352
- int[] styleable AlertDialog { 0x010100f2, 0x7f030041, 0x7f030042, 0x7f0300a4, 0x7f0300a5, 0x7f0300b4, 0x7f0300d9, 0x7f0300da }
1353
- int styleable AlertDialog_android_layout 0
1354
- int styleable AlertDialog_buttonIconDimen 1
1355
- int styleable AlertDialog_buttonPanelSideLayout 2
1356
- int styleable AlertDialog_listItemLayout 3
1357
- int styleable AlertDialog_listLayout 4
1358
- int styleable AlertDialog_multiChoiceItemLayout 5
1359
- int styleable AlertDialog_showTitle 6
1360
- int styleable AlertDialog_singleChoiceItemLayout 7
1361
- int[] styleable AnimatedStateListDrawableCompat { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }
1362
- int styleable AnimatedStateListDrawableCompat_android_dither 0
1363
- int styleable AnimatedStateListDrawableCompat_android_visible 1
1364
- int styleable AnimatedStateListDrawableCompat_android_variablePadding 2
1365
- int styleable AnimatedStateListDrawableCompat_android_constantSize 3
1366
- int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 4
1367
- int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 5
1368
- int[] styleable AnimatedStateListDrawableItem { 0x010100d0, 0x01010199 }
1369
- int styleable AnimatedStateListDrawableItem_android_id 0
1370
- int styleable AnimatedStateListDrawableItem_android_drawable 1
1371
- int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b }
1372
- int styleable AnimatedStateListDrawableTransition_android_drawable 0
1373
- int styleable AnimatedStateListDrawableTransition_android_toId 1
1374
- int styleable AnimatedStateListDrawableTransition_android_fromId 2
1375
- int styleable AnimatedStateListDrawableTransition_android_reversible 3
1376
- int[] styleable AppCompatEmojiHelper { }
1377
- int[] styleable AppCompatImageView { 0x01010119, 0x7f0300df, 0x7f030100, 0x7f030101 }
1378
- int styleable AppCompatImageView_android_src 0
1379
- int styleable AppCompatImageView_srcCompat 1
1380
- int styleable AppCompatImageView_tint 2
1381
- int styleable AppCompatImageView_tintMode 3
1382
- int[] styleable AppCompatSeekBar { 0x01010142, 0x7f0300fd, 0x7f0300fe, 0x7f0300ff }
1383
- int styleable AppCompatSeekBar_android_thumb 0
1384
- int styleable AppCompatSeekBar_tickMark 1
1385
- int styleable AppCompatSeekBar_tickMarkTint 2
1386
- int styleable AppCompatSeekBar_tickMarkTintMode 3
1387
- int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 }
1388
- int styleable AppCompatTextHelper_android_textAppearance 0
1389
- int styleable AppCompatTextHelper_android_drawableTop 1
1390
- int styleable AppCompatTextHelper_android_drawableBottom 2
1391
- int styleable AppCompatTextHelper_android_drawableLeft 3
1392
- int styleable AppCompatTextHelper_android_drawableRight 4
1393
- int styleable AppCompatTextHelper_android_drawableStart 5
1394
- int styleable AppCompatTextHelper_android_drawableEnd 6
1395
- int[] styleable AppCompatTextView { 0x01010034, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f030031, 0x7f030032, 0x7f03006e, 0x7f03006f, 0x7f030070, 0x7f030071, 0x7f030073, 0x7f030074, 0x7f030075, 0x7f030076, 0x7f03007e, 0x7f030080, 0x7f030082, 0x7f03008b, 0x7f03009d, 0x7f03009f, 0x7f0300ec, 0x7f0300f7 }
1396
- int styleable AppCompatTextView_android_textAppearance 0
1397
- int styleable AppCompatTextView_autoSizeMaxTextSize 1
1398
- int styleable AppCompatTextView_autoSizeMinTextSize 2
1399
- int styleable AppCompatTextView_autoSizePresetSizes 3
1400
- int styleable AppCompatTextView_autoSizeStepGranularity 4
1401
- int styleable AppCompatTextView_autoSizeTextType 5
1402
- int styleable AppCompatTextView_drawableBottomCompat 6
1403
- int styleable AppCompatTextView_drawableEndCompat 7
1404
- int styleable AppCompatTextView_drawableLeftCompat 8
1405
- int styleable AppCompatTextView_drawableRightCompat 9
1406
- int styleable AppCompatTextView_drawableStartCompat 10
1407
- int styleable AppCompatTextView_drawableTint 11
1408
- int styleable AppCompatTextView_drawableTintMode 12
1409
- int styleable AppCompatTextView_drawableTopCompat 13
1410
- int styleable AppCompatTextView_emojiCompatEnabled 14
1411
- int styleable AppCompatTextView_firstBaselineToTopHeight 15
1412
- int styleable AppCompatTextView_fontFamily 16
1413
- int styleable AppCompatTextView_fontVariationSettings 17
1414
- int styleable AppCompatTextView_lastBaselineToBottomHeight 18
1415
- int styleable AppCompatTextView_lineHeight 19
1416
- int styleable AppCompatTextView_textAllCaps 20
1417
- int styleable AppCompatTextView_textLocale 21
1418
- int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f030026, 0x7f030027, 0x7f03002d, 0x7f030039, 0x7f03003a, 0x7f03003b, 0x7f03003c, 0x7f03003d, 0x7f03003e, 0x7f030043, 0x7f030044, 0x7f03004a, 0x7f03004b, 0x7f030051, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f030063, 0x7f030066, 0x7f030067, 0x7f030068, 0x7f03006b, 0x7f03006d, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f03007c, 0x7f030091, 0x7f030097, 0x7f0300a0, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a6, 0x7f0300a7, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300ab, 0x7f0300ac, 0x7f0300ad, 0x7f0300ae, 0x7f0300bf, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300c4, 0x7f0300cb, 0x7f0300cc, 0x7f0300cd, 0x7f0300ce, 0x7f0300d1, 0x7f0300d2, 0x7f0300d3, 0x7f0300d4, 0x7f0300dc, 0x7f0300dd, 0x7f0300ea, 0x7f0300ed, 0x7f0300ee, 0x7f0300ef, 0x7f0300f0, 0x7f0300f1, 0x7f0300f2, 0x7f0300f3, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f03010c, 0x7f03010d, 0x7f03010e, 0x7f03010f, 0x7f030115, 0x7f030117, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f030120 }
1419
- int styleable AppCompatTheme_android_windowIsFloating 0
1420
- int styleable AppCompatTheme_android_windowAnimationStyle 1
1421
- int styleable AppCompatTheme_actionBarDivider 2
1422
- int styleable AppCompatTheme_actionBarItemBackground 3
1423
- int styleable AppCompatTheme_actionBarPopupTheme 4
1424
- int styleable AppCompatTheme_actionBarSize 5
1425
- int styleable AppCompatTheme_actionBarSplitStyle 6
1426
- int styleable AppCompatTheme_actionBarStyle 7
1427
- int styleable AppCompatTheme_actionBarTabBarStyle 8
1428
- int styleable AppCompatTheme_actionBarTabStyle 9
1429
- int styleable AppCompatTheme_actionBarTabTextStyle 10
1430
- int styleable AppCompatTheme_actionBarTheme 11
1431
- int styleable AppCompatTheme_actionBarWidgetTheme 12
1432
- int styleable AppCompatTheme_actionButtonStyle 13
1433
- int styleable AppCompatTheme_actionDropDownStyle 14
1434
- int styleable AppCompatTheme_actionMenuTextAppearance 15
1435
- int styleable AppCompatTheme_actionMenuTextColor 16
1436
- int styleable AppCompatTheme_actionModeBackground 17
1437
- int styleable AppCompatTheme_actionModeCloseButtonStyle 18
1438
- int styleable AppCompatTheme_actionModeCloseContentDescription 19
1439
- int styleable AppCompatTheme_actionModeCloseDrawable 20
1440
- int styleable AppCompatTheme_actionModeCopyDrawable 21
1441
- int styleable AppCompatTheme_actionModeCutDrawable 22
1442
- int styleable AppCompatTheme_actionModeFindDrawable 23
1443
- int styleable AppCompatTheme_actionModePasteDrawable 24
1444
- int styleable AppCompatTheme_actionModePopupWindowStyle 25
1445
- int styleable AppCompatTheme_actionModeSelectAllDrawable 26
1446
- int styleable AppCompatTheme_actionModeShareDrawable 27
1447
- int styleable AppCompatTheme_actionModeSplitBackground 28
1448
- int styleable AppCompatTheme_actionModeStyle 29
1449
- int styleable AppCompatTheme_actionModeTheme 30
1450
- int styleable AppCompatTheme_actionModeWebSearchDrawable 31
1451
- int styleable AppCompatTheme_actionOverflowButtonStyle 32
1452
- int styleable AppCompatTheme_actionOverflowMenuStyle 33
1453
- int styleable AppCompatTheme_activityChooserViewStyle 34
1454
- int styleable AppCompatTheme_alertDialogButtonGroupStyle 35
1455
- int styleable AppCompatTheme_alertDialogCenterButtons 36
1456
- int styleable AppCompatTheme_alertDialogStyle 37
1457
- int styleable AppCompatTheme_alertDialogTheme 38
1458
- int styleable AppCompatTheme_autoCompleteTextViewStyle 39
1459
- int styleable AppCompatTheme_borderlessButtonStyle 40
1460
- int styleable AppCompatTheme_buttonBarButtonStyle 41
1461
- int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
1462
- int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
1463
- int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
1464
- int styleable AppCompatTheme_buttonBarStyle 45
1465
- int styleable AppCompatTheme_buttonStyle 46
1466
- int styleable AppCompatTheme_buttonStyleSmall 47
1467
- int styleable AppCompatTheme_checkboxStyle 48
1468
- int styleable AppCompatTheme_checkedTextViewStyle 49
1469
- int styleable AppCompatTheme_colorAccent 50
1470
- int styleable AppCompatTheme_colorBackgroundFloating 51
1471
- int styleable AppCompatTheme_colorButtonNormal 52
1472
- int styleable AppCompatTheme_colorControlActivated 53
1473
- int styleable AppCompatTheme_colorControlHighlight 54
1474
- int styleable AppCompatTheme_colorControlNormal 55
1475
- int styleable AppCompatTheme_colorError 56
1476
- int styleable AppCompatTheme_colorPrimary 57
1477
- int styleable AppCompatTheme_colorPrimaryDark 58
1478
- int styleable AppCompatTheme_colorSwitchThumbNormal 59
1479
- int styleable AppCompatTheme_controlBackground 60
1480
- int styleable AppCompatTheme_dialogCornerRadius 61
1481
- int styleable AppCompatTheme_dialogPreferredPadding 62
1482
- int styleable AppCompatTheme_dialogTheme 63
1483
- int styleable AppCompatTheme_dividerHorizontal 64
1484
- int styleable AppCompatTheme_dividerVertical 65
1485
- int styleable AppCompatTheme_dropDownListViewStyle 66
1486
- int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
1487
- int styleable AppCompatTheme_editTextBackground 68
1488
- int styleable AppCompatTheme_editTextColor 69
1489
- int styleable AppCompatTheme_editTextStyle 70
1490
- int styleable AppCompatTheme_homeAsUpIndicator 71
1491
- int styleable AppCompatTheme_imageButtonStyle 72
1492
- int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
1493
- int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
1494
- int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
1495
- int styleable AppCompatTheme_listDividerAlertDialog 76
1496
- int styleable AppCompatTheme_listMenuViewStyle 77
1497
- int styleable AppCompatTheme_listPopupWindowStyle 78
1498
- int styleable AppCompatTheme_listPreferredItemHeight 79
1499
- int styleable AppCompatTheme_listPreferredItemHeightLarge 80
1500
- int styleable AppCompatTheme_listPreferredItemHeightSmall 81
1501
- int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
1502
- int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
1503
- int styleable AppCompatTheme_listPreferredItemPaddingRight 84
1504
- int styleable AppCompatTheme_listPreferredItemPaddingStart 85
1505
- int styleable AppCompatTheme_panelBackground 86
1506
- int styleable AppCompatTheme_panelMenuListTheme 87
1507
- int styleable AppCompatTheme_panelMenuListWidth 88
1508
- int styleable AppCompatTheme_popupMenuStyle 89
1509
- int styleable AppCompatTheme_popupWindowStyle 90
1510
- int styleable AppCompatTheme_radioButtonStyle 91
1511
- int styleable AppCompatTheme_ratingBarStyle 92
1512
- int styleable AppCompatTheme_ratingBarStyleIndicator 93
1513
- int styleable AppCompatTheme_ratingBarStyleSmall 94
1514
- int styleable AppCompatTheme_searchViewStyle 95
1515
- int styleable AppCompatTheme_seekBarStyle 96
1516
- int styleable AppCompatTheme_selectableItemBackground 97
1517
- int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
1518
- int styleable AppCompatTheme_spinnerDropDownItemStyle 99
1519
- int styleable AppCompatTheme_spinnerStyle 100
1520
- int styleable AppCompatTheme_switchStyle 101
1521
- int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
1522
- int styleable AppCompatTheme_textAppearanceListItem 103
1523
- int styleable AppCompatTheme_textAppearanceListItemSecondary 104
1524
- int styleable AppCompatTheme_textAppearanceListItemSmall 105
1525
- int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
1526
- int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
1527
- int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
1528
- int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
1529
- int styleable AppCompatTheme_textColorAlertDialogListItem 110
1530
- int styleable AppCompatTheme_textColorSearchUrl 111
1531
- int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
1532
- int styleable AppCompatTheme_toolbarStyle 113
1533
- int styleable AppCompatTheme_tooltipForegroundColor 114
1534
- int styleable AppCompatTheme_tooltipFrameBackground 115
1535
- int styleable AppCompatTheme_viewInflaterClass 116
1536
- int styleable AppCompatTheme_windowActionBar 117
1537
- int styleable AppCompatTheme_windowActionBarOverlay 118
1538
- int styleable AppCompatTheme_windowActionModeOverlay 119
1539
- int styleable AppCompatTheme_windowFixedHeightMajor 120
1540
- int styleable AppCompatTheme_windowFixedHeightMinor 121
1541
- int styleable AppCompatTheme_windowFixedWidthMajor 122
1542
- int styleable AppCompatTheme_windowFixedWidthMinor 123
1543
- int styleable AppCompatTheme_windowMinWidthMajor 124
1544
- int styleable AppCompatTheme_windowMinWidthMinor 125
1545
- int styleable AppCompatTheme_windowNoTitle 126
1546
- int[] styleable ButtonBarLayout { 0x7f030028 }
1547
- int styleable ButtonBarLayout_allowStacking 0
1548
- int[] styleable Capability { 0x7f0300ca, 0x7f0300d5 }
1549
- int styleable Capability_queryPatterns 0
1550
- int styleable Capability_shortcutMatchRequired 1
1551
- int[] styleable CheckedTextView { 0x01010108, 0x7f030047, 0x7f030048, 0x7f030049 }
1552
- int styleable CheckedTextView_android_checkMark 0
1553
- int styleable CheckedTextView_checkMarkCompat 1
1554
- int styleable CheckedTextView_checkMarkTint 2
1555
- int styleable CheckedTextView_checkMarkTintMode 3
1556
- int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x01010647, 0x7f030029, 0x7f03009c }
1557
- int styleable ColorStateListItem_android_color 0
1558
- int styleable ColorStateListItem_android_alpha 1
1559
- int styleable ColorStateListItem_android_lStar 2
1560
- int styleable ColorStateListItem_alpha 3
1561
- int styleable ColorStateListItem_lStar 4
1562
- int[] styleable CompoundButton { 0x01010107, 0x7f03003f, 0x7f030045, 0x7f030046 }
1563
- int styleable CompoundButton_android_button 0
1564
- int styleable CompoundButton_buttonCompat 1
1565
- int styleable CompoundButton_buttonTint 2
1566
- int styleable CompoundButton_buttonTintMode 3
1567
- int[] styleable DrawerArrowToggle { 0x7f03002b, 0x7f03002c, 0x7f030038, 0x7f030050, 0x7f030072, 0x7f03008d, 0x7f0300db, 0x7f0300f9 }
1568
- int styleable DrawerArrowToggle_arrowHeadLength 0
1569
- int styleable DrawerArrowToggle_arrowShaftLength 1
1570
- int styleable DrawerArrowToggle_barLength 2
1571
- int styleable DrawerArrowToggle_color 3
1572
- int styleable DrawerArrowToggle_drawableSize 4
1573
- int styleable DrawerArrowToggle_gapBetweenBars 5
1574
- int styleable DrawerArrowToggle_spinBars 6
1575
- int styleable DrawerArrowToggle_thickness 7
1576
- int[] styleable FontFamily { 0x7f030083, 0x7f030084, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f030088, 0x7f030089 }
1577
- int styleable FontFamily_fontProviderAuthority 0
1578
- int styleable FontFamily_fontProviderCerts 1
1579
- int styleable FontFamily_fontProviderFetchStrategy 2
1580
- int styleable FontFamily_fontProviderFetchTimeout 3
1581
- int styleable FontFamily_fontProviderPackage 4
1582
- int styleable FontFamily_fontProviderQuery 5
1583
- int styleable FontFamily_fontProviderSystemFontFamily 6
1584
- int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f030081, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f030114 }
1585
- int styleable FontFamilyFont_android_font 0
1586
- int styleable FontFamilyFont_android_fontWeight 1
1587
- int styleable FontFamilyFont_android_fontStyle 2
1588
- int styleable FontFamilyFont_android_ttcIndex 3
1589
- int styleable FontFamilyFont_android_fontVariationSettings 4
1590
- int styleable FontFamilyFont_font 5
1591
- int styleable FontFamilyFont_fontStyle 6
1592
- int styleable FontFamilyFont_fontVariationSettings 7
1593
- int styleable FontFamilyFont_fontWeight 8
1594
- int styleable FontFamilyFont_ttcIndex 9
1595
- int[] styleable Fragment { 0x01010003, 0x010100d0, 0x010100d1 }
1596
- int styleable Fragment_android_name 0
1597
- int styleable Fragment_android_id 1
1598
- int styleable Fragment_android_tag 2
1599
- int[] styleable FragmentContainerView { 0x01010003, 0x010100d1 }
1600
- int styleable FragmentContainerView_android_name 0
1601
- int styleable FragmentContainerView_android_tag 1
1602
- int[] styleable GradientColor { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 }
1603
- int styleable GradientColor_android_startColor 0
1604
- int styleable GradientColor_android_endColor 1
1605
- int styleable GradientColor_android_type 2
1606
- int styleable GradientColor_android_centerX 3
1607
- int styleable GradientColor_android_centerY 4
1608
- int styleable GradientColor_android_gradientRadius 5
1609
- int styleable GradientColor_android_tileMode 6
1610
- int styleable GradientColor_android_centerColor 7
1611
- int styleable GradientColor_android_startX 8
1612
- int styleable GradientColor_android_startY 9
1613
- int styleable GradientColor_android_endX 10
1614
- int styleable GradientColor_android_endY 11
1615
- int[] styleable GradientColorItem { 0x010101a5, 0x01010514 }
1616
- int styleable GradientColorItem_android_color 0
1617
- int styleable GradientColorItem_android_offset 1
1618
- int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f03006a, 0x7f03006c, 0x7f0300b2, 0x7f0300d7 }
1619
- int styleable LinearLayoutCompat_android_gravity 0
1620
- int styleable LinearLayoutCompat_android_orientation 1
1621
- int styleable LinearLayoutCompat_android_baselineAligned 2
1622
- int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
1623
- int styleable LinearLayoutCompat_android_weightSum 4
1624
- int styleable LinearLayoutCompat_divider 5
1625
- int styleable LinearLayoutCompat_dividerPadding 6
1626
- int styleable LinearLayoutCompat_measureWithLargestChild 7
1627
- int styleable LinearLayoutCompat_showDividers 8
1628
- int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
1629
- int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
1630
- int styleable LinearLayoutCompat_Layout_android_layout_width 1
1631
- int styleable LinearLayoutCompat_Layout_android_layout_height 2
1632
- int styleable LinearLayoutCompat_Layout_android_layout_weight 3
1633
- int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
1634
- int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
1635
- int styleable ListPopupWindow_android_dropDownVerticalOffset 1
1636
- int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
1637
- int styleable MenuGroup_android_enabled 0
1638
- int styleable MenuGroup_android_id 1
1639
- int styleable MenuGroup_android_visible 2
1640
- int styleable MenuGroup_android_menuCategory 3
1641
- int styleable MenuGroup_android_orderInCategory 4
1642
- int styleable MenuGroup_android_checkableBehavior 5
1643
- int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000d, 0x7f030021, 0x7f030022, 0x7f03002a, 0x7f03005c, 0x7f030094, 0x7f030095, 0x7f0300b9, 0x7f0300d6, 0x7f030110 }
1644
- int styleable MenuItem_android_icon 0
1645
- int styleable MenuItem_android_enabled 1
1646
- int styleable MenuItem_android_id 2
1647
- int styleable MenuItem_android_checked 3
1648
- int styleable MenuItem_android_visible 4
1649
- int styleable MenuItem_android_menuCategory 5
1650
- int styleable MenuItem_android_orderInCategory 6
1651
- int styleable MenuItem_android_title 7
1652
- int styleable MenuItem_android_titleCondensed 8
1653
- int styleable MenuItem_android_alphabeticShortcut 9
1654
- int styleable MenuItem_android_numericShortcut 10
1655
- int styleable MenuItem_android_checkable 11
1656
- int styleable MenuItem_android_onClick 12
1657
- int styleable MenuItem_actionLayout 13
1658
- int styleable MenuItem_actionProviderClass 14
1659
- int styleable MenuItem_actionViewClass 15
1660
- int styleable MenuItem_alphabeticModifiers 16
1661
- int styleable MenuItem_contentDescription 17
1662
- int styleable MenuItem_iconTint 18
1663
- int styleable MenuItem_iconTintMode 19
1664
- int styleable MenuItem_numericModifiers 20
1665
- int styleable MenuItem_showAsAction 21
1666
- int styleable MenuItem_tooltipText 22
1667
- int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0300c5, 0x7f0300e1 }
1668
- int styleable MenuView_android_windowAnimationStyle 0
1669
- int styleable MenuView_android_itemTextAppearance 1
1670
- int styleable MenuView_android_horizontalDivider 2
1671
- int styleable MenuView_android_verticalDivider 3
1672
- int styleable MenuView_android_headerBackground 4
1673
- int styleable MenuView_android_itemBackground 5
1674
- int styleable MenuView_android_itemIconDisabledAlpha 6
1675
- int styleable MenuView_preserveIconSpacing 7
1676
- int styleable MenuView_subMenuArrow 8
1677
- int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0300ba }
1678
- int styleable PopupWindow_android_popupBackground 0
1679
- int styleable PopupWindow_android_popupAnimationStyle 1
1680
- int styleable PopupWindow_overlapAnchor 2
1681
- int[] styleable PopupWindowBackgroundState { 0x7f0300e0 }
1682
- int styleable PopupWindowBackgroundState_state_above_anchor 0
1683
- int[] styleable RecycleListView { 0x7f0300bb, 0x7f0300be }
1684
- int styleable RecycleListView_paddingBottomNoButtons 0
1685
- int styleable RecycleListView_paddingTopNoTitle 1
1686
- int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f03004c, 0x7f03005b, 0x7f030065, 0x7f03008e, 0x7f030096, 0x7f03009e, 0x7f0300c8, 0x7f0300c9, 0x7f0300cf, 0x7f0300d0, 0x7f0300e2, 0x7f0300e7, 0x7f030116 }
1687
- int styleable SearchView_android_focusable 0
1688
- int styleable SearchView_android_maxWidth 1
1689
- int styleable SearchView_android_inputType 2
1690
- int styleable SearchView_android_imeOptions 3
1691
- int styleable SearchView_closeIcon 4
1692
- int styleable SearchView_commitIcon 5
1693
- int styleable SearchView_defaultQueryHint 6
1694
- int styleable SearchView_goIcon 7
1695
- int styleable SearchView_iconifiedByDefault 8
1696
- int styleable SearchView_layout 9
1697
- int styleable SearchView_queryBackground 10
1698
- int styleable SearchView_queryHint 11
1699
- int styleable SearchView_searchHintIcon 12
1700
- int styleable SearchView_searchIcon 13
1701
- int styleable SearchView_submitBackground 14
1702
- int styleable SearchView_suggestionRowLayout 15
1703
- int styleable SearchView_voiceIcon 16
1704
- int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0300c3 }
1705
- int styleable Spinner_android_entries 0
1706
- int styleable Spinner_android_popupBackground 1
1707
- int styleable Spinner_android_prompt 2
1708
- int styleable Spinner_android_dropDownWidth 3
1709
- int styleable Spinner_popupTheme 4
1710
- int[] styleable StateListDrawable { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }
1711
- int styleable StateListDrawable_android_dither 0
1712
- int styleable StateListDrawable_android_visible 1
1713
- int styleable StateListDrawable_android_variablePadding 2
1714
- int styleable StateListDrawable_android_constantSize 3
1715
- int styleable StateListDrawable_android_enterFadeDuration 4
1716
- int styleable StateListDrawable_android_exitFadeDuration 5
1717
- int[] styleable StateListDrawableItem { 0x01010199 }
1718
- int styleable StateListDrawableItem_android_drawable 0
1719
- int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0300d8, 0x7f0300de, 0x7f0300e8, 0x7f0300e9, 0x7f0300eb, 0x7f0300fa, 0x7f0300fb, 0x7f0300fc, 0x7f030111, 0x7f030112, 0x7f030113 }
1720
- int styleable SwitchCompat_android_textOn 0
1721
- int styleable SwitchCompat_android_textOff 1
1722
- int styleable SwitchCompat_android_thumb 2
1723
- int styleable SwitchCompat_showText 3
1724
- int styleable SwitchCompat_splitTrack 4
1725
- int styleable SwitchCompat_switchMinWidth 5
1726
- int styleable SwitchCompat_switchPadding 6
1727
- int styleable SwitchCompat_switchTextAppearance 7
1728
- int styleable SwitchCompat_thumbTextPadding 8
1729
- int styleable SwitchCompat_thumbTint 9
1730
- int styleable SwitchCompat_thumbTintMode 10
1731
- int styleable SwitchCompat_track 11
1732
- int styleable SwitchCompat_trackTint 12
1733
- int styleable SwitchCompat_trackTintMode 13
1734
- int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x01010585, 0x7f030082, 0x7f03008b, 0x7f0300ec, 0x7f0300f7 }
1735
- int styleable TextAppearance_android_textSize 0
1736
- int styleable TextAppearance_android_typeface 1
1737
- int styleable TextAppearance_android_textStyle 2
1738
- int styleable TextAppearance_android_textColor 3
1739
- int styleable TextAppearance_android_textColorHint 4
1740
- int styleable TextAppearance_android_textColorLink 5
1741
- int styleable TextAppearance_android_shadowColor 6
1742
- int styleable TextAppearance_android_shadowDx 7
1743
- int styleable TextAppearance_android_shadowDy 8
1744
- int styleable TextAppearance_android_shadowRadius 9
1745
- int styleable TextAppearance_android_fontFamily 10
1746
- int styleable TextAppearance_android_textFontWeight 11
1747
- int styleable TextAppearance_fontFamily 12
1748
- int styleable TextAppearance_fontVariationSettings 13
1749
- int styleable TextAppearance_textAllCaps 14
1750
- int styleable TextAppearance_textLocale 15
1751
- int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f030040, 0x7f03004e, 0x7f03004f, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f0300af, 0x7f0300b0, 0x7f0300b1, 0x7f0300b3, 0x7f0300b5, 0x7f0300b6, 0x7f0300c3, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f030102, 0x7f030103, 0x7f030104, 0x7f030105, 0x7f030106, 0x7f030107, 0x7f030108, 0x7f030109, 0x7f03010a }
1752
- int styleable Toolbar_android_gravity 0
1753
- int styleable Toolbar_android_minHeight 1
1754
- int styleable Toolbar_buttonGravity 2
1755
- int styleable Toolbar_collapseContentDescription 3
1756
- int styleable Toolbar_collapseIcon 4
1757
- int styleable Toolbar_contentInsetEnd 5
1758
- int styleable Toolbar_contentInsetEndWithActions 6
1759
- int styleable Toolbar_contentInsetLeft 7
1760
- int styleable Toolbar_contentInsetRight 8
1761
- int styleable Toolbar_contentInsetStart 9
1762
- int styleable Toolbar_contentInsetStartWithNavigation 10
1763
- int styleable Toolbar_logo 11
1764
- int styleable Toolbar_logoDescription 12
1765
- int styleable Toolbar_maxButtonHeight 13
1766
- int styleable Toolbar_menu 14
1767
- int styleable Toolbar_navigationContentDescription 15
1768
- int styleable Toolbar_navigationIcon 16
1769
- int styleable Toolbar_popupTheme 17
1770
- int styleable Toolbar_subtitle 18
1771
- int styleable Toolbar_subtitleTextAppearance 19
1772
- int styleable Toolbar_subtitleTextColor 20
1773
- int styleable Toolbar_title 21
1774
- int styleable Toolbar_titleMargin 22
1775
- int styleable Toolbar_titleMarginBottom 23
1776
- int styleable Toolbar_titleMarginEnd 24
1777
- int styleable Toolbar_titleMarginStart 25
1778
- int styleable Toolbar_titleMarginTop 26
1779
- int styleable Toolbar_titleMargins 27
1780
- int styleable Toolbar_titleTextAppearance 28
1781
- int styleable Toolbar_titleTextColor 29
1782
- int[] styleable View { 0x01010000, 0x010100da, 0x7f0300bc, 0x7f0300bd, 0x7f0300f8 }
1783
- int styleable View_android_theme 0
1784
- int styleable View_android_focusable 1
1785
- int styleable View_paddingEnd 2
1786
- int styleable View_paddingStart 3
1787
- int styleable View_theme 4
1788
- int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f030036, 0x7f030037 }
1789
- int styleable ViewBackgroundHelper_android_background 0
1790
- int styleable ViewBackgroundHelper_backgroundTint 1
1791
- int styleable ViewBackgroundHelper_backgroundTintMode 2
1792
- int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
1793
- int styleable ViewStubCompat_android_id 0
1794
- int styleable ViewStubCompat_android_layout 1
1795
- int styleable ViewStubCompat_android_inflatedId 2