react-native-msal2 1.0.2 → 1.0.4

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 (1231) hide show
  1. package/README.md +2 -3
  2. package/android/build.gradle +58 -0
  3. package/android/src/main/AndroidManifest.xml +4 -0
  4. package/android/src/main/java/com/reactnativemsal/FileUtils.java +80 -0
  5. package/android/src/main/java/com/reactnativemsal/RNMSALModule.java +482 -0
  6. package/android/src/main/java/com/reactnativemsal/RNMSALPackage.java +25 -0
  7. package/android/src/main/java/com/reactnativemsal/ReadableMapUtils.java +105 -0
  8. package/app/.bundle/config +2 -0
  9. package/app/.eslintrc.js +4 -0
  10. package/app/.prettierrc.js +7 -0
  11. package/app/.watchmanconfig +1 -0
  12. package/app/Gemfile +9 -0
  13. package/app/README.md +79 -0
  14. package/app/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml +11 -0
  15. package/app/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java +62 -0
  16. package/app/android/app/build/generated/source/buildConfig/debug/com/msal2app/BuildConfig.java +16 -0
  17. package/app/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +1 -0
  18. package/app/android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt +2 -0
  19. package/app/android/app/build/intermediates/app_metadata/debug/app-metadata.properties +2 -0
  20. package/app/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json +10 -0
  21. package/app/android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar +0 -0
  22. package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin +0 -0
  23. package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin +0 -0
  24. package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin +0 -0
  25. package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin +0 -0
  26. package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c2593558e6c75717a40e01c6fb292e43e24402acd909f5b9e58a498c2fa4394b_bucket_0/graph.bin +0 -0
  27. package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c2593558e6c75717a40e01c6fb292e43e24402acd909f5b9e58a498c2fa4394b_bucket_1/graph.bin +0 -0
  28. package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c2593558e6c75717a40e01c6fb292e43e24402acd909f5b9e58a498c2fa4394b_bucket_2/graph.bin +0 -0
  29. package/app/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c2593558e6c75717a40e01c6fb292e43e24402acd909f5b9e58a498c2fa4394b_bucket_3/graph.bin +0 -0
  30. package/app/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +0 -0
  31. package/app/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex +0 -0
  32. package/app/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +0 -0
  33. package/app/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/13/classes.dex +0 -0
  34. package/app/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex +0 -0
  35. package/app/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out +0 -0
  36. package/app/android/app/build/intermediates/dex_number_of_buckets_file/debug/out +1 -0
  37. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties +12 -0
  38. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml +3571 -0
  39. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml +59 -0
  40. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml +32 -0
  41. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml +59 -0
  42. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml +39 -0
  43. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml +39 -0
  44. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +32 -0
  45. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml +34 -0
  46. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml +58 -0
  47. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml +59 -0
  48. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml +58 -0
  49. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml +32 -0
  50. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml +59 -0
  51. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml +55 -0
  52. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml +54 -0
  53. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml +58 -0
  54. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +32 -0
  55. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +32 -0
  56. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +43 -0
  57. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +32 -0
  58. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +32 -0
  59. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml +59 -0
  60. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rES/values-es-rES.xml +30 -0
  61. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +32 -0
  62. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml +58 -0
  63. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml +32 -0
  64. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml +59 -0
  65. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml +59 -0
  66. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml +56 -0
  67. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +56 -0
  68. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml +32 -0
  69. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml +59 -0
  70. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +4 -0
  71. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ha/values-ha.xml +30 -0
  72. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +8 -0
  73. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml +59 -0
  74. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml +59 -0
  75. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml +59 -0
  76. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml +39 -0
  77. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml +57 -0
  78. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml +32 -0
  79. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml +55 -0
  80. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml +59 -0
  81. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml +59 -0
  82. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-jv/values-jv.xml +27 -0
  83. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml +58 -0
  84. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml +38 -0
  85. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml +59 -0
  86. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml +59 -0
  87. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml +59 -0
  88. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ku/values-ku.xml +9 -0
  89. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml +38 -0
  90. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml +6 -0
  91. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +12 -0
  92. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +4 -0
  93. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml +39 -0
  94. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml +59 -0
  95. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml +59 -0
  96. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml +59 -0
  97. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml +59 -0
  98. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml +38 -0
  99. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml +59 -0
  100. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml +57 -0
  101. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml +59 -0
  102. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml +59 -0
  103. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml +39 -0
  104. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml +11 -0
  105. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml +56 -0
  106. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml +32 -0
  107. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml +59 -0
  108. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml +56 -0
  109. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml +4 -0
  110. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ps/values-ps.xml +10 -0
  111. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml +59 -0
  112. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml +32 -0
  113. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +58 -0
  114. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml +57 -0
  115. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml +59 -0
  116. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml +59 -0
  117. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml +59 -0
  118. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml +58 -0
  119. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-so/values-so.xml +9 -0
  120. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml +59 -0
  121. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml +59 -0
  122. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml +57 -0
  123. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml +58 -0
  124. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +11 -0
  125. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml +59 -0
  126. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml +59 -0
  127. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tg/values-tg.xml +9 -0
  128. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml +59 -0
  129. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml +41 -0
  130. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml +58 -0
  131. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml +59 -0
  132. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml +59 -0
  133. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml +39 -0
  134. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml +8 -0
  135. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml +62 -0
  136. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml +4 -0
  137. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml +277 -0
  138. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml +15 -0
  139. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml +51 -0
  140. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml +5 -0
  141. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml +9 -0
  142. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml +18 -0
  143. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml +13 -0
  144. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml +57 -0
  145. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml +12 -0
  146. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml +15 -0
  147. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +9 -0
  148. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +59 -0
  149. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +59 -0
  150. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +59 -0
  151. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml +32 -0
  152. package/app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml +4447 -0
  153. package/app/android/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +12 -0
  154. package/app/android/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml +10 -0
  155. package/app/android/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml +5 -0
  156. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  157. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0+y8SwkVFyUiryypiVUnpJbl3LE= +0 -0
  158. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1V5v+bHGpPWcIdSVnqUG3Y9lq6g= +0 -0
  159. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1cLPPODuF9AwFoCoV74gaWpi4tM= +0 -0
  160. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2Xj6Jla+IK7myWRxzdkYqE8Up5E= +0 -0
  161. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2rft8S5zgfsOdY2o60_oIf8EwlU= +0 -0
  162. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2yFBhXuSqDhc0JMF5Xj11OkU7sY= +0 -0
  163. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3h1uvvvjWF9kJOCeXT3JH7v90Mw= +0 -0
  164. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4_UCqAnmk89lkOsyyPBHeJ64jb4= +0 -0
  165. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4oJtNZDnPRodkrbhv_VY0dN0cxI= +0 -0
  166. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5Eg+fzV9fEtKI7el6a4IFVfP7Wc= +0 -0
  167. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5yIG7jq_j7jwDhVrHpvdjwOxpn4= +0 -0
  168. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9lENaKMyXnVTjSOG0Nm+pKf0bSs= +0 -0
  169. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9zjFQQ_QpTLqXTRM6kiy0KO28FM= +0 -0
  170. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B2jXY3WDoEt3F4Jv1nfeHUEYLCs= +0 -0
  171. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BBToVA_5XhBbkuDSrhU2AZ4EzXY= +0 -0
  172. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BCeofwfRIJDo21dN0Whdy3bnneg= +0 -0
  173. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BTVN_Kvst0qOJrNDZvBcVr_EbN8= +0 -0
  174. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cew3x70Pm+T4sHHFGxrcLO1JjIo= +0 -0
  175. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CiyatRDuc65ck4UaLweBGpmgOtE= +0 -0
  176. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DifJ9fXD3FSu9QvMcRucbho+9jU= +0 -0
  177. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E5e+jWFQBYcOnL9vaLw0x45XLa0= +0 -0
  178. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E9KoMxkV3sp40BG28u4SvvK1M_c= +0 -0
  179. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ESNWR7Nlft3by2BmRryBleawikQ= +0 -0
  180. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FZuv9rEXCr7TctgYpS05fsoP0vk= +0 -0
  181. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FksrmPst_7ShhUj5LQq3TMfLzes= +0 -0
  182. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GAzBXxmYZ6BN5nFH53hL6D_Baq8= +0 -0
  183. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GW5ZVwHkCnZ6YYgRQUBendaF5FU= +0 -0
  184. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GjVVggohreV5HWwFehazeWYDrG8= +0 -0
  185. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JxUPvt5qdxRlta9_oH501Rolxms= +0 -0
  186. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LR8DJPiVT48B3sgJpghOpqHsisI= +0 -0
  187. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/L_9tWH7FuoEyUJAUXRZeQR+1Us4= +0 -0
  188. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Mam7uqJTRcZ6atQPf8+u_ppR+PI= +0 -0
  189. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MzNoVuIvXapAFSp9Z15etwjYEMM= +0 -0
  190. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NjC9y_HZoW2nOMF8SXbU5_H5Y8E= +0 -0
  191. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NnRmLo1ROui10jG+X8DFA55ww3A= +0 -0
  192. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PJI_kuwfnKc6xRSpVov_Od+Rs0E= +0 -0
  193. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PVU9pF7qAsxxX9Nal_N_mEYKowo= +0 -0
  194. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PaO1QEk8n1E7_dPKSzDlNQ4690E= +0 -0
  195. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qb8FE7_vhsyZecW9gOOrChOFEwY= +0 -0
  196. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QuKB5EM0W6t9H8f964IFScSD9X4= +0 -0
  197. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/So+9oETl+moSky_0VSt+O3SZfMg= +0 -0
  198. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TAtio0CKwZ3qbKZDht1FwyLOLRw= +0 -0
  199. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UIPVMmcl2cAU_5f+heA_3SP_Rx0= +0 -0
  200. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UPkTOeIg5TDOylP27DbYI7kGyfs= +0 -0
  201. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Urr1nTAqPzxUzwQLUI61f_hxqd0= +0 -0
  202. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UwSrAWr97sLH69VFbXLtj8y_S4g= +0 -0
  203. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/W2x5roa5OIAYWy5tBFwv0mpkx5M= +0 -0
  204. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/W3gGT_GJSw9IAyENF09MtsWYPj8= +0 -0
  205. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X+sPN8cIZE0UzsJxaj14QJsVS6s= +0 -0
  206. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xgqv3ShftZtKBNhgYKPCV6j88AA= +0 -0
  207. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Y2MK3wB9waMLeR0GKDBvGE98rxY= +0 -0
  208. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Y9c+1mYbKxVEtv+Fx63WJOhlGBg= +0 -0
  209. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YlR27R+7tICIE7T176HPH986mEQ= +0 -0
  210. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZbhKTRFwwaaw8y7dUPv8e+9GoaE= +0 -0
  211. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zo+b9+DIsDSNOGEmofkxIgR+QeU= +0 -0
  212. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZpaX3H6KEnheVj59lsA9xFfBJOs= +0 -0
  213. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_4Q+Qi9LquCTUORzBp0ozkgthrA= +0 -0
  214. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_89bKi1pRZ1M7aPHkVhurO5kwVA= +0 -0
  215. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bQtcd7wdVc0rQc22Ct8iUVP2TRE= +0 -0
  216. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bn0HN41ncar2UPdzwYsGNq56KLc= +0 -0
  217. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cMLsLct_A9ykpAYy7Lvoibrg6Ko= +0 -0
  218. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dC7Ckg4jJMrNltEP00ZlTqsvPz4= +0 -0
  219. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fZfosc1p1N6E0ilxsxCNsr8_3s4= +0 -0
  220. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gXjP_eLQqzQ7diWGhRJlC1RKlpA= +0 -0
  221. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gYIQX4rnBORAHZNpbVy2QlUH2Ms= +0 -0
  222. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gotHiuOnS7cnZuoq9uZ3JAJvbbk= +0 -0
  223. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hCPxgt9VmGLGCounnm6Oe3AZpbo= +0 -0
  224. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hOoApptrh71DYEaN1aQTno+YVkA= +0 -0
  225. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hjN48eh8Zm4rmUn+c+YPYPLBTds= +0 -0
  226. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hn5xMIrF8L7E7wmUPzuI9LprgoU= +0 -0
  227. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kB5IbC7VzA0bdXqX8kQEgERUtOc= +0 -0
  228. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kw43bi7q0SdBi+bZm61q9z2aXYQ= +0 -0
  229. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mN1sx7j44dpfKWDUNMIzESxyfkw= +0 -0
  230. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mocu3psIRnNYJbNzyvwNuhXerF8= +0 -0
  231. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/odcnbckQ5nwhimBFmVt+N6JWMNw= +0 -0
  232. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pBYPqt66qZiB+rMHyqp_bI9Yg7g= +0 -0
  233. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q87D5AJ5lONtMvhqaVSauJ9PRk4= +0 -0
  234. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qiUHGax9SS+beQtPsRxoUd8ZOUU= +0 -0
  235. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qqbLzlixaL0bnZYuRBiXJ+v22yI= +0 -0
  236. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sMTlLXwmj5CGsjPoc8Cu5BFxmA8= +0 -0
  237. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sXZAiWIiMhopzerGszw2P1mMFEc= +0 -0
  238. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/syyt9AT1X37GsylvEYAIItE3TQw= +0 -0
  239. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/szB674++wD1O5qTNvlVxCKK3_Lo= +0 -0
  240. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tyv4V_Mkx5YQ6Nx5W8o2v_1JlYo= +0 -0
  241. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/v_DEoFIMbp5Ixj55ZOzBrJh6jeo= +0 -0
  242. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vtno_pvpWf2H73G_IV5EAEUyMpI= +0 -0
  243. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x3ezwIUo4+qrfO4ZYlSAay_3hXY= +0 -0
  244. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x6eZ_mzNWGULmKZ_Wu6ROjMNdOg= +0 -0
  245. package/app/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yXDcPIXDtUEtb_iodKLuNoiAxeA= +0 -0
  246. package/app/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
  247. package/app/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  248. package/app/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  249. package/app/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +16 -0
  250. package/app/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources +0 -0
  251. package/app/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 +0 -0
  252. package/app/android/app/build/intermediates/java_res/debug/out/META-INF/app_debug.kotlin_module +0 -0
  253. package/app/android/app/build/intermediates/javac/debug/classes/com/facebook/react/PackageList.class +0 -0
  254. package/app/android/app/build/intermediates/javac/debug/classes/com/msal2app/BuildConfig.class +0 -0
  255. package/app/android/app/build/intermediates/local_only_symbol_list/debug/R-def.txt +9 -0
  256. package/app/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +118 -0
  257. package/app/android/app/build/intermediates/merged_java_res/debug/base.jar +0 -0
  258. package/app/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml +70 -0
  259. package/app/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml +70 -0
  260. package/app/android/app/build/intermediates/merged_manifests/debug/output-metadata.json +20 -0
  261. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
  262. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libcrypto.so +0 -0
  263. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
  264. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
  265. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
  266. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
  267. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
  268. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
  269. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
  270. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
  271. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
  272. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
  273. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libhermes.so +0 -0
  274. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libhermes_executor.so +0 -0
  275. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libhermesinstancejni.so +0 -0
  276. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so +0 -0
  277. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscinstance.so +0 -0
  278. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjserrorhandler.so +0 -0
  279. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
  280. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
  281. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
  282. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
  283. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
  284. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
  285. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so +0 -0
  286. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
  287. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
  288. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
  289. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
  290. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_newarchdefaults.so +0 -0
  291. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
  292. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
  293. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
  294. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
  295. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
  296. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_element.so +0 -0
  297. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
  298. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
  299. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
  300. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
  301. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
  302. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
  303. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
  304. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
  305. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
  306. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
  307. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
  308. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
  309. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
  310. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
  311. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
  312. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librninstance.so +0 -0
  313. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
  314. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_legacyviewmanagerinterop.so +0 -0
  315. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_native.so +0 -0
  316. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
  317. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
  318. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
  319. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
  320. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
  321. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
  322. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
  323. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libssl.so +0 -0
  324. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
  325. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libuimanagerjni.so +0 -0
  326. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
  327. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
  328. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libcrypto.so +0 -0
  329. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
  330. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
  331. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
  332. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
  333. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
  334. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
  335. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
  336. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
  337. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
  338. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
  339. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libhermes.so +0 -0
  340. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libhermes_executor.so +0 -0
  341. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libhermesinstancejni.so +0 -0
  342. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
  343. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscinstance.so +0 -0
  344. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjserrorhandler.so +0 -0
  345. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
  346. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
  347. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
  348. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
  349. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
  350. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
  351. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so +0 -0
  352. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
  353. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
  354. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
  355. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
  356. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_newarchdefaults.so +0 -0
  357. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
  358. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
  359. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
  360. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
  361. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
  362. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_element.so +0 -0
  363. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
  364. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
  365. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
  366. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
  367. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
  368. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
  369. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
  370. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
  371. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
  372. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
  373. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
  374. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
  375. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
  376. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
  377. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
  378. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librninstance.so +0 -0
  379. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
  380. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_legacyviewmanagerinterop.so +0 -0
  381. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_native.so +0 -0
  382. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
  383. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
  384. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
  385. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
  386. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
  387. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
  388. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
  389. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libssl.so +0 -0
  390. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
  391. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libuimanagerjni.so +0 -0
  392. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
  393. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
  394. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libcrypto.so +0 -0
  395. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
  396. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
  397. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
  398. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
  399. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so +0 -0
  400. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
  401. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so +0 -0
  402. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
  403. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so +0 -0
  404. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
  405. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libhermes.so +0 -0
  406. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libhermes_executor.so +0 -0
  407. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libhermesinstancejni.so +0 -0
  408. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so +0 -0
  409. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscinstance.so +0 -0
  410. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjserrorhandler.so +0 -0
  411. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so +0 -0
  412. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
  413. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
  414. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so +0 -0
  415. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
  416. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
  417. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so +0 -0
  418. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
  419. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
  420. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
  421. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
  422. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_newarchdefaults.so +0 -0
  423. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
  424. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
  425. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
  426. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
  427. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
  428. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_element.so +0 -0
  429. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
  430. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
  431. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
  432. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
  433. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
  434. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
  435. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
  436. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
  437. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
  438. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
  439. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
  440. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
  441. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
  442. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
  443. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
  444. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librninstance.so +0 -0
  445. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
  446. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_legacyviewmanagerinterop.so +0 -0
  447. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_native.so +0 -0
  448. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
  449. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
  450. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
  451. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
  452. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
  453. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
  454. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
  455. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libssl.so +0 -0
  456. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
  457. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libuimanagerjni.so +0 -0
  458. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so +0 -0
  459. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
  460. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libcrypto.so +0 -0
  461. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
  462. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
  463. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
  464. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
  465. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
  466. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
  467. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
  468. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
  469. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
  470. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
  471. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libhermes.so +0 -0
  472. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libhermes_executor.so +0 -0
  473. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libhermesinstancejni.so +0 -0
  474. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so +0 -0
  475. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscinstance.so +0 -0
  476. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjserrorhandler.so +0 -0
  477. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
  478. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
  479. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
  480. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
  481. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
  482. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
  483. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so +0 -0
  484. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
  485. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
  486. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
  487. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
  488. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_newarchdefaults.so +0 -0
  489. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
  490. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
  491. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
  492. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
  493. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
  494. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_element.so +0 -0
  495. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
  496. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
  497. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
  498. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
  499. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
  500. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
  501. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
  502. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
  503. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
  504. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
  505. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
  506. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
  507. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
  508. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
  509. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
  510. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librninstance.so +0 -0
  511. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
  512. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_legacyviewmanagerinterop.so +0 -0
  513. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_native.so +0 -0
  514. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
  515. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
  516. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
  517. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
  518. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
  519. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
  520. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
  521. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libssl.so +0 -0
  522. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
  523. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libuimanagerjni.so +0 -0
  524. package/app/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
  525. package/app/android/app/build/intermediates/merged_res/debug/drawable_rn_edit_text_material.xml.flat +0 -0
  526. package/app/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.png.flat +0 -0
  527. package/app/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.png.flat +0 -0
  528. package/app/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.png.flat +0 -0
  529. package/app/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.png.flat +0 -0
  530. package/app/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.png.flat +0 -0
  531. package/app/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.png.flat +0 -0
  532. package/app/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.png.flat +0 -0
  533. package/app/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.png.flat +0 -0
  534. package/app/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.png.flat +0 -0
  535. package/app/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat +0 -0
  536. package/app/android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat +0 -0
  537. package/app/android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat +0 -0
  538. package/app/android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat +0 -0
  539. package/app/android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat +0 -0
  540. package/app/android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat +0 -0
  541. package/app/android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
  542. package/app/android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat +0 -0
  543. package/app/android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat +0 -0
  544. package/app/android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat +0 -0
  545. package/app/android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat +0 -0
  546. package/app/android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat +0 -0
  547. package/app/android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat +0 -0
  548. package/app/android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat +0 -0
  549. package/app/android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat +0 -0
  550. package/app/android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat +0 -0
  551. package/app/android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat +0 -0
  552. package/app/android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat +0 -0
  553. package/app/android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat +0 -0
  554. package/app/android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat +0 -0
  555. package/app/android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat +0 -0
  556. package/app/android/app/build/intermediates/merged_res/debug/values-es-rES_values-es-rES.arsc.flat +0 -0
  557. package/app/android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat +0 -0
  558. package/app/android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat +0 -0
  559. package/app/android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat +0 -0
  560. package/app/android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat +0 -0
  561. package/app/android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat +0 -0
  562. package/app/android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat +0 -0
  563. package/app/android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
  564. package/app/android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat +0 -0
  565. package/app/android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat +0 -0
  566. package/app/android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat +0 -0
  567. package/app/android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
  568. package/app/android/app/build/intermediates/merged_res/debug/values-ha_values-ha.arsc.flat +0 -0
  569. package/app/android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
  570. package/app/android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat +0 -0
  571. package/app/android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat +0 -0
  572. package/app/android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat +0 -0
  573. package/app/android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat +0 -0
  574. package/app/android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat +0 -0
  575. package/app/android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat +0 -0
  576. package/app/android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat +0 -0
  577. package/app/android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat +0 -0
  578. package/app/android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat +0 -0
  579. package/app/android/app/build/intermediates/merged_res/debug/values-jv_values-jv.arsc.flat +0 -0
  580. package/app/android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat +0 -0
  581. package/app/android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat +0 -0
  582. package/app/android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat +0 -0
  583. package/app/android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat +0 -0
  584. package/app/android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat +0 -0
  585. package/app/android/app/build/intermediates/merged_res/debug/values-ku_values-ku.arsc.flat +0 -0
  586. package/app/android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat +0 -0
  587. package/app/android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat +0 -0
  588. package/app/android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat +0 -0
  589. package/app/android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
  590. package/app/android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat +0 -0
  591. package/app/android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat +0 -0
  592. package/app/android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat +0 -0
  593. package/app/android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat +0 -0
  594. package/app/android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat +0 -0
  595. package/app/android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat +0 -0
  596. package/app/android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat +0 -0
  597. package/app/android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat +0 -0
  598. package/app/android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat +0 -0
  599. package/app/android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat +0 -0
  600. package/app/android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat +0 -0
  601. package/app/android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat +0 -0
  602. package/app/android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat +0 -0
  603. package/app/android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat +0 -0
  604. package/app/android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat +0 -0
  605. package/app/android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat +0 -0
  606. package/app/android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat +0 -0
  607. package/app/android/app/build/intermediates/merged_res/debug/values-ps_values-ps.arsc.flat +0 -0
  608. package/app/android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
  609. package/app/android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
  610. package/app/android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat +0 -0
  611. package/app/android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat +0 -0
  612. package/app/android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat +0 -0
  613. package/app/android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat +0 -0
  614. package/app/android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat +0 -0
  615. package/app/android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat +0 -0
  616. package/app/android/app/build/intermediates/merged_res/debug/values-so_values-so.arsc.flat +0 -0
  617. package/app/android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat +0 -0
  618. package/app/android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat +0 -0
  619. package/app/android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat +0 -0
  620. package/app/android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
  621. package/app/android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat +0 -0
  622. package/app/android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat +0 -0
  623. package/app/android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat +0 -0
  624. package/app/android/app/build/intermediates/merged_res/debug/values-tg_values-tg.arsc.flat +0 -0
  625. package/app/android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat +0 -0
  626. package/app/android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat +0 -0
  627. package/app/android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat +0 -0
  628. package/app/android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat +0 -0
  629. package/app/android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat +0 -0
  630. package/app/android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat +0 -0
  631. package/app/android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat +0 -0
  632. package/app/android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat +0 -0
  633. package/app/android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat +0 -0
  634. package/app/android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat +0 -0
  635. package/app/android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat +0 -0
  636. package/app/android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat +0 -0
  637. package/app/android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat +0 -0
  638. package/app/android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat +0 -0
  639. package/app/android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat +0 -0
  640. package/app/android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat +0 -0
  641. package/app/android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat +0 -0
  642. package/app/android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat +0 -0
  643. package/app/android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat +0 -0
  644. package/app/android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
  645. package/app/android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
  646. package/app/android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
  647. package/app/android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
  648. package/app/android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat +0 -0
  649. package/app/android/app/build/intermediates/merged_res/debug/values_values.arsc.flat +0 -0
  650. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json +5216 -0
  651. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json +60 -0
  652. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json +36 -0
  653. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json +60 -0
  654. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json +60 -0
  655. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json +60 -0
  656. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json +36 -0
  657. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json +60 -0
  658. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json +60 -0
  659. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json +60 -0
  660. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json +60 -0
  661. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json +36 -0
  662. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json +60 -0
  663. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json +60 -0
  664. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json +60 -0
  665. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json +60 -0
  666. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json +36 -0
  667. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json +36 -0
  668. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json +60 -0
  669. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json +36 -0
  670. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json +36 -0
  671. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rES.json +19 -0
  672. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json +36 -0
  673. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json +60 -0
  674. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json +60 -0
  675. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json +36 -0
  676. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json +60 -0
  677. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json +60 -0
  678. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json +60 -0
  679. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json +60 -0
  680. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json +36 -0
  681. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json +60 -0
  682. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json +19 -0
  683. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ha.json +19 -0
  684. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json +20 -0
  685. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json +60 -0
  686. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json +60 -0
  687. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json +60 -0
  688. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json +60 -0
  689. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json +60 -0
  690. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json +36 -0
  691. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json +60 -0
  692. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json +60 -0
  693. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json +60 -0
  694. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-jv.json +19 -0
  695. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json +60 -0
  696. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json +60 -0
  697. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json +60 -0
  698. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json +60 -0
  699. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json +60 -0
  700. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ku.json +19 -0
  701. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json +60 -0
  702. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json +19 -0
  703. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json +19 -0
  704. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json +19 -0
  705. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json +60 -0
  706. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json +60 -0
  707. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json +60 -0
  708. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json +60 -0
  709. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json +60 -0
  710. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json +60 -0
  711. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json +60 -0
  712. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json +60 -0
  713. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json +60 -0
  714. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json +60 -0
  715. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json +60 -0
  716. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json +19 -0
  717. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json +60 -0
  718. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json +36 -0
  719. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json +60 -0
  720. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json +60 -0
  721. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json +19 -0
  722. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ps.json +19 -0
  723. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json +36 -0
  724. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json +60 -0
  725. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json +60 -0
  726. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json +60 -0
  727. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json +60 -0
  728. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json +60 -0
  729. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json +60 -0
  730. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json +60 -0
  731. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-so.json +19 -0
  732. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json +60 -0
  733. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json +60 -0
  734. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json +60 -0
  735. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json +60 -0
  736. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json +19 -0
  737. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json +60 -0
  738. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json +60 -0
  739. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tg.json +19 -0
  740. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json +60 -0
  741. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json +60 -0
  742. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json +60 -0
  743. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json +60 -0
  744. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json +60 -0
  745. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json +60 -0
  746. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json +38 -0
  747. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json +20 -0
  748. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json +19 -0
  749. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json +47 -0
  750. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json +20 -0
  751. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json +20 -0
  752. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json +19 -0
  753. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json +20 -0
  754. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json +20 -0
  755. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json +20 -0
  756. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json +60 -0
  757. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json +20 -0
  758. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json +20 -0
  759. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json +19 -0
  760. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json +60 -0
  761. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json +60 -0
  762. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json +60 -0
  763. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json +36 -0
  764. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json +316 -0
  765. package/app/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json +46 -0
  766. package/app/android/app/build/intermediates/navigation_json/debug/navigation.json +1 -0
  767. package/app/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml +70 -0
  768. package/app/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json +20 -0
  769. package/app/android/app/build/intermediates/packaged_res/debug/drawable/rn_edit_text_material.xml +36 -0
  770. package/app/android/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.png +0 -0
  771. package/app/android/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.png +0 -0
  772. package/app/android/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.png +0 -0
  773. package/app/android/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.png +0 -0
  774. package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.png +0 -0
  775. package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.png +0 -0
  776. package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.png +0 -0
  777. package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.png +0 -0
  778. package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.png +0 -0
  779. package/app/android/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.png +0 -0
  780. package/app/android/app/build/intermediates/packaged_res/debug/values/values.xml +10 -0
  781. package/app/android/app/build/intermediates/processed_res/debug/out/output-metadata.json +20 -0
  782. package/app/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ +0 -0
  783. package/app/android/app/build/intermediates/project_dex_archive/debug/out/a5db77cd958ca6feecef50e77c383f81c2e93a88e2f4b1f2aa441640223f71b0_0.jar +0 -0
  784. package/app/android/app/build/intermediates/project_dex_archive/debug/out/a5db77cd958ca6feecef50e77c383f81c2e93a88e2f4b1f2aa441640223f71b0_1.jar +0 -0
  785. package/app/android/app/build/intermediates/project_dex_archive/debug/out/a5db77cd958ca6feecef50e77c383f81c2e93a88e2f4b1f2aa441640223f71b0_2.jar +0 -0
  786. package/app/android/app/build/intermediates/project_dex_archive/debug/out/a5db77cd958ca6feecef50e77c383f81c2e93a88e2f4b1f2aa441640223f71b0_3.jar +0 -0
  787. package/app/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex +0 -0
  788. package/app/android/app/build/intermediates/project_dex_archive/debug/out/com/msal2app/BuildConfig.dex +0 -0
  789. package/app/android/app/build/intermediates/project_dex_archive/debug/out/com/msal2app/MainActivity.dex +0 -0
  790. package/app/android/app/build/intermediates/project_dex_archive/debug/out/com/msal2app/MainApplication$reactNativeHost$1.dex +0 -0
  791. package/app/android/app/build/intermediates/project_dex_archive/debug/out/com/msal2app/MainApplication.dex +0 -0
  792. package/app/android/app/build/intermediates/runtime_symbol_list/debug/R.txt +1984 -0
  793. package/app/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json +1 -0
  794. package/app/android/app/build/intermediates/source_set_path_map/debug/file-map.txt +31 -0
  795. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
  796. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libcrypto.so +0 -0
  797. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
  798. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
  799. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
  800. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
  801. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
  802. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
  803. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
  804. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
  805. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
  806. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
  807. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libhermes.so +0 -0
  808. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libhermes_executor.so +0 -0
  809. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libhermesinstancejni.so +0 -0
  810. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so +0 -0
  811. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscinstance.so +0 -0
  812. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjserrorhandler.so +0 -0
  813. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
  814. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
  815. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
  816. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
  817. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
  818. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
  819. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so +0 -0
  820. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
  821. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
  822. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
  823. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
  824. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_newarchdefaults.so +0 -0
  825. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
  826. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
  827. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
  828. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
  829. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
  830. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_element.so +0 -0
  831. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
  832. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
  833. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
  834. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
  835. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
  836. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
  837. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
  838. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
  839. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
  840. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
  841. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
  842. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
  843. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
  844. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
  845. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
  846. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librninstance.so +0 -0
  847. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
  848. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_legacyviewmanagerinterop.so +0 -0
  849. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_native.so +0 -0
  850. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
  851. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
  852. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
  853. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
  854. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
  855. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
  856. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
  857. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libssl.so +0 -0
  858. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
  859. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libuimanagerjni.so +0 -0
  860. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
  861. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
  862. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libcrypto.so +0 -0
  863. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
  864. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
  865. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
  866. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
  867. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
  868. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
  869. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
  870. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
  871. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
  872. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
  873. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libhermes.so +0 -0
  874. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libhermes_executor.so +0 -0
  875. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libhermesinstancejni.so +0 -0
  876. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so +0 -0
  877. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscinstance.so +0 -0
  878. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjserrorhandler.so +0 -0
  879. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
  880. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
  881. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
  882. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
  883. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
  884. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
  885. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so +0 -0
  886. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
  887. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
  888. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
  889. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
  890. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_newarchdefaults.so +0 -0
  891. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
  892. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
  893. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
  894. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
  895. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
  896. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_element.so +0 -0
  897. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
  898. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
  899. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
  900. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
  901. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
  902. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
  903. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
  904. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
  905. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
  906. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
  907. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
  908. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
  909. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
  910. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
  911. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
  912. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librninstance.so +0 -0
  913. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
  914. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_legacyviewmanagerinterop.so +0 -0
  915. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_native.so +0 -0
  916. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
  917. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
  918. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
  919. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
  920. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
  921. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
  922. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
  923. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libssl.so +0 -0
  924. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
  925. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libuimanagerjni.so +0 -0
  926. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
  927. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
  928. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libcrypto.so +0 -0
  929. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
  930. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
  931. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
  932. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
  933. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so +0 -0
  934. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
  935. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so +0 -0
  936. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
  937. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so +0 -0
  938. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
  939. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libhermes.so +0 -0
  940. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libhermes_executor.so +0 -0
  941. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libhermesinstancejni.so +0 -0
  942. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so +0 -0
  943. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscinstance.so +0 -0
  944. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjserrorhandler.so +0 -0
  945. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so +0 -0
  946. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
  947. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
  948. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so +0 -0
  949. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
  950. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
  951. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so +0 -0
  952. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
  953. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
  954. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
  955. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
  956. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_newarchdefaults.so +0 -0
  957. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
  958. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
  959. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
  960. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
  961. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
  962. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_element.so +0 -0
  963. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
  964. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
  965. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
  966. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
  967. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
  968. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
  969. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
  970. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
  971. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
  972. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
  973. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
  974. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
  975. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
  976. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
  977. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
  978. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librninstance.so +0 -0
  979. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
  980. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_legacyviewmanagerinterop.so +0 -0
  981. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_native.so +0 -0
  982. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
  983. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
  984. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
  985. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
  986. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
  987. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
  988. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
  989. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libssl.so +0 -0
  990. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
  991. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libuimanagerjni.so +0 -0
  992. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so +0 -0
  993. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
  994. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libcrypto.so +0 -0
  995. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
  996. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
  997. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
  998. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
  999. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
  1000. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
  1001. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
  1002. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
  1003. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
  1004. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
  1005. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libhermes.so +0 -0
  1006. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libhermes_executor.so +0 -0
  1007. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libhermesinstancejni.so +0 -0
  1008. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so +0 -0
  1009. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscinstance.so +0 -0
  1010. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjserrorhandler.so +0 -0
  1011. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
  1012. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
  1013. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
  1014. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
  1015. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
  1016. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
  1017. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so +0 -0
  1018. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
  1019. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
  1020. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
  1021. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
  1022. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_newarchdefaults.so +0 -0
  1023. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
  1024. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
  1025. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
  1026. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
  1027. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
  1028. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_element.so +0 -0
  1029. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
  1030. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
  1031. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
  1032. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
  1033. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
  1034. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
  1035. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
  1036. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
  1037. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
  1038. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
  1039. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
  1040. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
  1041. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
  1042. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
  1043. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
  1044. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librninstance.so +0 -0
  1045. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
  1046. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_legacyviewmanagerinterop.so +0 -0
  1047. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_native.so +0 -0
  1048. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
  1049. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
  1050. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
  1051. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
  1052. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
  1053. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
  1054. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
  1055. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libssl.so +0 -0
  1056. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
  1057. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libuimanagerjni.so +0 -0
  1058. package/app/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
  1059. package/app/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +1477 -0
  1060. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  1061. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  1062. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  1063. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  1064. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  1065. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  1066. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  1067. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  1068. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  1069. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  1070. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  1071. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  1072. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  1073. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  1074. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  1075. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  1076. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  1077. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  1078. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  1079. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  1080. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  1081. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  1082. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  1083. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  1084. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  1085. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  1086. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  1087. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  1088. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab +0 -0
  1089. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream +0 -0
  1090. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len +0 -0
  1091. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len +0 -0
  1092. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at +0 -0
  1093. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i +0 -0
  1094. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len +0 -0
  1095. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  1096. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  1097. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  1098. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  1099. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  1100. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  1101. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  1102. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  1103. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  1104. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  1105. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  1106. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  1107. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  1108. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  1109. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  1110. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  1111. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  1112. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  1113. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  1114. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  1115. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  1116. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  1117. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  1118. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  1119. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  1120. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  1121. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  1122. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  1123. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  1124. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  1125. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  1126. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  1127. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  1128. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  1129. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  1130. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  1131. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  1132. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  1133. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  1134. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  1135. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  1136. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  1137. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  1138. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  1139. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  1140. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  1141. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  1142. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  1143. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  1144. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  1145. package/app/android/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  1146. package/app/android/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  1147. package/app/android/app/build/outputs/apk/debug/app-debug.apk +0 -0
  1148. package/app/android/app/build/outputs/apk/debug/output-metadata.json +20 -0
  1149. package/app/android/app/build/outputs/logs/manifest-merger-debug-report.txt +344 -0
  1150. package/app/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  1151. package/app/android/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module +0 -0
  1152. package/app/android/app/build/tmp/kotlin-classes/debug/com/msal2app/MainActivity.class +0 -0
  1153. package/app/android/app/build/tmp/kotlin-classes/debug/com/msal2app/MainApplication$reactNativeHost$1.class +0 -0
  1154. package/app/android/app/build/tmp/kotlin-classes/debug/com/msal2app/MainApplication.class +0 -0
  1155. package/app/android/app/build.gradle +119 -0
  1156. package/app/android/app/debug.keystore +0 -0
  1157. package/app/android/app/proguard-rules.pro +10 -0
  1158. package/app/android/app/src/debug/AndroidManifest.xml +9 -0
  1159. package/app/android/app/src/main/AndroidManifest.xml +25 -0
  1160. package/app/android/app/src/main/java/com/msal2app/MainActivity.kt +22 -0
  1161. package/app/android/app/src/main/java/com/msal2app/MainApplication.kt +45 -0
  1162. package/app/android/app/src/main/res/drawable/rn_edit_text_material.xml +36 -0
  1163. package/app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  1164. package/app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  1165. package/app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  1166. package/app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  1167. package/app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  1168. package/app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  1169. package/app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  1170. package/app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  1171. package/app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  1172. package/app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  1173. package/app/android/app/src/main/res/values/strings.xml +3 -0
  1174. package/app/android/app/src/main/res/values/styles.xml +9 -0
  1175. package/app/android/build.gradle +21 -0
  1176. package/app/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  1177. package/app/android/gradle/wrapper/gradle-wrapper.properties +7 -0
  1178. package/app/android/gradle.properties +41 -0
  1179. package/app/android/gradlew +249 -0
  1180. package/app/android/gradlew.bat +92 -0
  1181. package/app/android/settings.gradle +4 -0
  1182. package/app/app.json +4 -0
  1183. package/app/babel.config.js +3 -0
  1184. package/app/index.js +9 -0
  1185. package/app/ios/.xcode.env +11 -0
  1186. package/app/ios/Msal2App/AppDelegate.h +6 -0
  1187. package/app/ios/Msal2App/AppDelegate.mm +31 -0
  1188. package/app/ios/Msal2App/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
  1189. package/app/ios/Msal2App/Images.xcassets/Contents.json +6 -0
  1190. package/app/ios/Msal2App/Info.plist +52 -0
  1191. package/app/ios/Msal2App/LaunchScreen.storyboard +47 -0
  1192. package/app/ios/Msal2App/main.m +10 -0
  1193. package/app/ios/Msal2App.xcodeproj/project.pbxproj +698 -0
  1194. package/app/ios/Msal2App.xcodeproj/xcshareddata/xcschemes/Msal2App.xcscheme +88 -0
  1195. package/app/ios/Msal2App.xcworkspace/contents.xcworkspacedata +10 -0
  1196. package/app/ios/Msal2AppTests/Info.plist +24 -0
  1197. package/app/ios/Msal2AppTests/Msal2AppTests.m +66 -0
  1198. package/app/ios/Podfile +56 -0
  1199. package/app/ios/Podfile.lock +1384 -0
  1200. package/app/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm +0 -0
  1201. package/app/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h +0 -0
  1202. package/app/ios/build/generated/ios/React-Codegen.podspec.json +1 -0
  1203. package/app/jest.config.js +3 -0
  1204. package/app/metro.config.js +11 -0
  1205. package/app/package-lock.json +20038 -0
  1206. package/app/package.json +37 -0
  1207. package/app/react-native-msal2-1.0.0.tgz +0 -0
  1208. package/app/src/App.tsx +150 -0
  1209. package/app/src/b2cClient.ts +199 -0
  1210. package/app/src/msalConfig.ts +20 -0
  1211. package/app/tsconfig.json +3 -0
  1212. package/app/yarn.lock +6771 -0
  1213. package/babel.config.json +3 -0
  1214. package/create-app.js +40 -0
  1215. package/index.tsx +3 -0
  1216. package/ios/RNMSAL.h +5 -0
  1217. package/ios/RNMSAL.m +318 -0
  1218. package/ios/RNMSAL.xcodeproj/project.pbxproj +278 -0
  1219. package/ios/RNMSAL.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  1220. package/ios/RNMSAL.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  1221. package/ios/RNMSAL.xcodeproj/project.xcworkspace/xcuserdata/sandeepvemula.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  1222. package/ios/RNMSAL.xcodeproj/xcuserdata/sandeepvemula.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
  1223. package/ios/UIViewController+RNMSALUtils.h +7 -0
  1224. package/ios/UIViewController+RNMSALUtils.m +56 -0
  1225. package/package.json +4 -12
  1226. package/react-native-msal2.podspec +20 -0
  1227. package/src/publicClientApplication.ts +82 -0
  1228. package/src/types.ts +313 -0
  1229. package/test/index.test.tsx +37 -0
  1230. package/test/tsconfig.json +4 -0
  1231. package/tsconfig.json +14 -0
@@ -0,0 +1,3571 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2" xmlns:ns2="http://schemas.android.com/tools">
3
+ <attr format="reference" name="drawerArrowStyle"/>
4
+ <attr format="dimension" name="height"/>
5
+ <attr format="boolean" name="isLightTheme"/>
6
+ <attr format="reference" name="nestedScrollViewStyle"/>
7
+ <attr format="string" name="title"/>
8
+ <bool name="abc_action_bar_embed_tabs">true</bool>
9
+ <bool name="abc_config_actionMenuItemAllCaps">true</bool>
10
+ <color name="abc_decor_view_status_guard">#ff000000</color>
11
+ <color name="abc_decor_view_status_guard_light">#ffffffff</color>
12
+ <color name="abc_search_url_text_normal">#7fa87f</color>
13
+ <color name="abc_search_url_text_pressed">@android:color/black</color>
14
+ <color name="abc_search_url_text_selected">@android:color/black</color>
15
+ <color name="accent_material_dark">@color/material_deep_teal_200</color>
16
+ <color name="accent_material_light">@color/material_deep_teal_500</color>
17
+ <color name="androidx_core_ripple_material_light">#1f000000</color>
18
+ <color name="androidx_core_secondary_text_default_material_light">#8a000000</color>
19
+ <color name="background_floating_material_dark">@color/material_grey_800</color>
20
+ <color name="background_floating_material_light">@android:color/white</color>
21
+ <color name="background_material_dark">@color/material_grey_850</color>
22
+ <color name="background_material_light">@color/material_grey_50</color>
23
+ <color name="bright_foreground_disabled_material_dark">#80ffffff</color>
24
+ <color name="bright_foreground_disabled_material_light">#80000000</color>
25
+ <color name="bright_foreground_inverse_material_dark">@color/bright_foreground_material_light</color>
26
+ <color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color>
27
+ <color name="bright_foreground_material_dark">@android:color/white</color>
28
+ <color name="bright_foreground_material_light">@android:color/black</color>
29
+ <color name="button_material_dark">#ff5a595b</color>
30
+ <color name="button_material_light">#ffd6d7d7</color>
31
+ <color name="catalyst_logbox_background">#ffffffff</color>
32
+ <color name="catalyst_redbox_background">#eecc0000</color>
33
+ <color name="dim_foreground_disabled_material_dark">#80bebebe</color>
34
+ <color name="dim_foreground_disabled_material_light">#80323232</color>
35
+ <color name="dim_foreground_material_dark">#ffbebebe</color>
36
+ <color name="dim_foreground_material_light">#ff323232</color>
37
+ <color name="error_color_material_dark">#ff7043</color>
38
+ <color name="error_color_material_light">#ff5722</color>
39
+ <color name="foreground_material_dark">@android:color/white</color>
40
+ <color name="foreground_material_light">@android:color/black</color>
41
+ <color name="highlighted_text_material_dark">#6680cbc4</color>
42
+ <color name="highlighted_text_material_light">#66009688</color>
43
+ <color name="material_blue_grey_800">#ff37474f</color>
44
+ <color name="material_blue_grey_900">#ff263238</color>
45
+ <color name="material_blue_grey_950">#ff21272b</color>
46
+ <color name="material_deep_teal_200">#ff80cbc4</color>
47
+ <color name="material_deep_teal_500">#ff008577</color>
48
+ <color name="material_grey_100">#fff5f5f5</color>
49
+ <color name="material_grey_300">#ffe0e0e0</color>
50
+ <color name="material_grey_50">#fffafafa</color>
51
+ <color name="material_grey_600">#ff757575</color>
52
+ <color name="material_grey_800">#ff424242</color>
53
+ <color name="material_grey_850">#ff303030</color>
54
+ <color name="material_grey_900">#ff212121</color>
55
+ <color name="notification_action_color_filter">#ffffffff</color>
56
+ <color name="notification_icon_bg_color">#ff9e9e9e</color>
57
+ <color name="primary_dark_material_dark">@android:color/black</color>
58
+ <color name="primary_dark_material_light">@color/material_grey_600</color>
59
+ <color name="primary_material_dark">@color/material_grey_900</color>
60
+ <color name="primary_material_light">@color/material_grey_100</color>
61
+ <color name="primary_text_default_material_dark">#ffffffff</color>
62
+ <color name="primary_text_default_material_light">#de000000</color>
63
+ <color name="primary_text_disabled_material_dark">#4Dffffff</color>
64
+ <color name="primary_text_disabled_material_light">#39000000</color>
65
+ <color name="ripple_material_dark">#33ffffff</color>
66
+ <color name="ripple_material_light">#1f000000</color>
67
+ <color name="secondary_text_default_material_dark">#b3ffffff</color>
68
+ <color name="secondary_text_default_material_light">#8a000000</color>
69
+ <color name="secondary_text_disabled_material_dark">#36ffffff</color>
70
+ <color name="secondary_text_disabled_material_light">#24000000</color>
71
+ <color name="switch_thumb_disabled_material_dark">#ff616161</color>
72
+ <color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
73
+ <color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
74
+ <color name="switch_thumb_normal_material_light">#fff1f1f1</color>
75
+ <color name="tooltip_background_dark">#e6616161</color>
76
+ <color name="tooltip_background_light">#e6FFFFFF</color>
77
+ <dimen name="abc_action_bar_content_inset_material">16dp</dimen>
78
+ <dimen name="abc_action_bar_content_inset_with_nav">72dp</dimen>
79
+ <dimen name="abc_action_bar_default_height_material">56dp</dimen>
80
+ <dimen name="abc_action_bar_default_padding_end_material">0dp</dimen>
81
+ <dimen name="abc_action_bar_default_padding_start_material">0dp</dimen>
82
+ <dimen name="abc_action_bar_elevation_material">4dp</dimen>
83
+ <dimen name="abc_action_bar_icon_vertical_padding_material">16dp</dimen>
84
+ <dimen name="abc_action_bar_overflow_padding_end_material">10dp</dimen>
85
+ <dimen name="abc_action_bar_overflow_padding_start_material">6dp</dimen>
86
+ <dimen name="abc_action_bar_stacked_max_height">48dp</dimen>
87
+ <dimen name="abc_action_bar_stacked_tab_max_width">180dp</dimen>
88
+ <dimen name="abc_action_bar_subtitle_bottom_margin_material">5dp</dimen>
89
+ <dimen name="abc_action_bar_subtitle_top_margin_material">-3dp</dimen>
90
+ <dimen name="abc_action_button_min_height_material">48dp</dimen>
91
+ <dimen name="abc_action_button_min_width_material">48dp</dimen>
92
+ <dimen name="abc_action_button_min_width_overflow_material">36dp</dimen>
93
+ <dimen name="abc_alert_dialog_button_bar_height">48dp</dimen>
94
+ <dimen name="abc_alert_dialog_button_dimen">48dp</dimen>
95
+ <dimen name="abc_button_inset_horizontal_material">@dimen/abc_control_inset_material</dimen>
96
+ <dimen name="abc_button_inset_vertical_material">6dp</dimen>
97
+ <dimen name="abc_button_padding_horizontal_material">8dp</dimen>
98
+ <dimen name="abc_button_padding_vertical_material">@dimen/abc_control_padding_material</dimen>
99
+ <dimen name="abc_cascading_menus_min_smallest_width">720dp</dimen>
100
+ <dimen name="abc_config_prefDialogWidth">320dp</dimen>
101
+ <dimen name="abc_control_corner_material">2dp</dimen>
102
+ <dimen name="abc_control_inset_material">4dp</dimen>
103
+ <dimen name="abc_control_padding_material">4dp</dimen>
104
+ <dimen name="abc_dialog_corner_radius_material">2dp</dimen>
105
+ <item name="abc_dialog_fixed_height_major" type="dimen">80%</item>
106
+ <item name="abc_dialog_fixed_height_minor" type="dimen">100%</item>
107
+ <item name="abc_dialog_fixed_width_major" type="dimen">320dp</item>
108
+ <item name="abc_dialog_fixed_width_minor" type="dimen">320dp</item>
109
+ <dimen name="abc_dialog_list_padding_bottom_no_buttons">8dp</dimen>
110
+ <dimen name="abc_dialog_list_padding_top_no_title">8dp</dimen>
111
+ <item name="abc_dialog_min_width_major" type="dimen">65%</item>
112
+ <item name="abc_dialog_min_width_minor" type="dimen">95%</item>
113
+ <dimen name="abc_dialog_padding_material">24dp</dimen>
114
+ <dimen name="abc_dialog_padding_top_material">18dp</dimen>
115
+ <dimen name="abc_dialog_title_divider_material">8dp</dimen>
116
+ <item format="float" name="abc_disabled_alpha_material_dark" type="dimen">0.30</item>
117
+ <item format="float" name="abc_disabled_alpha_material_light" type="dimen">0.26</item>
118
+ <dimen name="abc_dropdownitem_icon_width">32dip</dimen>
119
+ <dimen name="abc_dropdownitem_text_padding_left">8dip</dimen>
120
+ <dimen name="abc_dropdownitem_text_padding_right">8dip</dimen>
121
+ <dimen name="abc_edit_text_inset_bottom_material">7dp</dimen>
122
+ <dimen name="abc_edit_text_inset_horizontal_material">4dp</dimen>
123
+ <dimen name="abc_edit_text_inset_top_material">10dp</dimen>
124
+ <dimen name="abc_floating_window_z">16dp</dimen>
125
+ <dimen name="abc_list_item_height_large_material">80dp</dimen>
126
+ <dimen name="abc_list_item_height_material">64dp</dimen>
127
+ <dimen name="abc_list_item_height_small_material">48dp</dimen>
128
+ <dimen name="abc_list_item_padding_horizontal_material">@dimen/abc_action_bar_content_inset_material</dimen>
129
+ <dimen name="abc_panel_menu_list_width">296dp</dimen>
130
+ <dimen name="abc_progress_bar_height_material">4dp</dimen>
131
+ <dimen name="abc_search_view_preferred_height">48dip</dimen>
132
+ <dimen name="abc_search_view_preferred_width">320dip</dimen>
133
+ <dimen name="abc_seekbar_track_background_height_material">2dp</dimen>
134
+ <dimen name="abc_seekbar_track_progress_height_material">2dp</dimen>
135
+ <dimen name="abc_select_dialog_padding_start_material">20dp</dimen>
136
+ <dimen name="abc_star_big">48dp</dimen>
137
+ <dimen name="abc_star_medium">36dp</dimen>
138
+ <dimen name="abc_star_small">16dp</dimen>
139
+ <dimen name="abc_switch_padding">3dp</dimen>
140
+ <dimen name="abc_text_size_body_1_material">14sp</dimen>
141
+ <dimen name="abc_text_size_body_2_material">14sp</dimen>
142
+ <dimen name="abc_text_size_button_material">14sp</dimen>
143
+ <dimen name="abc_text_size_caption_material">12sp</dimen>
144
+ <dimen name="abc_text_size_display_1_material">34sp</dimen>
145
+ <dimen name="abc_text_size_display_2_material">45sp</dimen>
146
+ <dimen name="abc_text_size_display_3_material">56sp</dimen>
147
+ <dimen name="abc_text_size_display_4_material">112sp</dimen>
148
+ <dimen name="abc_text_size_headline_material">24sp</dimen>
149
+ <dimen name="abc_text_size_large_material">22sp</dimen>
150
+ <dimen name="abc_text_size_medium_material">18sp</dimen>
151
+ <dimen name="abc_text_size_menu_header_material">14sp</dimen>
152
+ <dimen name="abc_text_size_menu_material">16sp</dimen>
153
+ <dimen name="abc_text_size_small_material">14sp</dimen>
154
+ <dimen name="abc_text_size_subhead_material">16sp</dimen>
155
+ <dimen name="abc_text_size_subtitle_material_toolbar">16dp</dimen>
156
+ <dimen name="abc_text_size_title_material">20sp</dimen>
157
+ <dimen name="abc_text_size_title_material_toolbar">20dp</dimen>
158
+ <dimen name="autofill_inline_suggestion_icon_size">20dp</dimen>
159
+ <dimen name="compat_button_inset_horizontal_material">4dp</dimen>
160
+ <dimen name="compat_button_inset_vertical_material">6dp</dimen>
161
+ <dimen name="compat_button_padding_horizontal_material">8dp</dimen>
162
+ <dimen name="compat_button_padding_vertical_material">4dp</dimen>
163
+ <dimen name="compat_control_corner_material">2dp</dimen>
164
+ <dimen name="compat_notification_large_icon_max_height">320dp</dimen>
165
+ <dimen name="compat_notification_large_icon_max_width">320dp</dimen>
166
+ <item format="float" name="disabled_alpha_material_dark" type="dimen">0.30</item>
167
+ <item format="float" name="disabled_alpha_material_light" type="dimen">0.26</item>
168
+ <item format="float" name="highlight_alpha_material_colored" type="dimen">0.26</item>
169
+ <item format="float" name="highlight_alpha_material_dark" type="dimen">0.20</item>
170
+ <item format="float" name="highlight_alpha_material_light" type="dimen">0.12</item>
171
+ <item format="float" name="hint_alpha_material_dark" type="dimen">0.50</item>
172
+ <item format="float" name="hint_alpha_material_light" type="dimen">0.38</item>
173
+ <item format="float" name="hint_pressed_alpha_material_dark" type="dimen">0.70</item>
174
+ <item format="float" name="hint_pressed_alpha_material_light" type="dimen">0.54</item>
175
+ <dimen name="notification_action_icon_size">32dp</dimen>
176
+ <dimen name="notification_action_text_size">13sp</dimen>
177
+ <dimen name="notification_big_circle_margin">12dp</dimen>
178
+ <dimen name="notification_content_margin_start">8dp</dimen>
179
+ <dimen name="notification_large_icon_height">64dp</dimen>
180
+ <dimen name="notification_large_icon_width">64dp</dimen>
181
+ <dimen name="notification_main_column_padding_top">10dp</dimen>
182
+ <dimen name="notification_media_narrow_margin">@dimen/notification_content_margin_start</dimen>
183
+ <dimen name="notification_right_icon_size">16dp</dimen>
184
+ <dimen name="notification_right_side_padding_top">2dp</dimen>
185
+ <dimen name="notification_small_icon_background_padding">3dp</dimen>
186
+ <dimen name="notification_small_icon_size_as_large">24dp</dimen>
187
+ <dimen name="notification_subtext_size">13sp</dimen>
188
+ <dimen name="notification_top_pad">10dp</dimen>
189
+ <dimen name="notification_top_pad_large_text">5dp</dimen>
190
+ <dimen name="tooltip_corner_radius">2dp</dimen>
191
+ <dimen name="tooltip_horizontal_padding">16dp</dimen>
192
+ <dimen name="tooltip_margin">8dp</dimen>
193
+ <dimen name="tooltip_precise_anchor_extra_offset">8dp</dimen>
194
+ <dimen name="tooltip_precise_anchor_threshold">96dp</dimen>
195
+ <dimen name="tooltip_vertical_padding">6.5dp</dimen>
196
+ <dimen name="tooltip_y_offset_non_touch">0dp</dimen>
197
+ <dimen name="tooltip_y_offset_touch">16dp</dimen>
198
+ <drawable name="notification_template_icon_bg">#3333B5E5</drawable>
199
+ <drawable name="notification_template_icon_low_bg">#0cffffff</drawable>
200
+ <item name="accessibility_action_clickable_span" type="id"/>
201
+ <item name="accessibility_actions" type="id"/>
202
+ <item name="accessibility_collection" type="id"/>
203
+ <item name="accessibility_collection_item" type="id"/>
204
+ <item name="accessibility_custom_action_0" type="id"/>
205
+ <item name="accessibility_custom_action_1" type="id"/>
206
+ <item name="accessibility_custom_action_10" type="id"/>
207
+ <item name="accessibility_custom_action_11" type="id"/>
208
+ <item name="accessibility_custom_action_12" type="id"/>
209
+ <item name="accessibility_custom_action_13" type="id"/>
210
+ <item name="accessibility_custom_action_14" type="id"/>
211
+ <item name="accessibility_custom_action_15" type="id"/>
212
+ <item name="accessibility_custom_action_16" type="id"/>
213
+ <item name="accessibility_custom_action_17" type="id"/>
214
+ <item name="accessibility_custom_action_18" type="id"/>
215
+ <item name="accessibility_custom_action_19" type="id"/>
216
+ <item name="accessibility_custom_action_2" type="id"/>
217
+ <item name="accessibility_custom_action_20" type="id"/>
218
+ <item name="accessibility_custom_action_21" type="id"/>
219
+ <item name="accessibility_custom_action_22" type="id"/>
220
+ <item name="accessibility_custom_action_23" type="id"/>
221
+ <item name="accessibility_custom_action_24" type="id"/>
222
+ <item name="accessibility_custom_action_25" type="id"/>
223
+ <item name="accessibility_custom_action_26" type="id"/>
224
+ <item name="accessibility_custom_action_27" type="id"/>
225
+ <item name="accessibility_custom_action_28" type="id"/>
226
+ <item name="accessibility_custom_action_29" type="id"/>
227
+ <item name="accessibility_custom_action_3" type="id"/>
228
+ <item name="accessibility_custom_action_30" type="id"/>
229
+ <item name="accessibility_custom_action_31" type="id"/>
230
+ <item name="accessibility_custom_action_4" type="id"/>
231
+ <item name="accessibility_custom_action_5" type="id"/>
232
+ <item name="accessibility_custom_action_6" type="id"/>
233
+ <item name="accessibility_custom_action_7" type="id"/>
234
+ <item name="accessibility_custom_action_8" type="id"/>
235
+ <item name="accessibility_custom_action_9" type="id"/>
236
+ <item name="accessibility_hint" type="id"/>
237
+ <item name="accessibility_label" type="id"/>
238
+ <item name="accessibility_links" type="id"/>
239
+ <item name="accessibility_role" type="id"/>
240
+ <item name="accessibility_state" type="id"/>
241
+ <item name="accessibility_state_expanded" type="id"/>
242
+ <item name="accessibility_value" type="id"/>
243
+ <item name="action_bar_activity_content" type="id"/>
244
+ <item name="action_bar_spinner" type="id"/>
245
+ <item name="action_menu_divider" type="id"/>
246
+ <item name="action_menu_presenter" type="id"/>
247
+ <item name="flipper_skip_empty_view_group_traversal" type="id"/>
248
+ <item name="flipper_skip_view_traversal" type="id"/>
249
+ <item name="fragment_container_view_tag" type="id"/>
250
+ <item name="home" type="id"/>
251
+ <item name="invalidate_transform" type="id"/>
252
+ <item name="labelled_by" type="id"/>
253
+ <item name="line1" type="id"/>
254
+ <item name="line3" type="id"/>
255
+ <item name="pointer_events" type="id"/>
256
+ <item name="progress_circular" type="id"/>
257
+ <item name="progress_horizontal" type="id"/>
258
+ <item name="react_test_id" type="id"/>
259
+ <item name="role" type="id"/>
260
+ <item name="special_effects_controller_view_tag" type="id"/>
261
+ <item name="split_action_bar" type="id"/>
262
+ <item name="tag_accessibility_actions" type="id"/>
263
+ <item name="tag_accessibility_clickable_spans" type="id"/>
264
+ <item name="tag_accessibility_heading" type="id"/>
265
+ <item name="tag_accessibility_pane_title" type="id"/>
266
+ <item name="tag_on_apply_window_listener" type="id"/>
267
+ <item name="tag_on_receive_content_listener" type="id"/>
268
+ <item name="tag_on_receive_content_mime_types" type="id"/>
269
+ <item name="tag_screen_reader_focusable" type="id"/>
270
+ <item name="tag_state_description" type="id"/>
271
+ <item name="tag_transition_group" type="id"/>
272
+ <item name="tag_unhandled_key_event_manager" type="id"/>
273
+ <item name="tag_unhandled_key_listeners" type="id"/>
274
+ <item name="tag_window_insets_animation_callback" type="id"/>
275
+ <item name="text" type="id"/>
276
+ <item name="text2" type="id"/>
277
+ <item name="title" type="id"/>
278
+ <item name="transform" type="id"/>
279
+ <item name="transform_origin" type="id"/>
280
+ <item name="up" type="id"/>
281
+ <item name="view_tag_instance_handle" type="id"/>
282
+ <item name="view_tag_native_id" type="id"/>
283
+ <id name="view_tree_lifecycle_owner"/>
284
+ <id name="view_tree_on_back_pressed_dispatcher_owner"/>
285
+ <id name="view_tree_saved_state_registry_owner"/>
286
+ <id name="view_tree_view_model_store_owner"/>
287
+ <item name="visible_removing_fragment_view_tag" type="id"/>
288
+ <integer name="abc_config_activityDefaultDur">220</integer>
289
+ <integer name="abc_config_activityShortDur">150</integer>
290
+ <integer name="cancel_button_image_alpha">127</integer>
291
+ <integer name="config_tooltipAnimTime">150</integer>
292
+ <integer name="react_native_dev_server_port">8081</integer>
293
+ <integer name="react_native_inspector_proxy_port">8081</integer>
294
+ <integer name="status_bar_notification_info_maxnum">999</integer>
295
+ <string name="abc_action_bar_home_description">Navigate home</string>
296
+ <string name="abc_action_bar_up_description">Navigate up</string>
297
+ <string name="abc_action_menu_overflow_description">More options</string>
298
+ <string name="abc_action_mode_done">Done</string>
299
+ <string name="abc_activity_chooser_view_see_all">See all</string>
300
+ <string name="abc_activitychooserview_choose_application">Choose an app</string>
301
+ <string name="abc_capital_off">OFF</string>
302
+ <string name="abc_capital_on">ON</string>
303
+ <string name="abc_menu_alt_shortcut_label">Alt+</string>
304
+ <string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
305
+ <string name="abc_menu_delete_shortcut_label">delete</string>
306
+ <string name="abc_menu_enter_shortcut_label">enter</string>
307
+ <string name="abc_menu_function_shortcut_label">Function+</string>
308
+ <string name="abc_menu_meta_shortcut_label">Meta+</string>
309
+ <string name="abc_menu_shift_shortcut_label">Shift+</string>
310
+ <string name="abc_menu_space_shortcut_label">space</string>
311
+ <string name="abc_menu_sym_shortcut_label">Sym+</string>
312
+ <string name="abc_prepend_shortcut_label">Menu+</string>
313
+ <string name="abc_search_hint">Search…</string>
314
+ <string name="abc_searchview_description_clear">Clear query</string>
315
+ <string name="abc_searchview_description_query">Search query</string>
316
+ <string name="abc_searchview_description_search">Search</string>
317
+ <string name="abc_searchview_description_submit">Submit query</string>
318
+ <string name="abc_searchview_description_voice">Voice search</string>
319
+ <string name="abc_shareactionprovider_share_with">Share with</string>
320
+ <string name="abc_shareactionprovider_share_with_application">Share with <ns1:g example="Mail" id="application_name">%s</ns1:g></string>
321
+ <string name="abc_toolbar_collapse_description">Collapse</string>
322
+ <string description="important, and usually time-sensitive, information" name="alert_description">Alert</string>
323
+ <string name="androidx_startup" translatable="false">androidx.startup</string>
324
+ <string name="app_name">Msal2App</string>
325
+ <string name="catalyst_change_bundle_location" project="catalyst" translatable="false">Change Bundle Location</string>
326
+ <string name="catalyst_copy_button" project="catalyst" translatable="false">Copy\n</string>
327
+ <string name="catalyst_debug_connecting" project="catalyst" translatable="false">Connecting to debugger...</string>
328
+ <string name="catalyst_debug_error" project="catalyst" translatable="false">Failed to connect to debugger!</string>
329
+ <string name="catalyst_debug_open" project="catalyst" translatable="false">Open Debugger</string>
330
+ <string name="catalyst_dev_menu_header">React Native Dev Menu <ns1:g id="menu_header_name">(%1$s)</ns1:g></string>
331
+ <string name="catalyst_dev_menu_sub_header">Running <ns1:g id="menu_sub_header_name">%1$s</ns1:g></string>
332
+ <string name="catalyst_dismiss_button" project="catalyst" translatable="false">Dismiss\n(ESC)</string>
333
+ <string name="catalyst_heap_capture" project="catalyst" translatable="false">Capture Heap</string>
334
+ <string name="catalyst_hot_reloading" project="catalyst" translatable="false">Enable Fast Refresh</string>
335
+ <string name="catalyst_hot_reloading_auto_disable" project="catalyst" translatable="false">Disabling Fast Refresh because it requires a development bundle.</string>
336
+ <string name="catalyst_hot_reloading_auto_enable" project="catalyst" translatable="false">Switching to development bundle in order to enable Fast Refresh.</string>
337
+ <string name="catalyst_hot_reloading_stop" project="catalyst" translatable="false">Disable Fast Refresh</string>
338
+ <string name="catalyst_inspector" project="catalyst" translatable="false">Show Element Inspector</string>
339
+ <string name="catalyst_inspector_stop" project="catalyst" translatable="false">Hide Element Inspector</string>
340
+ <string name="catalyst_loading_from_url" project="catalyst" translatable="false">Loading from %1$s…</string>
341
+ <string name="catalyst_open_debugger_error" project="catalyst" translatable="false">Failed to open debugger. Please check that the dev server is running and reload the app.</string>
342
+ <string name="catalyst_perf_monitor" project="catalyst" translatable="false">Show Perf Monitor</string>
343
+ <string name="catalyst_perf_monitor_stop" project="catalyst" translatable="false">Hide Perf Monitor</string>
344
+ <string name="catalyst_reload" project="catalyst" translatable="false">Reload</string>
345
+ <string name="catalyst_reload_button" project="catalyst" translatable="false">Reload\n(R,\u00A0R)</string>
346
+ <string name="catalyst_reload_error" project="catalyst" translatable="false">Failed to load bundle. Try restarting the bundler or reconnecting your device.</string>
347
+ <string name="catalyst_report_button" project="catalyst" translatable="false">Report</string>
348
+ <string name="catalyst_sample_profiler_disable" project="catalyst" translatable="false">Disable Sampling Profiler</string>
349
+ <string name="catalyst_sample_profiler_enable" project="catalyst" translatable="false">Enable Sampling Profiler</string>
350
+ <string name="catalyst_settings" project="catalyst" translatable="false">Settings</string>
351
+ <string name="catalyst_settings_title" project="catalyst" translatable="false">Debug Settings</string>
352
+ <string description="input that controls another element that can pop up to help the user set the value of that input" name="combobox_description">Combo Box</string>
353
+ <string description="heading to a page or section" name="header_description">Heading</string>
354
+ <string description="images, code snippets, text, emojis, or other content that can be combined to deliver information in a visual manner" name="image_description">Image</string>
355
+ <string description="Displays a button with an image (instead of text) that can be pressed or clicked by the user" name="imagebutton_description">Button, Image</string>
356
+ <string description="provides an interactive reference to a resource" name="link_description">Link</string>
357
+ <string description="offers a list of choices to the user" name="menu_description">Menu</string>
358
+ <string description="presentation of menu that usually remains visible and is usually presented horizontally" name="menubar_description">Menu Bar</string>
359
+ <string description="an option in a set of choices contained by a menu or menubar" name="menuitem_description">Menu Item</string>
360
+ <string description="displays the progress status for tasks that take a long time" name="progressbar_description">Progress Bar</string>
361
+ <string description="a group of radio buttons" name="radiogroup_description">Radio Group</string>
362
+ <string description="an interactive element inside a tablist" name="rn_tab_description">Tab</string>
363
+ <string description="controls the scrolling of content within a viewing area" name="scrollbar_description">Scroll Bar</string>
364
+ <string name="search_menu_title">Search</string>
365
+ <string description="defines a type of range that expects the user to select a value from among discrete choices" name="spinbutton_description">Spin Button</string>
366
+ <string description="an element currently being updated or modified" name="state_busy_description">busy</string>
367
+ <string description="a menu, dialog, accordian panel, or other widget which is collapsed" name="state_collapsed_description">collapsed</string>
368
+ <string description="a menu, dialog, accordian panel, or other widget which is expanded" name="state_expanded_description">expanded</string>
369
+ <string description="a checkbox, radio button, or other widget which is both checked and unchecked" name="state_mixed_description">mixed</string>
370
+ <string description="a switch in its disabled state" name="state_off_description">off</string>
371
+ <string description="a switch in its enabled state" name="state_on_description">on</string>
372
+ <string description="used to indicate which elements within single-selection and multiple-selection composite widgets are not selected" name="state_unselected_description">unselected</string>
373
+ <string name="status_bar_notification_info_overflow">999+</string>
374
+ <string description="provides a summary of current conditions, settings, or state, such as the current temperature in the Weather app" name="summary_description">Summary</string>
375
+ <string description="container for a set of tabs" name="tablist_description">Tab List</string>
376
+ <string description="a numerical counter listing the amount of elapsed time from a starting point or the remaining time until an end point" name="timer_description">Timer</string>
377
+ <string description="a collection of commonly used function buttons or controls represented in a compact visual form" name="toolbar_description">Tool Bar</string>
378
+ <style name="AlertDialog.AppCompat" parent="Base.AlertDialog.AppCompat"/>
379
+ <style name="AlertDialog.AppCompat.Light" parent="Base.AlertDialog.AppCompat.Light"/>
380
+ <style name="Animation.AppCompat.Dialog" parent="Base.Animation.AppCompat.Dialog"/>
381
+ <style name="Animation.AppCompat.DropDownUp" parent="Base.Animation.AppCompat.DropDownUp"/>
382
+ <style name="Animation.AppCompat.Tooltip" parent="Base.Animation.AppCompat.Tooltip"/>
383
+ <style name="Animation.Catalyst.LogBox" parent="@android:style/Animation">
384
+ <item name="android:windowEnterAnimation">@anim/catalyst_push_up_in</item>
385
+ <item name="android:windowExitAnimation">@anim/catalyst_push_up_out</item>
386
+ </style>
387
+ <style name="Animation.Catalyst.RedBox" parent="@android:style/Animation">
388
+ <item name="android:windowEnterAnimation">@anim/catalyst_push_up_in</item>
389
+ <item name="android:windowExitAnimation">@anim/catalyst_push_up_out</item>
390
+ </style>
391
+ <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
392
+
393
+ <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
394
+ </style>
395
+ <style name="Base.AlertDialog.AppCompat" parent="android:Widget">
396
+ <item name="android:layout">@layout/abc_alert_dialog_material</item>
397
+ <item name="listLayout">@layout/abc_select_dialog_material</item>
398
+ <item name="listItemLayout">@layout/select_dialog_item_material</item>
399
+ <item name="multiChoiceItemLayout">@layout/select_dialog_multichoice_material</item>
400
+ <item name="singleChoiceItemLayout">@layout/select_dialog_singlechoice_material</item>
401
+ <item name="buttonIconDimen">@dimen/abc_alert_dialog_button_dimen</item>
402
+ </style>
403
+ <style name="Base.AlertDialog.AppCompat.Light" parent="Base.AlertDialog.AppCompat"/>
404
+ <style name="Base.Animation.AppCompat.Dialog" parent="android:Animation">
405
+ <item name="android:windowEnterAnimation">@anim/abc_popup_enter</item>
406
+ <item name="android:windowExitAnimation">@anim/abc_popup_exit</item>
407
+ </style>
408
+ <style name="Base.Animation.AppCompat.DropDownUp" parent="android:Animation">
409
+ <item name="android:windowEnterAnimation">@anim/abc_grow_fade_in_from_bottom</item>
410
+ <item name="android:windowExitAnimation">@anim/abc_shrink_fade_out_from_bottom</item>
411
+ </style>
412
+ <style name="Base.Animation.AppCompat.Tooltip" parent="android:Animation">
413
+ <item name="android:windowEnterAnimation">@anim/abc_tooltip_enter</item>
414
+ <item name="android:windowExitAnimation">@anim/abc_tooltip_exit</item>
415
+ </style>
416
+ <style name="Base.DialogWindowTitle.AppCompat" parent="android:Widget">
417
+ <item name="android:maxLines">1</item>
418
+ <item name="android:scrollHorizontally">true</item>
419
+ <item name="android:textAppearance">@style/TextAppearance.AppCompat.Title</item>
420
+ </style>
421
+ <style name="Base.DialogWindowTitleBackground.AppCompat" parent="android:Widget">
422
+ <item name="android:background">@null</item>
423
+ <item name="android:paddingLeft">?attr/dialogPreferredPadding</item>
424
+ <item name="android:paddingRight">?attr/dialogPreferredPadding</item>
425
+ <item name="android:paddingTop">@dimen/abc_dialog_padding_top_material</item>
426
+ </style>
427
+ <style name="Base.TextAppearance.AppCompat" parent="android:TextAppearance">
428
+ <item name="android:textColor">?android:textColorPrimary</item>
429
+ <item name="android:textColorHint">?android:textColorHint</item>
430
+ <item name="android:textColorHighlight">?android:textColorHighlight</item>
431
+ <item name="android:textColorLink">?android:textColorLink</item>
432
+ <item name="android:textSize">@dimen/abc_text_size_body_1_material</item>
433
+ </style>
434
+ <style name="Base.TextAppearance.AppCompat.Body1">
435
+ <item name="android:textSize">@dimen/abc_text_size_body_1_material</item>
436
+ <item name="android:textColor">?android:textColorPrimary</item>
437
+ </style>
438
+ <style name="Base.TextAppearance.AppCompat.Body2">
439
+ <item name="android:textSize">@dimen/abc_text_size_body_2_material</item>
440
+ <item name="android:textColor">?android:textColorPrimary</item>
441
+ </style>
442
+ <style name="Base.TextAppearance.AppCompat.Button">
443
+ <item name="android:textSize">@dimen/abc_text_size_button_material</item>
444
+ <item name="android:textAllCaps">true</item>
445
+ <item name="android:textColor">?android:textColorPrimary</item>
446
+ </style>
447
+ <style name="Base.TextAppearance.AppCompat.Caption">
448
+ <item name="android:textSize">@dimen/abc_text_size_caption_material</item>
449
+ <item name="android:textColor">?android:textColorSecondary</item>
450
+ </style>
451
+ <style name="Base.TextAppearance.AppCompat.Display1">
452
+ <item name="android:textSize">@dimen/abc_text_size_display_1_material</item>
453
+ <item name="android:textColor">?android:textColorSecondary</item>
454
+ </style>
455
+ <style name="Base.TextAppearance.AppCompat.Display2">
456
+ <item name="android:textSize">@dimen/abc_text_size_display_2_material</item>
457
+ <item name="android:textColor">?android:textColorSecondary</item>
458
+ </style>
459
+ <style name="Base.TextAppearance.AppCompat.Display3">
460
+ <item name="android:textSize">@dimen/abc_text_size_display_3_material</item>
461
+ <item name="android:textColor">?android:textColorSecondary</item>
462
+ </style>
463
+ <style name="Base.TextAppearance.AppCompat.Display4">
464
+ <item name="android:textSize">@dimen/abc_text_size_display_4_material</item>
465
+ <item name="android:textColor">?android:textColorSecondary</item>
466
+ </style>
467
+ <style name="Base.TextAppearance.AppCompat.Headline">
468
+ <item name="android:textSize">@dimen/abc_text_size_headline_material</item>
469
+ <item name="android:textColor">?android:textColorPrimary</item>
470
+ </style>
471
+ <style name="Base.TextAppearance.AppCompat.Inverse">
472
+ <item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
473
+ <item name="android:textColorHint">?android:attr/textColorHintInverse</item>
474
+ <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
475
+ <item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
476
+ </style>
477
+ <style name="Base.TextAppearance.AppCompat.Large">
478
+ <item name="android:textSize">@dimen/abc_text_size_large_material</item>
479
+ <item name="android:textColor">?android:attr/textColorPrimary</item>
480
+ </style>
481
+ <style name="Base.TextAppearance.AppCompat.Large.Inverse">
482
+ <item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
483
+ <item name="android:textColorHint">?android:attr/textColorHintInverse</item>
484
+ <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
485
+ <item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
486
+ </style>
487
+ <style name="Base.TextAppearance.AppCompat.Medium">
488
+ <item name="android:textSize">@dimen/abc_text_size_medium_material</item>
489
+ <item name="android:textColor">?android:attr/textColorSecondary</item>
490
+ </style>
491
+ <style name="Base.TextAppearance.AppCompat.Medium.Inverse">
492
+ <item name="android:textColor">?android:attr/textColorSecondaryInverse</item>
493
+ <item name="android:textColorHint">?android:attr/textColorHintInverse</item>
494
+ <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
495
+ <item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
496
+ </style>
497
+ <style name="Base.TextAppearance.AppCompat.Menu">
498
+ <item name="android:textSize">@dimen/abc_text_size_menu_material</item>
499
+ <item name="android:textColor">?android:textColorPrimary</item>
500
+ </style>
501
+ <style name="Base.TextAppearance.AppCompat.SearchResult" parent="">
502
+ <item name="android:textStyle">normal</item>
503
+ <item name="android:textColor">?android:textColorPrimary</item>
504
+ <item name="android:textColorHint">?android:textColorHint</item>
505
+ </style>
506
+ <style name="Base.TextAppearance.AppCompat.SearchResult.Subtitle">
507
+ <item name="android:textSize">14sp</item>
508
+ <item name="android:textColor">?android:textColorSecondary</item>
509
+ </style>
510
+ <style name="Base.TextAppearance.AppCompat.SearchResult.Title">
511
+ <item name="android:textSize">18sp</item>
512
+ </style>
513
+ <style name="Base.TextAppearance.AppCompat.Small">
514
+ <item name="android:textSize">@dimen/abc_text_size_small_material</item>
515
+ <item name="android:textColor">?android:attr/textColorTertiary</item>
516
+ </style>
517
+ <style name="Base.TextAppearance.AppCompat.Small.Inverse">
518
+ <item name="android:textColor">?android:attr/textColorTertiaryInverse</item>
519
+ <item name="android:textColorHint">?android:attr/textColorHintInverse</item>
520
+ <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
521
+ <item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
522
+ </style>
523
+ <style name="Base.TextAppearance.AppCompat.Subhead">
524
+ <item name="android:textSize">@dimen/abc_text_size_subhead_material</item>
525
+ <item name="android:textColor">?android:textColorPrimary</item>
526
+ </style>
527
+ <style name="Base.TextAppearance.AppCompat.Subhead.Inverse">
528
+ <item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
529
+ <item name="android:textColorHint">?android:attr/textColorHintInverse</item>
530
+ <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
531
+ <item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
532
+ </style>
533
+ <style name="Base.TextAppearance.AppCompat.Title">
534
+ <item name="android:textSize">@dimen/abc_text_size_title_material</item>
535
+ <item name="android:textColor">?android:textColorPrimary</item>
536
+ </style>
537
+ <style name="Base.TextAppearance.AppCompat.Title.Inverse">
538
+ <item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
539
+ <item name="android:textColorHint">?android:attr/textColorHintInverse</item>
540
+ <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
541
+ <item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
542
+ </style>
543
+ <style name="Base.TextAppearance.AppCompat.Tooltip">
544
+ <item name="android:textSize">14sp</item>
545
+ </style>
546
+ <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Menu" parent="TextAppearance.AppCompat.Button">
547
+ <item name="android:textColor">?attr/actionMenuTextColor</item>
548
+ <item name="textAllCaps">@bool/abc_config_actionMenuItemAllCaps</item>
549
+ </style>
550
+ <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle" parent="TextAppearance.AppCompat.Subhead">
551
+ <item name="android:textSize">@dimen/abc_text_size_subtitle_material_toolbar</item>
552
+ <item name="android:textColor">?android:attr/textColorSecondary</item>
553
+ </style>
554
+ <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" parent="TextAppearance.AppCompat.Subhead.Inverse">
555
+ <item name="android:textSize">@dimen/abc_text_size_subtitle_material_toolbar</item>
556
+ <item name="android:textColor">?android:attr/textColorSecondaryInverse</item>
557
+ </style>
558
+ <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Title" parent="TextAppearance.AppCompat.Title">
559
+ <item name="android:textSize">@dimen/abc_text_size_title_material_toolbar</item>
560
+ <item name="android:textColor">?android:attr/textColorPrimary</item>
561
+ </style>
562
+ <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" parent="TextAppearance.AppCompat.Title.Inverse">
563
+ <item name="android:textSize">@dimen/abc_text_size_title_material_toolbar</item>
564
+ <item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
565
+ </style>
566
+ <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle" parent="TextAppearance.AppCompat.Widget.ActionBar.Subtitle"/>
567
+ <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Title" parent="TextAppearance.AppCompat.Widget.ActionBar.Title"/>
568
+ <style name="Base.TextAppearance.AppCompat.Widget.Button" parent="TextAppearance.AppCompat.Button"/>
569
+ <style name="Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored" parent="Base.TextAppearance.AppCompat.Widget.Button">
570
+ <item name="android:textColor">@color/abc_btn_colored_borderless_text_material</item>
571
+ </style>
572
+ <style name="Base.TextAppearance.AppCompat.Widget.Button.Colored">
573
+ <item name="android:textColor">@color/abc_btn_colored_text_material</item>
574
+ </style>
575
+ <style name="Base.TextAppearance.AppCompat.Widget.Button.Inverse" parent="TextAppearance.AppCompat.Button">
576
+ <item name="android:textColor">?android:textColorPrimaryInverse</item>
577
+ </style>
578
+ <style name="Base.TextAppearance.AppCompat.Widget.DropDownItem" parent="android:TextAppearance.Small">
579
+ <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
580
+ </style>
581
+ <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Header" parent="TextAppearance.AppCompat">
582
+ <item name="android:textSize">@dimen/abc_text_size_menu_header_material</item>
583
+ <item name="android:textColor">?attr/colorAccent</item>
584
+ </style>
585
+ <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Menu"/>
586
+ <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Menu"/>
587
+ <style name="Base.TextAppearance.AppCompat.Widget.Switch" parent="TextAppearance.AppCompat.Button"/>
588
+ <style name="Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem" parent="TextAppearance.AppCompat.Menu"/>
589
+ <style name="Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item" parent="android:TextAppearance.Medium">
590
+ <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
591
+ </style>
592
+ <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle" parent="TextAppearance.AppCompat.Widget.ActionBar.Subtitle">
593
+ </style>
594
+ <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Title" parent="TextAppearance.AppCompat.Widget.ActionBar.Title">
595
+ </style>
596
+ <style name="Base.Theme.AppCompat" parent="Base.V7.Theme.AppCompat">
597
+ </style>
598
+ <style name="Base.Theme.AppCompat.CompactMenu" parent="">
599
+ <item name="android:itemTextAppearance">?android:attr/textAppearanceMedium</item>
600
+ <item name="android:listViewStyle">@style/Widget.AppCompat.ListView.Menu</item>
601
+ <item name="android:windowAnimationStyle">@style/Animation.AppCompat.DropDownUp</item>
602
+ </style>
603
+ <style name="Base.Theme.AppCompat.Dialog" parent="Base.V7.Theme.AppCompat.Dialog"/>
604
+ <style name="Base.Theme.AppCompat.Dialog.Alert">
605
+ <item name="android:windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item>
606
+ <item name="android:windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item>
607
+ </style>
608
+ <style name="Base.Theme.AppCompat.Dialog.FixedSize">
609
+ <item name="windowFixedWidthMajor">@dimen/abc_dialog_fixed_width_major</item>
610
+ <item name="windowFixedWidthMinor">@dimen/abc_dialog_fixed_width_minor</item>
611
+ <item name="windowFixedHeightMajor">@dimen/abc_dialog_fixed_height_major</item>
612
+ <item name="windowFixedHeightMinor">@dimen/abc_dialog_fixed_height_minor</item>
613
+ </style>
614
+ <style name="Base.Theme.AppCompat.Dialog.MinWidth">
615
+ <item name="android:windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item>
616
+ <item name="android:windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item>
617
+ </style>
618
+ <style name="Base.Theme.AppCompat.DialogWhenLarge" parent="Theme.AppCompat"/>
619
+ <style name="Base.Theme.AppCompat.Light" parent="Base.V7.Theme.AppCompat.Light">
620
+ </style>
621
+ <style name="Base.Theme.AppCompat.Light.DarkActionBar" parent="Base.Theme.AppCompat.Light">
622
+ <item name="actionBarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
623
+ <item name="actionBarWidgetTheme">@null</item>
624
+ <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
625
+ <item name="actionModeTheme">?attr/actionBarTheme</item>
626
+
627
+
628
+ <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item>
629
+
630
+ <item name="colorPrimaryDark">@color/primary_dark_material_dark</item>
631
+ <item name="colorPrimary">@color/primary_material_dark</item>
632
+ </style>
633
+ <style name="Base.Theme.AppCompat.Light.Dialog" parent="Base.V7.Theme.AppCompat.Light.Dialog"/>
634
+ <style name="Base.Theme.AppCompat.Light.Dialog.Alert">
635
+ <item name="android:windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item>
636
+ <item name="android:windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item>
637
+ </style>
638
+ <style name="Base.Theme.AppCompat.Light.Dialog.FixedSize">
639
+ <item name="windowFixedWidthMajor">@dimen/abc_dialog_fixed_width_major</item>
640
+ <item name="windowFixedWidthMinor">@dimen/abc_dialog_fixed_width_minor</item>
641
+ <item name="windowFixedHeightMajor">@dimen/abc_dialog_fixed_height_major</item>
642
+ <item name="windowFixedHeightMinor">@dimen/abc_dialog_fixed_height_minor</item>
643
+ </style>
644
+ <style name="Base.Theme.AppCompat.Light.Dialog.MinWidth">
645
+ <item name="android:windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item>
646
+ <item name="android:windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item>
647
+ </style>
648
+ <style name="Base.Theme.AppCompat.Light.DialogWhenLarge" parent="Theme.AppCompat.Light"/>
649
+ <style name="Base.ThemeOverlay.AppCompat" parent="Platform.ThemeOverlay.AppCompat"/>
650
+ <style name="Base.ThemeOverlay.AppCompat.ActionBar">
651
+ <item name="colorControlNormal">?android:attr/textColorPrimary</item>
652
+ <item name="searchViewStyle">@style/Widget.AppCompat.SearchView.ActionBar</item>
653
+ </style>
654
+ <style name="Base.ThemeOverlay.AppCompat.Dark" parent="Platform.ThemeOverlay.AppCompat.Dark">
655
+ <item name="android:windowBackground">@color/background_material_dark</item>
656
+ <item name="android:colorForeground">@color/foreground_material_dark</item>
657
+ <item name="android:colorForegroundInverse">@color/foreground_material_light</item>
658
+ <item name="android:colorBackground">@color/background_material_dark</item>
659
+ <item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_dark</item>
660
+ <item name="colorBackgroundFloating">@color/background_floating_material_dark</item>
661
+
662
+ <item name="android:textColorPrimary">@color/abc_primary_text_material_dark</item>
663
+ <item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_light</item>
664
+ <item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_dark</item>
665
+ <item name="android:textColorSecondary">@color/abc_secondary_text_material_dark</item>
666
+ <item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_light</item>
667
+ <item name="android:textColorTertiary">@color/abc_secondary_text_material_dark</item>
668
+ <item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_light</item>
669
+ <item name="android:textColorHint">@color/abc_hint_foreground_material_dark</item>
670
+ <item name="android:textColorHintInverse">@color/abc_hint_foreground_material_light</item>
671
+ <item name="android:textColorHighlight">@color/highlighted_text_material_dark</item>
672
+
673
+ <item name="colorControlNormal">?android:attr/textColorSecondary</item>
674
+ <item name="colorControlHighlight">@color/ripple_material_dark</item>
675
+ <item name="colorButtonNormal">@color/button_material_dark</item>
676
+ <item name="colorSwitchThumbNormal">@color/switch_thumb_material_dark</item>
677
+
678
+
679
+ <item name="isLightTheme">false</item>
680
+ </style>
681
+ <style name="Base.ThemeOverlay.AppCompat.Dark.ActionBar">
682
+ <item name="colorControlNormal">?android:attr/textColorPrimary</item>
683
+ <item name="searchViewStyle">@style/Widget.AppCompat.SearchView.ActionBar</item>
684
+ </style>
685
+ <style name="Base.ThemeOverlay.AppCompat.Dialog" parent="Base.V7.ThemeOverlay.AppCompat.Dialog"/>
686
+ <style name="Base.ThemeOverlay.AppCompat.Dialog.Alert">
687
+ <item name="android:windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item>
688
+ <item name="android:windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item>
689
+ </style>
690
+ <style name="Base.ThemeOverlay.AppCompat.Light" parent="Platform.ThemeOverlay.AppCompat.Light">
691
+ <item name="android:windowBackground">@color/background_material_light</item>
692
+ <item name="android:colorForeground">@color/foreground_material_light</item>
693
+ <item name="android:colorForegroundInverse">@color/foreground_material_dark</item>
694
+ <item name="android:colorBackground">@color/background_material_light</item>
695
+ <item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_light</item>
696
+ <item name="colorBackgroundFloating">@color/background_floating_material_light</item>
697
+
698
+ <item name="android:textColorPrimary">@color/abc_primary_text_material_light</item>
699
+ <item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_dark</item>
700
+ <item name="android:textColorSecondary">@color/abc_secondary_text_material_light</item>
701
+ <item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_dark</item>
702
+ <item name="android:textColorTertiary">@color/abc_secondary_text_material_light</item>
703
+ <item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_dark</item>
704
+ <item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_light</item>
705
+ <item name="android:textColorPrimaryInverseDisableOnly">@color/abc_primary_text_disable_only_material_dark</item>
706
+ <item name="android:textColorHint">@color/abc_hint_foreground_material_light</item>
707
+ <item name="android:textColorHintInverse">@color/abc_hint_foreground_material_dark</item>
708
+ <item name="android:textColorHighlight">@color/highlighted_text_material_light</item>
709
+
710
+ <item name="colorControlNormal">?android:attr/textColorSecondary</item>
711
+ <item name="colorControlHighlight">@color/ripple_material_light</item>
712
+ <item name="colorButtonNormal">@color/button_material_light</item>
713
+ <item name="colorSwitchThumbNormal">@color/switch_thumb_material_light</item>
714
+
715
+
716
+ <item name="isLightTheme">true</item>
717
+ </style>
718
+ <style name="Base.V7.Theme.AppCompat" parent="Platform.AppCompat">
719
+ <item name="windowNoTitle">false</item>
720
+ <item name="windowActionBar">true</item>
721
+ <item name="windowActionBarOverlay">false</item>
722
+ <item name="windowActionModeOverlay">false</item>
723
+ <item name="actionBarPopupTheme">@null</item>
724
+
725
+ <item name="colorBackgroundFloating">@color/background_floating_material_dark</item>
726
+
727
+
728
+ <item name="isLightTheme">false</item>
729
+
730
+ <item name="selectableItemBackground">@drawable/abc_item_background_holo_dark</item>
731
+ <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item>
732
+ <item name="borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item>
733
+ <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_material</item>
734
+
735
+ <item name="dividerVertical">@drawable/abc_list_divider_mtrl_alpha</item>
736
+ <item name="dividerHorizontal">@drawable/abc_list_divider_mtrl_alpha</item>
737
+
738
+
739
+ <item name="actionBarTabStyle">@style/Widget.AppCompat.ActionBar.TabView</item>
740
+ <item name="actionBarTabBarStyle">@style/Widget.AppCompat.ActionBar.TabBar</item>
741
+ <item name="actionBarTabTextStyle">@style/Widget.AppCompat.ActionBar.TabText</item>
742
+ <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item>
743
+ <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item>
744
+ <item name="actionOverflowMenuStyle">@style/Widget.AppCompat.PopupMenu.Overflow</item>
745
+ <item name="actionBarStyle">@style/Widget.AppCompat.ActionBar.Solid</item>
746
+ <item name="actionBarSplitStyle">?attr/actionBarStyle</item>
747
+ <item name="actionBarWidgetTheme">@null</item>
748
+ <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.ActionBar</item>
749
+ <item name="actionBarSize">@dimen/abc_action_bar_default_height_material</item>
750
+ <item name="actionBarDivider">?attr/dividerVertical</item>
751
+ <item name="actionBarItemBackground">?attr/selectableItemBackgroundBorderless</item>
752
+ <item name="actionMenuTextAppearance">@style/TextAppearance.AppCompat.Widget.ActionBar.Menu</item>
753
+ <item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly</item>
754
+
755
+
756
+ <item name="actionDropDownStyle">@style/Widget.AppCompat.Spinner.DropDown.ActionBar</item>
757
+
758
+
759
+ <item name="actionModeTheme">?attr/actionBarTheme</item>
760
+ <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item>
761
+ <item name="actionModeBackground">@drawable/abc_cab_background_top_material</item>
762
+ <item name="actionModeSplitBackground">?attr/colorPrimaryDark</item>
763
+ <item name="actionModeCloseContentDescription">@string/abc_action_mode_done</item>
764
+ <item name="actionModeCloseDrawable">@drawable/abc_ic_ab_back_material</item>
765
+ <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.ActionButton.CloseMode</item>
766
+
767
+ <item name="actionModeCutDrawable">@drawable/abc_ic_menu_cut_mtrl_alpha</item>
768
+ <item name="actionModeCopyDrawable">@drawable/abc_ic_menu_copy_mtrl_am_alpha</item>
769
+ <item name="actionModePasteDrawable">@drawable/abc_ic_menu_paste_mtrl_am_alpha</item>
770
+ <item name="actionModeSelectAllDrawable">@drawable/abc_ic_menu_selectall_mtrl_alpha</item>
771
+ <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_mtrl_alpha</item>
772
+
773
+
774
+ <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item>
775
+ <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item>
776
+ <item name="panelBackground">@drawable/abc_menu_hardkey_panel_mtrl_mult</item>
777
+ <item name="android:panelBackground">@android:color/transparent</item>
778
+ <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item>
779
+
780
+
781
+ <item name="textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead</item>
782
+ <item name="textAppearanceListItemSmall">@style/TextAppearance.AppCompat.Subhead</item>
783
+ <item name="textAppearanceListItemSecondary">@style/TextAppearance.AppCompat.Body1</item>
784
+ <item name="listPreferredItemHeight">@dimen/abc_list_item_height_material</item>
785
+ <item name="listPreferredItemHeightSmall">@dimen/abc_list_item_height_small_material</item>
786
+ <item name="listPreferredItemHeightLarge">@dimen/abc_list_item_height_large_material</item>
787
+ <item name="listPreferredItemPaddingLeft">@dimen/abc_list_item_padding_horizontal_material</item>
788
+ <item name="listPreferredItemPaddingRight">@dimen/abc_list_item_padding_horizontal_material</item>
789
+ <item name="listPreferredItemPaddingStart">@dimen/abc_list_item_padding_horizontal_material</item>
790
+ <item name="listPreferredItemPaddingEnd">@dimen/abc_list_item_padding_horizontal_material</item>
791
+
792
+
793
+ <item name="spinnerStyle">@style/Widget.AppCompat.Spinner</item>
794
+ <item name="android:spinnerItemStyle">@style/Widget.AppCompat.TextView.SpinnerItem</item>
795
+ <item name="android:dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item>
796
+
797
+
798
+ <item name="spinnerDropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
799
+ <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
800
+
801
+
802
+ <item name="popupMenuStyle">@style/Widget.AppCompat.PopupMenu</item>
803
+ <item name="textAppearanceLargePopupMenu">@style/TextAppearance.AppCompat.Widget.PopupMenu.Large</item>
804
+ <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.AppCompat.Widget.PopupMenu.Small</item>
805
+ <item name="textAppearancePopupMenuHeader">@style/TextAppearance.AppCompat.Widget.PopupMenu.Header</item>
806
+ <item name="listPopupWindowStyle">@style/Widget.AppCompat.ListPopupWindow</item>
807
+ <item name="dropDownListViewStyle">?android:attr/dropDownListViewStyle</item>
808
+ <item name="listMenuViewStyle">@style/Widget.AppCompat.ListMenuView</item>
809
+
810
+
811
+ <item name="searchViewStyle">@style/Widget.AppCompat.SearchView</item>
812
+ <item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
813
+ <item name="textColorSearchUrl">@color/abc_search_url_text</item>
814
+ <item name="textAppearanceSearchResultTitle">@style/TextAppearance.AppCompat.SearchResult.Title</item>
815
+ <item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.AppCompat.SearchResult.Subtitle</item>
816
+
817
+
818
+ <item name="activityChooserViewStyle">@style/Widget.AppCompat.ActivityChooserView</item>
819
+
820
+
821
+ <item name="toolbarStyle">@style/Widget.AppCompat.Toolbar</item>
822
+ <item name="toolbarNavigationButtonStyle">@style/Widget.AppCompat.Toolbar.Button.Navigation</item>
823
+
824
+ <item name="editTextStyle">@style/Widget.AppCompat.EditText</item>
825
+ <item name="editTextBackground">@drawable/abc_edit_text_material</item>
826
+ <item name="editTextColor">?android:attr/textColorPrimary</item>
827
+ <item name="autoCompleteTextViewStyle">@style/Widget.AppCompat.AutoCompleteTextView</item>
828
+ <item name="android:textViewStyle">@style/Widget.AppCompat.TextView</item>
829
+
830
+
831
+ <item name="colorPrimaryDark">@color/primary_dark_material_dark</item>
832
+ <item name="colorPrimary">@color/primary_material_dark</item>
833
+ <item name="colorAccent">@color/accent_material_dark</item>
834
+
835
+ <item name="colorControlNormal">?android:attr/textColorSecondary</item>
836
+ <item name="colorControlActivated">?attr/colorAccent</item>
837
+ <item name="colorControlHighlight">@color/ripple_material_dark</item>
838
+ <item name="colorButtonNormal">@color/button_material_dark</item>
839
+ <item name="colorSwitchThumbNormal">@color/switch_thumb_material_dark</item>
840
+ <item name="controlBackground">?attr/selectableItemBackgroundBorderless</item>
841
+
842
+ <item name="drawerArrowStyle">@style/Widget.AppCompat.DrawerArrowToggle</item>
843
+
844
+ <item name="checkedTextViewStyle">?android:attr/checkedTextViewStyle</item>
845
+ <item name="checkboxStyle">@style/Widget.AppCompat.CompoundButton.CheckBox</item>
846
+ <item name="radioButtonStyle">@style/Widget.AppCompat.CompoundButton.RadioButton</item>
847
+ <item name="switchStyle">@style/Widget.AppCompat.CompoundButton.Switch</item>
848
+
849
+ <item name="ratingBarStyle">@style/Widget.AppCompat.RatingBar</item>
850
+ <item name="ratingBarStyleIndicator">@style/Widget.AppCompat.RatingBar.Indicator</item>
851
+ <item name="ratingBarStyleSmall">@style/Widget.AppCompat.RatingBar.Small</item>
852
+ <item name="seekBarStyle">@style/Widget.AppCompat.SeekBar</item>
853
+
854
+
855
+ <item name="buttonStyle">@style/Widget.AppCompat.Button</item>
856
+ <item name="buttonStyleSmall">@style/Widget.AppCompat.Button.Small</item>
857
+ <item name="android:textAppearanceButton">@style/TextAppearance.AppCompat.Widget.Button</item>
858
+
859
+ <item name="imageButtonStyle">@style/Widget.AppCompat.ImageButton</item>
860
+
861
+ <item name="buttonBarStyle">@style/Widget.AppCompat.ButtonBar</item>
862
+ <item name="buttonBarButtonStyle">@style/Widget.AppCompat.Button.ButtonBar.AlertDialog</item>
863
+ <item name="buttonBarPositiveButtonStyle">?attr/buttonBarButtonStyle</item>
864
+ <item name="buttonBarNegativeButtonStyle">?attr/buttonBarButtonStyle</item>
865
+ <item name="buttonBarNeutralButtonStyle">?attr/buttonBarButtonStyle</item>
866
+
867
+
868
+ <item name="dialogTheme">@style/ThemeOverlay.AppCompat.Dialog</item>
869
+ <item name="dialogPreferredPadding">@dimen/abc_dialog_padding_material</item>
870
+ <item name="dialogCornerRadius">@dimen/abc_dialog_corner_radius_material</item>
871
+
872
+ <item name="alertDialogTheme">@style/ThemeOverlay.AppCompat.Dialog.Alert</item>
873
+ <item name="alertDialogStyle">@style/AlertDialog.AppCompat</item>
874
+ <item name="alertDialogCenterButtons">false</item>
875
+ <item name="textColorAlertDialogListItem">@color/abc_primary_text_material_dark</item>
876
+ <item name="listDividerAlertDialog">@null</item>
877
+
878
+
879
+ <item name="windowFixedWidthMajor">@null</item>
880
+ <item name="windowFixedWidthMinor">@null</item>
881
+ <item name="windowFixedHeightMajor">@null</item>
882
+ <item name="windowFixedHeightMinor">@null</item>
883
+
884
+
885
+ <item name="tooltipFrameBackground">@drawable/tooltip_frame_light</item>
886
+ <item name="tooltipForegroundColor">@color/foreground_material_light</item>
887
+
888
+ <item name="colorError">@color/error_color_material_dark</item>
889
+ </style>
890
+ <style name="Base.V7.Theme.AppCompat.Dialog" parent="Base.Theme.AppCompat">
891
+ <item name="android:colorBackground">?attr/colorBackgroundFloating</item>
892
+ <item name="android:colorBackgroundCacheHint">@null</item>
893
+
894
+ <item name="android:windowFrame">@null</item>
895
+ <item name="android:windowTitleStyle">@style/RtlOverlay.DialogWindowTitle.AppCompat</item>
896
+ <item name="android:windowTitleBackgroundStyle">@style/Base.DialogWindowTitleBackground.AppCompat</item>
897
+ <item name="android:windowBackground">@drawable/abc_dialog_material_background</item>
898
+ <item name="android:windowIsFloating">true</item>
899
+ <item name="android:backgroundDimEnabled">true</item>
900
+ <item name="android:windowContentOverlay">@null</item>
901
+ <item name="android:windowAnimationStyle">@style/Animation.AppCompat.Dialog</item>
902
+ <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
903
+
904
+ <item name="windowActionBar">false</item>
905
+ <item name="windowActionModeOverlay">true</item>
906
+
907
+ <item name="listPreferredItemPaddingLeft">24dip</item>
908
+ <item name="listPreferredItemPaddingRight">24dip</item>
909
+
910
+ <item name="android:listDivider">@null</item>
911
+
912
+ <item name="android:buttonBarStyle">@style/Widget.AppCompat.ButtonBar.AlertDialog</item>
913
+ <item name="android:borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item>
914
+ <item name="android:windowCloseOnTouchOutside">true</item>
915
+ </style>
916
+ <style name="Base.V7.Theme.AppCompat.Light" parent="Platform.AppCompat.Light">
917
+ <item name="windowNoTitle">false</item>
918
+ <item name="windowActionBar">true</item>
919
+ <item name="windowActionBarOverlay">false</item>
920
+ <item name="windowActionModeOverlay">false</item>
921
+ <item name="actionBarPopupTheme">@null</item>
922
+
923
+ <item name="colorBackgroundFloating">@color/background_floating_material_light</item>
924
+
925
+
926
+ <item name="isLightTheme">true</item>
927
+
928
+ <item name="selectableItemBackground">@drawable/abc_item_background_holo_light</item>
929
+ <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item>
930
+ <item name="borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item>
931
+ <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_material</item>
932
+
933
+ <item name="dividerVertical">@drawable/abc_list_divider_mtrl_alpha</item>
934
+ <item name="dividerHorizontal">@drawable/abc_list_divider_mtrl_alpha</item>
935
+
936
+
937
+ <item name="actionBarTabStyle">@style/Widget.AppCompat.Light.ActionBar.TabView</item>
938
+ <item name="actionBarTabBarStyle">@style/Widget.AppCompat.Light.ActionBar.TabBar</item>
939
+ <item name="actionBarTabTextStyle">@style/Widget.AppCompat.Light.ActionBar.TabText</item>
940
+ <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item>
941
+ <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.Light.ActionButton.Overflow</item>
942
+ <item name="actionOverflowMenuStyle">@style/Widget.AppCompat.Light.PopupMenu.Overflow</item>
943
+ <item name="actionBarStyle">@style/Widget.AppCompat.Light.ActionBar.Solid</item>
944
+ <item name="actionBarSplitStyle">?attr/actionBarStyle</item>
945
+ <item name="actionBarWidgetTheme">@null</item>
946
+ <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.ActionBar</item>
947
+ <item name="actionBarSize">@dimen/abc_action_bar_default_height_material</item>
948
+ <item name="actionBarDivider">?attr/dividerVertical</item>
949
+ <item name="actionBarItemBackground">?attr/selectableItemBackgroundBorderless</item>
950
+ <item name="actionMenuTextAppearance">@style/TextAppearance.AppCompat.Widget.ActionBar.Menu</item>
951
+ <item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly</item>
952
+
953
+
954
+ <item name="actionModeTheme">?attr/actionBarTheme</item>
955
+ <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item>
956
+ <item name="actionModeBackground">@drawable/abc_cab_background_top_material</item>
957
+ <item name="actionModeSplitBackground">?attr/colorPrimaryDark</item>
958
+ <item name="actionModeCloseContentDescription">@string/abc_action_mode_done</item>
959
+ <item name="actionModeCloseDrawable">@drawable/abc_ic_ab_back_material</item>
960
+ <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.ActionButton.CloseMode</item>
961
+
962
+ <item name="actionModeCutDrawable">@drawable/abc_ic_menu_cut_mtrl_alpha</item>
963
+ <item name="actionModeCopyDrawable">@drawable/abc_ic_menu_copy_mtrl_am_alpha</item>
964
+ <item name="actionModePasteDrawable">@drawable/abc_ic_menu_paste_mtrl_am_alpha</item>
965
+ <item name="actionModeSelectAllDrawable">@drawable/abc_ic_menu_selectall_mtrl_alpha</item>
966
+ <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_mtrl_alpha</item>
967
+
968
+
969
+ <item name="actionDropDownStyle">@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar</item>
970
+
971
+
972
+ <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item>
973
+ <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item>
974
+ <item name="panelBackground">@drawable/abc_menu_hardkey_panel_mtrl_mult</item>
975
+ <item name="android:panelBackground">@android:color/transparent</item>
976
+ <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_light</item>
977
+
978
+
979
+ <item name="textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead</item>
980
+ <item name="textAppearanceListItemSmall">@style/TextAppearance.AppCompat.Subhead</item>
981
+ <item name="textAppearanceListItemSecondary">@style/TextAppearance.AppCompat.Body1</item>
982
+ <item name="listPreferredItemHeight">@dimen/abc_list_item_height_material</item>
983
+ <item name="listPreferredItemHeightSmall">@dimen/abc_list_item_height_small_material</item>
984
+ <item name="listPreferredItemHeightLarge">@dimen/abc_list_item_height_large_material</item>
985
+ <item name="listPreferredItemPaddingLeft">@dimen/abc_list_item_padding_horizontal_material</item>
986
+ <item name="listPreferredItemPaddingRight">@dimen/abc_list_item_padding_horizontal_material</item>
987
+ <item name="listPreferredItemPaddingStart">@dimen/abc_list_item_padding_horizontal_material</item>
988
+ <item name="listPreferredItemPaddingEnd">@dimen/abc_list_item_padding_horizontal_material</item>
989
+
990
+
991
+ <item name="spinnerStyle">@style/Widget.AppCompat.Spinner</item>
992
+ <item name="android:spinnerItemStyle">@style/Widget.AppCompat.TextView.SpinnerItem</item>
993
+ <item name="android:dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item>
994
+
995
+
996
+ <item name="spinnerDropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
997
+ <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
998
+
999
+
1000
+ <item name="popupMenuStyle">@style/Widget.AppCompat.Light.PopupMenu</item>
1001
+ <item name="textAppearanceLargePopupMenu">@style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large</item>
1002
+ <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small</item>
1003
+ <item name="textAppearancePopupMenuHeader">@style/TextAppearance.AppCompat.Widget.PopupMenu.Header</item>
1004
+ <item name="listPopupWindowStyle">@style/Widget.AppCompat.ListPopupWindow</item>
1005
+ <item name="dropDownListViewStyle">?android:attr/dropDownListViewStyle</item>
1006
+ <item name="listMenuViewStyle">@style/Widget.AppCompat.ListMenuView</item>
1007
+
1008
+
1009
+ <item name="searchViewStyle">@style/Widget.AppCompat.Light.SearchView</item>
1010
+ <item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
1011
+ <item name="textColorSearchUrl">@color/abc_search_url_text</item>
1012
+ <item name="textAppearanceSearchResultTitle">@style/TextAppearance.AppCompat.SearchResult.Title</item>
1013
+ <item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.AppCompat.SearchResult.Subtitle</item>
1014
+
1015
+
1016
+ <item name="activityChooserViewStyle">@style/Widget.AppCompat.ActivityChooserView</item>
1017
+
1018
+
1019
+ <item name="toolbarStyle">@style/Widget.AppCompat.Toolbar</item>
1020
+ <item name="toolbarNavigationButtonStyle">@style/Widget.AppCompat.Toolbar.Button.Navigation</item>
1021
+
1022
+ <item name="editTextStyle">@style/Widget.AppCompat.EditText</item>
1023
+ <item name="editTextBackground">@drawable/abc_edit_text_material</item>
1024
+ <item name="editTextColor">?android:attr/textColorPrimary</item>
1025
+ <item name="autoCompleteTextViewStyle">@style/Widget.AppCompat.AutoCompleteTextView</item>
1026
+ <item name="android:textViewStyle">@style/Widget.AppCompat.TextView</item>
1027
+
1028
+
1029
+ <item name="colorPrimaryDark">@color/primary_dark_material_light</item>
1030
+ <item name="colorPrimary">@color/primary_material_light</item>
1031
+ <item name="colorAccent">@color/accent_material_light</item>
1032
+
1033
+ <item name="colorControlNormal">?android:attr/textColorSecondary</item>
1034
+ <item name="colorControlActivated">?attr/colorAccent</item>
1035
+ <item name="colorControlHighlight">@color/ripple_material_light</item>
1036
+ <item name="colorButtonNormal">@color/button_material_light</item>
1037
+ <item name="colorSwitchThumbNormal">@color/switch_thumb_material_light</item>
1038
+ <item name="controlBackground">?attr/selectableItemBackgroundBorderless</item>
1039
+
1040
+ <item name="drawerArrowStyle">@style/Widget.AppCompat.DrawerArrowToggle</item>
1041
+
1042
+ <item name="checkboxStyle">@style/Widget.AppCompat.CompoundButton.CheckBox</item>
1043
+ <item name="radioButtonStyle">@style/Widget.AppCompat.CompoundButton.RadioButton</item>
1044
+ <item name="switchStyle">@style/Widget.AppCompat.CompoundButton.Switch</item>
1045
+
1046
+ <item name="ratingBarStyle">@style/Widget.AppCompat.RatingBar</item>
1047
+ <item name="ratingBarStyleIndicator">@style/Widget.AppCompat.RatingBar.Indicator</item>
1048
+ <item name="ratingBarStyleSmall">@style/Widget.AppCompat.RatingBar.Small</item>
1049
+ <item name="seekBarStyle">@style/Widget.AppCompat.SeekBar</item>
1050
+
1051
+
1052
+ <item name="buttonStyle">@style/Widget.AppCompat.Button</item>
1053
+ <item name="buttonStyleSmall">@style/Widget.AppCompat.Button.Small</item>
1054
+ <item name="android:textAppearanceButton">@style/TextAppearance.AppCompat.Widget.Button</item>
1055
+
1056
+ <item name="imageButtonStyle">@style/Widget.AppCompat.ImageButton</item>
1057
+
1058
+ <item name="buttonBarStyle">@style/Widget.AppCompat.ButtonBar</item>
1059
+ <item name="buttonBarButtonStyle">@style/Widget.AppCompat.Button.ButtonBar.AlertDialog</item>
1060
+ <item name="buttonBarPositiveButtonStyle">?attr/buttonBarButtonStyle</item>
1061
+ <item name="buttonBarNegativeButtonStyle">?attr/buttonBarButtonStyle</item>
1062
+ <item name="buttonBarNeutralButtonStyle">?attr/buttonBarButtonStyle</item>
1063
+
1064
+
1065
+ <item name="dialogTheme">@style/ThemeOverlay.AppCompat.Dialog</item>
1066
+ <item name="dialogPreferredPadding">@dimen/abc_dialog_padding_material</item>
1067
+ <item name="dialogCornerRadius">@dimen/abc_dialog_corner_radius_material</item>
1068
+
1069
+ <item name="alertDialogTheme">@style/ThemeOverlay.AppCompat.Dialog.Alert</item>
1070
+ <item name="alertDialogStyle">@style/AlertDialog.AppCompat.Light</item>
1071
+ <item name="alertDialogCenterButtons">false</item>
1072
+ <item name="textColorAlertDialogListItem">@color/abc_primary_text_material_light</item>
1073
+ <item name="listDividerAlertDialog">@null</item>
1074
+
1075
+
1076
+ <item name="windowFixedWidthMajor">@null</item>
1077
+ <item name="windowFixedWidthMinor">@null</item>
1078
+ <item name="windowFixedHeightMajor">@null</item>
1079
+ <item name="windowFixedHeightMinor">@null</item>
1080
+
1081
+
1082
+ <item name="tooltipFrameBackground">@drawable/tooltip_frame_dark</item>
1083
+ <item name="tooltipForegroundColor">@color/foreground_material_dark</item>
1084
+
1085
+ <item name="colorError">@color/error_color_material_light</item>
1086
+ </style>
1087
+ <style name="Base.V7.Theme.AppCompat.Light.Dialog" parent="Base.Theme.AppCompat.Light">
1088
+ <item name="android:colorBackground">?attr/colorBackgroundFloating</item>
1089
+ <item name="android:colorBackgroundCacheHint">@null</item>
1090
+
1091
+ <item name="android:windowFrame">@null</item>
1092
+ <item name="android:windowTitleStyle">@style/RtlOverlay.DialogWindowTitle.AppCompat</item>
1093
+ <item name="android:windowTitleBackgroundStyle">@style/Base.DialogWindowTitleBackground.AppCompat</item>
1094
+ <item name="android:windowBackground">@drawable/abc_dialog_material_background</item>
1095
+ <item name="android:windowIsFloating">true</item>
1096
+ <item name="android:backgroundDimEnabled">true</item>
1097
+ <item name="android:windowContentOverlay">@null</item>
1098
+ <item name="android:windowAnimationStyle">@style/Animation.AppCompat.Dialog</item>
1099
+ <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
1100
+
1101
+ <item name="windowActionBar">false</item>
1102
+ <item name="windowActionModeOverlay">true</item>
1103
+
1104
+ <item name="listPreferredItemPaddingLeft">24dip</item>
1105
+ <item name="listPreferredItemPaddingRight">24dip</item>
1106
+
1107
+ <item name="android:listDivider">@null</item>
1108
+
1109
+ <item name="android:buttonBarStyle">@style/Widget.AppCompat.ButtonBar.AlertDialog</item>
1110
+ <item name="android:borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item>
1111
+ <item name="android:windowCloseOnTouchOutside">true</item>
1112
+ </style>
1113
+ <style name="Base.V7.ThemeOverlay.AppCompat.Dialog" parent="Base.ThemeOverlay.AppCompat">
1114
+ <item name="android:colorBackgroundCacheHint">@null</item>
1115
+ <item name="android:colorBackground">?attr/colorBackgroundFloating</item>
1116
+
1117
+ <item name="android:windowFrame">@null</item>
1118
+ <item name="android:windowTitleStyle">@style/RtlOverlay.DialogWindowTitle.AppCompat</item>
1119
+ <item name="android:windowTitleBackgroundStyle">@style/Base.DialogWindowTitleBackground.AppCompat</item>
1120
+ <item name="android:windowBackground">@drawable/abc_dialog_material_background</item>
1121
+ <item name="android:windowIsFloating">true</item>
1122
+ <item name="android:backgroundDimEnabled">true</item>
1123
+ <item name="android:windowContentOverlay">@null</item>
1124
+ <item name="android:windowAnimationStyle">@style/Animation.AppCompat.Dialog</item>
1125
+ <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
1126
+
1127
+ <item name="windowActionBar">false</item>
1128
+ <item name="windowActionModeOverlay">true</item>
1129
+
1130
+ <item name="listPreferredItemPaddingLeft">24dip</item>
1131
+ <item name="listPreferredItemPaddingRight">24dip</item>
1132
+
1133
+ <item name="android:listDivider">@null</item>
1134
+
1135
+ <item name="windowFixedWidthMajor">@null</item>
1136
+ <item name="windowFixedWidthMinor">@null</item>
1137
+ <item name="windowFixedHeightMajor">@null</item>
1138
+ <item name="windowFixedHeightMinor">@null</item>
1139
+
1140
+ <item name="android:buttonBarStyle">@style/Widget.AppCompat.ButtonBar.AlertDialog</item>
1141
+ <item name="android:borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item>
1142
+ <item name="android:windowCloseOnTouchOutside">true</item>
1143
+ </style>
1144
+ <style name="Base.V7.Widget.AppCompat.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView">
1145
+ <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item>
1146
+ <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult</item>
1147
+ <item name="android:background">?attr/editTextBackground</item>
1148
+ <item name="android:textColor">?attr/editTextColor</item>
1149
+ <item name="android:textAppearance">?android:attr/textAppearanceMediumInverse</item>
1150
+ <item name="android:textCursorDrawable">@drawable/abc_text_cursor_material</item>
1151
+ </style>
1152
+ <style name="Base.V7.Widget.AppCompat.EditText" parent="android:Widget.EditText">
1153
+ <item name="android:background">?attr/editTextBackground</item>
1154
+ <item name="android:textColor">?attr/editTextColor</item>
1155
+ <item name="android:textAppearance">?android:attr/textAppearanceMediumInverse</item>
1156
+ <item name="android:textCursorDrawable">@drawable/abc_text_cursor_material</item>
1157
+ </style>
1158
+ <style name="Base.V7.Widget.AppCompat.Toolbar" parent="android:Widget">
1159
+ <item name="titleTextAppearance">@style/TextAppearance.Widget.AppCompat.Toolbar.Title</item>
1160
+ <item name="subtitleTextAppearance">@style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle</item>
1161
+ <item name="android:minHeight">?attr/actionBarSize</item>
1162
+ <item name="titleMargin">4dp</item>
1163
+ <item name="maxButtonHeight">@dimen/abc_action_bar_default_height_material</item>
1164
+ <item name="buttonGravity">top</item>
1165
+ <item name="collapseIcon">?attr/homeAsUpIndicator</item>
1166
+ <item name="collapseContentDescription">@string/abc_toolbar_collapse_description</item>
1167
+ <item name="contentInsetStart">16dp</item>
1168
+ <item name="contentInsetStartWithNavigation">@dimen/abc_action_bar_content_inset_with_nav</item>
1169
+ <item name="android:paddingLeft">@dimen/abc_action_bar_default_padding_start_material</item>
1170
+ <item name="android:paddingStart">@dimen/abc_action_bar_default_padding_start_material</item>
1171
+ <item name="android:paddingRight">@dimen/abc_action_bar_default_padding_end_material</item>
1172
+ <item name="android:paddingEnd">@dimen/abc_action_bar_default_padding_end_material</item>
1173
+ </style>
1174
+ <style name="Base.Widget.AppCompat.ActionBar" parent="">
1175
+ <item name="displayOptions">showTitle</item>
1176
+ <item name="divider">?attr/dividerVertical</item>
1177
+ <item name="height">?attr/actionBarSize</item>
1178
+
1179
+ <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Title</item>
1180
+ <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle</item>
1181
+
1182
+ <item name="background">@null</item>
1183
+ <item name="backgroundStacked">@null</item>
1184
+ <item name="backgroundSplit">@null</item>
1185
+
1186
+ <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item>
1187
+ <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item>
1188
+
1189
+ <item name="android:gravity">center_vertical</item>
1190
+ <item name="contentInsetStart">@dimen/abc_action_bar_content_inset_material</item>
1191
+ <item name="contentInsetStartWithNavigation">@dimen/abc_action_bar_content_inset_with_nav</item>
1192
+ <item name="contentInsetEnd">@dimen/abc_action_bar_content_inset_material</item>
1193
+ <item name="elevation">@dimen/abc_action_bar_elevation_material</item>
1194
+ <item name="popupTheme">?attr/actionBarPopupTheme</item>
1195
+ </style>
1196
+ <style name="Base.Widget.AppCompat.ActionBar.Solid">
1197
+ <item name="background">?attr/colorPrimary</item>
1198
+ <item name="backgroundStacked">?attr/colorPrimary</item>
1199
+ <item name="backgroundSplit">?attr/colorPrimary</item>
1200
+ </style>
1201
+ <style name="Base.Widget.AppCompat.ActionBar.TabBar" parent="">
1202
+ <item name="divider">?attr/actionBarDivider</item>
1203
+ <item name="showDividers">middle</item>
1204
+ <item name="dividerPadding">8dip</item>
1205
+ </style>
1206
+ <style name="Base.Widget.AppCompat.ActionBar.TabText" parent="">
1207
+ <item name="android:textAppearance">@style/TextAppearance.AppCompat.Medium</item>
1208
+ <item name="android:textColor">?android:attr/textColorPrimary</item>
1209
+ <item name="android:textSize">12sp</item>
1210
+ <item name="android:textStyle">bold</item>
1211
+ <item name="android:ellipsize">marquee</item>
1212
+ <item name="android:maxLines">2</item>
1213
+ <item name="android:maxWidth">180dp</item>
1214
+ <item name="textAllCaps">true</item>
1215
+ </style>
1216
+ <style name="Base.Widget.AppCompat.ActionBar.TabView" parent="">
1217
+ <item name="android:background">@drawable/abc_tab_indicator_material</item>
1218
+ <item name="android:gravity">center_horizontal</item>
1219
+ <item name="android:paddingLeft">16dip</item>
1220
+ <item name="android:paddingRight">16dip</item>
1221
+ <item name="android:layout_width">0dip</item>
1222
+ <item name="android:layout_weight">1</item>
1223
+ <item name="android:minWidth">80dip</item>
1224
+ </style>
1225
+ <style name="Base.Widget.AppCompat.ActionButton" parent="RtlUnderlay.Widget.AppCompat.ActionButton">
1226
+ <item name="android:background">?attr/actionBarItemBackground</item>
1227
+ <item name="android:minWidth">@dimen/abc_action_button_min_width_material</item>
1228
+ <item name="android:minHeight">@dimen/abc_action_button_min_height_material</item>
1229
+ <item name="android:scaleType">center</item>
1230
+ <item name="android:gravity">center</item>
1231
+ <item name="android:maxLines">2</item>
1232
+ <item name="textAllCaps">@bool/abc_config_actionMenuItemAllCaps</item>
1233
+ </style>
1234
+ <style name="Base.Widget.AppCompat.ActionButton.CloseMode">
1235
+ <item name="android:background">?attr/controlBackground</item>
1236
+ <item name="android:minWidth">56dp</item>
1237
+ </style>
1238
+ <style name="Base.Widget.AppCompat.ActionButton.Overflow" parent="RtlUnderlay.Widget.AppCompat.ActionButton.Overflow">
1239
+ <item name="srcCompat">@drawable/abc_ic_menu_overflow_material</item>
1240
+ <item name="android:background">?attr/actionBarItemBackground</item>
1241
+ <item name="android:contentDescription">@string/abc_action_menu_overflow_description</item>
1242
+ <item name="android:minWidth">@dimen/abc_action_button_min_width_overflow_material</item>
1243
+ <item name="android:minHeight">@dimen/abc_action_button_min_height_material</item>
1244
+ </style>
1245
+ <style name="Base.Widget.AppCompat.ActionMode" parent="">
1246
+ <item name="background">?attr/actionModeBackground</item>
1247
+ <item name="backgroundSplit">?attr/actionModeSplitBackground</item>
1248
+ <item name="height">?attr/actionBarSize</item>
1249
+ <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Title</item>
1250
+ <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle</item>
1251
+ <item name="closeItemLayout">@layout/abc_action_mode_close_item_material</item>
1252
+
1253
+ <item name="android:minHeight">?attr/actionBarSize</item>
1254
+ <item name="titleMargin">4dp</item>
1255
+ <item name="maxButtonHeight">@dimen/abc_action_bar_default_height_material</item>
1256
+ <item name="buttonGravity">top</item>
1257
+ <item name="contentInsetStart">16dp</item>
1258
+ <item name="contentInsetStartWithNavigation">@dimen/abc_action_bar_content_inset_with_nav</item>
1259
+ <item name="android:paddingLeft">@dimen/abc_action_bar_default_padding_start_material</item>
1260
+ <item name="android:paddingStart">@dimen/abc_action_bar_default_padding_start_material</item>
1261
+ <item name="android:paddingRight">@dimen/abc_action_bar_default_padding_end_material</item>
1262
+ <item name="android:paddingEnd">@dimen/abc_action_bar_default_padding_end_material</item>
1263
+ </style>
1264
+ <style name="Base.Widget.AppCompat.ActivityChooserView" parent="">
1265
+ <item name="android:gravity">center</item>
1266
+ <item name="android:background">@drawable/abc_ab_share_pack_mtrl_alpha</item>
1267
+ <item name="divider">?attr/dividerVertical</item>
1268
+ <item name="showDividers">middle</item>
1269
+ <item name="dividerPadding">6dip</item>
1270
+ </style>
1271
+ <style name="Base.Widget.AppCompat.AutoCompleteTextView" parent="Base.V7.Widget.AppCompat.AutoCompleteTextView"/>
1272
+ <style name="Base.Widget.AppCompat.Button" parent="android:Widget">
1273
+ <item name="android:background">@drawable/abc_btn_default_mtrl_shape</item>
1274
+ <item name="android:textAppearance">?android:attr/textAppearanceButton</item>
1275
+ <item name="android:minHeight">48dip</item>
1276
+ <item name="android:minWidth">88dip</item>
1277
+ <item name="android:focusable">true</item>
1278
+ <item name="android:clickable">true</item>
1279
+ <item name="android:gravity">center_vertical|center_horizontal</item>
1280
+ </style>
1281
+ <style name="Base.Widget.AppCompat.Button.Borderless">
1282
+ <item name="android:background">@drawable/abc_btn_borderless_material</item>
1283
+ </style>
1284
+ <style name="Base.Widget.AppCompat.Button.Borderless.Colored">
1285
+ <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored</item>
1286
+ </style>
1287
+ <style name="Base.Widget.AppCompat.Button.ButtonBar.AlertDialog" parent="Widget.AppCompat.Button.Borderless.Colored">
1288
+ <item name="android:minWidth">64dp</item>
1289
+ <item name="android:minHeight">@dimen/abc_alert_dialog_button_bar_height</item>
1290
+ </style>
1291
+ <style name="Base.Widget.AppCompat.Button.Colored">
1292
+ <item name="android:background">@drawable/abc_btn_colored_material</item>
1293
+ <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.Button.Colored</item>
1294
+ </style>
1295
+ <style name="Base.Widget.AppCompat.Button.Small">
1296
+ <item name="android:minHeight">48dip</item>
1297
+ <item name="android:minWidth">48dip</item>
1298
+ </style>
1299
+ <style name="Base.Widget.AppCompat.ButtonBar" parent="android:Widget">
1300
+ <item name="android:background">@null</item>
1301
+ </style>
1302
+ <style name="Base.Widget.AppCompat.ButtonBar.AlertDialog"/>
1303
+ <style name="Base.Widget.AppCompat.CompoundButton.CheckBox" parent="android:Widget.CompoundButton.CheckBox">
1304
+ <item name="android:button">?android:attr/listChoiceIndicatorMultiple</item>
1305
+ <item name="buttonCompat">?attr/listChoiceIndicatorMultipleAnimated</item>
1306
+ <item name="android:background">?attr/controlBackground</item>
1307
+ </style>
1308
+ <style name="Base.Widget.AppCompat.CompoundButton.RadioButton" parent="android:Widget.CompoundButton.RadioButton">
1309
+ <item name="android:button">?android:attr/listChoiceIndicatorSingle</item>
1310
+ <item name="buttonCompat">?attr/listChoiceIndicatorSingleAnimated</item>
1311
+ <item name="android:background">?attr/controlBackground</item>
1312
+ </style>
1313
+ <style name="Base.Widget.AppCompat.CompoundButton.Switch" parent="android:Widget.CompoundButton">
1314
+ <item name="track">@drawable/abc_switch_track_mtrl_alpha</item>
1315
+ <item name="android:thumb">@drawable/abc_switch_thumb_material</item>
1316
+ <item name="switchTextAppearance">@style/TextAppearance.AppCompat.Widget.Switch</item>
1317
+ <item name="android:background">?attr/controlBackground</item>
1318
+ <item name="showText">false</item>
1319
+ <item name="switchPadding">@dimen/abc_switch_padding</item>
1320
+ <item name="android:textOn">@string/abc_capital_on</item>
1321
+ <item name="android:textOff">@string/abc_capital_off</item>
1322
+ </style>
1323
+ <style name="Base.Widget.AppCompat.DrawerArrowToggle" parent="Base.Widget.AppCompat.DrawerArrowToggle.Common">
1324
+ <item name="barLength">18dp</item>
1325
+ <item name="gapBetweenBars">3dp</item>
1326
+ <item name="drawableSize">24dp</item>
1327
+ </style>
1328
+ <style name="Base.Widget.AppCompat.DrawerArrowToggle.Common" parent="">
1329
+ <item name="color">?android:attr/textColorSecondary</item>
1330
+ <item name="spinBars">true</item>
1331
+ <item name="thickness">2dp</item>
1332
+ <item name="arrowShaftLength">16dp</item>
1333
+ <item name="arrowHeadLength">8dp</item>
1334
+ </style>
1335
+ <style name="Base.Widget.AppCompat.DropDownItem.Spinner" parent="">
1336
+ <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.DropDownItem</item>
1337
+ <item name="android:paddingLeft">8dp</item>
1338
+ <item name="android:paddingRight">8dp</item>
1339
+ <item name="android:gravity">center_vertical</item>
1340
+ </style>
1341
+ <style name="Base.Widget.AppCompat.EditText" parent="Base.V7.Widget.AppCompat.EditText"/>
1342
+ <style name="Base.Widget.AppCompat.ImageButton" parent="android:Widget.ImageButton">
1343
+ <item name="android:background">@drawable/abc_btn_default_mtrl_shape</item>
1344
+ </style>
1345
+ <style name="Base.Widget.AppCompat.Light.ActionBar" parent="Base.Widget.AppCompat.ActionBar">
1346
+ <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item>
1347
+ <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.Light.ActionButton.Overflow</item>
1348
+ </style>
1349
+ <style name="Base.Widget.AppCompat.Light.ActionBar.Solid">
1350
+ <item name="background">?attr/colorPrimary</item>
1351
+ <item name="backgroundStacked">?attr/colorPrimary</item>
1352
+ <item name="backgroundSplit">?attr/colorPrimary</item>
1353
+ </style>
1354
+ <style name="Base.Widget.AppCompat.Light.ActionBar.TabBar" parent="Base.Widget.AppCompat.ActionBar.TabBar">
1355
+ </style>
1356
+ <style name="Base.Widget.AppCompat.Light.ActionBar.TabText" parent="Base.Widget.AppCompat.ActionBar.TabText">
1357
+ </style>
1358
+ <style name="Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse" parent="Base.Widget.AppCompat.Light.ActionBar.TabText">
1359
+ <item name="android:textAppearance">@style/TextAppearance.AppCompat.Medium.Inverse</item>
1360
+ </style>
1361
+ <style name="Base.Widget.AppCompat.Light.ActionBar.TabView" parent="Base.Widget.AppCompat.ActionBar.TabView">
1362
+ <item name="android:background">@drawable/abc_tab_indicator_material</item>
1363
+ </style>
1364
+ <style name="Base.Widget.AppCompat.Light.PopupMenu" parent="@style/Widget.AppCompat.ListPopupWindow">
1365
+ </style>
1366
+ <style name="Base.Widget.AppCompat.Light.PopupMenu.Overflow">
1367
+ <item name="overlapAnchor">true</item>
1368
+ <item name="android:dropDownHorizontalOffset">-4dip</item>
1369
+ </style>
1370
+ <style name="Base.Widget.AppCompat.ListMenuView" parent="android:Widget">
1371
+ <item name="subMenuArrow">@drawable/abc_ic_arrow_drop_right_black_24dp</item>
1372
+ </style>
1373
+ <style name="Base.Widget.AppCompat.ListPopupWindow" parent="">
1374
+ <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item>
1375
+ <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult</item>
1376
+ <item name="android:dropDownVerticalOffset">0dip</item>
1377
+ <item name="android:dropDownHorizontalOffset">0dip</item>
1378
+ <item name="android:dropDownWidth">wrap_content</item>
1379
+ </style>
1380
+ <style name="Base.Widget.AppCompat.ListView" parent="android:Widget.ListView">
1381
+ <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item>
1382
+ </style>
1383
+ <style name="Base.Widget.AppCompat.ListView.DropDown">
1384
+ <item name="android:divider">@null</item>
1385
+ </style>
1386
+ <style name="Base.Widget.AppCompat.ListView.Menu" parent="android:Widget.ListView.Menu">
1387
+ <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item>
1388
+ <item name="android:divider">?attr/dividerHorizontal</item>
1389
+ </style>
1390
+ <style name="Base.Widget.AppCompat.PopupMenu" parent="@style/Widget.AppCompat.ListPopupWindow">
1391
+ </style>
1392
+ <style name="Base.Widget.AppCompat.PopupMenu.Overflow">
1393
+ <item name="overlapAnchor">true</item>
1394
+ <item name="android:dropDownHorizontalOffset">-4dip</item>
1395
+ </style>
1396
+ <style name="Base.Widget.AppCompat.PopupWindow" parent="android:Widget.PopupWindow">
1397
+ </style>
1398
+ <style name="Base.Widget.AppCompat.ProgressBar" parent="android:Widget.Holo.ProgressBar">
1399
+ </style>
1400
+ <style name="Base.Widget.AppCompat.ProgressBar.Horizontal" parent="android:Widget.Holo.ProgressBar.Horizontal">
1401
+ </style>
1402
+ <style name="Base.Widget.AppCompat.RatingBar" parent="android:Widget.RatingBar">
1403
+ <item name="android:progressDrawable">@drawable/abc_ratingbar_material</item>
1404
+ <item name="android:indeterminateDrawable">@drawable/abc_ratingbar_material</item>
1405
+ </style>
1406
+ <style name="Base.Widget.AppCompat.RatingBar.Indicator" parent="android:Widget.RatingBar">
1407
+ <item name="android:progressDrawable">@drawable/abc_ratingbar_indicator_material</item>
1408
+ <item name="android:indeterminateDrawable">@drawable/abc_ratingbar_indicator_material</item>
1409
+ <item name="android:minHeight">36dp</item>
1410
+ <item name="android:maxHeight">36dp</item>
1411
+ <item name="android:isIndicator">true</item>
1412
+ <item name="android:thumb">@null</item>
1413
+ </style>
1414
+ <style name="Base.Widget.AppCompat.RatingBar.Small" parent="android:Widget.RatingBar">
1415
+ <item name="android:progressDrawable">@drawable/abc_ratingbar_small_material</item>
1416
+ <item name="android:indeterminateDrawable">@drawable/abc_ratingbar_small_material</item>
1417
+ <item name="android:minHeight">16dp</item>
1418
+ <item name="android:maxHeight">16dp</item>
1419
+ <item name="android:isIndicator">true</item>
1420
+ <item name="android:thumb">@null</item>
1421
+ </style>
1422
+ <style name="Base.Widget.AppCompat.SearchView" parent="android:Widget">
1423
+ <item name="layout">@layout/abc_search_view</item>
1424
+ <item name="queryBackground">@drawable/abc_textfield_search_material</item>
1425
+ <item name="submitBackground">@drawable/abc_textfield_search_material</item>
1426
+ <item name="closeIcon">@drawable/abc_ic_clear_material</item>
1427
+ <item name="searchIcon">@drawable/abc_ic_search_api_material</item>
1428
+ <item name="searchHintIcon">@drawable/abc_ic_search_api_material</item>
1429
+ <item name="goIcon">@drawable/abc_ic_go_search_api_material</item>
1430
+ <item name="voiceIcon">@drawable/abc_ic_voice_search_api_material</item>
1431
+ <item name="commitIcon">@drawable/abc_ic_commit_search_api_mtrl_alpha</item>
1432
+ <item name="suggestionRowLayout">@layout/abc_search_dropdown_item_icons_2line</item>
1433
+ </style>
1434
+ <style name="Base.Widget.AppCompat.SearchView.ActionBar">
1435
+ <item name="queryBackground">@null</item>
1436
+ <item name="submitBackground">@null</item>
1437
+ <item name="searchHintIcon">@null</item>
1438
+ <item name="defaultQueryHint">@string/abc_search_hint</item>
1439
+ </style>
1440
+ <style name="Base.Widget.AppCompat.SeekBar" parent="android:Widget">
1441
+ <item name="android:indeterminateOnly">false</item>
1442
+ <item name="android:progressDrawable">@drawable/abc_seekbar_track_material</item>
1443
+ <item name="android:indeterminateDrawable">@drawable/abc_seekbar_track_material</item>
1444
+ <item name="android:thumb">@drawable/abc_seekbar_thumb_material</item>
1445
+ <item name="android:focusable">true</item>
1446
+ <item name="android:paddingLeft">16dip</item>
1447
+ <item name="android:paddingRight">16dip</item>
1448
+ </style>
1449
+ <style name="Base.Widget.AppCompat.SeekBar.Discrete">
1450
+ <item name="tickMark">@drawable/abc_seekbar_tick_mark_material</item>
1451
+ </style>
1452
+ <style name="Base.Widget.AppCompat.Spinner" parent="Platform.Widget.AppCompat.Spinner">
1453
+ <item name="android:background">@drawable/abc_spinner_mtrl_am_alpha</item>
1454
+ <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult</item>
1455
+ <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item>
1456
+ <item name="android:dropDownVerticalOffset">0dip</item>
1457
+ <item name="android:dropDownHorizontalOffset">0dip</item>
1458
+ <item name="android:dropDownWidth">wrap_content</item>
1459
+ <item name="android:clickable">true</item>
1460
+ <item name="android:gravity">left|start|center_vertical</item>
1461
+ <item name="overlapAnchor">true</item>
1462
+ </style>
1463
+ <style name="Base.Widget.AppCompat.Spinner.Underlined">
1464
+ <item name="android:background">@drawable/abc_spinner_textfield_background_material</item>
1465
+ </style>
1466
+ <style name="Base.Widget.AppCompat.TextView" parent="android:Widget.TextView"/>
1467
+ <style name="Base.Widget.AppCompat.TextView.SpinnerItem" parent="android:Widget.TextView.SpinnerItem">
1468
+ <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem</item>
1469
+ <item name="android:paddingLeft">8dp</item>
1470
+ <item name="android:paddingRight">8dp</item>
1471
+ </style>
1472
+ <style name="Base.Widget.AppCompat.Toolbar" parent="Base.V7.Widget.AppCompat.Toolbar"/>
1473
+ <style name="Base.Widget.AppCompat.Toolbar.Button.Navigation" parent="android:Widget">
1474
+ <item name="android:background">?attr/controlBackground</item>
1475
+ <item name="android:minWidth">56dp</item>
1476
+ <item name="android:scaleType">center</item>
1477
+ </style>
1478
+ <style name="CalendarDatePickerDialog" ns2:targetApi="lollipop" parent="android:Theme.Material.Dialog.Alert">
1479
+ <item name="android:datePickerStyle">@style/CalendarDatePickerStyle</item>
1480
+ <item name="android:windowIsFloating">true</item>
1481
+ </style>
1482
+ <style name="CalendarDatePickerStyle" ns2:targetApi="lollipop" parent="android:Widget.Material.DatePicker">
1483
+ <item name="android:datePickerMode">calendar</item>
1484
+ </style>
1485
+ <style name="DialogAnimationFade">
1486
+ <item name="android:windowEnterAnimation">@anim/catalyst_fade_in</item>
1487
+ <item name="android:windowExitAnimation">@anim/catalyst_fade_out</item>
1488
+ </style>
1489
+ <style name="DialogAnimationSlide">
1490
+ <item name="android:windowEnterAnimation">@anim/catalyst_slide_up</item>
1491
+ <item name="android:windowExitAnimation">@anim/catalyst_slide_down</item>
1492
+ </style>
1493
+ <style name="Platform.AppCompat" parent="android:Theme.Holo">
1494
+ <item name="android:windowNoTitle">true</item>
1495
+ <item name="android:windowActionBar">false</item>
1496
+
1497
+ <item name="android:buttonBarStyle">?attr/buttonBarStyle</item>
1498
+ <item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item>
1499
+ <item name="android:borderlessButtonStyle">?attr/borderlessButtonStyle</item>
1500
+
1501
+
1502
+ <item name="android:colorForeground">@color/foreground_material_dark</item>
1503
+ <item name="android:colorForegroundInverse">@color/foreground_material_light</item>
1504
+ <item name="android:colorBackground">@color/background_material_dark</item>
1505
+ <item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_dark</item>
1506
+ <item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_dark</item>
1507
+ <item name="android:backgroundDimAmount">0.6</item>
1508
+ <item name="android:windowBackground">@color/background_material_dark</item>
1509
+
1510
+
1511
+ <item name="android:textColorPrimary">@color/abc_primary_text_material_dark</item>
1512
+ <item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_light</item>
1513
+ <item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_dark</item>
1514
+ <item name="android:textColorSecondary">@color/abc_secondary_text_material_dark</item>
1515
+ <item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_light</item>
1516
+ <item name="android:textColorTertiary">@color/abc_secondary_text_material_dark</item>
1517
+ <item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_light</item>
1518
+ <item name="android:textColorHint">@color/abc_hint_foreground_material_dark</item>
1519
+ <item name="android:textColorHintInverse">@color/abc_hint_foreground_material_light</item>
1520
+ <item name="android:textColorHighlight">@color/highlighted_text_material_dark</item>
1521
+ <item name="android:textColorHighlightInverse">@color/highlighted_text_material_light</item>
1522
+ <item name="android:textColorLink">?attr/colorAccent</item>
1523
+ <item name="android:textColorLinkInverse">?attr/colorAccent</item>
1524
+ <item name="android:textColorAlertDialogListItem">@color/abc_primary_text_material_dark</item>
1525
+
1526
+
1527
+ <item name="android:textAppearance">@style/TextAppearance.AppCompat</item>
1528
+ <item name="android:textAppearanceInverse">@style/TextAppearance.AppCompat.Inverse</item>
1529
+ <item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large</item>
1530
+ <item name="android:textAppearanceLargeInverse">@style/TextAppearance.AppCompat.Large.Inverse</item>
1531
+ <item name="android:textAppearanceMedium">@style/TextAppearance.AppCompat.Medium</item>
1532
+ <item name="android:textAppearanceMediumInverse">@style/TextAppearance.AppCompat.Medium.Inverse</item>
1533
+ <item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small</item>
1534
+ <item name="android:textAppearanceSmallInverse">@style/TextAppearance.AppCompat.Small.Inverse</item>
1535
+
1536
+ <item name="android:listChoiceIndicatorSingle">@drawable/abc_btn_radio_material</item>
1537
+ <item name="listChoiceIndicatorSingleAnimated">@drawable/abc_btn_radio_material_anim</item>
1538
+ <item name="android:listChoiceIndicatorMultiple">@drawable/abc_btn_check_material</item>
1539
+ <item name="listChoiceIndicatorMultipleAnimated">@drawable/abc_btn_check_material_anim</item>
1540
+
1541
+
1542
+ <item name="android:textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead</item>
1543
+ <item name="android:textAppearanceListItemSmall">@style/TextAppearance.AppCompat.Subhead</item>
1544
+
1545
+ <item name="android:listPreferredItemHeight">@dimen/abc_list_item_height_material</item>
1546
+ <item name="android:listPreferredItemHeightSmall">@dimen/abc_list_item_height_small_material</item>
1547
+ <item name="android:listPreferredItemHeightLarge">@dimen/abc_list_item_height_large_material</item>
1548
+ <item name="android:listPreferredItemPaddingLeft">@dimen/abc_list_item_padding_horizontal_material</item>
1549
+ <item name="android:listPreferredItemPaddingRight">@dimen/abc_list_item_padding_horizontal_material</item>
1550
+ <item name="android:listPreferredItemPaddingStart">@dimen/abc_list_item_padding_horizontal_material</item>
1551
+ <item name="android:listPreferredItemPaddingEnd">@dimen/abc_list_item_padding_horizontal_material</item>
1552
+
1553
+ <item name="android:actionModeCutDrawable">?actionModeCutDrawable</item>
1554
+ <item name="android:actionModeCopyDrawable">?actionModeCopyDrawable</item>
1555
+ <item name="android:actionModePasteDrawable">?actionModePasteDrawable</item>
1556
+ <item name="android:actionModeSelectAllDrawable">?actionModeSelectAllDrawable</item>
1557
+
1558
+ <item name="android:textSelectHandle">@drawable/abc_text_select_handle_middle_mtrl</item>
1559
+ <item name="android:textSelectHandleLeft">@drawable/abc_text_select_handle_left_mtrl</item>
1560
+ <item name="android:textSelectHandleRight">@drawable/abc_text_select_handle_right_mtrl</item>
1561
+ </style>
1562
+ <style name="Platform.AppCompat.Light" parent="android:Theme.Holo.Light">
1563
+ <item name="android:windowNoTitle">true</item>
1564
+ <item name="android:windowActionBar">false</item>
1565
+
1566
+ <item name="android:buttonBarStyle">?attr/buttonBarStyle</item>
1567
+ <item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item>
1568
+ <item name="android:borderlessButtonStyle">?attr/borderlessButtonStyle</item>
1569
+
1570
+
1571
+ <item name="android:colorForeground">@color/foreground_material_light</item>
1572
+ <item name="android:colorForegroundInverse">@color/foreground_material_dark</item>
1573
+ <item name="android:colorBackground">@color/background_material_light</item>
1574
+ <item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_light</item>
1575
+ <item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_light</item>
1576
+ <item name="android:backgroundDimAmount">0.6</item>
1577
+ <item name="android:windowBackground">@color/background_material_light</item>
1578
+
1579
+
1580
+ <item name="android:textColorPrimary">@color/abc_primary_text_material_light</item>
1581
+ <item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_dark</item>
1582
+ <item name="android:textColorSecondary">@color/abc_secondary_text_material_light</item>
1583
+ <item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_dark</item>
1584
+ <item name="android:textColorTertiary">@color/abc_secondary_text_material_light</item>
1585
+ <item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_dark</item>
1586
+ <item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_light</item>
1587
+ <item name="android:textColorPrimaryInverseDisableOnly">@color/abc_primary_text_disable_only_material_dark</item>
1588
+ <item name="android:textColorHint">@color/abc_hint_foreground_material_light</item>
1589
+ <item name="android:textColorHintInverse">@color/abc_hint_foreground_material_dark</item>
1590
+ <item name="android:textColorHighlight">@color/highlighted_text_material_light</item>
1591
+ <item name="android:textColorHighlightInverse">@color/highlighted_text_material_dark</item>
1592
+ <item name="android:textColorLink">?attr/colorAccent</item>
1593
+ <item name="android:textColorLinkInverse">?attr/colorAccent</item>
1594
+ <item name="android:textColorAlertDialogListItem">@color/abc_primary_text_material_light</item>
1595
+
1596
+
1597
+ <item name="android:textAppearance">@style/TextAppearance.AppCompat</item>
1598
+ <item name="android:textAppearanceInverse">@style/TextAppearance.AppCompat.Inverse</item>
1599
+ <item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large</item>
1600
+ <item name="android:textAppearanceLargeInverse">@style/TextAppearance.AppCompat.Large.Inverse</item>
1601
+ <item name="android:textAppearanceMedium">@style/TextAppearance.AppCompat.Medium</item>
1602
+ <item name="android:textAppearanceMediumInverse">@style/TextAppearance.AppCompat.Medium.Inverse</item>
1603
+ <item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small</item>
1604
+ <item name="android:textAppearanceSmallInverse">@style/TextAppearance.AppCompat.Small.Inverse</item>
1605
+
1606
+ <item name="android:listChoiceIndicatorSingle">@drawable/abc_btn_radio_material</item>
1607
+ <item name="listChoiceIndicatorSingleAnimated">@drawable/abc_btn_radio_material_anim</item>
1608
+ <item name="android:listChoiceIndicatorMultiple">@drawable/abc_btn_check_material</item>
1609
+ <item name="listChoiceIndicatorMultipleAnimated">@drawable/abc_btn_check_material_anim</item>
1610
+
1611
+
1612
+ <item name="android:textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead</item>
1613
+ <item name="android:textAppearanceListItemSmall">@style/TextAppearance.AppCompat.Subhead</item>
1614
+
1615
+ <item name="android:listPreferredItemHeight">@dimen/abc_list_item_height_material</item>
1616
+ <item name="android:listPreferredItemHeightSmall">@dimen/abc_list_item_height_small_material</item>
1617
+ <item name="android:listPreferredItemHeightLarge">@dimen/abc_list_item_height_large_material</item>
1618
+ <item name="android:listPreferredItemPaddingLeft">@dimen/abc_list_item_padding_horizontal_material</item>
1619
+ <item name="android:listPreferredItemPaddingRight">@dimen/abc_list_item_padding_horizontal_material</item>
1620
+ <item name="android:listPreferredItemPaddingStart">@dimen/abc_list_item_padding_horizontal_material</item>
1621
+ <item name="android:listPreferredItemPaddingEnd">@dimen/abc_list_item_padding_horizontal_material</item>
1622
+
1623
+ <item name="android:actionModeCutDrawable">?actionModeCutDrawable</item>
1624
+ <item name="android:actionModeCopyDrawable">?actionModeCopyDrawable</item>
1625
+ <item name="android:actionModePasteDrawable">?actionModePasteDrawable</item>
1626
+ <item name="android:actionModeSelectAllDrawable">?actionModeSelectAllDrawable</item>
1627
+
1628
+ <item name="android:textSelectHandle">@drawable/abc_text_select_handle_middle_mtrl</item>
1629
+ <item name="android:textSelectHandleLeft">@drawable/abc_text_select_handle_left_mtrl</item>
1630
+ <item name="android:textSelectHandleRight">@drawable/abc_text_select_handle_right_mtrl</item>
1631
+ </style>
1632
+ <style name="Platform.ThemeOverlay.AppCompat" parent=""/>
1633
+ <style name="Platform.ThemeOverlay.AppCompat.Dark">
1634
+
1635
+ <item name="actionBarItemBackground">@drawable/abc_item_background_holo_dark</item>
1636
+ <item name="actionDropDownStyle">@style/Widget.AppCompat.Spinner.DropDown.ActionBar</item>
1637
+ <item name="selectableItemBackground">@drawable/abc_item_background_holo_dark</item>
1638
+
1639
+
1640
+ <item name="android:autoCompleteTextViewStyle">@style/Widget.AppCompat.AutoCompleteTextView</item>
1641
+ <item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
1642
+ </style>
1643
+ <style name="Platform.ThemeOverlay.AppCompat.Light">
1644
+ <item name="actionBarItemBackground">@drawable/abc_item_background_holo_light</item>
1645
+ <item name="actionDropDownStyle">@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar</item>
1646
+ <item name="selectableItemBackground">@drawable/abc_item_background_holo_light</item>
1647
+
1648
+
1649
+ <item name="android:autoCompleteTextViewStyle">@style/Widget.AppCompat.Light.AutoCompleteTextView</item>
1650
+ <item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
1651
+ </style>
1652
+ <style name="Platform.Widget.AppCompat.Spinner" parent="android:Widget.Holo.Spinner"/>
1653
+ <style name="RtlOverlay.DialogWindowTitle.AppCompat" parent="Base.DialogWindowTitle.AppCompat">
1654
+ </style>
1655
+ <style name="RtlOverlay.Widget.AppCompat.ActionBar.TitleItem" parent="android:Widget">
1656
+ <item name="android:layout_gravity">center_vertical|left</item>
1657
+ <item name="android:paddingRight">8dp</item>
1658
+ </style>
1659
+ <style name="RtlOverlay.Widget.AppCompat.DialogTitle.Icon" parent="android:Widget">
1660
+ <item name="android:layout_marginRight">8dp</item>
1661
+ </style>
1662
+ <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem" parent="android:Widget">
1663
+ <item name="android:paddingRight">16dp</item>
1664
+ </style>
1665
+ <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup" parent="android:Widget">
1666
+ <item name="android:layout_marginLeft">16dp</item>
1667
+ </style>
1668
+ <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.Shortcut" parent="android:Widget">
1669
+ <item name="android:layout_marginLeft">16dp</item>
1670
+ </style>
1671
+ <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.SubmenuArrow" parent="android:Widget">
1672
+ <item name="android:layout_marginLeft">8dp</item>
1673
+ </style>
1674
+ <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" parent="android:Widget">
1675
+ <item name="android:layout_alignParentLeft">true</item>
1676
+ </style>
1677
+ <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.Title" parent="android:Widget">
1678
+ <item name="android:layout_marginLeft">16dp</item>
1679
+ </style>
1680
+ <style name="RtlOverlay.Widget.AppCompat.Search.DropDown" parent="android:Widget">
1681
+ <item name="android:paddingLeft">@dimen/abc_dropdownitem_text_padding_left</item>
1682
+ <item name="android:paddingRight">4dp</item>
1683
+ </style>
1684
+ <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" parent="android:Widget">
1685
+ <item name="android:layout_alignParentLeft">true</item>
1686
+ </style>
1687
+ <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" parent="android:Widget">
1688
+ <item name="android:layout_toLeftOf">@id/edit_query</item>
1689
+ </style>
1690
+ <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Query" parent="android:Widget">
1691
+ <item name="android:layout_alignParentRight">true</item>
1692
+ </style>
1693
+ <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Text" parent="Base.Widget.AppCompat.DropDownItem.Spinner">
1694
+ <item name="android:layout_toLeftOf">@android:id/icon2</item>
1695
+ <item name="android:layout_toRightOf">@android:id/icon1</item>
1696
+ </style>
1697
+ <style name="RtlOverlay.Widget.AppCompat.SearchView.MagIcon" parent="android:Widget">
1698
+ <item name="android:layout_marginLeft">@dimen/abc_dropdownitem_text_padding_left</item>
1699
+ </style>
1700
+ <style name="RtlUnderlay.Widget.AppCompat.ActionButton" parent="android:Widget">
1701
+ <item name="android:paddingLeft">12dp</item>
1702
+ <item name="android:paddingRight">12dp</item>
1703
+ </style>
1704
+ <style name="RtlUnderlay.Widget.AppCompat.ActionButton.Overflow" parent="Base.Widget.AppCompat.ActionButton">
1705
+ <item name="android:paddingLeft">@dimen/abc_action_bar_overflow_padding_start_material</item>
1706
+ <item name="android:paddingRight">@dimen/abc_action_bar_overflow_padding_end_material</item>
1707
+ </style>
1708
+ <style name="SpinnerDatePickerDialog" ns2:targetApi="lollipop" parent="Theme.AppCompat.Light.Dialog">
1709
+ <item name="android:datePickerStyle">@style/SpinnerDatePickerStyle</item>
1710
+ </style>
1711
+ <style name="SpinnerDatePickerStyle" ns2:targetApi="lollipop" parent="android:Widget.Material.Light.DatePicker">
1712
+ <item name="android:datePickerMode">spinner</item>
1713
+ </style>
1714
+ <style name="TextAppearance.AppCompat" parent="Base.TextAppearance.AppCompat"/>
1715
+ <style name="TextAppearance.AppCompat.Body1" parent="Base.TextAppearance.AppCompat.Body1"/>
1716
+ <style name="TextAppearance.AppCompat.Body2" parent="Base.TextAppearance.AppCompat.Body2"/>
1717
+ <style name="TextAppearance.AppCompat.Button" parent="Base.TextAppearance.AppCompat.Button"/>
1718
+ <style name="TextAppearance.AppCompat.Caption" parent="Base.TextAppearance.AppCompat.Caption"/>
1719
+ <style name="TextAppearance.AppCompat.Display1" parent="Base.TextAppearance.AppCompat.Display1"/>
1720
+ <style name="TextAppearance.AppCompat.Display2" parent="Base.TextAppearance.AppCompat.Display2"/>
1721
+ <style name="TextAppearance.AppCompat.Display3" parent="Base.TextAppearance.AppCompat.Display3"/>
1722
+ <style name="TextAppearance.AppCompat.Display4" parent="Base.TextAppearance.AppCompat.Display4"/>
1723
+ <style name="TextAppearance.AppCompat.Headline" parent="Base.TextAppearance.AppCompat.Headline"/>
1724
+ <style name="TextAppearance.AppCompat.Inverse" parent="Base.TextAppearance.AppCompat.Inverse"/>
1725
+ <style name="TextAppearance.AppCompat.Large" parent="Base.TextAppearance.AppCompat.Large"/>
1726
+ <style name="TextAppearance.AppCompat.Large.Inverse" parent="Base.TextAppearance.AppCompat.Large.Inverse"/>
1727
+ <style name="TextAppearance.AppCompat.Light.SearchResult.Subtitle" parent="TextAppearance.AppCompat.SearchResult.Subtitle"/>
1728
+ <style name="TextAppearance.AppCompat.Light.SearchResult.Title" parent="TextAppearance.AppCompat.SearchResult.Title"/>
1729
+ <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Widget.PopupMenu.Large"/>
1730
+ <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Widget.PopupMenu.Small"/>
1731
+ <style name="TextAppearance.AppCompat.Medium" parent="Base.TextAppearance.AppCompat.Medium"/>
1732
+ <style name="TextAppearance.AppCompat.Medium.Inverse" parent="Base.TextAppearance.AppCompat.Medium.Inverse"/>
1733
+ <style name="TextAppearance.AppCompat.Menu" parent="Base.TextAppearance.AppCompat.Menu"/>
1734
+ <style name="TextAppearance.AppCompat.SearchResult.Subtitle" parent="Base.TextAppearance.AppCompat.SearchResult.Subtitle">
1735
+ </style>
1736
+ <style name="TextAppearance.AppCompat.SearchResult.Title" parent="Base.TextAppearance.AppCompat.SearchResult.Title">
1737
+ </style>
1738
+ <style name="TextAppearance.AppCompat.Small" parent="Base.TextAppearance.AppCompat.Small"/>
1739
+ <style name="TextAppearance.AppCompat.Small.Inverse" parent="Base.TextAppearance.AppCompat.Small.Inverse"/>
1740
+ <style name="TextAppearance.AppCompat.Subhead" parent="Base.TextAppearance.AppCompat.Subhead"/>
1741
+ <style name="TextAppearance.AppCompat.Subhead.Inverse" parent="Base.TextAppearance.AppCompat.Subhead.Inverse"/>
1742
+ <style name="TextAppearance.AppCompat.Title" parent="Base.TextAppearance.AppCompat.Title"/>
1743
+ <style name="TextAppearance.AppCompat.Title.Inverse" parent="Base.TextAppearance.AppCompat.Title.Inverse"/>
1744
+ <style name="TextAppearance.AppCompat.Tooltip" parent="Base.TextAppearance.AppCompat.Tooltip"/>
1745
+ <style name="TextAppearance.AppCompat.Widget.ActionBar.Menu" parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Menu">
1746
+ </style>
1747
+ <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle" parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle"/>
1748
+ <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse">
1749
+ </style>
1750
+ <style name="TextAppearance.AppCompat.Widget.ActionBar.Title" parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Title"/>
1751
+ <style name="TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse">
1752
+ </style>
1753
+ <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle" parent="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle">
1754
+ </style>
1755
+ <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.ActionMode.Subtitle"/>
1756
+ <style name="TextAppearance.AppCompat.Widget.ActionMode.Title" parent="Base.TextAppearance.AppCompat.Widget.ActionMode.Title">
1757
+ </style>
1758
+ <style name="TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse" parent="TextAppearance.AppCompat.Widget.ActionMode.Title"/>
1759
+ <style name="TextAppearance.AppCompat.Widget.Button" parent="Base.TextAppearance.AppCompat.Widget.Button"/>
1760
+ <style name="TextAppearance.AppCompat.Widget.Button.Borderless.Colored" parent="Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored"/>
1761
+ <style name="TextAppearance.AppCompat.Widget.Button.Colored" parent="Base.TextAppearance.AppCompat.Widget.Button.Colored"/>
1762
+ <style name="TextAppearance.AppCompat.Widget.Button.Inverse" parent="Base.TextAppearance.AppCompat.Widget.Button.Inverse"/>
1763
+ <style name="TextAppearance.AppCompat.Widget.DropDownItem" parent="Base.TextAppearance.AppCompat.Widget.DropDownItem">
1764
+ </style>
1765
+ <style name="TextAppearance.AppCompat.Widget.PopupMenu.Header" parent="Base.TextAppearance.AppCompat.Widget.PopupMenu.Header"/>
1766
+ <style name="TextAppearance.AppCompat.Widget.PopupMenu.Large" parent="Base.TextAppearance.AppCompat.Widget.PopupMenu.Large"/>
1767
+ <style name="TextAppearance.AppCompat.Widget.PopupMenu.Small" parent="Base.TextAppearance.AppCompat.Widget.PopupMenu.Small"/>
1768
+ <style name="TextAppearance.AppCompat.Widget.Switch" parent="Base.TextAppearance.AppCompat.Widget.Switch"/>
1769
+ <style name="TextAppearance.AppCompat.Widget.TextView.SpinnerItem" parent="Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem"/>
1770
+ <style name="TextAppearance.Compat.Notification" parent="@android:style/TextAppearance.StatusBar.EventContent"/>
1771
+ <style name="TextAppearance.Compat.Notification.Info">
1772
+ <item name="android:textSize">12sp</item>
1773
+ <item name="android:textColor">?android:attr/textColorSecondary</item>
1774
+ </style>
1775
+ <style name="TextAppearance.Compat.Notification.Line2" parent="TextAppearance.Compat.Notification.Info"/>
1776
+ <style name="TextAppearance.Compat.Notification.Time">
1777
+ <item name="android:textSize">12sp</item>
1778
+ <item name="android:textColor">?android:attr/textColorSecondary</item>
1779
+ </style>
1780
+ <style name="TextAppearance.Compat.Notification.Title" parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/>
1781
+ <style name="TextAppearance.Widget.AppCompat.ExpandedMenu.Item" parent="Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item">
1782
+ </style>
1783
+ <style name="TextAppearance.Widget.AppCompat.Toolbar.Subtitle" parent="Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle">
1784
+ </style>
1785
+ <style name="TextAppearance.Widget.AppCompat.Toolbar.Title" parent="Base.TextAppearance.Widget.AppCompat.Toolbar.Title">
1786
+ </style>
1787
+ <style name="Theme"/>
1788
+ <style name="Theme.AppCompat" parent="Base.Theme.AppCompat"/>
1789
+ <style name="Theme.AppCompat.CompactMenu" parent="Base.Theme.AppCompat.CompactMenu"/>
1790
+ <style name="Theme.AppCompat.DayNight" parent="Theme.AppCompat.Light"/>
1791
+ <style name="Theme.AppCompat.DayNight.DarkActionBar" parent="Theme.AppCompat.Light.DarkActionBar"/>
1792
+ <style name="Theme.AppCompat.DayNight.Dialog" parent="Theme.AppCompat.Light.Dialog"/>
1793
+ <style name="Theme.AppCompat.DayNight.Dialog.Alert" parent="Theme.AppCompat.Light.Dialog.Alert"/>
1794
+ <style name="Theme.AppCompat.DayNight.Dialog.MinWidth" parent="Theme.AppCompat.Light.Dialog.MinWidth"/>
1795
+ <style name="Theme.AppCompat.DayNight.DialogWhenLarge" parent="Theme.AppCompat.Light.DialogWhenLarge"/>
1796
+ <style name="Theme.AppCompat.DayNight.NoActionBar" parent="Theme.AppCompat.Light.NoActionBar"/>
1797
+ <style name="Theme.AppCompat.Dialog" parent="Base.Theme.AppCompat.Dialog"/>
1798
+ <style name="Theme.AppCompat.Dialog.Alert" parent="Base.Theme.AppCompat.Dialog.Alert"/>
1799
+ <style name="Theme.AppCompat.Dialog.MinWidth" parent="Base.Theme.AppCompat.Dialog.MinWidth"/>
1800
+ <style name="Theme.AppCompat.DialogWhenLarge" parent="Base.Theme.AppCompat.DialogWhenLarge">
1801
+ </style>
1802
+ <style name="Theme.AppCompat.Empty" parent=""/>
1803
+ <style name="Theme.AppCompat.Light" parent="Base.Theme.AppCompat.Light"/>
1804
+ <style name="Theme.AppCompat.Light.DarkActionBar" parent="Base.Theme.AppCompat.Light.DarkActionBar"/>
1805
+ <style name="Theme.AppCompat.Light.Dialog" parent="Base.Theme.AppCompat.Light.Dialog"/>
1806
+ <style name="Theme.AppCompat.Light.Dialog.Alert" parent="Base.Theme.AppCompat.Light.Dialog.Alert"/>
1807
+ <style name="Theme.AppCompat.Light.Dialog.MinWidth" parent="Base.Theme.AppCompat.Light.Dialog.MinWidth"/>
1808
+ <style name="Theme.AppCompat.Light.DialogWhenLarge" parent="Base.Theme.AppCompat.Light.DialogWhenLarge">
1809
+ </style>
1810
+ <style name="Theme.AppCompat.Light.NoActionBar">
1811
+ <item name="windowActionBar">false</item>
1812
+ <item name="windowNoTitle">true</item>
1813
+ </style>
1814
+ <style name="Theme.AppCompat.NoActionBar">
1815
+ <item name="windowActionBar">false</item>
1816
+ <item name="windowNoTitle">true</item>
1817
+ </style>
1818
+ <style name="Theme.AutofillInlineSuggestion" parent="@android:style/Theme.DeviceDefault">
1819
+ <item name="isAutofillInlineSuggestionTheme">true</item>
1820
+ <item name="autofillInlineSuggestionChip">@style/Widget.Autofill.InlineSuggestionChip</item>
1821
+ <item name="autofillInlineSuggestionStartIconStyle">
1822
+ @style/Widget.Autofill.InlineSuggestionStartIconStyle
1823
+ </item>
1824
+ <item name="autofillInlineSuggestionTitle">
1825
+ @style/Widget.Autofill.InlineSuggestionTitle
1826
+ </item>
1827
+ <item name="autofillInlineSuggestionSubtitle">
1828
+ @style/Widget.Autofill.InlineSuggestionSubtitle
1829
+ </item>
1830
+ <item name="autofillInlineSuggestionEndIconStyle">
1831
+ @style/Widget.Autofill.InlineSuggestionEndIconStyle
1832
+ </item>
1833
+ </style>
1834
+ <style name="Theme.Catalyst"/>
1835
+ <style name="Theme.Catalyst.LogBox">
1836
+ <item name="android:windowTranslucentStatus">true</item>
1837
+ <item name="android:windowTranslucentNavigation">false</item>
1838
+ <item name="android:windowBackground">@android:color/transparent</item>
1839
+ <item name="android:windowAnimationStyle">@style/Animation.Catalyst.LogBox</item>
1840
+ <item name="android:inAnimation">@android:anim/fade_in</item>
1841
+ <item name="android:outAnimation">@android:anim/fade_out</item>
1842
+ <item name="android:textColor">@android:color/white</item>
1843
+ </style>
1844
+ <style name="Theme.Catalyst.RedBox">
1845
+ <item name="android:windowBackground">@color/catalyst_redbox_background</item>
1846
+ <item name="android:windowAnimationStyle">@style/Animation.Catalyst.RedBox</item>
1847
+ <item name="android:inAnimation">@android:anim/fade_in</item>
1848
+ <item name="android:outAnimation">@android:anim/fade_out</item>
1849
+ <item name="android:textColor">@android:color/white</item>
1850
+ </style>
1851
+ <style name="Theme.FullScreenDialog">
1852
+ <item name="android:windowNoTitle">true</item>
1853
+ <item name="android:windowIsFloating">false</item>
1854
+ <item name="android:windowBackground">@android:color/transparent</item>
1855
+ <item name="android:windowDrawsSystemBarBackgrounds">true</item>
1856
+ <item name="android:statusBarColor">@android:color/transparent</item>
1857
+ </style>
1858
+ <style name="Theme.FullScreenDialogAnimatedFade" parent="Theme.FullScreenDialog">
1859
+ <item name="android:windowAnimationStyle">@style/DialogAnimationFade</item>
1860
+ </style>
1861
+ <style name="Theme.FullScreenDialogAnimatedSlide" parent="Theme.FullScreenDialog">
1862
+ <item name="android:windowAnimationStyle">@style/DialogAnimationSlide</item>
1863
+ </style>
1864
+ <style name="Theme.ReactNative.AppCompat.Light" parent="@style/Theme.AppCompat.Light.NoActionBar">
1865
+ <item name="android:textColor">@android:color/black</item>
1866
+ </style>
1867
+ <style name="Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen" parent="@style/Theme.ReactNative.AppCompat.Light">
1868
+ <item name="android:windowNoTitle">true</item>
1869
+ <item name="windowActionBar">false</item>
1870
+ <item name="android:windowFullscreen">true</item>
1871
+ <item name="android:windowContentOverlay">@null</item>
1872
+ </style>
1873
+ <style name="Theme.ReactNative.TextInput.DefaultBackground" parent="android:Widget.EditText">
1874
+ <item name="android:editTextBackground">@drawable/abc_edit_text_material</item>
1875
+ </style>
1876
+ <style name="ThemeOverlay.AppCompat" parent="Base.ThemeOverlay.AppCompat"/>
1877
+ <style name="ThemeOverlay.AppCompat.ActionBar" parent="Base.ThemeOverlay.AppCompat.ActionBar"/>
1878
+ <style name="ThemeOverlay.AppCompat.Dark" parent="Base.ThemeOverlay.AppCompat.Dark"/>
1879
+ <style name="ThemeOverlay.AppCompat.Dark.ActionBar" parent="Base.ThemeOverlay.AppCompat.Dark.ActionBar"/>
1880
+ <style name="ThemeOverlay.AppCompat.DayNight" parent="ThemeOverlay.AppCompat.Light"/>
1881
+ <style name="ThemeOverlay.AppCompat.DayNight.ActionBar">
1882
+ <item name="colorControlNormal">?android:attr/textColorPrimary</item>
1883
+ <item name="searchViewStyle">@style/Widget.AppCompat.SearchView.ActionBar</item>
1884
+ </style>
1885
+ <style name="ThemeOverlay.AppCompat.Dialog" parent="Base.ThemeOverlay.AppCompat.Dialog"/>
1886
+ <style name="ThemeOverlay.AppCompat.Dialog.Alert" parent="Base.ThemeOverlay.AppCompat.Dialog.Alert"/>
1887
+ <style name="ThemeOverlay.AppCompat.Light" parent="Base.ThemeOverlay.AppCompat.Light"/>
1888
+ <style name="Widget.AppCompat.ActionBar" parent="Base.Widget.AppCompat.ActionBar">
1889
+ </style>
1890
+ <style name="Widget.AppCompat.ActionBar.Solid" parent="Base.Widget.AppCompat.ActionBar.Solid">
1891
+ </style>
1892
+ <style name="Widget.AppCompat.ActionBar.TabBar" parent="Base.Widget.AppCompat.ActionBar.TabBar">
1893
+ </style>
1894
+ <style name="Widget.AppCompat.ActionBar.TabText" parent="Base.Widget.AppCompat.ActionBar.TabText">
1895
+ </style>
1896
+ <style name="Widget.AppCompat.ActionBar.TabView" parent="Base.Widget.AppCompat.ActionBar.TabView">
1897
+ </style>
1898
+ <style name="Widget.AppCompat.ActionButton" parent="Base.Widget.AppCompat.ActionButton"/>
1899
+ <style name="Widget.AppCompat.ActionButton.CloseMode" parent="Base.Widget.AppCompat.ActionButton.CloseMode"/>
1900
+ <style name="Widget.AppCompat.ActionButton.Overflow" parent="Base.Widget.AppCompat.ActionButton.Overflow"/>
1901
+ <style name="Widget.AppCompat.ActionMode" parent="Base.Widget.AppCompat.ActionMode">
1902
+ </style>
1903
+ <style name="Widget.AppCompat.ActivityChooserView" parent="Base.Widget.AppCompat.ActivityChooserView">
1904
+ </style>
1905
+ <style name="Widget.AppCompat.AutoCompleteTextView" parent="Base.Widget.AppCompat.AutoCompleteTextView">
1906
+ </style>
1907
+ <style name="Widget.AppCompat.Button" parent="Base.Widget.AppCompat.Button"/>
1908
+ <style name="Widget.AppCompat.Button.Borderless" parent="Base.Widget.AppCompat.Button.Borderless"/>
1909
+ <style name="Widget.AppCompat.Button.Borderless.Colored" parent="Base.Widget.AppCompat.Button.Borderless.Colored"/>
1910
+ <style name="Widget.AppCompat.Button.ButtonBar.AlertDialog" parent="Base.Widget.AppCompat.Button.ButtonBar.AlertDialog"/>
1911
+ <style name="Widget.AppCompat.Button.Colored" parent="Base.Widget.AppCompat.Button.Colored"/>
1912
+ <style name="Widget.AppCompat.Button.Small" parent="Base.Widget.AppCompat.Button.Small"/>
1913
+ <style name="Widget.AppCompat.ButtonBar" parent="Base.Widget.AppCompat.ButtonBar"/>
1914
+ <style name="Widget.AppCompat.ButtonBar.AlertDialog" parent="Base.Widget.AppCompat.ButtonBar.AlertDialog"/>
1915
+ <style name="Widget.AppCompat.CompoundButton.CheckBox" parent="Base.Widget.AppCompat.CompoundButton.CheckBox"/>
1916
+ <style name="Widget.AppCompat.CompoundButton.RadioButton" parent="Base.Widget.AppCompat.CompoundButton.RadioButton"/>
1917
+ <style name="Widget.AppCompat.CompoundButton.Switch" parent="Base.Widget.AppCompat.CompoundButton.Switch"/>
1918
+ <style name="Widget.AppCompat.DrawerArrowToggle" parent="Base.Widget.AppCompat.DrawerArrowToggle">
1919
+ <item name="color">?attr/colorControlNormal</item>
1920
+ </style>
1921
+ <style name="Widget.AppCompat.DropDownItem.Spinner" parent="RtlOverlay.Widget.AppCompat.Search.DropDown.Text"/>
1922
+ <style name="Widget.AppCompat.EditText" parent="Base.Widget.AppCompat.EditText"/>
1923
+ <style name="Widget.AppCompat.ImageButton" parent="Base.Widget.AppCompat.ImageButton"/>
1924
+ <style name="Widget.AppCompat.Light.ActionBar" parent="Base.Widget.AppCompat.Light.ActionBar">
1925
+ </style>
1926
+ <style name="Widget.AppCompat.Light.ActionBar.Solid" parent="Base.Widget.AppCompat.Light.ActionBar.Solid">
1927
+ </style>
1928
+ <style name="Widget.AppCompat.Light.ActionBar.Solid.Inverse"/>
1929
+ <style name="Widget.AppCompat.Light.ActionBar.TabBar" parent="Base.Widget.AppCompat.Light.ActionBar.TabBar">
1930
+ </style>
1931
+ <style name="Widget.AppCompat.Light.ActionBar.TabBar.Inverse"/>
1932
+ <style name="Widget.AppCompat.Light.ActionBar.TabText" parent="Base.Widget.AppCompat.Light.ActionBar.TabText">
1933
+ </style>
1934
+ <style name="Widget.AppCompat.Light.ActionBar.TabText.Inverse" parent="Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse">
1935
+ </style>
1936
+ <style name="Widget.AppCompat.Light.ActionBar.TabView" parent="Base.Widget.AppCompat.Light.ActionBar.TabView">
1937
+ </style>
1938
+ <style name="Widget.AppCompat.Light.ActionBar.TabView.Inverse"/>
1939
+ <style name="Widget.AppCompat.Light.ActionButton" parent="Widget.AppCompat.ActionButton"/>
1940
+ <style name="Widget.AppCompat.Light.ActionButton.CloseMode" parent="Widget.AppCompat.ActionButton.CloseMode"/>
1941
+ <style name="Widget.AppCompat.Light.ActionButton.Overflow" parent="Widget.AppCompat.ActionButton.Overflow"/>
1942
+ <style name="Widget.AppCompat.Light.ActionMode.Inverse" parent="Widget.AppCompat.ActionMode"/>
1943
+ <style name="Widget.AppCompat.Light.ActivityChooserView" parent="Widget.AppCompat.ActivityChooserView"/>
1944
+ <style name="Widget.AppCompat.Light.AutoCompleteTextView" parent="Widget.AppCompat.AutoCompleteTextView"/>
1945
+ <style name="Widget.AppCompat.Light.DropDownItem.Spinner" parent="Widget.AppCompat.DropDownItem.Spinner"/>
1946
+ <style name="Widget.AppCompat.Light.ListPopupWindow" parent="Widget.AppCompat.ListPopupWindow"/>
1947
+ <style name="Widget.AppCompat.Light.ListView.DropDown" parent="Widget.AppCompat.ListView.DropDown"/>
1948
+ <style name="Widget.AppCompat.Light.PopupMenu" parent="Base.Widget.AppCompat.Light.PopupMenu"/>
1949
+ <style name="Widget.AppCompat.Light.PopupMenu.Overflow" parent="Base.Widget.AppCompat.Light.PopupMenu.Overflow">
1950
+ </style>
1951
+ <style name="Widget.AppCompat.Light.SearchView" parent="Widget.AppCompat.SearchView"/>
1952
+ <style name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Spinner.DropDown.ActionBar"/>
1953
+ <style name="Widget.AppCompat.ListMenuView" parent="Base.Widget.AppCompat.ListMenuView"/>
1954
+ <style name="Widget.AppCompat.ListPopupWindow" parent="Base.Widget.AppCompat.ListPopupWindow">
1955
+ </style>
1956
+ <style name="Widget.AppCompat.ListView" parent="Base.Widget.AppCompat.ListView"/>
1957
+ <style name="Widget.AppCompat.ListView.DropDown" parent="Base.Widget.AppCompat.ListView.DropDown"/>
1958
+ <style name="Widget.AppCompat.ListView.Menu" parent="Base.Widget.AppCompat.ListView.Menu"/>
1959
+ <style name="Widget.AppCompat.PopupMenu" parent="Base.Widget.AppCompat.PopupMenu"/>
1960
+ <style name="Widget.AppCompat.PopupMenu.Overflow" parent="Base.Widget.AppCompat.PopupMenu.Overflow">
1961
+ </style>
1962
+ <style name="Widget.AppCompat.PopupWindow" parent="Base.Widget.AppCompat.PopupWindow">
1963
+ </style>
1964
+ <style name="Widget.AppCompat.ProgressBar" parent="Base.Widget.AppCompat.ProgressBar">
1965
+ </style>
1966
+ <style name="Widget.AppCompat.ProgressBar.Horizontal" parent="Base.Widget.AppCompat.ProgressBar.Horizontal">
1967
+ </style>
1968
+ <style name="Widget.AppCompat.RatingBar" parent="Base.Widget.AppCompat.RatingBar"/>
1969
+ <style name="Widget.AppCompat.RatingBar.Indicator" parent="Base.Widget.AppCompat.RatingBar.Indicator"/>
1970
+ <style name="Widget.AppCompat.RatingBar.Small" parent="Base.Widget.AppCompat.RatingBar.Small"/>
1971
+ <style name="Widget.AppCompat.SearchView" parent="Base.Widget.AppCompat.SearchView"/>
1972
+ <style name="Widget.AppCompat.SearchView.ActionBar" parent="Base.Widget.AppCompat.SearchView.ActionBar"/>
1973
+ <style name="Widget.AppCompat.SeekBar" parent="Base.Widget.AppCompat.SeekBar"/>
1974
+ <style name="Widget.AppCompat.SeekBar.Discrete" parent="Base.Widget.AppCompat.SeekBar.Discrete"/>
1975
+ <style name="Widget.AppCompat.Spinner" parent="Base.Widget.AppCompat.Spinner"/>
1976
+ <style name="Widget.AppCompat.Spinner.DropDown"/>
1977
+ <style name="Widget.AppCompat.Spinner.DropDown.ActionBar"/>
1978
+ <style name="Widget.AppCompat.Spinner.Underlined" parent="Base.Widget.AppCompat.Spinner.Underlined"/>
1979
+ <style name="Widget.AppCompat.TextView" parent="Base.Widget.AppCompat.TextView"/>
1980
+ <style name="Widget.AppCompat.TextView.SpinnerItem" parent="Base.Widget.AppCompat.TextView.SpinnerItem"/>
1981
+ <style name="Widget.AppCompat.Toolbar" parent="Base.Widget.AppCompat.Toolbar"/>
1982
+ <style name="Widget.AppCompat.Toolbar.Button.Navigation" parent="Base.Widget.AppCompat.Toolbar.Button.Navigation"/>
1983
+ <style name="Widget.Autofill" parent="android:Widget"/>
1984
+ <style name="Widget.Autofill.InlineSuggestionChip">
1985
+ <item name="android:background">@drawable/autofill_inline_suggestion_chip_background</item>
1986
+ <item name="android:paddingStart">13dp</item>
1987
+ <item name="android:paddingLeft">13dp</item>
1988
+ <item name="android:paddingEnd">13dp</item>
1989
+ <item name="android:paddingRight">13dp</item>
1990
+ </style>
1991
+ <style name="Widget.Autofill.InlineSuggestionEndIconStyle">
1992
+ <item name="android:scaleType">fitCenter</item>
1993
+ <item name="android:maxWidth">@dimen/autofill_inline_suggestion_icon_size</item>
1994
+ <item name="android:adjustViewBounds">true</item>
1995
+ </style>
1996
+ <style name="Widget.Autofill.InlineSuggestionStartIconStyle">
1997
+ <item name="android:scaleType">fitCenter</item>
1998
+ <item name="android:maxWidth">@dimen/autofill_inline_suggestion_icon_size</item>
1999
+ <item name="android:adjustViewBounds">true</item>
2000
+ </style>
2001
+ <style name="Widget.Autofill.InlineSuggestionSubtitle" parent="@android:style/TextAppearance">
2002
+ <item name="android:textColor">#99202124</item>
2003
+ <item name="android:textSize">14sp</item>
2004
+ <item name="android:typeface">sans</item>
2005
+ <item name="android:layout_marginEnd">4dp</item>
2006
+ <item name="android:layout_marginRight">4dp</item>
2007
+ </style>
2008
+ <style name="Widget.Autofill.InlineSuggestionTitle" parent="@android:style/TextAppearance">
2009
+ <item name="android:textColor">#FF202124</item>
2010
+ <item name="android:textSize">16sp</item>
2011
+ <item name="android:typeface">sans</item>
2012
+ <item name="android:layout_marginStart">4dp</item>
2013
+ <item name="android:layout_marginLeft">4dp</item>
2014
+ <item name="android:layout_marginEnd">4dp</item>
2015
+ <item name="android:layout_marginRight">4dp</item>
2016
+ </style>
2017
+ <style name="Widget.Compat.NotificationActionContainer" parent=""/>
2018
+ <style name="Widget.Compat.NotificationActionText" parent=""/>
2019
+ <style name="redboxButton">
2020
+ <item name="android:layout_width">0dp</item>
2021
+ <item name="android:layout_height">wrap_content</item>
2022
+ <item name="android:layout_weight">1</item>
2023
+ <item name="android:layout_margin">4dp</item>
2024
+ <item name="android:background">@null</item>
2025
+ <item name="android:gravity">center</item>
2026
+ <item name="android:textColor">#dddddd</item>
2027
+ <item name="android:textSize">14sp</item>
2028
+ </style>
2029
+ <declare-styleable name="ActionBar">
2030
+
2031
+ <attr name="navigationMode">
2032
+ <!-- Normal static title text -->
2033
+ <enum name="normal" value="0"/>
2034
+ <!-- The action bar will use a selection list for navigation. -->
2035
+ <enum name="listMode" value="1"/>
2036
+ <!-- The action bar will use a series of horizontal tabs for navigation. -->
2037
+ <enum name="tabMode" value="2"/>
2038
+ </attr>
2039
+
2040
+ <attr name="displayOptions">
2041
+ <flag name="none" value="0"/>
2042
+ <flag name="useLogo" value="0x1"/>
2043
+ <flag name="showHome" value="0x2"/>
2044
+ <flag name="homeAsUp" value="0x4"/>
2045
+ <flag name="showTitle" value="0x8"/>
2046
+ <flag name="showCustom" value="0x10"/>
2047
+ <flag name="disableHome" value="0x20"/>
2048
+ </attr>
2049
+
2050
+ <attr name="title"/>
2051
+
2052
+ <attr format="string" name="subtitle"/>
2053
+
2054
+ <attr format="reference" name="titleTextStyle"/>
2055
+
2056
+ <attr format="reference" name="subtitleTextStyle"/>
2057
+
2058
+ <attr format="reference" name="icon"/>
2059
+
2060
+ <attr format="reference" name="logo"/>
2061
+
2062
+ <attr format="reference" name="divider"/>
2063
+
2064
+ <attr format="reference" name="background"/>
2065
+
2066
+ <attr format="reference|color" name="backgroundStacked"/>
2067
+
2068
+ <attr format="reference|color" name="backgroundSplit"/>
2069
+
2070
+ <attr format="reference" name="customNavigationLayout"/>
2071
+
2072
+ <attr name="height"/>
2073
+
2074
+ <attr format="reference" name="homeLayout"/>
2075
+
2076
+ <attr format="reference" name="progressBarStyle"/>
2077
+
2078
+ <attr format="reference" name="indeterminateProgressStyle"/>
2079
+
2080
+ <attr format="dimension" name="progressBarPadding"/>
2081
+
2082
+ <attr name="homeAsUpIndicator"/>
2083
+
2084
+ <attr format="dimension" name="itemPadding"/>
2085
+
2086
+ <attr format="boolean" name="hideOnContentScroll"/>
2087
+
2088
+ <attr format="dimension" name="contentInsetStart"/>
2089
+
2090
+ <attr format="dimension" name="contentInsetEnd"/>
2091
+
2092
+ <attr format="dimension" name="contentInsetLeft"/>
2093
+
2094
+ <attr format="dimension" name="contentInsetRight"/>
2095
+
2096
+ <attr format="dimension" name="contentInsetStartWithNavigation"/>
2097
+
2098
+ <attr format="dimension" name="contentInsetEndWithActions"/>
2099
+
2100
+ <attr format="dimension" name="elevation"/>
2101
+
2102
+ <attr format="reference" name="popupTheme"/>
2103
+ </declare-styleable>
2104
+ <declare-styleable name="ActionBarLayout">
2105
+ <attr name="android:layout_gravity"/>
2106
+ </declare-styleable>
2107
+ <declare-styleable name="ActionMenuItemView">
2108
+ <attr name="android:minWidth"/>
2109
+ </declare-styleable>
2110
+ <declare-styleable name="ActionMenuView">
2111
+
2112
+ </declare-styleable>
2113
+ <declare-styleable name="ActionMode">
2114
+
2115
+ <attr name="titleTextStyle"/>
2116
+
2117
+ <attr name="subtitleTextStyle"/>
2118
+
2119
+ <attr name="background"/>
2120
+
2121
+ <attr name="backgroundSplit"/>
2122
+
2123
+ <attr name="height"/>
2124
+
2125
+ <attr format="reference" name="closeItemLayout"/>
2126
+ </declare-styleable>
2127
+ <declare-styleable name="ActivityChooserView">
2128
+
2129
+ <attr format="string" name="initialActivityCount"/>
2130
+
2131
+ <attr format="reference" name="expandActivityOverflowButtonDrawable"/>
2132
+ </declare-styleable>
2133
+ <declare-styleable name="AlertDialog">
2134
+ <attr name="android:layout"/>
2135
+ <attr format="reference" name="buttonPanelSideLayout"/>
2136
+ <attr format="reference" name="listLayout"/>
2137
+ <attr format="reference" name="multiChoiceItemLayout"/>
2138
+ <attr format="reference" name="singleChoiceItemLayout"/>
2139
+ <attr format="reference" name="listItemLayout"/>
2140
+ <attr format="boolean" name="showTitle"/>
2141
+ <attr format="dimension" name="buttonIconDimen"/>
2142
+ </declare-styleable>
2143
+ <declare-styleable name="AnimatedStateListDrawableCompat">
2144
+
2145
+ <attr name="android:visible"/>
2146
+
2147
+ <attr name="android:variablePadding"/>
2148
+
2149
+ <attr name="android:constantSize"/>
2150
+
2151
+ <attr name="android:dither"/>
2152
+
2153
+ <attr name="android:enterFadeDuration"/>
2154
+
2155
+ <attr name="android:exitFadeDuration"/>
2156
+
2157
+
2158
+ </declare-styleable>
2159
+ <declare-styleable name="AnimatedStateListDrawableItem">
2160
+
2161
+ <attr name="android:drawable"/>
2162
+
2163
+ <attr name="android:id"/>
2164
+ </declare-styleable>
2165
+ <declare-styleable name="AnimatedStateListDrawableTransition">
2166
+
2167
+ <attr name="android:fromId"/>
2168
+
2169
+ <attr name="android:toId"/>
2170
+
2171
+ <attr name="android:drawable"/>
2172
+
2173
+ <attr name="android:reversible"/>
2174
+ </declare-styleable>
2175
+ <declare-styleable name="AppCompatEmojiHelper">
2176
+
2177
+ </declare-styleable>
2178
+ <declare-styleable name="AppCompatImageView">
2179
+ <attr name="android:src"/>
2180
+
2181
+ <attr format="reference" name="srcCompat"/>
2182
+
2183
+
2184
+ <attr format="color" name="tint"/>
2185
+
2186
+
2187
+ <attr name="tintMode">
2188
+ <!-- The tint is drawn on top of the drawable.
2189
+ [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
2190
+ <enum name="src_over" value="3"/>
2191
+ <!-- The tint is masked by the alpha channel of the drawable. The drawable’s
2192
+ color channels are thrown out. [Sa * Da, Sc * Da] -->
2193
+ <enum name="src_in" value="5"/>
2194
+ <!-- The tint is drawn above the drawable, but with the drawable’s alpha
2195
+ channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] -->
2196
+ <enum name="src_atop" value="9"/>
2197
+ <!-- Multiplies the color and alpha channels of the drawable with those of
2198
+ the tint. [Sa * Da, Sc * Dc] -->
2199
+ <enum name="multiply" value="14"/>
2200
+ <!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
2201
+ <enum name="screen" value="15"/>
2202
+ <!-- Combines the tint and icon color and alpha channels, clamping the
2203
+ result to valid color values. Saturate(S + D) -->
2204
+ <enum name="add" value="16"/>
2205
+ </attr>
2206
+ </declare-styleable>
2207
+ <declare-styleable name="AppCompatSeekBar">
2208
+ <attr name="android:thumb"/>
2209
+
2210
+ <attr format="reference" name="tickMark"/>
2211
+
2212
+ <attr format="color" name="tickMarkTint"/>
2213
+
2214
+ <attr name="tickMarkTintMode">
2215
+ <!-- The tint is drawn on top of the drawable.
2216
+ [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
2217
+ <enum name="src_over" value="3"/>
2218
+ <!-- The tint is masked by the alpha channel of the drawable. The drawable’s
2219
+ color channels are thrown out. [Sa * Da, Sc * Da] -->
2220
+ <enum name="src_in" value="5"/>
2221
+ <!-- The tint is drawn above the drawable, but with the drawable’s alpha
2222
+ channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] -->
2223
+ <enum name="src_atop" value="9"/>
2224
+ <!-- Multiplies the color and alpha channels of the drawable with those of
2225
+ the tint. [Sa * Da, Sc * Dc] -->
2226
+ <enum name="multiply" value="14"/>
2227
+ <!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
2228
+ <enum name="screen" value="15"/>
2229
+ <!-- Combines the tint and drawable color and alpha channels, clamping the
2230
+ result to valid color values. Saturate(S + D) -->
2231
+ <enum name="add" value="16"/>
2232
+ </attr>
2233
+ </declare-styleable>
2234
+ <declare-styleable name="AppCompatTextHelper">
2235
+ <attr name="android:drawableLeft"/>
2236
+ <attr name="android:drawableTop"/>
2237
+ <attr name="android:drawableRight"/>
2238
+ <attr name="android:drawableBottom"/>
2239
+ <attr name="android:drawableStart"/>
2240
+ <attr name="android:drawableEnd"/>
2241
+ <attr name="android:textAppearance"/>
2242
+ </declare-styleable>
2243
+ <declare-styleable name="AppCompatTextView">
2244
+
2245
+ <attr format="reference|boolean" name="textAllCaps"/>
2246
+
2247
+ <attr format="string" name="textLocale"/>
2248
+ <attr name="android:textAppearance"/>
2249
+
2250
+ <attr format="enum" name="autoSizeTextType">
2251
+ <!-- No auto-sizing (default). -->
2252
+ <enum name="none" value="0"/>
2253
+ <!-- Uniform horizontal and vertical text size scaling to fit within the
2254
+ container. -->
2255
+ <enum name="uniform" value="1"/>
2256
+ </attr>
2257
+
2258
+ <attr format="dimension" name="autoSizeStepGranularity"/>
2259
+
2260
+ <attr format="reference" name="autoSizePresetSizes"/>
2261
+
2262
+ <attr format="dimension" name="autoSizeMinTextSize"/>
2263
+
2264
+ <attr format="dimension" name="autoSizeMaxTextSize"/>
2265
+
2266
+ <attr format="string" name="fontFamily"/>
2267
+
2268
+ <attr format="dimension" name="lineHeight"/>
2269
+
2270
+ <attr format="dimension" name="firstBaselineToTopHeight"/>
2271
+
2272
+ <attr format="dimension" name="lastBaselineToBottomHeight"/>
2273
+
2274
+ <attr format="string" name="fontVariationSettings"/>
2275
+
2276
+ <attr format="reference" name="drawableLeftCompat"/>
2277
+ <attr format="reference" name="drawableTopCompat"/>
2278
+ <attr format="reference" name="drawableRightCompat"/>
2279
+ <attr format="reference" name="drawableBottomCompat"/>
2280
+ <attr format="reference" name="drawableStartCompat"/>
2281
+ <attr format="reference" name="drawableEndCompat"/>
2282
+
2283
+ <attr format="color" name="drawableTint"/>
2284
+
2285
+ <attr name="drawableTintMode">
2286
+ <!-- The tint is drawn on top of the drawable.
2287
+ [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
2288
+ <enum name="src_over" value="3"/>
2289
+ <!-- The tint is masked by the alpha channel of the drawable. The drawable’s
2290
+ color channels are thrown out. [Sa * Da, Sc * Da] -->
2291
+ <enum name="src_in" value="5"/>
2292
+ <!-- The tint is drawn above the drawable, but with the drawable’s alpha
2293
+ channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] -->
2294
+ <enum name="src_atop" value="9"/>
2295
+ <!-- Multiplies the color and alpha channels of the drawable with those of
2296
+ the tint. [Sa * Da, Sc * Dc] -->
2297
+ <enum name="multiply" value="14"/>
2298
+ <!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
2299
+ <enum name="screen" value="15"/>
2300
+ <!-- Combines the tint and drawable color and alpha channels, clamping the
2301
+ result to valid color values. Saturate(S + D) -->
2302
+ <enum name="add" value="16"/>
2303
+ </attr>
2304
+
2305
+ <attr format="boolean" name="emojiCompatEnabled"/>
2306
+ </declare-styleable>
2307
+ <declare-styleable name="AppCompatTheme">
2308
+
2309
+
2310
+
2311
+
2312
+ <eat-comment/>
2313
+
2314
+
2315
+ <attr format="boolean" name="windowActionBar"/>
2316
+
2317
+
2318
+ <attr format="boolean" name="windowNoTitle"/>
2319
+
2320
+
2321
+ <attr format="boolean" name="windowActionBarOverlay"/>
2322
+
2323
+
2324
+ <attr format="boolean" name="windowActionModeOverlay"/>
2325
+
2326
+
2327
+ <attr format="dimension|fraction" name="windowFixedWidthMajor"/>
2328
+
2329
+ <attr format="dimension|fraction" name="windowFixedHeightMinor"/>
2330
+
2331
+
2332
+ <attr format="dimension|fraction" name="windowFixedWidthMinor"/>
2333
+
2334
+ <attr format="dimension|fraction" name="windowFixedHeightMajor"/>
2335
+
2336
+
2337
+ <attr format="dimension|fraction" name="windowMinWidthMajor"/>
2338
+
2339
+ <attr format="dimension|fraction" name="windowMinWidthMinor"/>
2340
+
2341
+ <attr name="android:windowIsFloating"/>
2342
+ <attr name="android:windowAnimationStyle"/>
2343
+
2344
+
2345
+
2346
+
2347
+ <eat-comment/>
2348
+
2349
+ <attr format="reference" name="actionBarTabStyle"/>
2350
+ <attr format="reference" name="actionBarTabBarStyle"/>
2351
+ <attr format="reference" name="actionBarTabTextStyle"/>
2352
+ <attr format="reference" name="actionOverflowButtonStyle"/>
2353
+ <attr format="reference" name="actionOverflowMenuStyle"/>
2354
+
2355
+ <attr format="reference" name="actionBarPopupTheme"/>
2356
+
2357
+ <attr format="reference" name="actionBarStyle"/>
2358
+
2359
+ <attr format="reference" name="actionBarSplitStyle"/>
2360
+
2361
+ <attr format="reference" name="actionBarTheme"/>
2362
+
2363
+ <attr format="reference" name="actionModeTheme"/>
2364
+
2365
+ <attr format="reference" name="actionBarWidgetTheme"/>
2366
+
2367
+ <attr format="dimension" name="actionBarSize">
2368
+ <enum name="wrap_content" value="0"/>
2369
+ </attr>
2370
+
2371
+ <attr format="reference" name="actionBarDivider"/>
2372
+
2373
+ <attr format="reference" name="actionBarItemBackground"/>
2374
+
2375
+ <attr format="reference" name="actionMenuTextAppearance"/>
2376
+
2377
+
2378
+ <attr format="color|reference" name="actionMenuTextColor"/>
2379
+
2380
+
2381
+
2382
+
2383
+
2384
+ <eat-comment/>
2385
+ <attr format="reference" name="actionModeStyle"/>
2386
+ <attr format="reference" name="actionModeCloseButtonStyle"/>
2387
+
2388
+ <attr format="reference" name="actionModeBackground"/>
2389
+
2390
+ <attr format="reference" name="actionModeSplitBackground"/>
2391
+
2392
+ <attr format="reference" name="actionModeCloseDrawable"/>
2393
+
2394
+ <attr format="reference" name="actionModeCutDrawable"/>
2395
+
2396
+ <attr format="reference" name="actionModeCopyDrawable"/>
2397
+
2398
+ <attr format="reference" name="actionModePasteDrawable"/>
2399
+
2400
+ <attr format="reference" name="actionModeSelectAllDrawable"/>
2401
+
2402
+ <attr format="reference" name="actionModeShareDrawable"/>
2403
+
2404
+ <attr format="reference" name="actionModeFindDrawable"/>
2405
+
2406
+ <attr format="reference" name="actionModeWebSearchDrawable"/>
2407
+
2408
+
2409
+ <attr format="string" name="actionModeCloseContentDescription"/>
2410
+
2411
+
2412
+ <attr format="reference" name="actionModePopupWindowStyle"/>
2413
+
2414
+
2415
+
2416
+
2417
+ <eat-comment/>
2418
+
2419
+ <attr format="reference" name="textAppearanceLargePopupMenu"/>
2420
+
2421
+ <attr format="reference" name="textAppearanceSmallPopupMenu"/>
2422
+
2423
+ <attr format="reference" name="textAppearancePopupMenuHeader"/>
2424
+
2425
+
2426
+
2427
+
2428
+
2429
+ <eat-comment/>
2430
+
2431
+
2432
+ <attr format="reference" name="dialogTheme"/>
2433
+
2434
+ <attr format="dimension" name="dialogPreferredPadding"/>
2435
+
2436
+ <attr format="reference" name="listDividerAlertDialog"/>
2437
+
2438
+ <attr format="dimension" name="dialogCornerRadius"/>
2439
+
2440
+
2441
+
2442
+
2443
+ <eat-comment/>
2444
+
2445
+
2446
+ <attr format="reference" name="actionDropDownStyle"/>
2447
+
2448
+ <attr format="dimension" name="dropdownListPreferredItemHeight"/>
2449
+
2450
+ <attr format="reference" name="spinnerDropDownItemStyle"/>
2451
+
2452
+ <attr format="reference" name="homeAsUpIndicator"/>
2453
+
2454
+
2455
+ <attr format="reference" name="actionButtonStyle"/>
2456
+
2457
+
2458
+ <attr format="reference" name="buttonBarStyle"/>
2459
+
2460
+ <attr format="reference" name="buttonBarButtonStyle"/>
2461
+
2462
+ <attr format="reference" name="selectableItemBackground"/>
2463
+
2464
+ <attr format="reference" name="selectableItemBackgroundBorderless"/>
2465
+
2466
+ <attr format="reference" name="borderlessButtonStyle"/>
2467
+
2468
+ <attr format="reference" name="dividerVertical"/>
2469
+
2470
+ <attr format="reference" name="dividerHorizontal"/>
2471
+
2472
+ <attr format="reference" name="activityChooserViewStyle"/>
2473
+
2474
+
2475
+ <attr format="reference" name="toolbarStyle"/>
2476
+
2477
+ <attr format="reference" name="toolbarNavigationButtonStyle"/>
2478
+
2479
+
2480
+ <attr format="reference" name="popupMenuStyle"/>
2481
+
2482
+ <attr format="reference" name="popupWindowStyle"/>
2483
+
2484
+
2485
+ <attr format="reference|color" name="editTextColor"/>
2486
+
2487
+ <attr format="reference" name="editTextBackground"/>
2488
+
2489
+
2490
+ <attr format="reference" name="imageButtonStyle"/>
2491
+
2492
+
2493
+
2494
+
2495
+ <eat-comment/>
2496
+
2497
+ <attr format="reference" name="textAppearanceSearchResultTitle"/>
2498
+
2499
+ <attr format="reference" name="textAppearanceSearchResultSubtitle"/>
2500
+
2501
+ <attr format="reference|color" name="textColorSearchUrl"/>
2502
+
2503
+ <attr format="reference" name="searchViewStyle"/>
2504
+
2505
+
2506
+
2507
+
2508
+ <eat-comment/>
2509
+
2510
+
2511
+ <attr format="dimension" name="listPreferredItemHeight"/>
2512
+
2513
+ <attr format="dimension" name="listPreferredItemHeightSmall"/>
2514
+
2515
+ <attr format="dimension" name="listPreferredItemHeightLarge"/>
2516
+
2517
+
2518
+ <attr format="dimension" name="listPreferredItemPaddingLeft"/>
2519
+
2520
+ <attr format="dimension" name="listPreferredItemPaddingRight"/>
2521
+
2522
+
2523
+ <attr format="dimension" name="listPreferredItemPaddingStart"/>
2524
+
2525
+ <attr format="dimension" name="listPreferredItemPaddingEnd"/>
2526
+
2527
+
2528
+ <attr format="reference" name="dropDownListViewStyle"/>
2529
+ <attr format="reference" name="listPopupWindowStyle"/>
2530
+
2531
+
2532
+ <attr format="reference" name="textAppearanceListItem"/>
2533
+
2534
+ <attr format="reference" name="textAppearanceListItemSecondary"/>
2535
+
2536
+ <attr format="reference" name="textAppearanceListItemSmall"/>
2537
+
2538
+
2539
+
2540
+
2541
+ <eat-comment/>
2542
+
2543
+
2544
+ <attr format="reference" name="panelBackground"/>
2545
+
2546
+ <attr format="dimension" name="panelMenuListWidth"/>
2547
+
2548
+ <attr format="reference" name="panelMenuListTheme"/>
2549
+
2550
+ <attr format="reference" name="listChoiceBackgroundIndicator"/>
2551
+
2552
+
2553
+
2554
+
2555
+ <eat-comment/>
2556
+
2557
+
2558
+ <attr format="color" name="colorPrimary"/>
2559
+
2560
+
2561
+ <attr format="color" name="colorPrimaryDark"/>
2562
+
2563
+
2564
+ <attr format="color" name="colorAccent"/>
2565
+
2566
+
2567
+ <attr format="color" name="colorControlNormal"/>
2568
+
2569
+
2570
+ <attr format="color" name="colorControlActivated"/>
2571
+
2572
+
2573
+ <attr format="color" name="colorControlHighlight"/>
2574
+
2575
+
2576
+ <attr format="color" name="colorButtonNormal"/>
2577
+
2578
+
2579
+ <attr format="color" name="colorSwitchThumbNormal"/>
2580
+
2581
+
2582
+ <attr format="reference" name="controlBackground"/>
2583
+
2584
+
2585
+ <attr format="color" name="colorBackgroundFloating"/>
2586
+
2587
+
2588
+
2589
+
2590
+ <eat-comment/>
2591
+ <attr format="reference" name="alertDialogStyle"/>
2592
+ <attr format="reference" name="alertDialogButtonGroupStyle"/>
2593
+ <attr format="boolean" name="alertDialogCenterButtons"/>
2594
+
2595
+ <attr format="reference" name="alertDialogTheme"/>
2596
+
2597
+
2598
+ <attr format="reference|color" name="textColorAlertDialogListItem"/>
2599
+
2600
+
2601
+ <attr format="reference" name="buttonBarPositiveButtonStyle"/>
2602
+
2603
+
2604
+ <attr format="reference" name="buttonBarNegativeButtonStyle"/>
2605
+
2606
+
2607
+ <attr format="reference" name="buttonBarNeutralButtonStyle"/>
2608
+
2609
+
2610
+
2611
+
2612
+ <eat-comment/>
2613
+
2614
+
2615
+ <attr format="reference" name="autoCompleteTextViewStyle"/>
2616
+
2617
+ <attr format="reference" name="buttonStyle"/>
2618
+
2619
+ <attr format="reference" name="buttonStyleSmall"/>
2620
+
2621
+ <attr format="reference" name="checkboxStyle"/>
2622
+
2623
+ <attr format="reference" name="checkedTextViewStyle"/>
2624
+
2625
+ <attr format="reference" name="editTextStyle"/>
2626
+
2627
+ <attr format="reference" name="radioButtonStyle"/>
2628
+
2629
+ <attr format="reference" name="ratingBarStyle"/>
2630
+
2631
+ <attr format="reference" name="ratingBarStyleIndicator"/>
2632
+
2633
+ <attr format="reference" name="ratingBarStyleSmall"/>
2634
+
2635
+ <attr format="reference" name="seekBarStyle"/>
2636
+
2637
+ <attr format="reference" name="spinnerStyle"/>
2638
+
2639
+ <attr format="reference" name="switchStyle"/>
2640
+
2641
+
2642
+ <attr format="reference" name="listMenuViewStyle"/>
2643
+
2644
+
2645
+
2646
+
2647
+ <eat-comment/>
2648
+
2649
+
2650
+ <attr format="reference" name="tooltipFrameBackground"/>
2651
+
2652
+ <attr format="reference|color" name="tooltipForegroundColor"/>
2653
+
2654
+
2655
+ <attr format="reference|color" name="colorError"/>
2656
+
2657
+ <attr format="string" name="viewInflaterClass"/>
2658
+
2659
+
2660
+
2661
+
2662
+ <eat-comment/>
2663
+
2664
+
2665
+ <attr format="reference" name="listChoiceIndicatorSingleAnimated"/>
2666
+
2667
+ <attr format="reference" name="listChoiceIndicatorMultipleAnimated"/>
2668
+
2669
+ </declare-styleable>
2670
+ <declare-styleable name="Autofill.InlineSuggestion">
2671
+
2672
+ <attr format="boolean" name="isAutofillInlineSuggestionTheme"/>
2673
+
2674
+ <attr format="reference" name="autofillInlineSuggestionChip"/>
2675
+
2676
+ <attr format="reference" name="autofillInlineSuggestionStartIconStyle"/>
2677
+
2678
+ <attr format="reference" name="autofillInlineSuggestionTitle"/>
2679
+
2680
+ <attr format="reference" name="autofillInlineSuggestionSubtitle"/>
2681
+
2682
+ <attr format="reference" name="autofillInlineSuggestionEndIconStyle"/>
2683
+ </declare-styleable>
2684
+ <declare-styleable name="ButtonBarLayout">
2685
+
2686
+ <attr format="boolean" name="allowStacking"/>
2687
+ </declare-styleable>
2688
+ <declare-styleable name="Capability">
2689
+
2690
+ <attr format="reference" name="queryPatterns"/>
2691
+
2692
+ <attr format="boolean" name="shortcutMatchRequired"/>
2693
+ </declare-styleable>
2694
+ <declare-styleable name="CheckedTextView">
2695
+ <attr name="android:checkMark"/>
2696
+
2697
+ <attr format="reference" name="checkMarkCompat"/>
2698
+
2699
+ <attr format="color" name="checkMarkTint"/>
2700
+
2701
+
2702
+ <attr name="checkMarkTintMode">
2703
+ <!-- The tint is drawn on top of the drawable.
2704
+ [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
2705
+ <enum name="src_over" value="3"/>
2706
+ <!-- The tint is masked by the alpha channel of the drawable. The drawable’s
2707
+ color channels are thrown out. [Sa * Da, Sc * Da] -->
2708
+ <enum name="src_in" value="5"/>
2709
+ <!-- The tint is drawn above the drawable, but with the drawable’s alpha
2710
+ channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] -->
2711
+ <enum name="src_atop" value="9"/>
2712
+ <!-- Multiplies the color and alpha channels of the drawable with those of
2713
+ the tint. [Sa * Da, Sc * Dc] -->
2714
+ <enum name="multiply" value="14"/>
2715
+ <!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
2716
+ <enum name="screen" value="15"/>
2717
+ <!-- Combines the tint and icon color and alpha channels, clamping the
2718
+ result to valid color values. Saturate(S + D) -->
2719
+ <enum name="add" value="16"/>
2720
+ </attr>
2721
+ </declare-styleable>
2722
+ <declare-styleable name="ColorStateListItem">
2723
+
2724
+ <attr name="android:color"/>
2725
+
2726
+ <attr format="float" name="alpha"/>
2727
+ <attr name="android:alpha"/>
2728
+
2729
+ <attr format="float" name="lStar"/>
2730
+ <attr name="android:lStar"/>
2731
+ </declare-styleable>
2732
+ <declare-styleable name="CompoundButton">
2733
+ <attr name="android:button"/>
2734
+
2735
+ <attr format="reference" name="buttonCompat"/>
2736
+
2737
+ <attr format="color" name="buttonTint"/>
2738
+
2739
+
2740
+ <attr name="buttonTintMode">
2741
+ <!-- The tint is drawn on top of the drawable.
2742
+ [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
2743
+ <enum name="src_over" value="3"/>
2744
+ <!-- The tint is masked by the alpha channel of the drawable. The drawable’s
2745
+ color channels are thrown out. [Sa * Da, Sc * Da] -->
2746
+ <enum name="src_in" value="5"/>
2747
+ <!-- The tint is drawn above the drawable, but with the drawable’s alpha
2748
+ channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] -->
2749
+ <enum name="src_atop" value="9"/>
2750
+ <!-- Multiplies the color and alpha channels of the drawable with those of
2751
+ the tint. [Sa * Da, Sc * Dc] -->
2752
+ <enum name="multiply" value="14"/>
2753
+ <!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
2754
+ <enum name="screen" value="15"/>
2755
+ <!-- Combines the tint and icon color and alpha channels, clamping the
2756
+ result to valid color values. Saturate(S + D) -->
2757
+ <enum name="add" value="16"/>
2758
+ </attr>
2759
+ </declare-styleable>
2760
+ <declare-styleable name="DrawerArrowToggle">
2761
+
2762
+ <attr format="color" name="color"/>
2763
+
2764
+ <attr format="boolean" name="spinBars"/>
2765
+
2766
+ <attr format="dimension" name="drawableSize"/>
2767
+
2768
+ <attr format="dimension" name="gapBetweenBars"/>
2769
+
2770
+ <attr format="dimension" name="arrowHeadLength"/>
2771
+
2772
+ <attr format="dimension" name="arrowShaftLength"/>
2773
+
2774
+ <attr format="dimension" name="barLength"/>
2775
+
2776
+ <attr format="dimension" name="thickness"/>
2777
+ </declare-styleable>
2778
+ <declare-styleable name="FontFamily">
2779
+
2780
+ <attr format="string" name="fontProviderAuthority"/>
2781
+
2782
+ <attr format="string" name="fontProviderPackage"/>
2783
+
2784
+ <attr format="string" name="fontProviderQuery"/>
2785
+
2786
+ <attr format="reference" name="fontProviderCerts"/>
2787
+
2788
+ <attr name="fontProviderFetchStrategy">
2789
+ <!-- The blocking font fetch works as follows.
2790
+ First, check the local cache, then if the requested font is not cached, request the
2791
+ font from the provider and wait until it is finished. You can change the length of
2792
+ the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the
2793
+ default typeface will be used instead. -->
2794
+ <enum name="blocking" value="0"/>
2795
+ <!-- The async font fetch works as follows.
2796
+ First, check the local cache, then if the requeted font is not cached, trigger a
2797
+ request the font and continue with layout inflation. Once the font fetch succeeds, the
2798
+ target text view will be refreshed with the downloaded font data. The
2799
+ fontProviderFetchTimeout will be ignored if async loading is specified. -->
2800
+ <enum name="async" value="1"/>
2801
+ </attr>
2802
+
2803
+ <attr format="integer" name="fontProviderFetchTimeout">
2804
+ <!-- A special value for the timeout. In this case, the blocking font fetching will not
2805
+ timeout and wait until a reply is received from the font provider. -->
2806
+ <enum name="forever" value="-1"/>
2807
+ </attr>
2808
+
2809
+ <attr format="string" name="fontProviderSystemFontFamily"/>
2810
+ </declare-styleable>
2811
+ <declare-styleable name="FontFamilyFont">
2812
+
2813
+ <attr name="fontStyle">
2814
+ <enum name="normal" value="0"/>
2815
+ <enum name="italic" value="1"/>
2816
+ </attr>
2817
+
2818
+ <attr format="reference" name="font"/>
2819
+
2820
+ <attr format="integer" name="fontWeight"/>
2821
+
2822
+ <attr format="string" name="fontVariationSettings"/>
2823
+
2824
+ <attr format="integer" name="ttcIndex"/>
2825
+
2826
+ <attr name="android:fontStyle"/>
2827
+ <attr name="android:font"/>
2828
+ <attr name="android:fontWeight"/>
2829
+ <attr name="android:fontVariationSettings"/>
2830
+ <attr name="android:ttcIndex"/>
2831
+ </declare-styleable>
2832
+ <declare-styleable name="Fragment">
2833
+ <attr name="android:name"/>
2834
+ <attr name="android:id"/>
2835
+ <attr name="android:tag"/>
2836
+ </declare-styleable>
2837
+ <declare-styleable name="FragmentContainerView">
2838
+ <attr name="android:name"/>
2839
+ <attr name="android:tag"/>
2840
+ </declare-styleable>
2841
+ <declare-styleable name="GenericDraweeHierarchy">
2842
+
2843
+
2844
+ <eat-comment/>
2845
+
2846
+
2847
+ <attr format="integer" name="fadeDuration"/>
2848
+
2849
+
2850
+ <attr format="float" name="viewAspectRatio"/>
2851
+
2852
+
2853
+
2854
+
2855
+ <attr format="reference" name="placeholderImage"/>
2856
+
2857
+ <attr name="placeholderImageScaleType">
2858
+ <enum name="none" value="-1"/>
2859
+ <enum name="fitXY" value="0"/>
2860
+ <enum name="fitStart" value="1"/>
2861
+ <enum name="fitCenter" value="2"/>
2862
+ <enum name="fitEnd" value="3"/>
2863
+ <enum name="center" value="4"/>
2864
+ <enum name="centerInside" value="5"/>
2865
+ <enum name="centerCrop" value="6"/>
2866
+ <enum name="focusCrop" value="7"/>
2867
+ <enum name="fitBottomStart" value="8"/>
2868
+ </attr>
2869
+
2870
+
2871
+ <attr format="reference" name="retryImage"/>
2872
+
2873
+ <attr name="retryImageScaleType">
2874
+ <enum name="none" value="-1"/>
2875
+ <enum name="fitXY" value="0"/>
2876
+ <enum name="fitStart" value="1"/>
2877
+ <enum name="fitCenter" value="2"/>
2878
+ <enum name="fitEnd" value="3"/>
2879
+ <enum name="center" value="4"/>
2880
+ <enum name="centerInside" value="5"/>
2881
+ <enum name="centerCrop" value="6"/>
2882
+ <enum name="focusCrop" value="7"/>
2883
+ <enum name="fitBottomStart" value="8"/>
2884
+ </attr>
2885
+
2886
+
2887
+ <attr format="reference" name="failureImage"/>
2888
+
2889
+ <attr name="failureImageScaleType">
2890
+ <enum name="none" value="-1"/>
2891
+ <enum name="fitXY" value="0"/>
2892
+ <enum name="fitStart" value="1"/>
2893
+ <enum name="fitCenter" value="2"/>
2894
+ <enum name="fitEnd" value="3"/>
2895
+ <enum name="center" value="4"/>
2896
+ <enum name="centerInside" value="5"/>
2897
+ <enum name="centerCrop" value="6"/>
2898
+ <enum name="focusCrop" value="7"/>
2899
+ <enum name="fitBottomStart" value="8"/>
2900
+ </attr>
2901
+
2902
+
2903
+ <attr format="reference" name="progressBarImage"/>
2904
+
2905
+ <attr name="progressBarImageScaleType">
2906
+ <enum name="none" value="-1"/>
2907
+ <enum name="fitXY" value="0"/>
2908
+ <enum name="fitStart" value="1"/>
2909
+ <enum name="fitCenter" value="2"/>
2910
+ <enum name="fitEnd" value="3"/>
2911
+ <enum name="center" value="4"/>
2912
+ <enum name="centerInside" value="5"/>
2913
+ <enum name="centerCrop" value="6"/>
2914
+ <enum name="focusCrop" value="7"/>
2915
+ <enum name="fitBottomStart" value="8"/>
2916
+ </attr>
2917
+
2918
+ <attr format="integer" name="progressBarAutoRotateInterval"/>
2919
+
2920
+
2921
+ <attr name="actualImageScaleType">
2922
+ <enum name="none" value="-1"/>
2923
+ <enum name="fitXY" value="0"/>
2924
+ <enum name="fitStart" value="1"/>
2925
+ <enum name="fitCenter" value="2"/>
2926
+ <enum name="fitEnd" value="3"/>
2927
+ <enum name="center" value="4"/>
2928
+ <enum name="centerInside" value="5"/>
2929
+ <enum name="centerCrop" value="6"/>
2930
+ <enum name="focusCrop" value="7"/>
2931
+ <enum name="fitBottomStart" value="8"/>
2932
+ </attr>
2933
+
2934
+
2935
+ <attr format="reference" name="backgroundImage"/>
2936
+
2937
+
2938
+ <attr format="reference" name="overlayImage"/>
2939
+
2940
+
2941
+ <attr format="reference" name="pressedStateOverlayImage"/>
2942
+
2943
+
2944
+
2945
+
2946
+ <attr format="boolean" name="roundAsCircle"/>
2947
+
2948
+ <attr format="dimension" name="roundedCornerRadius"/>
2949
+
2950
+ <attr format="boolean" name="roundTopLeft"/>
2951
+
2952
+ <attr format="boolean" name="roundTopRight"/>
2953
+
2954
+ <attr format="boolean" name="roundBottomRight"/>
2955
+
2956
+ <attr format="boolean" name="roundBottomLeft"/>
2957
+
2958
+ <attr format="boolean" name="roundTopStart"/>
2959
+
2960
+ <attr format="boolean" name="roundTopEnd"/>
2961
+
2962
+ <attr format="boolean" name="roundBottomStart"/>
2963
+
2964
+ <attr format="boolean" name="roundBottomEnd"/>
2965
+
2966
+ <attr format="color" name="roundWithOverlayColor"/>
2967
+
2968
+ <attr format="dimension" name="roundingBorderWidth"/>
2969
+
2970
+ <attr format="color|reference" name="roundingBorderColor"/>
2971
+
2972
+ <attr format="dimension" name="roundingBorderPadding"/>
2973
+
2974
+ </declare-styleable>
2975
+ <declare-styleable name="GradientColor">
2976
+
2977
+ <attr name="android:startColor"/>
2978
+
2979
+ <attr name="android:centerColor"/>
2980
+
2981
+ <attr name="android:endColor"/>
2982
+
2983
+ <attr name="android:type"/>
2984
+
2985
+
2986
+
2987
+ <attr name="android:gradientRadius"/>
2988
+
2989
+
2990
+
2991
+ <attr name="android:centerX"/>
2992
+
2993
+ <attr name="android:centerY"/>
2994
+
2995
+
2996
+
2997
+ <attr name="android:startX"/>
2998
+
2999
+ <attr name="android:startY"/>
3000
+
3001
+ <attr name="android:endX"/>
3002
+
3003
+ <attr name="android:endY"/>
3004
+
3005
+
3006
+ <attr name="android:tileMode"/>
3007
+ </declare-styleable>
3008
+ <declare-styleable name="GradientColorItem">
3009
+
3010
+ <attr name="android:offset"/>
3011
+
3012
+ <attr name="android:color"/>
3013
+ </declare-styleable>
3014
+ <declare-styleable name="LinearLayoutCompat">
3015
+
3016
+ <attr name="android:orientation"/>
3017
+ <attr name="android:gravity"/>
3018
+
3019
+ <attr name="android:baselineAligned"/>
3020
+
3021
+ <attr name="android:baselineAlignedChildIndex"/>
3022
+
3023
+ <attr name="android:weightSum"/>
3024
+
3025
+ <attr format="boolean" name="measureWithLargestChild"/>
3026
+
3027
+ <attr name="divider"/>
3028
+
3029
+ <attr name="showDividers">
3030
+ <flag name="none" value="0"/>
3031
+ <flag name="beginning" value="1"/>
3032
+ <flag name="middle" value="2"/>
3033
+ <flag name="end" value="4"/>
3034
+ </attr>
3035
+
3036
+ <attr format="dimension" name="dividerPadding"/>
3037
+ </declare-styleable>
3038
+ <declare-styleable name="LinearLayoutCompat_Layout">
3039
+ <attr name="android:layout_width"/>
3040
+ <attr name="android:layout_height"/>
3041
+ <attr name="android:layout_weight"/>
3042
+ <attr name="android:layout_gravity"/>
3043
+ </declare-styleable>
3044
+ <declare-styleable name="ListPopupWindow">
3045
+
3046
+ <attr name="android:dropDownVerticalOffset"/>
3047
+
3048
+ <attr name="android:dropDownHorizontalOffset"/>
3049
+ </declare-styleable>
3050
+ <declare-styleable name="MenuGroup">
3051
+
3052
+
3053
+ <attr name="android:id"/>
3054
+
3055
+
3056
+ <attr name="android:menuCategory"/>
3057
+
3058
+
3059
+ <attr name="android:orderInCategory"/>
3060
+
3061
+
3062
+ <attr name="android:checkableBehavior"/>
3063
+
3064
+
3065
+ <attr name="android:visible"/>
3066
+
3067
+
3068
+ <attr name="android:enabled"/>
3069
+
3070
+ </declare-styleable>
3071
+ <declare-styleable name="MenuItem">
3072
+
3073
+
3074
+ <attr name="android:id"/>
3075
+
3076
+
3077
+ <attr name="android:menuCategory"/>
3078
+
3079
+
3080
+ <attr name="android:orderInCategory"/>
3081
+
3082
+
3083
+ <attr name="android:title"/>
3084
+
3085
+
3086
+ <attr name="android:titleCondensed"/>
3087
+
3088
+
3089
+ <attr name="android:icon"/>
3090
+
3091
+
3092
+ <attr name="android:alphabeticShortcut"/>
3093
+
3094
+
3095
+ <attr name="alphabeticModifiers">
3096
+ <flag name="META" value="0x10000"/>
3097
+ <flag name="CTRL" value="0x1000"/>
3098
+ <flag name="ALT" value="0x02"/>
3099
+ <flag name="SHIFT" value="0x1"/>
3100
+ <flag name="SYM" value="0x4"/>
3101
+ <flag name="FUNCTION" value="0x8"/>
3102
+ </attr>
3103
+
3104
+
3105
+ <attr name="android:numericShortcut"/>
3106
+
3107
+
3108
+ <attr name="numericModifiers">
3109
+ <flag name="META" value="0x10000"/>
3110
+ <flag name="CTRL" value="0x1000"/>
3111
+ <flag name="ALT" value="0x02"/>
3112
+ <flag name="SHIFT" value="0x1"/>
3113
+ <flag name="SYM" value="0x4"/>
3114
+ <flag name="FUNCTION" value="0x8"/>
3115
+ </attr>
3116
+
3117
+
3118
+ <attr name="android:checkable"/>
3119
+
3120
+
3121
+ <attr name="android:checked"/>
3122
+
3123
+
3124
+ <attr name="android:visible"/>
3125
+
3126
+
3127
+ <attr name="android:enabled"/>
3128
+
3129
+
3130
+ <attr name="android:onClick"/>
3131
+
3132
+
3133
+ <attr name="showAsAction">
3134
+ <!-- Never show this item in an action bar, show it in the overflow menu instead.
3135
+ Mutually exclusive with "ifRoom" and "always". -->
3136
+ <flag name="never" value="0"/>
3137
+ <!-- Show this item in an action bar if there is room for it as determined
3138
+ by the system. Favor this option over "always" where possible.
3139
+ Mutually exclusive with "never" and "always". -->
3140
+ <flag name="ifRoom" value="1"/>
3141
+ <!-- Always show this item in an actionbar, even if it would override
3142
+ the system's limits of how much stuff to put there. This may make
3143
+ your action bar look bad on some screens. In most cases you should
3144
+ use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never". -->
3145
+ <flag name="always" value="2"/>
3146
+ <!-- When this item is shown as an action in the action bar, show a text
3147
+ label with it even if it has an icon representation. -->
3148
+ <flag name="withText" value="4"/>
3149
+ <!-- This item's action view collapses to a normal menu
3150
+ item. When expanded, the action view takes over a
3151
+ larger segment of its container. -->
3152
+ <flag name="collapseActionView" value="8"/>
3153
+ </attr>
3154
+
3155
+
3156
+ <attr format="reference" name="actionLayout"/>
3157
+
3158
+
3159
+ <attr format="string" name="actionViewClass"/>
3160
+
3161
+
3162
+ <attr format="string" name="actionProviderClass"/>
3163
+
3164
+
3165
+ <attr format="string" name="contentDescription"/>
3166
+
3167
+
3168
+ <attr format="string" name="tooltipText"/>
3169
+
3170
+
3171
+ <attr format="color" name="iconTint"/>
3172
+
3173
+
3174
+ <attr name="iconTintMode">
3175
+ <!-- The tint is drawn on top of the icon.
3176
+ [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
3177
+ <enum name="src_over" value="3"/>
3178
+ <!-- The tint is masked by the alpha channel of the icon. The icon’s
3179
+ color channels are thrown out. [Sa * Da, Sc * Da] -->
3180
+ <enum name="src_in" value="5"/>
3181
+ <!-- The tint is drawn above the icon, but with the icon’s alpha
3182
+ channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] -->
3183
+ <enum name="src_atop" value="9"/>
3184
+ <!-- Multiplies the color and alpha channels of the icon with those of
3185
+ the tint. [Sa * Da, Sc * Dc] -->
3186
+ <enum name="multiply" value="14"/>
3187
+ <!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
3188
+ <enum name="screen" value="15"/>
3189
+ <!-- Combines the tint and icon color and alpha channels, clamping the
3190
+ result to valid color values. Saturate(S + D) -->
3191
+ <enum name="add" value="16"/>
3192
+ </attr>
3193
+
3194
+ </declare-styleable>
3195
+ <declare-styleable name="MenuView">
3196
+
3197
+ <attr name="android:itemTextAppearance"/>
3198
+
3199
+ <attr name="android:horizontalDivider"/>
3200
+
3201
+ <attr name="android:verticalDivider"/>
3202
+
3203
+ <attr name="android:headerBackground"/>
3204
+
3205
+ <attr name="android:itemBackground"/>
3206
+
3207
+ <attr name="android:windowAnimationStyle"/>
3208
+
3209
+ <attr name="android:itemIconDisabledAlpha"/>
3210
+
3211
+ <attr format="boolean" name="preserveIconSpacing"/>
3212
+
3213
+ <attr format="reference" name="subMenuArrow"/>
3214
+ </declare-styleable>
3215
+ <declare-styleable name="PopupWindow">
3216
+
3217
+ <attr format="boolean" name="overlapAnchor"/>
3218
+ <attr name="android:popupBackground"/>
3219
+ <attr name="android:popupAnimationStyle"/>
3220
+ </declare-styleable>
3221
+ <declare-styleable name="PopupWindowBackgroundState">
3222
+
3223
+ <attr format="boolean" name="state_above_anchor"/>
3224
+ </declare-styleable>
3225
+ <declare-styleable name="RecycleListView">
3226
+
3227
+ <attr format="dimension" name="paddingBottomNoButtons"/>
3228
+
3229
+ <attr format="dimension" name="paddingTopNoTitle"/>
3230
+ </declare-styleable>
3231
+ <declare-styleable name="SearchView">
3232
+
3233
+ <attr format="reference" name="layout"/>
3234
+
3235
+ <attr format="boolean" name="iconifiedByDefault"/>
3236
+
3237
+ <attr name="android:maxWidth"/>
3238
+
3239
+ <attr format="string" name="queryHint"/>
3240
+
3241
+ <attr format="string" name="defaultQueryHint"/>
3242
+
3243
+ <attr name="android:imeOptions"/>
3244
+
3245
+ <attr name="android:inputType"/>
3246
+
3247
+ <attr format="reference" name="closeIcon"/>
3248
+
3249
+ <attr format="reference" name="goIcon"/>
3250
+
3251
+ <attr format="reference" name="searchIcon"/>
3252
+
3253
+ <attr format="reference" name="searchHintIcon"/>
3254
+
3255
+ <attr format="reference" name="voiceIcon"/>
3256
+
3257
+ <attr format="reference" name="commitIcon"/>
3258
+
3259
+ <attr format="reference" name="suggestionRowLayout"/>
3260
+
3261
+ <attr format="reference" name="queryBackground"/>
3262
+
3263
+ <attr format="reference" name="submitBackground"/>
3264
+ <attr name="android:focusable"/>
3265
+ </declare-styleable>
3266
+ <declare-styleable name="SimpleDraweeView" parent="GenericDraweeHierarchy">
3267
+
3268
+
3269
+ <attr format="string" name="actualImageUri"/>
3270
+
3271
+ <attr format="reference" name="actualImageResource"/>
3272
+
3273
+
3274
+ <eat-comment/>
3275
+
3276
+
3277
+ <attr name="fadeDuration"/>
3278
+
3279
+
3280
+ <attr name="viewAspectRatio"/>
3281
+
3282
+
3283
+
3284
+
3285
+ <attr name="placeholderImage"/>
3286
+
3287
+ <attr name="placeholderImageScaleType"/>
3288
+
3289
+
3290
+ <attr name="retryImage"/>
3291
+
3292
+ <attr name="retryImageScaleType"/>
3293
+
3294
+
3295
+ <attr name="failureImage"/>
3296
+
3297
+ <attr name="failureImageScaleType"/>
3298
+
3299
+
3300
+
3301
+ <attr name="progressBarImage"/>
3302
+
3303
+ <attr name="progressBarImageScaleType"/>
3304
+
3305
+
3306
+ <attr name="progressBarAutoRotateInterval"/>
3307
+
3308
+
3309
+ <attr name="backgroundImage"/>
3310
+
3311
+
3312
+ <attr name="overlayImage"/>
3313
+
3314
+
3315
+ <attr name="pressedStateOverlayImage"/>
3316
+
3317
+
3318
+
3319
+
3320
+ <attr name="roundAsCircle"/>
3321
+
3322
+ <attr name="roundedCornerRadius"/>
3323
+
3324
+ <attr name="roundTopLeft"/>
3325
+
3326
+ <attr name="roundTopRight"/>
3327
+
3328
+ <attr name="roundBottomRight"/>
3329
+
3330
+ <attr name="roundBottomLeft"/>
3331
+
3332
+ <attr name="roundTopStart"/>
3333
+
3334
+ <attr name="roundTopEnd"/>
3335
+
3336
+ <attr name="roundBottomStart"/>
3337
+
3338
+ <attr name="roundBottomEnd"/>
3339
+
3340
+ <attr name="roundWithOverlayColor"/>
3341
+
3342
+ <attr name="roundingBorderWidth"/>
3343
+
3344
+ <attr name="roundingBorderColor"/>
3345
+
3346
+ <attr name="roundingBorderPadding"/>
3347
+
3348
+ </declare-styleable>
3349
+ <declare-styleable name="Spinner">
3350
+
3351
+ <attr name="android:prompt"/>
3352
+
3353
+ <attr name="popupTheme"/>
3354
+
3355
+ <attr name="android:popupBackground"/>
3356
+
3357
+ <attr name="android:dropDownWidth"/>
3358
+
3359
+ <attr name="android:entries"/>
3360
+ </declare-styleable>
3361
+ <declare-styleable name="StateListDrawable">
3362
+
3363
+ <attr name="android:visible"/>
3364
+
3365
+ <attr name="android:variablePadding"/>
3366
+
3367
+ <attr name="android:constantSize"/>
3368
+
3369
+ <attr name="android:dither"/>
3370
+
3371
+ <attr name="android:enterFadeDuration"/>
3372
+
3373
+ <attr name="android:exitFadeDuration"/>
3374
+
3375
+
3376
+ </declare-styleable>
3377
+ <declare-styleable name="StateListDrawableItem">
3378
+
3379
+ <attr name="android:drawable"/>
3380
+ </declare-styleable>
3381
+ <declare-styleable name="SwipeRefreshLayout">
3382
+
3383
+ <attr format="color" name="swipeRefreshLayoutProgressSpinnerBackgroundColor"/>
3384
+ </declare-styleable>
3385
+ <declare-styleable name="SwitchCompat">
3386
+
3387
+ <attr name="android:thumb"/>
3388
+
3389
+ <attr format="color" name="thumbTint"/>
3390
+
3391
+ <attr name="thumbTintMode">
3392
+ <!-- The tint is drawn on top of the drawable.
3393
+ [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
3394
+ <enum name="src_over" value="3"/>
3395
+ <!-- The tint is masked by the alpha channel of the drawable. The drawable’s
3396
+ color channels are thrown out. [Sa * Da, Sc * Da] -->
3397
+ <enum name="src_in" value="5"/>
3398
+ <!-- The tint is drawn above the drawable, but with the drawable’s alpha
3399
+ channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] -->
3400
+ <enum name="src_atop" value="9"/>
3401
+ <!-- Multiplies the color and alpha channels of the drawable with those of
3402
+ the tint. [Sa * Da, Sc * Dc] -->
3403
+ <enum name="multiply" value="14"/>
3404
+ <!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
3405
+ <enum name="screen" value="15"/>
3406
+ <!-- Combines the tint and drawable color and alpha channels, clamping the
3407
+ result to valid color values. Saturate(S + D) -->
3408
+ <enum name="add" value="16"/>
3409
+ </attr>
3410
+
3411
+ <attr format="reference" name="track"/>
3412
+
3413
+ <attr format="color" name="trackTint"/>
3414
+
3415
+ <attr name="trackTintMode">
3416
+ <!-- The tint is drawn on top of the drawable.
3417
+ [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
3418
+ <enum name="src_over" value="3"/>
3419
+ <!-- The tint is masked by the alpha channel of the drawable. The drawable’s
3420
+ color channels are thrown out. [Sa * Da, Sc * Da] -->
3421
+ <enum name="src_in" value="5"/>
3422
+ <!-- The tint is drawn above the drawable, but with the drawable’s alpha
3423
+ channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] -->
3424
+ <enum name="src_atop" value="9"/>
3425
+ <!-- Multiplies the color and alpha channels of the drawable with those of
3426
+ the tint. [Sa * Da, Sc * Dc] -->
3427
+ <enum name="multiply" value="14"/>
3428
+ <!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
3429
+ <enum name="screen" value="15"/>
3430
+ <!-- Combines the tint and drawable color and alpha channels, clamping the
3431
+ result to valid color values. Saturate(S + D) -->
3432
+ <enum name="add" value="16"/>
3433
+ </attr>
3434
+
3435
+ <attr name="android:textOn"/>
3436
+
3437
+ <attr name="android:textOff"/>
3438
+
3439
+ <attr format="dimension" name="thumbTextPadding"/>
3440
+
3441
+ <attr format="reference" name="switchTextAppearance"/>
3442
+
3443
+ <attr format="dimension" name="switchMinWidth"/>
3444
+
3445
+ <attr format="dimension" name="switchPadding"/>
3446
+
3447
+ <attr format="boolean" name="splitTrack"/>
3448
+
3449
+ <attr format="boolean" name="showText"/>
3450
+ </declare-styleable>
3451
+ <declare-styleable name="TextAppearance">
3452
+ <attr name="android:textSize"/>
3453
+ <attr name="android:textColor"/>
3454
+ <attr name="android:textColorHint"/>
3455
+ <attr name="android:textColorLink"/>
3456
+ <attr name="android:textStyle"/>
3457
+ <attr name="android:textFontWeight"/>
3458
+ <attr name="android:typeface"/>
3459
+ <attr name="android:fontFamily"/>
3460
+ <attr name="fontFamily"/>
3461
+ <attr name="textAllCaps"/>
3462
+
3463
+ <attr name="textLocale"/>
3464
+ <attr name="android:shadowColor"/>
3465
+ <attr name="android:shadowDy"/>
3466
+ <attr name="android:shadowDx"/>
3467
+ <attr name="android:shadowRadius"/>
3468
+
3469
+ <attr name="fontVariationSettings"/>
3470
+ </declare-styleable>
3471
+ <declare-styleable name="Toolbar">
3472
+ <attr format="reference" name="titleTextAppearance"/>
3473
+ <attr format="reference" name="subtitleTextAppearance"/>
3474
+ <attr name="title"/>
3475
+ <attr name="subtitle"/>
3476
+ <attr name="android:gravity"/>
3477
+
3478
+ <attr format="dimension" name="titleMargin"/>
3479
+
3480
+ <attr format="dimension" name="titleMarginStart"/>
3481
+
3482
+ <attr format="dimension" name="titleMarginEnd"/>
3483
+
3484
+ <attr format="dimension" name="titleMarginTop"/>
3485
+
3486
+ <attr format="dimension" name="titleMarginBottom"/>
3487
+
3488
+ <attr format="dimension" name="titleMargins"/>
3489
+ <attr name="contentInsetStart"/>
3490
+ <attr name="contentInsetEnd"/>
3491
+ <attr name="contentInsetLeft"/>
3492
+ <attr name="contentInsetRight"/>
3493
+ <attr name="contentInsetStartWithNavigation"/>
3494
+ <attr name="contentInsetEndWithActions"/>
3495
+ <attr format="dimension" name="maxButtonHeight"/>
3496
+ <attr name="buttonGravity">
3497
+ <!-- Place object in the vertical center of its container, not changing its size. -->
3498
+ <flag name="center_vertical" value="0x10"/>
3499
+ <!-- Push object to the top of its container, not changing its size. -->
3500
+ <flag name="top" value="0x30"/>
3501
+ <!-- Push object to the bottom of its container, not changing its size. -->
3502
+ <flag name="bottom" value="0x50"/>
3503
+ </attr>
3504
+
3505
+ <attr format="reference" name="collapseIcon"/>
3506
+
3507
+ <attr format="string" name="collapseContentDescription"/>
3508
+
3509
+ <attr name="popupTheme"/>
3510
+
3511
+ <attr format="reference" name="navigationIcon"/>
3512
+
3513
+ <attr format="string" name="navigationContentDescription"/>
3514
+
3515
+ <attr name="logo"/>
3516
+
3517
+ <attr format="string" name="logoDescription"/>
3518
+
3519
+ <attr format="color" name="titleTextColor"/>
3520
+
3521
+ <attr format="color" name="subtitleTextColor"/>
3522
+ <attr name="android:minHeight"/>
3523
+
3524
+ <attr format="reference" name="menu"/>
3525
+ </declare-styleable>
3526
+ <declare-styleable name="View">
3527
+
3528
+ <attr format="dimension" name="paddingStart"/>
3529
+
3530
+ <attr format="dimension" name="paddingEnd"/>
3531
+
3532
+ <attr name="android:focusable"/>
3533
+
3534
+ <attr format="reference" name="theme"/>
3535
+
3536
+ <attr name="android:theme"/>
3537
+ </declare-styleable>
3538
+ <declare-styleable name="ViewBackgroundHelper">
3539
+ <attr name="android:background"/>
3540
+
3541
+ <attr format="color" name="backgroundTint"/>
3542
+
3543
+
3544
+ <attr name="backgroundTintMode">
3545
+ <!-- The tint is drawn on top of the drawable.
3546
+ [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
3547
+ <enum name="src_over" value="3"/>
3548
+ <!-- The tint is masked by the alpha channel of the drawable. The drawable’s
3549
+ color channels are thrown out. [Sa * Da, Sc * Da] -->
3550
+ <enum name="src_in" value="5"/>
3551
+ <!-- The tint is drawn above the drawable, but with the drawable’s alpha
3552
+ channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] -->
3553
+ <enum name="src_atop" value="9"/>
3554
+ <!-- Multiplies the color and alpha channels of the drawable with those of
3555
+ the tint. [Sa * Da, Sc * Dc] -->
3556
+ <enum name="multiply" value="14"/>
3557
+ <!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
3558
+ <enum name="screen" value="15"/>
3559
+ <!-- Combines the tint and icon color and alpha channels, clamping the
3560
+ result to valid color values. Saturate(S + D) -->
3561
+ <enum name="add" value="16"/>
3562
+ </attr>
3563
+ </declare-styleable>
3564
+ <declare-styleable name="ViewStubCompat">
3565
+
3566
+ <attr name="android:layout"/>
3567
+
3568
+ <attr name="android:inflatedId"/>
3569
+ <attr name="android:id"/>
3570
+ </declare-styleable>
3571
+ </resources>