tsrntemp 1.0.8 → 1.1.1
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.
- package/README.md +18 -27
- package/package.json +11 -3
- package/template/.eslintrc.js +0 -12
- package/template/.node-version +1 -0
- package/template/.prettierrc.js +2 -2
- package/template/.ruby-version +1 -1
- package/template/App.tsx +12 -5
- package/template/Gemfile +4 -2
- package/template/__tests__/{App-test.js → App-test.tsx} +0 -0
- package/template/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml +2 -2
- package/template/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java +3 -6
- package/template/android/app/build/generated/source/buildConfig/debug/com/{myapp → template}/BuildConfig.java +6 -2
- package/template/android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt +2 -0
- package/template/android/app/build/intermediates/app_metadata/debug/app-metadata.properties +2 -2
- package/template/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json +2 -2
- package/template/android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar +0 -0
- package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin +0 -0
- package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin +0 -0
- package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin +0 -0
- package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin +0 -0
- package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/{jar_ec04b5933c869201f3cc482692f9f6de05d5a711badb09a0ecb24bb737496a73_bucket_0 → jar_005bf11066d5bb4c531255a85c0bffe9272f1b602d38ade441e0ec09dfb504c7_bucket_0}/graph.bin +0 -0
- package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/{jar_ec04b5933c869201f3cc482692f9f6de05d5a711badb09a0ecb24bb737496a73_bucket_1 → jar_005bf11066d5bb4c531255a85c0bffe9272f1b602d38ade441e0ec09dfb504c7_bucket_1}/graph.bin +0 -0
- package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/{jar_ec04b5933c869201f3cc482692f9f6de05d5a711badb09a0ecb24bb737496a73_bucket_2 → jar_005bf11066d5bb4c531255a85c0bffe9272f1b602d38ade441e0ec09dfb504c7_bucket_2}/graph.bin +0 -0
- package/template/android/app/build/intermediates/desugar_graph/debug/out/currentProject/{jar_ec04b5933c869201f3cc482692f9f6de05d5a711badb09a0ecb24bb737496a73_bucket_3 → jar_005bf11066d5bb4c531255a85c0bffe9272f1b602d38ade441e0ec09dfb504c7_bucket_3}/graph.bin +0 -0
- package/template/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +0 -0
- package/template/android/app/build/intermediates/dex/debug/mergeLibDexDebug/0/classes.dex +0 -0
- package/template/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +0 -0
- package/template/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex +0 -0
- package/template/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex +0 -0
- package/template/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out +0 -0
- package/template/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties +12 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values/values.xml +930 -1240
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-af/values-af.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-am/values-am.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ar/values-ar.xml +1 -1
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-as/values-as.xml +2 -2
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-az/values-az.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-be/values-be.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-bg/values-bg.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-bn/values-bn.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-bs/values-bs.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ca/values-ca.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-cs/values-cs.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-da/values-da.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-de/values-de.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-el/values-el.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-en-rAU/values-en-rAU.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-en-rCA/values-en-rCA.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-en-rGB/values-en-rGB.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-en-rIN/values-en-rIN.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-en-rXC/values-en-rXC.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-es/values-es.xml +1 -1
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-es-rUS/values-es-rUS.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-et/values-et.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-eu/values-eu.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-fa/values-fa.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-fi/values-fi.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-fr/values-fr.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-fr-rCA/values-fr-rCA.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-gl/values-gl.xml +2 -2
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-gu/values-gu.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-hi/values-hi.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-hr/values-hr.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-hu/values-hu.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-hy/values-hy.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-in/values-in.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-is/values-is.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-it/values-it.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-iw/values-iw.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ja/values-ja.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ka/values-ka.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-kk/values-kk.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-km/values-km.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-kn/values-kn.xml +2 -2
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ko/values-ko.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ky/values-ky.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-land/values-land.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-large-v4/values-large-v4.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-lo/values-lo.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-lt/values-lt.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-lv/values-lv.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-mk/values-mk.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ml/values-ml.xml +2 -2
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-mn/values-mn.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-mr/values-mr.xml +3 -3
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ms/values-ms.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-my/values-my.xml +2 -2
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-nb/values-nb.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ne/values-ne.xml +1 -1
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-night-v8/values-night-v8.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-nl/values-nl.xml +1 -1
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-or/values-or.xml +4 -4
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-pa/values-pa.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-pl/values-pl.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-port/values-port.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-pt/values-pt.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-pt-rBR/values-pt-rBR.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-pt-rPT/values-pt-rPT.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ro/values-ro.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ru/values-ru.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-si/values-si.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-sk/values-sk.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-sl/values-sl.xml +2 -2
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-small-v4/values-small-v4.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-sq/values-sq.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-sr/values-sr.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-sv/values-sv.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-sw/values-sw.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ta/values-ta.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-te/values-te.xml +4 -4
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-th/values-th.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-tl/values-tl.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-tr/values-tr.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-uk/values-uk.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-ur/values-ur.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-uz/values-uz.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-v16/values-v16.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-v17/values-v17.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-v18/values-v18.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-v21/values-v21.xml +19 -19
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-v22/values-v22.xml +2 -2
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-v23/values-v23.xml +6 -6
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-v24/values-v24.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-v25/values-v25.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-v26/values-v26.xml +2 -2
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-v28/values-v28.xml +2 -2
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-vi/values-vi.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-watch-v20/values-watch-v20.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-watch-v21/values-watch-v21.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-zh-rCN/values-zh-rCN.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-zh-rHK/values-zh-rHK.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-zh-rTW/values-zh-rTW.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merged.dir/values-zu/values-zu.xml +0 -0
- package/template/android/app/build/intermediates/incremental/{mergeDebugResources → debug/mergeDebugResources}/merger.xml +145 -91
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{w_ZUHp0PfuT2anniAjZ7yIgGAeM= → +YyM3jecisHzlBbNeOwVvTm15Dg=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{06VVYLnxcq1MQbO+hskEIsas_Io= → 0GseZtXHCVfD8Xqv_0IMfwE+jmM=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0UM9GfsLlzInTYm0yrOwUwyHTTc= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2mZ99Z7VxNYKMACeFx99n+2yrjI= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{8SAJT8hhO10aH57opv2HQqNZ52E= → 43khoneyyTninN_2dl3rfyhSnz4=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4T9sLg9f219sHgAdLqJHH6ncTSM= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/60FMyyutNar5Y6JoD3LEiz79BCg= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{NsvRyWrhf4cI8pgDGeZGqGgQ1I0= → 7BoRPjABxaieeaxuQrt_QNleWoA=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{nYCR21bifGVCy_+GSwtpKD+fdFg= → 7OhRsGhNQUANolbspGhRO5B7+jQ=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{PZJdMIH+dGrDyhK+VPtPcgWgd8A= → 7l90lwESEs61vTv6UK1W+FTnnCM=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8HckAMa3FtHv8Qtai1RAJH_BegQ= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{2R9R_vUiKM0OUeKmDseBzD7eYu8= → 8bvy588yoIdRxQAK3kmp9UrgIyw=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{3EWxVvJEPa32RiAVfPrLF9MZLsI= → 8uLkxauGPJuQtlsoKXakysuyZaM=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{ufnnNRSvgcNfFVE2jAu4iwcxb6M= → 9OMQOia75HspmcL2pLv5cv8uXlE=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{te4qGUHS5jXmDEwVsiPu1ZPCPBo= → AbEhpeZ24OfqVaXwo0PvMa8eubc=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{lkhrQqWt_qgUGOVvSgCeLyddfWQ= → D0mV2LDMJpwdHW0WJyp1Gr32bKc=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{TCeCgFFONzuGQmagsUNz2oDpbOk= → F9db5z8xshu6fEF5TR73_nqAYnI=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{GCUUrLyckKBCKNGGTaBzpgt5hqg= → FkV1Wf6azVtTTRjUfdjPquAJVOM=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{JdE6U+Q+HTlt7ynnN_VnNn1Qfdc= → ISOw4r2tCPPauAqnBvfDpVac0VA=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{md_5sHn55vMHNjWIFRPEXW4VVw0= → Im0LHx6KYJuU2pJdOPcHE6Tv6v0=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{AEifZXD19Z+q0W9zzR2SOi8vlhA= → JZ8wnIf7s21DmcnmAvKNwpP3ZKk=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JzsEdBdupkPeHoXbW2HuyW65M+g= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{n1vBcQBgRJh9xkDOqLTdEcJadYk= → KEWpAkmUEvUnSH8jQXgi_KKPIBw=} +0 -0
- package/template/android/app/build/intermediates/incremental/{debug-mergeNativeLibs/zip-cache/pvFFv5fdC9o6L6AHGjhqKfdsTic= → debug-mergeJavaRes/zip-cache/L3EVKs7Ig5_KN_kZDe4_rqpi+rc=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LcgFT2AG2rlYn0hRm+8O7E_LN38= +0 -0
- package/template/android/app/build/intermediates/incremental/{debug-mergeNativeLibs/zip-cache/S3pfxl+csZADJnvy17PoFaCsUgg= → debug-mergeJavaRes/zip-cache/MWmSVHhjMf8LrKRK_S0hjj7VpT8=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N+W4WkZES2aYnpstbHTESkOoQLI= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{wleXtW6Dp90+4MujmW+XkBylKLY= → NL2aM7TJLJROSFsTej8GerFixkw=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NMvIagPm9569b9l3ttVQnMb83As= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{88DWn+p1Y719MjGbL3B8BoQDLUg= → Q9CJg3ONqkcC7L_ko1kmK2RjQ84=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{3sBNQ9bTT5VTFP5SOLf8xG6HA4s= → QQygO1m4_19YcW91BfZqd7U0Xz8=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{jdCD7cudzBfe0x+ummlk9xpexSU= → QqBMkLpM5C5S+wM47oyJtxpgZgU=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RI9wugMibypaG4mA0JvIViG_jh4= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Rp098wKfRnPHqyB76UoZoHFfW1Y= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{FlshNzsZtHm57LeDmkckWptqUvU= → UEOOzXtMQ1AJIKyMc29_MuqaLy0=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{Sbsbx7xlcY7y6uro58ykYab5uVY= → UObk7cvbmAkwPYn3WKZOwUW3pIs=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UYwLWaBxREaWEwcEcHRhQoYI57M= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VL2L4VAGyc+rojwVYoZPaUHtxT0= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{ru8vTCXedn9C3dIPRtaaGf+DIjQ= → VSKPK++pvJimsw97SbJzFvLmtk8=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Vg3sm8ITzREKUT35XRHJ5qrNhIE= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{MfLYjhComJNX_edyUHg8DrNEv4s= → W1P9Znbffi2KphTbdcKRsJXvQsY=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{Zp5dXJSs79O6GP79kzbdMdqQqL8= → WV_5uXMXna9tsLZi7eW6NBeIvmw=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WieKANzqDEm9iWDIXUsvmcvNheo= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{p8z462uqflWertVDsiytf9OaJ8Q= → YT0YnLn5lINV3uN4+zBw1JxAD8c=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{vbgqZ6CzCvWzOfgoqRruXn_zp+k= → Zbl8ADc3lcC0pMZNKJcp7erYp7Q=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zu+hxfnijmNHGaxNhjfvpi3vyb8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/adFhMRAW9dfvjfLEMPR++osCxuo= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bXPhMTEtgbIpn0kakBP2755d+pU= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/buYYGOHxFD4SRB_uPfZ46VsxOTU= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{n7nsxWcJWLnfiPU5KC4UDKo7ci8= → bvzSUJ2rm5QDtomGuOObSOAFHHc=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{LcRxeTpb3MpBwXIjTaDJb0uIJjI= → c6uNKUPAbT55MFNkdh6LpCKAW88=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eUqCDisAUuy0nx7BM1vyE3hXyO4= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/efxzfG2bfVK_RwM8_dURj6L7j5Y= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/erPI8DGNdzdr6bRrW0NYSQ2CWog= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{LHKhRvnFkU8Ck+HP9n2_5AopPJY= → gFsmikbu33eovehkot9DPrdYPrY=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{BfY4q9P+_t3jWV13gMmbvW7NOog= → gIQP9VZYzTu3m1eyFsLanVyUSUs=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gSxVFB+jQaHguoJPyBsGPm0MbzQ= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{uVC3UQ+9QjEKvM5jKVrTjPiwbRA= → h2YdIICpdHBcMgJT_C0g4QEttrE=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{azG6CCkEa3XnafveVWq_d0W64aM= → h3b78_gxarYTnWNaI4RWXCZAIdE=} +0 -0
- package/template/android/app/build/intermediates/incremental/{debug-mergeNativeLibs/zip-cache/SGQFAc16RhN8uv8+0btXjoH0YXI= → debug-mergeJavaRes/zip-cache/hguvwXhFLhJ8WTT4aCqLJK4ybfA=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{VB9_CVcFL0qai4N2dHDEkF824uY= → irEFSDCYciV7uq8IMxRu6fkwwQs=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{bG83RzxoHrHwTFo1vT80BHsgwlE= → jZesaajp_ixsVikVSFc_ktL8w+I=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kAgigQTg0y6GRNn2Jlk428FOKN4= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{rEOqJbzjgDZ6WdMnwlYT83xrD6o= → kmmMnKTzqR440J8xFk4XiLfQH1Q=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{g9+T5wTByw344hZJST5n2LTQNHw= → kqLjess4WB75s55dVPVkDXGJJUI=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ljuazvTuOPfA6pbqhNuUGRzGg8M= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{Cyt5k1vxDCk4spWPsm1czWXPXIU= → o718Fi0flW7aKA9yACQ+1TqJqso=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{40ZdDmQtBGgkpsLMOF1bd4RDN2I= → pK3ZrAlmzn1G6f7bAUUy6aMe9z0=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{XDeLUumDaNjLwAbP4XUby+Q+e8s= → pwKoBxAsjveM4LpBkaXqaJ_+m0A=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{zzwr4+sxZ9iDMQcGdIWxP+EDvN0= → q9wdFndfyTCu5jZPrdTKs8O9kYc=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{TIrfidhajPXmAqVHqfIuGuzmtIs= → qBh4vFUDuJiVh3kxcWFtlxbY4us=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qMeiVk7ZEt2flVCZ0sPpdNB9n7w= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{3c2jyekYdJXC7ceGK6NXOoVgzCE= → qPl5wl48g8+OFYnjxy1h3HL8yDs=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rF_WlUYgo1iz2JSjLE9TuDoGIYA= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{OFol_L8WInIQyLZ7X6RuR9miwvU= → rlmsB3EHP2mS+qSuPB_eTDy8O_E=} +0 -0
- package/template/android/app/build/intermediates/incremental/{debug-mergeNativeLibs/zip-cache/PjO2yIprXmcXnQYeMEsu8z2bHEY= → debug-mergeJavaRes/zip-cache/sDsamSL+7hJSjWcRvMOm_wI_RGM=} +0 -0
- package/template/android/app/build/intermediates/incremental/{debug-mergeNativeLibs/zip-cache/WlKVPdhRuSOzMyyj+ZzvdXfxDvM= → debug-mergeJavaRes/zip-cache/svI42RpksM1iG9aGJ7iYCe3a94U=} +0 -0
- package/template/android/app/build/intermediates/incremental/{debug-mergeNativeLibs/zip-cache/CIobOk081LUL_AK13evHQCTRFPo= → debug-mergeJavaRes/zip-cache/tTVYfaoO2J1xtHexEWIMQgrX4HQ=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{qhODQgTqINqsK58GL5Q_ZASEk9g= → uUggFAVCrsVPQYjCQacoBrLhlng=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uZDT094Op2bIanMmirmiQB6rb7g= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vCi_cRw6vXX2cw8tMF6_xU80Wz8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vF5grkZQQJQhgiuf0DyQNGrJbZM= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vK_tj6yy7HEZLE1s3CKyJFMEPTI= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{xu2twXXHJoMCTBABK7ebQsvJ4EA= → w_sG+Zg4lM1Bsxp+tmixtzPPBQw=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{eggtD7TgUO8NeXD1IlrK5UzNoR0= → xVpEh5V51XTC4UOi74xCX1eKKuw=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{1vGaAUsDWO2DAO_KDJKcw6hoYBs= → y5vP1ExlGe8RPuR4uXTfcjn75Y4=} +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yCgHl7JN81S+PQFOiGUKlAGwkW4= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/{EJaK+Mg65uq64LQz23VZX2xkWik= → yPmW2rJzZtJvNY7TgTIVyNvfrkc=} +0 -0
- package/template/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +1 -1
- package/template/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +1 -1
- package/template/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml +1 -1
- package/template/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +9 -9
- package/template/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources +0 -0
- package/template/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/facebook/react/PackageList.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/template/BuildConfig.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/template/MainActivity.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/template/MainApplication$1.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/template/MainApplication.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/template/ReactNativeFlipper$1.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/template/ReactNativeFlipper$2$1.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/template/ReactNativeFlipper$2.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/template/ReactNativeFlipper.class +0 -0
- package/template/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +74 -47
- package/template/android/app/build/intermediates/merged_java_res/debug/{out.jar → base.jar} +0 -0
- package/template/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml +21 -6
- package/template/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml +21 -6
- package/template/android/app/build/intermediates/merged_manifests/debug/output-metadata.json +5 -3
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libcxxcomponents.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libhermes.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libhermes_executor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_newarchdefaults.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libcxxcomponents.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libhermes.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libhermes_executor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_newarchdefaults.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libcxxcomponents.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libhermes.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libhermes_executor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_newarchdefaults.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libcxxcomponents.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libhermes.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libhermes_executor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_newarchdefaults.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/drawable_rn_edit_text_material.xml.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/mipmap-hdpi_ic_launcher.png.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/mipmap-hdpi_ic_launcher_round.png.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/mipmap-mdpi_ic_launcher.png.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/mipmap-mdpi_ic_launcher_round.png.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/mipmap-xhdpi_ic_launcher.png.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/mipmap-xhdpi_ic_launcher_round.png.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/mipmap-xxhdpi_ic_launcher.png.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/mipmap-xxhdpi_ic_launcher_round.png.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/mipmap-xxxhdpi_ic_launcher.png.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-af_values-af.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-am_values-am.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ar_values-ar.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-as_values-as.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-az_values-az.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-be_values-be.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-bg_values-bg.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-bn_values-bn.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-bs_values-bs.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ca_values-ca.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-cs_values-cs.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-da_values-da.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-de_values-de.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-el_values-el.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-en-rAU_values-en-rAU.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-en-rCA_values-en-rCA.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-en-rGB_values-en-rGB.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-en-rIN_values-en-rIN.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-en-rXC_values-en-rXC.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-es-rUS_values-es-rUS.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-es_values-es.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-et_values-et.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-eu_values-eu.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-fa_values-fa.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-fi_values-fi.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-fr_values-fr.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-gl_values-gl.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-gu_values-gu.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-hi_values-hi.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-hr_values-hr.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-hu_values-hu.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-hy_values-hy.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-in_values-in.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-is_values-is.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-it_values-it.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-iw_values-iw.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ja_values-ja.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ka_values-ka.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-kk_values-kk.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-km_values-km.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-kn_values-kn.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ko_values-ko.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ky_values-ky.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-land_values-land.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-lo_values-lo.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-lt_values-lt.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-lv_values-lv.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-mk_values-mk.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ml_values-ml.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-mn_values-mn.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-mr_values-mr.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ms_values-ms.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-my_values-my.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-nb_values-nb.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ne_values-ne.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-nl_values-nl.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-or_values-or.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-pa_values-pa.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-pl_values-pl.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-pt_values-pt.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ro_values-ro.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ru_values-ru.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-si_values-si.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-sk_values-sk.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-sl_values-sl.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-sq_values-sq.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-sr_values-sr.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-sv_values-sv.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-sw_values-sw.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ta_values-ta.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-te_values-te.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-th_values-th.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-tl_values-tl.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-tr_values-tr.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-uk_values-uk.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-ur_values-ur.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-uz_values-uz.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-vi_values-vi.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
- package/template/android/app/build/intermediates/{res/merged → merged_res}/debug/values-zu_values-zu.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res/debug/values_values.arsc.flat +0 -0
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json +1698 -1657
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json +8 -8
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json +8 -8
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json +8 -8
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json +14 -14
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json +14 -14
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json +14 -14
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json +19 -19
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json +8 -8
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json +14 -14
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json +14 -14
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json +8 -8
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json +30 -30
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json +10 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json +26 -18
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json +10 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json +5 -5
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json +2 -2
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json +3 -3
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json +12 -12
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json +221 -204
- package/template/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json +22 -22
- package/template/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml +21 -6
- package/template/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json +5 -3
- package/template/android/app/build/intermediates/processed_res/debug/out/output-metadata.json +5 -3
- package/template/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/9c2e7de867ad53124b551f1c8edbcd77895b9c26f4bb4a94997699983d9cd6a2_0.jar +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/9c2e7de867ad53124b551f1c8edbcd77895b9c26f4bb4a94997699983d9cd6a2_1.jar +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/9c2e7de867ad53124b551f1c8edbcd77895b9c26f4bb4a94997699983d9cd6a2_2.jar +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/9c2e7de867ad53124b551f1c8edbcd77895b9c26f4bb4a94997699983d9cd6a2_3.jar +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/BuildConfig.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/MainActivity.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/MainApplication$1.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/MainApplication.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/ReactNativeFlipper$1.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/ReactNativeFlipper$2$1.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/ReactNativeFlipper$2.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/template/ReactNativeFlipper.dex +0 -0
- package/template/android/app/build/intermediates/runtime_symbol_list/debug/R.txt +1819 -1793
- package/template/android/app/build/intermediates/source_set_path_map/debug/file-map.txt +36 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libcxxcomponents.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_runtime.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libhermes.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libhermes_executor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_config.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_newarchdefaults.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libcxxcomponents.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_runtime.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libhermes.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libhermes_executor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_newarchdefaults.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libcxxcomponents.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_runtime.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libhermes.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libhermes_executor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_config.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_newarchdefaults.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_scrollview.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_textinput.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libruntimeexecutor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libcxxcomponents.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_runtime.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libhermes.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libhermes_executor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_config.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_newarchdefaults.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_scrollview.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_textinput.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so +0 -0
- package/template/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +24 -4
- package/template/android/app/build/outputs/apk/debug/app-debug.apk +0 -0
- package/template/android/app/build/outputs/apk/debug/output-metadata.json +5 -3
- package/template/android/app/build/outputs/logs/manifest-merger-debug-report.txt +313 -266
- package/template/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/template/android/app/build.gradle +72 -129
- package/template/android/app/src/debug/AndroidManifest.xml +1 -1
- package/template/android/app/src/debug/java/com/{myapp → template}/ReactNativeFlipper.java +8 -5
- package/template/android/app/src/main/AndroidManifest.xml +4 -4
- package/template/android/app/src/main/java/com/template/MainActivity.java +40 -0
- package/template/android/app/src/main/java/com/template/MainApplication.java +62 -0
- package/template/android/app/src/main/res/values/strings.xml +1 -1
- package/template/android/app/src/release/java/com/template/ReactNativeFlipper.java +20 -0
- package/template/android/build.gradle +8 -29
- package/template/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/template/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/template/android/gradle.properties +19 -3
- package/template/android/gradlew +153 -104
- package/template/android/settings.gradle +2 -1
- package/template/app.json +2 -2
- package/template/babel.config.js +2 -1
- package/template/iconfont.json +1 -1
- package/template/index.js +3 -2
- package/template/ios/.xcode.env +11 -0
- package/template/ios/Podfile +42 -12
- package/template/ios/template/AppDelegate.h +6 -0
- package/template/ios/template/AppDelegate.mm +36 -0
- package/template/ios/template/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
- package/template/ios/{MyApp → template}/Images.xcassets/Contents.json +0 -0
- package/template/ios/{MyApp → template}/Info.plist +3 -3
- package/template/ios/{MyApp → template}/LaunchScreen.storyboard +1 -1
- package/template/ios/{MyApp → template}/main.m +2 -1
- package/template/ios/{MyApp.xcodeproj → template.xcodeproj}/project.pbxproj +220 -56
- package/template/ios/{MyApp.xcodeproj/xcshareddata/xcschemes/MyApp.xcscheme → template.xcodeproj/xcshareddata/xcschemes/template.xcscheme} +12 -12
- package/template/ios/{MyAppTests → templateTests}/Info.plist +0 -0
- package/template/ios/{MyAppTests/MyAppTests.m → templateTests/templateTests.m} +16 -15
- package/template/package.json +31 -44
- package/template/resetDefault.js +22 -0
- package/template/src/config/routeConfig.ts +3 -7
- package/template/src/pages/Home/index.tsx +18 -0
- package/template/src/pages/Mine/index.tsx +19 -0
- package/template/src/route/BottomTab.tsx +6 -6
- package/template/src/route/RouteContainer.tsx +9 -17
- package/template/src/types/RoteConfig.ts +9 -0
- package/template/src/types/RouteParamList.ts +9 -0
- package/template/src/utils/request.ts +4 -0
- package/template/src/utils/storage.ts +69 -0
- package/template/tsconfig.json +2 -2
- package/template/yarn.lock +3086 -3070
- package/template/.buckconfig +0 -6
- package/template/.flowconfig +0 -65
- package/template/.gitignore +0 -60
- package/template/Gemfile.lock +0 -96
- package/template/README.md +0 -53
- package/template/android/app/_BUCK +0 -55
- package/template/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/10/classes.dex +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1RGQNs0I25i7IDx6AijEbGe7NC8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7kTWzVeW9QXhLYI_SrjLH3M4ZNs= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9KnSwvAMJPhKmlzskMirR4BtK+c= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CIobOk081LUL_AK13evHQCTRFPo= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CuLSImB1fOJgJovj9sYzfsMqRV0= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DwqDT5vTMsnqU3GwZmQJt3wBmF8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Fjn8wqlk81VTcKvvwXNnDjpex9M= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Jqsa_Lk8VHqp3Yq0OQqATOwmAm8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PdVzRJ9Oz_rIq0pbQrjsyfuigdw= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PjO2yIprXmcXnQYeMEsu8z2bHEY= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RK_irqVYxH258WQbSeWAi3SAQnc= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RrUS0JITC9UlnT3vvBEXW5n5GGk= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S3pfxl+csZADJnvy17PoFaCsUgg= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S8hAcTe3p6s7mGxV1r3SFKUdDX4= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SGQFAc16RhN8uv8+0btXjoH0YXI= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UHuFqtEVoqSi+TxRlTeRLz5vp5o= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WlKVPdhRuSOzMyyj+ZzvdXfxDvM= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ye_TuvinuHNgY0w70utJiJi1daM= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZiUw9iBK1yItCHcPD0_z5Lv7iFE= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bAw4+QaZr9kqQyh+cPaVFK6Ows8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bIYVweQestPsMb0ONe_PIIrA7bE= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bmQclF5cqcGwix8OmX9TAYIvuWg= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hXIg+ERT3gH1NFkQCm8N7a6BUoc= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jifSGYIAPZeiAhTjlyUWwGeIBms= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lAXUcEqvVAKZ9f893UScK26oyrc= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pvFFv5fdC9o6L6AHGjhqKfdsTic= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sHYxyUyDCniAX0DxYiebobK0tT0= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uP4MVwLxJWSpp1tIxZpZ4m57poA= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zmUrpRwrVPD1DNdtygVBMAogvks= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/znmPHLV2ABEnahu_6v88KHLbxt0= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/06VVYLnxcq1MQbO+hskEIsas_Io= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1RGQNs0I25i7IDx6AijEbGe7NC8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1vGaAUsDWO2DAO_KDJKcw6hoYBs= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2R9R_vUiKM0OUeKmDseBzD7eYu8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3EWxVvJEPa32RiAVfPrLF9MZLsI= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3c2jyekYdJXC7ceGK6NXOoVgzCE= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3sBNQ9bTT5VTFP5SOLf8xG6HA4s= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/40ZdDmQtBGgkpsLMOF1bd4RDN2I= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/5nI5KwPGUXYy6gtGnklCJXgW+3Y= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/7kTWzVeW9QXhLYI_SrjLH3M4ZNs= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/88DWn+p1Y719MjGbL3B8BoQDLUg= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8SAJT8hhO10aH57opv2HQqNZ52E= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9KnSwvAMJPhKmlzskMirR4BtK+c= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/AEifZXD19Z+q0W9zzR2SOi8vlhA= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/BfY4q9P+_t3jWV13gMmbvW7NOog= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/CuLSImB1fOJgJovj9sYzfsMqRV0= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Cyt5k1vxDCk4spWPsm1czWXPXIU= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/DwqDT5vTMsnqU3GwZmQJt3wBmF8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EJaK+Mg65uq64LQz23VZX2xkWik= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Fjn8wqlk81VTcKvvwXNnDjpex9M= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/FlshNzsZtHm57LeDmkckWptqUvU= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/GCUUrLyckKBCKNGGTaBzpgt5hqg= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/JdE6U+Q+HTlt7ynnN_VnNn1Qfdc= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Jqsa_Lk8VHqp3Yq0OQqATOwmAm8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/LHKhRvnFkU8Ck+HP9n2_5AopPJY= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/LcRxeTpb3MpBwXIjTaDJb0uIJjI= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/MfLYjhComJNX_edyUHg8DrNEv4s= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/NsvRyWrhf4cI8pgDGeZGqGgQ1I0= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/OFol_L8WInIQyLZ7X6RuR9miwvU= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PZJdMIH+dGrDyhK+VPtPcgWgd8A= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PdVzRJ9Oz_rIq0pbQrjsyfuigdw= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/R5v52jFTWRSfnUB82NIYKpSHKjA= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RK_irqVYxH258WQbSeWAi3SAQnc= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RrUS0JITC9UlnT3vvBEXW5n5GGk= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/S8hAcTe3p6s7mGxV1r3SFKUdDX4= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Sbsbx7xlcY7y6uro58ykYab5uVY= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/TCeCgFFONzuGQmagsUNz2oDpbOk= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/TIrfidhajPXmAqVHqfIuGuzmtIs= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/UHuFqtEVoqSi+TxRlTeRLz5vp5o= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/VB9_CVcFL0qai4N2dHDEkF824uY= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/XDeLUumDaNjLwAbP4XUby+Q+e8s= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Ye_TuvinuHNgY0w70utJiJi1daM= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZiUw9iBK1yItCHcPD0_z5Lv7iFE= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Zp5dXJSs79O6GP79kzbdMdqQqL8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/azG6CCkEa3XnafveVWq_d0W64aM= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/bAw4+QaZr9kqQyh+cPaVFK6Ows8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/bG83RzxoHrHwTFo1vT80BHsgwlE= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/bIYVweQestPsMb0ONe_PIIrA7bE= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/bmQclF5cqcGwix8OmX9TAYIvuWg= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eggtD7TgUO8NeXD1IlrK5UzNoR0= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/g9+T5wTByw344hZJST5n2LTQNHw= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/hXIg+ERT3gH1NFkQCm8N7a6BUoc= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/jdCD7cudzBfe0x+ummlk9xpexSU= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/jifSGYIAPZeiAhTjlyUWwGeIBms= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lAXUcEqvVAKZ9f893UScK26oyrc= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lkhrQqWt_qgUGOVvSgCeLyddfWQ= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/md_5sHn55vMHNjWIFRPEXW4VVw0= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/n1vBcQBgRJh9xkDOqLTdEcJadYk= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/n7nsxWcJWLnfiPU5KC4UDKo7ci8= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/nYCR21bifGVCy_+GSwtpKD+fdFg= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/p8z462uqflWertVDsiytf9OaJ8Q= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/qhODQgTqINqsK58GL5Q_ZASEk9g= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/rEOqJbzjgDZ6WdMnwlYT83xrD6o= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ru8vTCXedn9C3dIPRtaaGf+DIjQ= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/sHYxyUyDCniAX0DxYiebobK0tT0= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/te4qGUHS5jXmDEwVsiPu1ZPCPBo= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uP4MVwLxJWSpp1tIxZpZ4m57poA= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uVC3UQ+9QjEKvM5jKVrTjPiwbRA= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ufnnNRSvgcNfFVE2jAu4iwcxb6M= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vbgqZ6CzCvWzOfgoqRruXn_zp+k= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/w_ZUHp0PfuT2anniAjZ7yIgGAeM= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wleXtW6Dp90+4MujmW+XkBylKLY= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xu2twXXHJoMCTBABK7ebQsvJ4EA= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/zmUrpRwrVPD1DNdtygVBMAogvks= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/znmPHLV2ABEnahu_6v88KHLbxt0= +0 -0
- package/template/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/zzwr4+sxZ9iDMQcGdIWxP+EDvN0= +0 -0
- package/template/android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties +0 -12
- package/template/android/app/build/intermediates/javac/debug/classes/com/myapp/BuildConfig.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/myapp/MainActivity.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/myapp/MainApplication$1.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/myapp/MainApplication.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/myapp/ReactNativeFlipper$1.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/myapp/ReactNativeFlipper$2$1.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/myapp/ReactNativeFlipper$2.class +0 -0
- package/template/android/app/build/intermediates/javac/debug/classes/com/myapp/ReactNativeFlipper.class +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libbetter.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsc.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactconfig.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_modal.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_progressbar.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_slider.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_switch.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libbetter.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsc.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactconfig.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_modal.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_progressbar.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_slider.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_switch.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libbetter.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_futures.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_json.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsc.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscexecutor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactconfig.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_modal.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_progressbar.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_slider.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_switch.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libbetter.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_futures.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_json.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsc.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscexecutor.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactconfig.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_modal.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_progressbar.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_slider.so +0 -0
- package/template/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_switch.so +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/myapp/BuildConfig.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/myapp/MainActivity.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/myapp/MainApplication$1.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/myapp/MainApplication.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/myapp/ReactNativeFlipper$1.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/myapp/ReactNativeFlipper$2$1.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/myapp/ReactNativeFlipper$2.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/com/myapp/ReactNativeFlipper.dex +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/d3b03ca24099d4423c86051d9258a4e873fde27ddabb8bb2b45a9315ec04b881_0.jar +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/d3b03ca24099d4423c86051d9258a4e873fde27ddabb8bb2b45a9315ec04b881_1.jar +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/d3b03ca24099d4423c86051d9258a4e873fde27ddabb8bb2b45a9315ec04b881_2.jar +0 -0
- package/template/android/app/build/intermediates/project_dex_archive/debug/out/d3b03ca24099d4423c86051d9258a4e873fde27ddabb8bb2b45a9315ec04b881_3.jar +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-small-v4_values-small-v4.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat +0 -0
- package/template/android/app/build/intermediates/res/merged/debug/values_values.arsc.flat +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libbetter.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsc.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactconfig.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_modal.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_progressbar.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_slider.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_switch.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libbetter.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsc.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactconfig.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_modal.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_progressbar.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_slider.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_switch.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libbetter.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_futures.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_json.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsc.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscexecutor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactconfig.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_modal.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_progressbar.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_slider.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_switch.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libbetter.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_futures.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_json.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsc.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscexecutor.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactconfig.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_modal.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_progressbar.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_slider.so +0 -0
- package/template/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_switch.so +0 -0
- package/template/android/app/build_defs.bzl +0 -19
- package/template/android/app/src/main/java/com/myapp/MainActivity.java +0 -22
- package/template/android/app/src/main/java/com/myapp/MainApplication.java +0 -80
- package/template/ios/MyApp/AppDelegate.h +0 -8
- package/template/ios/MyApp/AppDelegate.m +0 -62
- package/template/ios/MyApp/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- package/template/src/pages/Detail/Container.tsx +0 -18
- package/template/src/pages/Home/Container.tsx +0 -15
- package/template/src/pages/Mine/Container.tsx +0 -12
- package/template/src/types/routeTypes.ts +0 -25
|
@@ -535,6 +535,8 @@
|
|
|
535
535
|
<drawable name="notification_template_icon_low_bg">#0cffffff</drawable>
|
|
536
536
|
<item name="accessibility_action_clickable_span" type="id"/>
|
|
537
537
|
<item name="accessibility_actions" type="id"/>
|
|
538
|
+
<item name="accessibility_collection" type="id"/>
|
|
539
|
+
<item name="accessibility_collection_item" type="id"/>
|
|
538
540
|
<item name="accessibility_custom_action_0" type="id"/>
|
|
539
541
|
<item name="accessibility_custom_action_1" type="id"/>
|
|
540
542
|
<item name="accessibility_custom_action_10" type="id"/>
|
|
@@ -569,6 +571,7 @@
|
|
|
569
571
|
<item name="accessibility_custom_action_9" type="id"/>
|
|
570
572
|
<item name="accessibility_hint" type="id"/>
|
|
571
573
|
<item name="accessibility_label" type="id"/>
|
|
574
|
+
<item name="accessibility_links" type="id"/>
|
|
572
575
|
<item name="accessibility_role" type="id"/>
|
|
573
576
|
<item name="accessibility_state" type="id"/>
|
|
574
577
|
<item name="accessibility_value" type="id"/>
|
|
@@ -583,12 +586,14 @@
|
|
|
583
586
|
<item name="ghost_view_holder" type="id"/>
|
|
584
587
|
<item name="home" type="id"/>
|
|
585
588
|
<item name="item_touch_helper_previous_elevation" type="id"/>
|
|
589
|
+
<item name="labelled_by" type="id"/>
|
|
586
590
|
<item name="line1" type="id"/>
|
|
587
591
|
<item name="line3" type="id"/>
|
|
588
592
|
<item name="mtrl_card_checked_layer_id" type="id"/>
|
|
589
593
|
<item name="mtrl_child_content_container" type="id"/>
|
|
590
594
|
<item name="mtrl_internal_children_alpha_tag" type="id"/>
|
|
591
595
|
<item name="parent_matrix" type="id"/>
|
|
596
|
+
<item name="pointer_events" type="id"/>
|
|
592
597
|
<item name="progress_circular" type="id"/>
|
|
593
598
|
<item name="progress_horizontal" type="id"/>
|
|
594
599
|
<item name="react_test_id" type="id"/>
|
|
@@ -685,7 +690,8 @@
|
|
|
685
690
|
<string name="abc_shareactionprovider_share_with_application">Share with <ns1:g example="Mail" id="application_name">%s</ns1:g></string>
|
|
686
691
|
<string name="abc_toolbar_collapse_description">Collapse</string>
|
|
687
692
|
<string name="alert_description" translatable="false">Alert</string>
|
|
688
|
-
<string name="
|
|
693
|
+
<string name="androidx_startup" translatable="false">androidx.startup</string>
|
|
694
|
+
<string name="app_name">template</string>
|
|
689
695
|
<string name="appbar_scrolling_view_behavior" translatable="false">com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior</string>
|
|
690
696
|
<string name="bottom_sheet_behavior" translatable="false">com.google.android.material.bottomsheet.BottomSheetBehavior</string>
|
|
691
697
|
<string name="catalyst_change_bundle_location" project="catalyst" translatable="false">Change Bundle Location</string>
|
|
@@ -816,7 +822,7 @@
|
|
|
816
822
|
<item name="android:windowExitAnimation">@anim/mtrl_bottom_sheet_slide_out</item>
|
|
817
823
|
</style>
|
|
818
824
|
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
|
|
819
|
-
|
|
825
|
+
|
|
820
826
|
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
|
|
821
827
|
</style>
|
|
822
828
|
<style name="Base.AlertDialog.AppCompat" parent="android:Widget">
|
|
@@ -1043,7 +1049,7 @@
|
|
|
1043
1049
|
<style name="Base.TextAppearance.AppCompat.Widget.Switch" parent="TextAppearance.AppCompat.Button"/>
|
|
1044
1050
|
<style name="Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem" parent="TextAppearance.AppCompat.Menu"/>
|
|
1045
1051
|
<style name="Base.TextAppearance.MaterialComponents.Badge" parent="TextAppearance.AppCompat">
|
|
1046
|
-
|
|
1052
|
+
|
|
1047
1053
|
<item name="fontFamily">sans-serif-medium</item>
|
|
1048
1054
|
<item name="android:fontFamily">sans-serif-medium</item>
|
|
1049
1055
|
<item name="android:textStyle">bold</item>
|
|
@@ -1053,7 +1059,7 @@
|
|
|
1053
1059
|
<item name="android:textColor">?attr/colorOnError</item>
|
|
1054
1060
|
</style>
|
|
1055
1061
|
<style name="Base.TextAppearance.MaterialComponents.Button" parent="TextAppearance.AppCompat.Button">
|
|
1056
|
-
|
|
1062
|
+
|
|
1057
1063
|
<item name="fontFamily">sans-serif-medium</item>
|
|
1058
1064
|
<item name="android:fontFamily">sans-serif-medium</item>
|
|
1059
1065
|
<item name="android:textStyle">bold</item>
|
|
@@ -1062,7 +1068,7 @@
|
|
|
1062
1068
|
<item name="android:letterSpacing">0.0892857143</item>
|
|
1063
1069
|
</style>
|
|
1064
1070
|
<style name="Base.TextAppearance.MaterialComponents.Headline6" parent="TextAppearance.AppCompat.Title">
|
|
1065
|
-
|
|
1071
|
+
|
|
1066
1072
|
<item name="fontFamily">sans-serif-medium</item>
|
|
1067
1073
|
<item name="android:fontFamily">sans-serif-medium</item>
|
|
1068
1074
|
<item name="android:textStyle">bold</item>
|
|
@@ -1071,7 +1077,7 @@
|
|
|
1071
1077
|
<item name="android:letterSpacing">0.0125</item>
|
|
1072
1078
|
</style>
|
|
1073
1079
|
<style name="Base.TextAppearance.MaterialComponents.Subtitle2" parent="TextAppearance.AppCompat.Subhead">
|
|
1074
|
-
|
|
1080
|
+
|
|
1075
1081
|
<item name="fontFamily">sans-serif-medium</item>
|
|
1076
1082
|
<item name="android:fontFamily">sans-serif-medium</item>
|
|
1077
1083
|
<item name="android:textStyle">bold</item>
|
|
@@ -1117,7 +1123,7 @@
|
|
|
1117
1123
|
<item name="actionBarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
|
|
1118
1124
|
<item name="actionModeTheme">?attr/actionBarTheme</item>
|
|
1119
1125
|
|
|
1120
|
-
|
|
1126
|
+
|
|
1121
1127
|
<item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item>
|
|
1122
1128
|
|
|
1123
1129
|
<item name="colorPrimaryDark">@color/primary_dark_material_dark</item>
|
|
@@ -1169,7 +1175,7 @@
|
|
|
1169
1175
|
<item name="actionBarWidgetTheme">@null</item>
|
|
1170
1176
|
<item name="actionBarTheme">@style/ThemeOverlay.MaterialComponents.Dark.ActionBar</item>
|
|
1171
1177
|
|
|
1172
|
-
|
|
1178
|
+
|
|
1173
1179
|
<item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item>
|
|
1174
1180
|
|
|
1175
1181
|
<item name="colorPrimaryDark">@color/primary_dark_material_dark</item>
|
|
@@ -1222,7 +1228,7 @@
|
|
|
1222
1228
|
<item name="colorButtonNormal">@color/button_material_dark</item>
|
|
1223
1229
|
<item name="colorSwitchThumbNormal">@color/switch_thumb_material_dark</item>
|
|
1224
1230
|
|
|
1225
|
-
|
|
1231
|
+
|
|
1226
1232
|
<item name="isLightTheme">false</item>
|
|
1227
1233
|
</style>
|
|
1228
1234
|
<style name="Base.ThemeOverlay.AppCompat.Dark.ActionBar">
|
|
@@ -1259,7 +1265,7 @@
|
|
|
1259
1265
|
<item name="colorButtonNormal">@color/button_material_light</item>
|
|
1260
1266
|
<item name="colorSwitchThumbNormal">@color/switch_thumb_material_light</item>
|
|
1261
1267
|
|
|
1262
|
-
|
|
1268
|
+
|
|
1263
1269
|
<item name="isLightTheme">true</item>
|
|
1264
1270
|
</style>
|
|
1265
1271
|
<style name="Base.ThemeOverlay.MaterialComponents.Dialog" parent="Base.V14.ThemeOverlay.MaterialComponents.Dialog"/>
|
|
@@ -1268,7 +1274,7 @@
|
|
|
1268
1274
|
<style name="Base.V14.Theme.MaterialComponents" parent="Base.V14.Theme.MaterialComponents.Bridge">
|
|
1269
1275
|
<item name="viewInflaterClass">com.google.android.material.theme.MaterialComponentsViewInflater</item>
|
|
1270
1276
|
|
|
1271
|
-
|
|
1277
|
+
|
|
1272
1278
|
<item name="colorPrimary">@color/design_dark_default_color_primary</item>
|
|
1273
1279
|
<item name="colorPrimaryDark">@color/design_dark_default_color_primary_dark</item>
|
|
1274
1280
|
<item name="colorAccent">?attr/colorSecondary</item>
|
|
@@ -1278,14 +1284,14 @@
|
|
|
1278
1284
|
|
|
1279
1285
|
<item name="minTouchTargetSize">@dimen/mtrl_min_touch_target_size</item>
|
|
1280
1286
|
|
|
1281
|
-
|
|
1287
|
+
|
|
1282
1288
|
<item name="actionBarSize">@dimen/mtrl_toolbar_default_height</item>
|
|
1283
1289
|
<item name="actionBarPopupTheme">@style/ThemeOverlay.MaterialComponents.Dark</item>
|
|
1284
1290
|
<item name="actionBarStyle">@style/Widget.MaterialComponents.ActionBar.Surface</item>
|
|
1285
1291
|
<item name="actionBarTheme">@style/ThemeOverlay.MaterialComponents.ActionBar.Surface</item>
|
|
1286
1292
|
<item name="actionOverflowMenuStyle">@style/Widget.MaterialComponents.PopupMenu.Overflow</item>
|
|
1287
1293
|
|
|
1288
|
-
|
|
1294
|
+
|
|
1289
1295
|
<item name="android:contextPopupMenuStyle" ns2:targetApi="n">
|
|
1290
1296
|
@style/Widget.MaterialComponents.PopupMenu.ContextMenu
|
|
1291
1297
|
</item>
|
|
@@ -1315,18 +1321,18 @@
|
|
|
1315
1321
|
<item name="textInputStyle">@style/Widget.MaterialComponents.TextInputLayout.FilledBox</item>
|
|
1316
1322
|
<item name="toolbarStyle">@style/Widget.MaterialComponents.Toolbar</item>
|
|
1317
1323
|
|
|
1318
|
-
|
|
1324
|
+
|
|
1319
1325
|
<item name="bottomSheetDialogTheme">@style/ThemeOverlay.MaterialComponents.BottomSheetDialog</item>
|
|
1320
1326
|
<item name="alertDialogTheme">@style/ThemeOverlay.MaterialComponents.Dialog.Alert</item>
|
|
1321
1327
|
<item name="materialAlertDialogTheme">@style/ThemeOverlay.MaterialComponents.MaterialAlertDialog</item>
|
|
1322
1328
|
<item name="android:datePickerDialogTheme" ns2:ignore="NewApi">@style/ThemeOverlay.MaterialComponents.Dialog</item>
|
|
1323
1329
|
<item name="android:timePickerDialogTheme" ns2:ignore="NewApi">@style/ThemeOverlay.MaterialComponents.Dialog</item>
|
|
1324
1330
|
|
|
1325
|
-
|
|
1331
|
+
|
|
1326
1332
|
<item name="textAppearanceLargePopupMenu">?attr/textAppearanceSubtitle1</item>
|
|
1327
1333
|
<item name="textAppearanceSmallPopupMenu">?attr/textAppearanceSubtitle1</item>
|
|
1328
1334
|
|
|
1329
|
-
|
|
1335
|
+
|
|
1330
1336
|
<item name="materialCalendarStyle">@style/Widget.MaterialComponents.MaterialCalendar</item>
|
|
1331
1337
|
<item name="materialCalendarFullscreenTheme">@style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen</item>
|
|
1332
1338
|
<item name="materialCalendarTheme">@style/ThemeOverlay.MaterialComponents.MaterialCalendar</item>
|
|
@@ -1349,7 +1355,7 @@
|
|
|
1349
1355
|
<item name="scrimBackground">@color/mtrl_scrim_color</item>
|
|
1350
1356
|
<item name="popupMenuBackground">@drawable/mtrl_popupmenu_background_dark</item>
|
|
1351
1357
|
|
|
1352
|
-
|
|
1358
|
+
|
|
1353
1359
|
<item name="textAppearanceHeadline1">@style/TextAppearance.MaterialComponents.Headline1</item>
|
|
1354
1360
|
<item name="textAppearanceHeadline2">@style/TextAppearance.MaterialComponents.Headline2</item>
|
|
1355
1361
|
<item name="textAppearanceHeadline3">@style/TextAppearance.MaterialComponents.Headline3</item>
|
|
@@ -1364,7 +1370,7 @@
|
|
|
1364
1370
|
<item name="textAppearanceButton">@style/TextAppearance.MaterialComponents.Button</item>
|
|
1365
1371
|
<item name="textAppearanceOverline">@style/TextAppearance.MaterialComponents.Overline</item>
|
|
1366
1372
|
|
|
1367
|
-
|
|
1373
|
+
|
|
1368
1374
|
<item name="shapeAppearanceSmallComponent">
|
|
1369
1375
|
@style/ShapeAppearance.MaterialComponents.SmallComponent
|
|
1370
1376
|
</item>
|
|
@@ -1375,7 +1381,7 @@
|
|
|
1375
1381
|
@style/ShapeAppearance.MaterialComponents.LargeComponent
|
|
1376
1382
|
</item>
|
|
1377
1383
|
|
|
1378
|
-
|
|
1384
|
+
|
|
1379
1385
|
<item name="elevationOverlayEnabled">true</item>
|
|
1380
1386
|
<item name="elevationOverlayColor">?attr/colorOnSurface</item>
|
|
1381
1387
|
</style>
|
|
@@ -1392,14 +1398,14 @@
|
|
|
1392
1398
|
|
|
1393
1399
|
<item name="minTouchTargetSize">@dimen/mtrl_min_touch_target_size</item>
|
|
1394
1400
|
|
|
1395
|
-
|
|
1401
|
+
|
|
1396
1402
|
<item name="actionBarSize">@dimen/mtrl_toolbar_default_height</item>
|
|
1397
1403
|
<item name="actionBarPopupTheme">@style/ThemeOverlay.MaterialComponents.Dark</item>
|
|
1398
1404
|
<item name="actionBarStyle">@style/Widget.MaterialComponents.ActionBar.Surface</item>
|
|
1399
1405
|
<item name="actionBarTheme">@style/ThemeOverlay.MaterialComponents.ActionBar.Surface</item>
|
|
1400
1406
|
<item name="actionOverflowMenuStyle">@style/Widget.MaterialComponents.PopupMenu.Overflow</item>
|
|
1401
1407
|
|
|
1402
|
-
|
|
1408
|
+
|
|
1403
1409
|
<item name="android:contextPopupMenuStyle" ns2:targetApi="n">
|
|
1404
1410
|
@style/Widget.MaterialComponents.PopupMenu.ContextMenu
|
|
1405
1411
|
</item>
|
|
@@ -1433,7 +1439,7 @@
|
|
|
1433
1439
|
<item name="alertDialogTheme">@style/ThemeOverlay.MaterialComponents.Dialog.Alert</item>
|
|
1434
1440
|
<item name="materialAlertDialogTheme">@style/ThemeOverlay.MaterialComponents.MaterialAlertDialog</item>
|
|
1435
1441
|
|
|
1436
|
-
|
|
1442
|
+
|
|
1437
1443
|
<item name="textAppearanceLargePopupMenu">?attr/textAppearanceSubtitle1</item>
|
|
1438
1444
|
<item name="textAppearanceSmallPopupMenu">?attr/textAppearanceSubtitle1</item>
|
|
1439
1445
|
</style>
|
|
@@ -1455,7 +1461,7 @@
|
|
|
1455
1461
|
<item name="scrimBackground">@color/mtrl_scrim_color</item>
|
|
1456
1462
|
<item name="popupMenuBackground">@drawable/mtrl_popupmenu_background_dark</item>
|
|
1457
1463
|
|
|
1458
|
-
|
|
1464
|
+
|
|
1459
1465
|
<item name="textAppearanceHeadline1">@style/TextAppearance.MaterialComponents.Headline1</item>
|
|
1460
1466
|
<item name="textAppearanceHeadline2">@style/TextAppearance.MaterialComponents.Headline2</item>
|
|
1461
1467
|
<item name="textAppearanceHeadline3">@style/TextAppearance.MaterialComponents.Headline3</item>
|
|
@@ -1470,7 +1476,7 @@
|
|
|
1470
1476
|
<item name="textAppearanceButton">@style/TextAppearance.MaterialComponents.Button</item>
|
|
1471
1477
|
<item name="textAppearanceOverline">@style/TextAppearance.MaterialComponents.Overline</item>
|
|
1472
1478
|
|
|
1473
|
-
|
|
1479
|
+
|
|
1474
1480
|
<item name="shapeAppearanceSmallComponent">
|
|
1475
1481
|
@style/ShapeAppearance.MaterialComponents.SmallComponent
|
|
1476
1482
|
</item>
|
|
@@ -1481,14 +1487,14 @@
|
|
|
1481
1487
|
@style/ShapeAppearance.MaterialComponents.LargeComponent
|
|
1482
1488
|
</item>
|
|
1483
1489
|
|
|
1484
|
-
|
|
1490
|
+
|
|
1485
1491
|
<item name="elevationOverlayEnabled">true</item>
|
|
1486
1492
|
<item name="elevationOverlayColor">?attr/colorOnSurface</item>
|
|
1487
1493
|
</style>
|
|
1488
1494
|
<style name="Base.V14.Theme.MaterialComponents.Light" parent="Base.V14.Theme.MaterialComponents.Light.Bridge">
|
|
1489
1495
|
<item name="viewInflaterClass">com.google.android.material.theme.MaterialComponentsViewInflater</item>
|
|
1490
1496
|
|
|
1491
|
-
|
|
1497
|
+
|
|
1492
1498
|
<item name="colorPrimary">@color/design_default_color_primary</item>
|
|
1493
1499
|
<item name="colorPrimaryDark">@color/design_default_color_primary_dark</item>
|
|
1494
1500
|
<item name="colorAccent">?attr/colorSecondary</item>
|
|
@@ -1498,13 +1504,13 @@
|
|
|
1498
1504
|
|
|
1499
1505
|
<item name="minTouchTargetSize">@dimen/mtrl_min_touch_target_size</item>
|
|
1500
1506
|
|
|
1501
|
-
|
|
1507
|
+
|
|
1502
1508
|
<item name="actionBarSize">@dimen/mtrl_toolbar_default_height</item>
|
|
1503
1509
|
<item name="actionBarPopupTheme">@style/ThemeOverlay.MaterialComponents.Light</item>
|
|
1504
1510
|
<item name="actionBarStyle">@style/Widget.MaterialComponents.Light.ActionBar.Solid</item>
|
|
1505
1511
|
<item name="actionOverflowMenuStyle">@style/Widget.MaterialComponents.PopupMenu.Overflow</item>
|
|
1506
1512
|
|
|
1507
|
-
|
|
1513
|
+
|
|
1508
1514
|
<item name="android:contextPopupMenuStyle" ns2:targetApi="n">
|
|
1509
1515
|
@style/Widget.MaterialComponents.PopupMenu.ContextMenu
|
|
1510
1516
|
</item>
|
|
@@ -1534,18 +1540,18 @@
|
|
|
1534
1540
|
<item name="textInputStyle">@style/Widget.MaterialComponents.TextInputLayout.FilledBox</item>
|
|
1535
1541
|
<item name="toolbarStyle">@style/Widget.MaterialComponents.Toolbar</item>
|
|
1536
1542
|
|
|
1537
|
-
|
|
1543
|
+
|
|
1538
1544
|
<item name="bottomSheetDialogTheme">@style/ThemeOverlay.MaterialComponents.Light.BottomSheetDialog</item>
|
|
1539
1545
|
<item name="alertDialogTheme">@style/ThemeOverlay.MaterialComponents.Dialog.Alert</item>
|
|
1540
1546
|
<item name="materialAlertDialogTheme">@style/ThemeOverlay.MaterialComponents.MaterialAlertDialog</item>
|
|
1541
1547
|
<item name="android:datePickerDialogTheme" ns2:ignore="NewApi">@style/ThemeOverlay.MaterialComponents.Dialog</item>
|
|
1542
1548
|
<item name="android:timePickerDialogTheme" ns2:ignore="NewApi">@style/ThemeOverlay.MaterialComponents.Dialog</item>
|
|
1543
1549
|
|
|
1544
|
-
|
|
1550
|
+
|
|
1545
1551
|
<item name="textAppearanceLargePopupMenu">?attr/textAppearanceSubtitle1</item>
|
|
1546
1552
|
<item name="textAppearanceSmallPopupMenu">?attr/textAppearanceSubtitle1</item>
|
|
1547
1553
|
|
|
1548
|
-
|
|
1554
|
+
|
|
1549
1555
|
<item name="materialCalendarStyle">@style/Widget.MaterialComponents.MaterialCalendar</item>
|
|
1550
1556
|
<item name="materialCalendarFullscreenTheme">@style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen</item>
|
|
1551
1557
|
<item name="materialCalendarTheme">@style/ThemeOverlay.MaterialComponents.MaterialCalendar</item>
|
|
@@ -1568,7 +1574,7 @@
|
|
|
1568
1574
|
<item name="scrimBackground">@color/mtrl_scrim_color</item>
|
|
1569
1575
|
<item name="popupMenuBackground">@drawable/mtrl_popupmenu_background</item>
|
|
1570
1576
|
|
|
1571
|
-
|
|
1577
|
+
|
|
1572
1578
|
<item name="textAppearanceHeadline1">@style/TextAppearance.MaterialComponents.Headline1</item>
|
|
1573
1579
|
<item name="textAppearanceHeadline2">@style/TextAppearance.MaterialComponents.Headline2</item>
|
|
1574
1580
|
<item name="textAppearanceHeadline3">@style/TextAppearance.MaterialComponents.Headline3</item>
|
|
@@ -1583,7 +1589,7 @@
|
|
|
1583
1589
|
<item name="textAppearanceButton">@style/TextAppearance.MaterialComponents.Button</item>
|
|
1584
1590
|
<item name="textAppearanceOverline">@style/TextAppearance.MaterialComponents.Overline</item>
|
|
1585
1591
|
|
|
1586
|
-
|
|
1592
|
+
|
|
1587
1593
|
<item name="shapeAppearanceSmallComponent">
|
|
1588
1594
|
@style/ShapeAppearance.MaterialComponents.SmallComponent
|
|
1589
1595
|
</item>
|
|
@@ -1594,7 +1600,7 @@
|
|
|
1594
1600
|
@style/ShapeAppearance.MaterialComponents.LargeComponent
|
|
1595
1601
|
</item>
|
|
1596
1602
|
|
|
1597
|
-
|
|
1603
|
+
|
|
1598
1604
|
<item name="elevationOverlayEnabled">false</item>
|
|
1599
1605
|
<item name="elevationOverlayColor">?attr/colorOnSurface</item>
|
|
1600
1606
|
</style>
|
|
@@ -1616,7 +1622,7 @@
|
|
|
1616
1622
|
<item name="scrimBackground">@color/mtrl_scrim_color</item>
|
|
1617
1623
|
<item name="popupMenuBackground">@drawable/mtrl_popupmenu_background</item>
|
|
1618
1624
|
|
|
1619
|
-
|
|
1625
|
+
|
|
1620
1626
|
<item name="textAppearanceHeadline1">@style/TextAppearance.MaterialComponents.Headline1</item>
|
|
1621
1627
|
<item name="textAppearanceHeadline2">@style/TextAppearance.MaterialComponents.Headline2</item>
|
|
1622
1628
|
<item name="textAppearanceHeadline3">@style/TextAppearance.MaterialComponents.Headline3</item>
|
|
@@ -1631,7 +1637,7 @@
|
|
|
1631
1637
|
<item name="textAppearanceButton">@style/TextAppearance.MaterialComponents.Button</item>
|
|
1632
1638
|
<item name="textAppearanceOverline">@style/TextAppearance.MaterialComponents.Overline</item>
|
|
1633
1639
|
|
|
1634
|
-
|
|
1640
|
+
|
|
1635
1641
|
<item name="shapeAppearanceSmallComponent">
|
|
1636
1642
|
@style/ShapeAppearance.MaterialComponents.SmallComponent
|
|
1637
1643
|
</item>
|
|
@@ -1642,14 +1648,14 @@
|
|
|
1642
1648
|
@style/ShapeAppearance.MaterialComponents.LargeComponent
|
|
1643
1649
|
</item>
|
|
1644
1650
|
|
|
1645
|
-
|
|
1651
|
+
|
|
1646
1652
|
<item name="elevationOverlayEnabled">false</item>
|
|
1647
1653
|
<item name="elevationOverlayColor">?attr/colorOnSurface</item>
|
|
1648
1654
|
</style>
|
|
1649
1655
|
<style name="Base.V14.Theme.MaterialComponents.Light.Dialog" parent="Base.V14.Theme.MaterialComponents.Light.Dialog.Bridge">
|
|
1650
1656
|
<item name="viewInflaterClass">com.google.android.material.theme.MaterialComponentsViewInflater</item>
|
|
1651
1657
|
|
|
1652
|
-
|
|
1658
|
+
|
|
1653
1659
|
<item name="colorPrimary">@color/design_default_color_primary</item>
|
|
1654
1660
|
<item name="colorPrimaryDark">@color/design_default_color_primary_dark</item>
|
|
1655
1661
|
<item name="colorSecondary">@color/design_default_color_secondary</item>
|
|
@@ -1660,13 +1666,13 @@
|
|
|
1660
1666
|
|
|
1661
1667
|
<item name="minTouchTargetSize">@dimen/mtrl_min_touch_target_size</item>
|
|
1662
1668
|
|
|
1663
|
-
|
|
1669
|
+
|
|
1664
1670
|
<item name="actionBarSize">@dimen/mtrl_toolbar_default_height</item>
|
|
1665
1671
|
<item name="actionBarPopupTheme">@style/ThemeOverlay.MaterialComponents.Light</item>
|
|
1666
1672
|
<item name="actionBarStyle">@style/Widget.MaterialComponents.Light.ActionBar.Solid</item>
|
|
1667
1673
|
<item name="actionOverflowMenuStyle">@style/Widget.MaterialComponents.PopupMenu.Overflow</item>
|
|
1668
1674
|
|
|
1669
|
-
|
|
1675
|
+
|
|
1670
1676
|
<item name="android:contextPopupMenuStyle" ns2:targetApi="n">
|
|
1671
1677
|
@style/Widget.MaterialComponents.PopupMenu.ContextMenu
|
|
1672
1678
|
</item>
|
|
@@ -1700,7 +1706,7 @@
|
|
|
1700
1706
|
<item name="alertDialogTheme">@style/ThemeOverlay.MaterialComponents.Dialog.Alert</item>
|
|
1701
1707
|
<item name="materialAlertDialogTheme">@style/ThemeOverlay.MaterialComponents.MaterialAlertDialog</item>
|
|
1702
1708
|
|
|
1703
|
-
|
|
1709
|
+
|
|
1704
1710
|
<item name="textAppearanceLargePopupMenu">?attr/textAppearanceSubtitle1</item>
|
|
1705
1711
|
<item name="textAppearanceSmallPopupMenu">?attr/textAppearanceSubtitle1</item>
|
|
1706
1712
|
</style>
|
|
@@ -1722,7 +1728,7 @@
|
|
|
1722
1728
|
<item name="scrimBackground">@color/mtrl_scrim_color</item>
|
|
1723
1729
|
<item name="popupMenuBackground">@drawable/mtrl_popupmenu_background</item>
|
|
1724
1730
|
|
|
1725
|
-
|
|
1731
|
+
|
|
1726
1732
|
<item name="textAppearanceHeadline1">@style/TextAppearance.MaterialComponents.Headline1</item>
|
|
1727
1733
|
<item name="textAppearanceHeadline2">@style/TextAppearance.MaterialComponents.Headline2</item>
|
|
1728
1734
|
<item name="textAppearanceHeadline3">@style/TextAppearance.MaterialComponents.Headline3</item>
|
|
@@ -1737,7 +1743,7 @@
|
|
|
1737
1743
|
<item name="textAppearanceButton">@style/TextAppearance.MaterialComponents.Button</item>
|
|
1738
1744
|
<item name="textAppearanceOverline">@style/TextAppearance.MaterialComponents.Overline</item>
|
|
1739
1745
|
|
|
1740
|
-
|
|
1746
|
+
|
|
1741
1747
|
<item name="shapeAppearanceSmallComponent">
|
|
1742
1748
|
@style/ShapeAppearance.MaterialComponents.SmallComponent
|
|
1743
1749
|
</item>
|
|
@@ -1748,20 +1754,20 @@
|
|
|
1748
1754
|
@style/ShapeAppearance.MaterialComponents.LargeComponent
|
|
1749
1755
|
</item>
|
|
1750
1756
|
|
|
1751
|
-
|
|
1757
|
+
|
|
1752
1758
|
<item name="elevationOverlayEnabled">false</item>
|
|
1753
1759
|
<item name="elevationOverlayColor">?attr/colorOnSurface</item>
|
|
1754
1760
|
</style>
|
|
1755
1761
|
<style name="Base.V14.ThemeOverlay.MaterialComponents.Dialog" parent="ThemeOverlay.AppCompat.Dialog">
|
|
1756
|
-
|
|
1762
|
+
|
|
1757
1763
|
<item name="materialButtonStyle">@style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush</item>
|
|
1758
1764
|
</style>
|
|
1759
1765
|
<style name="Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert" parent="ThemeOverlay.AppCompat.Dialog.Alert">
|
|
1760
|
-
|
|
1766
|
+
|
|
1761
1767
|
<item name="buttonBarButtonStyle">@style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush</item>
|
|
1762
1768
|
</style>
|
|
1763
1769
|
<style name="Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog" parent="ThemeOverlay.AppCompat.Dialog.Alert">
|
|
1764
|
-
|
|
1770
|
+
|
|
1765
1771
|
<item name="alertDialogStyle">@style/MaterialAlertDialog.MaterialComponents</item>
|
|
1766
1772
|
<item name="android:checkedTextViewStyle" ns2:ignore="NewApi">@style/Widget.MaterialComponents.CheckedTextView</item>
|
|
1767
1773
|
<item name="android:dialogCornerRadius" ns2:ignore="newApi">@null</item>
|
|
@@ -1781,7 +1787,7 @@
|
|
|
1781
1787
|
|
|
1782
1788
|
<item name="colorBackgroundFloating">@color/background_floating_material_dark</item>
|
|
1783
1789
|
|
|
1784
|
-
|
|
1790
|
+
|
|
1785
1791
|
<item name="isLightTheme">false</item>
|
|
1786
1792
|
|
|
1787
1793
|
<item name="selectableItemBackground">@drawable/abc_item_background_holo_dark</item>
|
|
@@ -1792,7 +1798,7 @@
|
|
|
1792
1798
|
<item name="dividerVertical">@drawable/abc_list_divider_mtrl_alpha</item>
|
|
1793
1799
|
<item name="dividerHorizontal">@drawable/abc_list_divider_mtrl_alpha</item>
|
|
1794
1800
|
|
|
1795
|
-
|
|
1801
|
+
|
|
1796
1802
|
<item name="actionBarTabStyle">@style/Widget.AppCompat.ActionBar.TabView</item>
|
|
1797
1803
|
<item name="actionBarTabBarStyle">@style/Widget.AppCompat.ActionBar.TabBar</item>
|
|
1798
1804
|
<item name="actionBarTabTextStyle">@style/Widget.AppCompat.ActionBar.TabText</item>
|
|
@@ -1809,10 +1815,10 @@
|
|
|
1809
1815
|
<item name="actionMenuTextAppearance">@style/TextAppearance.AppCompat.Widget.ActionBar.Menu</item>
|
|
1810
1816
|
<item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly</item>
|
|
1811
1817
|
|
|
1812
|
-
|
|
1818
|
+
|
|
1813
1819
|
<item name="actionDropDownStyle">@style/Widget.AppCompat.Spinner.DropDown.ActionBar</item>
|
|
1814
1820
|
|
|
1815
|
-
|
|
1821
|
+
|
|
1816
1822
|
<item name="actionModeTheme">?attr/actionBarTheme</item>
|
|
1817
1823
|
<item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item>
|
|
1818
1824
|
<item name="actionModeBackground">@drawable/abc_cab_background_top_material</item>
|
|
@@ -1827,14 +1833,14 @@
|
|
|
1827
1833
|
<item name="actionModeSelectAllDrawable">@drawable/abc_ic_menu_selectall_mtrl_alpha</item>
|
|
1828
1834
|
<item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_mtrl_alpha</item>
|
|
1829
1835
|
|
|
1830
|
-
|
|
1836
|
+
|
|
1831
1837
|
<item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item>
|
|
1832
1838
|
<item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item>
|
|
1833
1839
|
<item name="panelBackground">@drawable/abc_menu_hardkey_panel_mtrl_mult</item>
|
|
1834
1840
|
<item name="android:panelBackground">@android:color/transparent</item>
|
|
1835
1841
|
<item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item>
|
|
1836
1842
|
|
|
1837
|
-
|
|
1843
|
+
|
|
1838
1844
|
<item name="textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead</item>
|
|
1839
1845
|
<item name="textAppearanceListItemSmall">@style/TextAppearance.AppCompat.Subhead</item>
|
|
1840
1846
|
<item name="textAppearanceListItemSecondary">@style/TextAppearance.AppCompat.Body1</item>
|
|
@@ -1846,16 +1852,16 @@
|
|
|
1846
1852
|
<item name="listPreferredItemPaddingStart">@dimen/abc_list_item_padding_horizontal_material</item>
|
|
1847
1853
|
<item name="listPreferredItemPaddingEnd">@dimen/abc_list_item_padding_horizontal_material</item>
|
|
1848
1854
|
|
|
1849
|
-
|
|
1855
|
+
|
|
1850
1856
|
<item name="spinnerStyle">@style/Widget.AppCompat.Spinner</item>
|
|
1851
1857
|
<item name="android:spinnerItemStyle">@style/Widget.AppCompat.TextView.SpinnerItem</item>
|
|
1852
1858
|
<item name="android:dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item>
|
|
1853
1859
|
|
|
1854
|
-
|
|
1860
|
+
|
|
1855
1861
|
<item name="spinnerDropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
|
|
1856
1862
|
<item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
|
|
1857
1863
|
|
|
1858
|
-
|
|
1864
|
+
|
|
1859
1865
|
<item name="popupMenuStyle">@style/Widget.AppCompat.PopupMenu</item>
|
|
1860
1866
|
<item name="textAppearanceLargePopupMenu">@style/TextAppearance.AppCompat.Widget.PopupMenu.Large</item>
|
|
1861
1867
|
<item name="textAppearanceSmallPopupMenu">@style/TextAppearance.AppCompat.Widget.PopupMenu.Small</item>
|
|
@@ -1864,17 +1870,17 @@
|
|
|
1864
1870
|
<item name="dropDownListViewStyle">?android:attr/dropDownListViewStyle</item>
|
|
1865
1871
|
<item name="listMenuViewStyle">@style/Widget.AppCompat.ListMenuView</item>
|
|
1866
1872
|
|
|
1867
|
-
|
|
1873
|
+
|
|
1868
1874
|
<item name="searchViewStyle">@style/Widget.AppCompat.SearchView</item>
|
|
1869
1875
|
<item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
|
|
1870
1876
|
<item name="textColorSearchUrl">@color/abc_search_url_text</item>
|
|
1871
1877
|
<item name="textAppearanceSearchResultTitle">@style/TextAppearance.AppCompat.SearchResult.Title</item>
|
|
1872
1878
|
<item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.AppCompat.SearchResult.Subtitle</item>
|
|
1873
1879
|
|
|
1874
|
-
|
|
1880
|
+
|
|
1875
1881
|
<item name="activityChooserViewStyle">@style/Widget.AppCompat.ActivityChooserView</item>
|
|
1876
1882
|
|
|
1877
|
-
|
|
1883
|
+
|
|
1878
1884
|
<item name="toolbarStyle">@style/Widget.AppCompat.Toolbar</item>
|
|
1879
1885
|
<item name="toolbarNavigationButtonStyle">@style/Widget.AppCompat.Toolbar.Button.Navigation</item>
|
|
1880
1886
|
|
|
@@ -1884,7 +1890,7 @@
|
|
|
1884
1890
|
<item name="autoCompleteTextViewStyle">@style/Widget.AppCompat.AutoCompleteTextView</item>
|
|
1885
1891
|
<item name="android:textViewStyle">@style/Widget.AppCompat.TextView</item>
|
|
1886
1892
|
|
|
1887
|
-
|
|
1893
|
+
|
|
1888
1894
|
<item name="colorPrimaryDark">@color/primary_dark_material_dark</item>
|
|
1889
1895
|
<item name="colorPrimary">@color/primary_material_dark</item>
|
|
1890
1896
|
<item name="colorAccent">@color/accent_material_dark</item>
|
|
@@ -1898,6 +1904,7 @@
|
|
|
1898
1904
|
|
|
1899
1905
|
<item name="drawerArrowStyle">@style/Widget.AppCompat.DrawerArrowToggle</item>
|
|
1900
1906
|
|
|
1907
|
+
<item name="checkedTextViewStyle">?android:attr/checkedTextViewStyle</item>
|
|
1901
1908
|
<item name="checkboxStyle">@style/Widget.AppCompat.CompoundButton.CheckBox</item>
|
|
1902
1909
|
<item name="radioButtonStyle">@style/Widget.AppCompat.CompoundButton.RadioButton</item>
|
|
1903
1910
|
<item name="switchStyle">@style/Widget.AppCompat.CompoundButton.Switch</item>
|
|
@@ -1907,7 +1914,7 @@
|
|
|
1907
1914
|
<item name="ratingBarStyleSmall">@style/Widget.AppCompat.RatingBar.Small</item>
|
|
1908
1915
|
<item name="seekBarStyle">@style/Widget.AppCompat.SeekBar</item>
|
|
1909
1916
|
|
|
1910
|
-
|
|
1917
|
+
|
|
1911
1918
|
<item name="buttonStyle">@style/Widget.AppCompat.Button</item>
|
|
1912
1919
|
<item name="buttonStyleSmall">@style/Widget.AppCompat.Button.Small</item>
|
|
1913
1920
|
<item name="android:textAppearanceButton">@style/TextAppearance.AppCompat.Widget.Button</item>
|
|
@@ -1920,7 +1927,7 @@
|
|
|
1920
1927
|
<item name="buttonBarNegativeButtonStyle">?attr/buttonBarButtonStyle</item>
|
|
1921
1928
|
<item name="buttonBarNeutralButtonStyle">?attr/buttonBarButtonStyle</item>
|
|
1922
1929
|
|
|
1923
|
-
|
|
1930
|
+
|
|
1924
1931
|
<item name="dialogTheme">@style/ThemeOverlay.AppCompat.Dialog</item>
|
|
1925
1932
|
<item name="dialogPreferredPadding">@dimen/abc_dialog_padding_material</item>
|
|
1926
1933
|
<item name="dialogCornerRadius">@dimen/abc_dialog_corner_radius_material</item>
|
|
@@ -1931,14 +1938,13 @@
|
|
|
1931
1938
|
<item name="textColorAlertDialogListItem">@color/abc_primary_text_material_dark</item>
|
|
1932
1939
|
<item name="listDividerAlertDialog">@null</item>
|
|
1933
1940
|
|
|
1934
|
-
|
|
1935
|
-
always clear these values. -->
|
|
1941
|
+
|
|
1936
1942
|
<item name="windowFixedWidthMajor">@null</item>
|
|
1937
1943
|
<item name="windowFixedWidthMinor">@null</item>
|
|
1938
1944
|
<item name="windowFixedHeightMajor">@null</item>
|
|
1939
1945
|
<item name="windowFixedHeightMinor">@null</item>
|
|
1940
1946
|
|
|
1941
|
-
|
|
1947
|
+
|
|
1942
1948
|
<item name="tooltipFrameBackground">@drawable/tooltip_frame_light</item>
|
|
1943
1949
|
<item name="tooltipForegroundColor">@color/foreground_material_light</item>
|
|
1944
1950
|
|
|
@@ -1979,7 +1985,7 @@
|
|
|
1979
1985
|
|
|
1980
1986
|
<item name="colorBackgroundFloating">@color/background_floating_material_light</item>
|
|
1981
1987
|
|
|
1982
|
-
|
|
1988
|
+
|
|
1983
1989
|
<item name="isLightTheme">true</item>
|
|
1984
1990
|
|
|
1985
1991
|
<item name="selectableItemBackground">@drawable/abc_item_background_holo_light</item>
|
|
@@ -1990,7 +1996,7 @@
|
|
|
1990
1996
|
<item name="dividerVertical">@drawable/abc_list_divider_mtrl_alpha</item>
|
|
1991
1997
|
<item name="dividerHorizontal">@drawable/abc_list_divider_mtrl_alpha</item>
|
|
1992
1998
|
|
|
1993
|
-
|
|
1999
|
+
|
|
1994
2000
|
<item name="actionBarTabStyle">@style/Widget.AppCompat.Light.ActionBar.TabView</item>
|
|
1995
2001
|
<item name="actionBarTabBarStyle">@style/Widget.AppCompat.Light.ActionBar.TabBar</item>
|
|
1996
2002
|
<item name="actionBarTabTextStyle">@style/Widget.AppCompat.Light.ActionBar.TabText</item>
|
|
@@ -2007,7 +2013,7 @@
|
|
|
2007
2013
|
<item name="actionMenuTextAppearance">@style/TextAppearance.AppCompat.Widget.ActionBar.Menu</item>
|
|
2008
2014
|
<item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly</item>
|
|
2009
2015
|
|
|
2010
|
-
|
|
2016
|
+
|
|
2011
2017
|
<item name="actionModeTheme">?attr/actionBarTheme</item>
|
|
2012
2018
|
<item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item>
|
|
2013
2019
|
<item name="actionModeBackground">@drawable/abc_cab_background_top_material</item>
|
|
@@ -2022,17 +2028,17 @@
|
|
|
2022
2028
|
<item name="actionModeSelectAllDrawable">@drawable/abc_ic_menu_selectall_mtrl_alpha</item>
|
|
2023
2029
|
<item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_mtrl_alpha</item>
|
|
2024
2030
|
|
|
2025
|
-
|
|
2031
|
+
|
|
2026
2032
|
<item name="actionDropDownStyle">@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar</item>
|
|
2027
2033
|
|
|
2028
|
-
|
|
2034
|
+
|
|
2029
2035
|
<item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item>
|
|
2030
2036
|
<item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item>
|
|
2031
2037
|
<item name="panelBackground">@drawable/abc_menu_hardkey_panel_mtrl_mult</item>
|
|
2032
2038
|
<item name="android:panelBackground">@android:color/transparent</item>
|
|
2033
2039
|
<item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_light</item>
|
|
2034
2040
|
|
|
2035
|
-
|
|
2041
|
+
|
|
2036
2042
|
<item name="textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead</item>
|
|
2037
2043
|
<item name="textAppearanceListItemSmall">@style/TextAppearance.AppCompat.Subhead</item>
|
|
2038
2044
|
<item name="textAppearanceListItemSecondary">@style/TextAppearance.AppCompat.Body1</item>
|
|
@@ -2044,16 +2050,16 @@
|
|
|
2044
2050
|
<item name="listPreferredItemPaddingStart">@dimen/abc_list_item_padding_horizontal_material</item>
|
|
2045
2051
|
<item name="listPreferredItemPaddingEnd">@dimen/abc_list_item_padding_horizontal_material</item>
|
|
2046
2052
|
|
|
2047
|
-
|
|
2053
|
+
|
|
2048
2054
|
<item name="spinnerStyle">@style/Widget.AppCompat.Spinner</item>
|
|
2049
2055
|
<item name="android:spinnerItemStyle">@style/Widget.AppCompat.TextView.SpinnerItem</item>
|
|
2050
2056
|
<item name="android:dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item>
|
|
2051
2057
|
|
|
2052
|
-
|
|
2058
|
+
|
|
2053
2059
|
<item name="spinnerDropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
|
|
2054
2060
|
<item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
|
|
2055
2061
|
|
|
2056
|
-
|
|
2062
|
+
|
|
2057
2063
|
<item name="popupMenuStyle">@style/Widget.AppCompat.Light.PopupMenu</item>
|
|
2058
2064
|
<item name="textAppearanceLargePopupMenu">@style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large</item>
|
|
2059
2065
|
<item name="textAppearanceSmallPopupMenu">@style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small</item>
|
|
@@ -2062,17 +2068,17 @@
|
|
|
2062
2068
|
<item name="dropDownListViewStyle">?android:attr/dropDownListViewStyle</item>
|
|
2063
2069
|
<item name="listMenuViewStyle">@style/Widget.AppCompat.ListMenuView</item>
|
|
2064
2070
|
|
|
2065
|
-
|
|
2071
|
+
|
|
2066
2072
|
<item name="searchViewStyle">@style/Widget.AppCompat.Light.SearchView</item>
|
|
2067
2073
|
<item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
|
|
2068
2074
|
<item name="textColorSearchUrl">@color/abc_search_url_text</item>
|
|
2069
2075
|
<item name="textAppearanceSearchResultTitle">@style/TextAppearance.AppCompat.SearchResult.Title</item>
|
|
2070
2076
|
<item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.AppCompat.SearchResult.Subtitle</item>
|
|
2071
2077
|
|
|
2072
|
-
|
|
2078
|
+
|
|
2073
2079
|
<item name="activityChooserViewStyle">@style/Widget.AppCompat.ActivityChooserView</item>
|
|
2074
2080
|
|
|
2075
|
-
|
|
2081
|
+
|
|
2076
2082
|
<item name="toolbarStyle">@style/Widget.AppCompat.Toolbar</item>
|
|
2077
2083
|
<item name="toolbarNavigationButtonStyle">@style/Widget.AppCompat.Toolbar.Button.Navigation</item>
|
|
2078
2084
|
|
|
@@ -2082,7 +2088,7 @@
|
|
|
2082
2088
|
<item name="autoCompleteTextViewStyle">@style/Widget.AppCompat.AutoCompleteTextView</item>
|
|
2083
2089
|
<item name="android:textViewStyle">@style/Widget.AppCompat.TextView</item>
|
|
2084
2090
|
|
|
2085
|
-
|
|
2091
|
+
|
|
2086
2092
|
<item name="colorPrimaryDark">@color/primary_dark_material_light</item>
|
|
2087
2093
|
<item name="colorPrimary">@color/primary_material_light</item>
|
|
2088
2094
|
<item name="colorAccent">@color/accent_material_light</item>
|
|
@@ -2105,7 +2111,7 @@
|
|
|
2105
2111
|
<item name="ratingBarStyleSmall">@style/Widget.AppCompat.RatingBar.Small</item>
|
|
2106
2112
|
<item name="seekBarStyle">@style/Widget.AppCompat.SeekBar</item>
|
|
2107
2113
|
|
|
2108
|
-
|
|
2114
|
+
|
|
2109
2115
|
<item name="buttonStyle">@style/Widget.AppCompat.Button</item>
|
|
2110
2116
|
<item name="buttonStyleSmall">@style/Widget.AppCompat.Button.Small</item>
|
|
2111
2117
|
<item name="android:textAppearanceButton">@style/TextAppearance.AppCompat.Widget.Button</item>
|
|
@@ -2118,7 +2124,7 @@
|
|
|
2118
2124
|
<item name="buttonBarNegativeButtonStyle">?attr/buttonBarButtonStyle</item>
|
|
2119
2125
|
<item name="buttonBarNeutralButtonStyle">?attr/buttonBarButtonStyle</item>
|
|
2120
2126
|
|
|
2121
|
-
|
|
2127
|
+
|
|
2122
2128
|
<item name="dialogTheme">@style/ThemeOverlay.AppCompat.Dialog</item>
|
|
2123
2129
|
<item name="dialogPreferredPadding">@dimen/abc_dialog_padding_material</item>
|
|
2124
2130
|
<item name="dialogCornerRadius">@dimen/abc_dialog_corner_radius_material</item>
|
|
@@ -2129,14 +2135,13 @@
|
|
|
2129
2135
|
<item name="textColorAlertDialogListItem">@color/abc_primary_text_material_light</item>
|
|
2130
2136
|
<item name="listDividerAlertDialog">@null</item>
|
|
2131
2137
|
|
|
2132
|
-
|
|
2133
|
-
always clear these values. -->
|
|
2138
|
+
|
|
2134
2139
|
<item name="windowFixedWidthMajor">@null</item>
|
|
2135
2140
|
<item name="windowFixedWidthMinor">@null</item>
|
|
2136
2141
|
<item name="windowFixedHeightMajor">@null</item>
|
|
2137
2142
|
<item name="windowFixedHeightMinor">@null</item>
|
|
2138
2143
|
|
|
2139
|
-
|
|
2144
|
+
|
|
2140
2145
|
<item name="tooltipFrameBackground">@drawable/tooltip_frame_dark</item>
|
|
2141
2146
|
<item name="tooltipForegroundColor">@color/foreground_material_dark</item>
|
|
2142
2147
|
|
|
@@ -2652,19 +2657,20 @@
|
|
|
2652
2657
|
<item name="counterOverflowTextColor">@color/mtrl_error</item>
|
|
2653
2658
|
<item name="errorTextColor">@color/mtrl_error</item>
|
|
2654
2659
|
<item name="helperTextTextColor">@color/mtrl_indicator_text_color</item>
|
|
2655
|
-
|
|
2660
|
+
|
|
2656
2661
|
<item name="hintTextColor">?attr/colorPrimary</item>
|
|
2657
|
-
|
|
2662
|
+
|
|
2658
2663
|
<item name="android:textColorHint">@color/mtrl_indicator_text_color</item>
|
|
2659
2664
|
|
|
2660
2665
|
<item name="shapeAppearance">?attr/shapeAppearanceSmallComponent</item>
|
|
2661
2666
|
<item name="shapeAppearanceOverlay">@null</item>
|
|
2662
2667
|
</style>
|
|
2663
2668
|
<style name="Base.Widget.MaterialComponents.TextView" parent="Widget.AppCompat.TextView"/>
|
|
2664
|
-
<style name="CalendarDatePickerDialog" ns2:targetApi="lollipop" parent="Theme.
|
|
2669
|
+
<style name="CalendarDatePickerDialog" ns2:targetApi="lollipop" parent="android:Theme.Material.Dialog.Alert">
|
|
2665
2670
|
<item name="android:datePickerStyle">@style/CalendarDatePickerStyle</item>
|
|
2671
|
+
<item name="android:windowIsFloating">true</item>
|
|
2666
2672
|
</style>
|
|
2667
|
-
<style name="CalendarDatePickerStyle" ns2:targetApi="lollipop" parent="android:Widget.Material.
|
|
2673
|
+
<style name="CalendarDatePickerStyle" ns2:targetApi="lollipop" parent="android:Widget.Material.DatePicker">
|
|
2668
2674
|
<item name="android:datePickerMode">calendar</item>
|
|
2669
2675
|
</style>
|
|
2670
2676
|
<style name="CardView" parent="Base.CardView">
|
|
@@ -2740,7 +2746,7 @@
|
|
|
2740
2746
|
<item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item>
|
|
2741
2747
|
<item name="android:borderlessButtonStyle">?attr/borderlessButtonStyle</item>
|
|
2742
2748
|
|
|
2743
|
-
|
|
2749
|
+
|
|
2744
2750
|
<item name="android:colorForeground">@color/foreground_material_dark</item>
|
|
2745
2751
|
<item name="android:colorForegroundInverse">@color/foreground_material_light</item>
|
|
2746
2752
|
<item name="android:colorBackground">@color/background_material_dark</item>
|
|
@@ -2749,7 +2755,7 @@
|
|
|
2749
2755
|
<item name="android:backgroundDimAmount">0.6</item>
|
|
2750
2756
|
<item name="android:windowBackground">@color/background_material_dark</item>
|
|
2751
2757
|
|
|
2752
|
-
|
|
2758
|
+
|
|
2753
2759
|
<item name="android:textColorPrimary">@color/abc_primary_text_material_dark</item>
|
|
2754
2760
|
<item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_light</item>
|
|
2755
2761
|
<item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_dark</item>
|
|
@@ -2765,7 +2771,7 @@
|
|
|
2765
2771
|
<item name="android:textColorLinkInverse">?attr/colorAccent</item>
|
|
2766
2772
|
<item name="android:textColorAlertDialogListItem">@color/abc_primary_text_material_dark</item>
|
|
2767
2773
|
|
|
2768
|
-
|
|
2774
|
+
|
|
2769
2775
|
<item name="android:textAppearance">@style/TextAppearance.AppCompat</item>
|
|
2770
2776
|
<item name="android:textAppearanceInverse">@style/TextAppearance.AppCompat.Inverse</item>
|
|
2771
2777
|
<item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large</item>
|
|
@@ -2780,10 +2786,10 @@
|
|
|
2780
2786
|
<item name="android:listChoiceIndicatorMultiple">@drawable/abc_btn_check_material</item>
|
|
2781
2787
|
<item name="listChoiceIndicatorMultipleAnimated">@drawable/abc_btn_check_material_anim</item>
|
|
2782
2788
|
|
|
2783
|
-
|
|
2789
|
+
|
|
2784
2790
|
<item name="android:textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead</item>
|
|
2785
2791
|
<item name="android:textAppearanceListItemSmall">@style/TextAppearance.AppCompat.Subhead</item>
|
|
2786
|
-
|
|
2792
|
+
|
|
2787
2793
|
<item name="android:listPreferredItemHeight">@dimen/abc_list_item_height_material</item>
|
|
2788
2794
|
<item name="android:listPreferredItemHeightSmall">@dimen/abc_list_item_height_small_material</item>
|
|
2789
2795
|
<item name="android:listPreferredItemHeightLarge">@dimen/abc_list_item_height_large_material</item>
|
|
@@ -2809,7 +2815,7 @@
|
|
|
2809
2815
|
<item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item>
|
|
2810
2816
|
<item name="android:borderlessButtonStyle">?attr/borderlessButtonStyle</item>
|
|
2811
2817
|
|
|
2812
|
-
|
|
2818
|
+
|
|
2813
2819
|
<item name="android:colorForeground">@color/foreground_material_light</item>
|
|
2814
2820
|
<item name="android:colorForegroundInverse">@color/foreground_material_dark</item>
|
|
2815
2821
|
<item name="android:colorBackground">@color/background_material_light</item>
|
|
@@ -2818,7 +2824,7 @@
|
|
|
2818
2824
|
<item name="android:backgroundDimAmount">0.6</item>
|
|
2819
2825
|
<item name="android:windowBackground">@color/background_material_light</item>
|
|
2820
2826
|
|
|
2821
|
-
|
|
2827
|
+
|
|
2822
2828
|
<item name="android:textColorPrimary">@color/abc_primary_text_material_light</item>
|
|
2823
2829
|
<item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_dark</item>
|
|
2824
2830
|
<item name="android:textColorSecondary">@color/abc_secondary_text_material_light</item>
|
|
@@ -2835,7 +2841,7 @@
|
|
|
2835
2841
|
<item name="android:textColorLinkInverse">?attr/colorAccent</item>
|
|
2836
2842
|
<item name="android:textColorAlertDialogListItem">@color/abc_primary_text_material_light</item>
|
|
2837
2843
|
|
|
2838
|
-
|
|
2844
|
+
|
|
2839
2845
|
<item name="android:textAppearance">@style/TextAppearance.AppCompat</item>
|
|
2840
2846
|
<item name="android:textAppearanceInverse">@style/TextAppearance.AppCompat.Inverse</item>
|
|
2841
2847
|
<item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large</item>
|
|
@@ -2850,10 +2856,10 @@
|
|
|
2850
2856
|
<item name="android:listChoiceIndicatorMultiple">@drawable/abc_btn_check_material</item>
|
|
2851
2857
|
<item name="listChoiceIndicatorMultipleAnimated">@drawable/abc_btn_check_material_anim</item>
|
|
2852
2858
|
|
|
2853
|
-
|
|
2859
|
+
|
|
2854
2860
|
<item name="android:textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead</item>
|
|
2855
2861
|
<item name="android:textAppearanceListItemSmall">@style/TextAppearance.AppCompat.Subhead</item>
|
|
2856
|
-
|
|
2862
|
+
|
|
2857
2863
|
<item name="android:listPreferredItemHeight">@dimen/abc_list_item_height_material</item>
|
|
2858
2864
|
<item name="android:listPreferredItemHeightSmall">@dimen/abc_list_item_height_small_material</item>
|
|
2859
2865
|
<item name="android:listPreferredItemHeightLarge">@dimen/abc_list_item_height_large_material</item>
|
|
@@ -2877,12 +2883,12 @@
|
|
|
2877
2883
|
<style name="Platform.MaterialComponents.Light.Dialog" parent="Theme.AppCompat.Light.Dialog"/>
|
|
2878
2884
|
<style name="Platform.ThemeOverlay.AppCompat" parent=""/>
|
|
2879
2885
|
<style name="Platform.ThemeOverlay.AppCompat.Dark">
|
|
2880
|
-
|
|
2886
|
+
|
|
2881
2887
|
<item name="actionBarItemBackground">@drawable/abc_item_background_holo_dark</item>
|
|
2882
2888
|
<item name="actionDropDownStyle">@style/Widget.AppCompat.Spinner.DropDown.ActionBar</item>
|
|
2883
2889
|
<item name="selectableItemBackground">@drawable/abc_item_background_holo_dark</item>
|
|
2884
2890
|
|
|
2885
|
-
|
|
2891
|
+
|
|
2886
2892
|
<item name="android:autoCompleteTextViewStyle">@style/Widget.AppCompat.AutoCompleteTextView</item>
|
|
2887
2893
|
<item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
|
|
2888
2894
|
</style>
|
|
@@ -2891,7 +2897,7 @@
|
|
|
2891
2897
|
<item name="actionDropDownStyle">@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar</item>
|
|
2892
2898
|
<item name="selectableItemBackground">@drawable/abc_item_background_holo_light</item>
|
|
2893
2899
|
|
|
2894
|
-
|
|
2900
|
+
|
|
2895
2901
|
<item name="android:autoCompleteTextViewStyle">@style/Widget.AppCompat.Light.AutoCompleteTextView</item>
|
|
2896
2902
|
<item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item>
|
|
2897
2903
|
</style>
|
|
@@ -2988,7 +2994,7 @@
|
|
|
2988
2994
|
<item name="cornerSize">50%</item>
|
|
2989
2995
|
</style>
|
|
2990
2996
|
<style name="ShapeAppearanceOverlay.MaterialComponents.ExtendedFloatingActionButton" parent="">
|
|
2991
|
-
|
|
2997
|
+
|
|
2992
2998
|
<item name="cornerSize">@null</item>
|
|
2993
2999
|
</style>
|
|
2994
3000
|
<style name="ShapeAppearanceOverlay.MaterialComponents.FloatingActionButton" parent="">
|
|
@@ -3479,7 +3485,7 @@
|
|
|
3479
3485
|
<item name="android:textColorSecondary">@color/material_on_primary_emphasis_medium</item>
|
|
3480
3486
|
<item name="actionMenuTextColor">?attr/colorOnPrimary</item>
|
|
3481
3487
|
<item name="colorControlNormal">?attr/colorOnPrimary</item>
|
|
3482
|
-
|
|
3488
|
+
|
|
3483
3489
|
<item name="android:colorBackground">?attr/colorPrimary</item>
|
|
3484
3490
|
</style>
|
|
3485
3491
|
<style name="ThemeOverlay.MaterialComponents.ActionBar.Surface" parent="">
|
|
@@ -3487,7 +3493,7 @@
|
|
|
3487
3493
|
<item name="android:textColorSecondary">@color/material_on_surface_emphasis_medium</item>
|
|
3488
3494
|
<item name="actionMenuTextColor">@color/material_on_surface_emphasis_medium</item>
|
|
3489
3495
|
<item name="colorControlNormal">@color/material_on_surface_emphasis_medium</item>
|
|
3490
|
-
|
|
3496
|
+
|
|
3491
3497
|
<item name="android:colorBackground">?attr/colorSurface</item>
|
|
3492
3498
|
</style>
|
|
3493
3499
|
<style name="ThemeOverlay.MaterialComponents.AutoCompleteTextView" parent="">
|
|
@@ -3575,7 +3581,7 @@
|
|
|
3575
3581
|
<style name="ThemeOverlay.MaterialComponents.MaterialCalendar" parent="ThemeOverlay.MaterialComponents.Dialog">
|
|
3576
3582
|
<item name="materialCalendarStyle">@style/Widget.MaterialComponents.MaterialCalendar</item>
|
|
3577
3583
|
|
|
3578
|
-
|
|
3584
|
+
|
|
3579
3585
|
<item name="materialCalendarHeaderLayout">@style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout</item>
|
|
3580
3586
|
<item name="materialCalendarHeaderDivider">@style/Widget.MaterialComponents.MaterialCalendar.HeaderDivider</item>
|
|
3581
3587
|
<item name="materialCalendarHeaderTitle">@style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle</item>
|
|
@@ -3583,10 +3589,10 @@
|
|
|
3583
3589
|
<item name="materialCalendarHeaderConfirmButton">@style/Widget.MaterialComponents.MaterialCalendar.HeaderConfirmButton</item>
|
|
3584
3590
|
<item name="materialCalendarHeaderToggleButton">@style/Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton</item>
|
|
3585
3591
|
|
|
3586
|
-
|
|
3592
|
+
|
|
3587
3593
|
<item name="materialCalendarDay">@style/Widget.MaterialComponents.MaterialCalendar.DayTextView</item>
|
|
3588
3594
|
|
|
3589
|
-
|
|
3595
|
+
|
|
3590
3596
|
<item name="buttonBarPositiveButtonStyle">@style/Widget.MaterialComponents.Button.TextButton.Dialog</item>
|
|
3591
3597
|
<item name="buttonBarNegativeButtonStyle">@style/Widget.MaterialComponents.Button.TextButton.Dialog</item>
|
|
3592
3598
|
</style>
|
|
@@ -3865,7 +3871,7 @@
|
|
|
3865
3871
|
<style name="Widget.MaterialComponents.ActionBar.Solid" parent="Widget.AppCompat.ActionBar.Solid">
|
|
3866
3872
|
<item name="titleTextStyle">?attr/textAppearanceHeadline6</item>
|
|
3867
3873
|
<item name="subtitleTextStyle">?attr/textAppearanceSubtitle1</item>
|
|
3868
|
-
|
|
3874
|
+
|
|
3869
3875
|
<item name="android:minHeight">@dimen/mtrl_toolbar_default_height</item>
|
|
3870
3876
|
<item name="maxButtonHeight">@dimen/mtrl_toolbar_default_height</item>
|
|
3871
3877
|
</style>
|
|
@@ -4007,10 +4013,10 @@
|
|
|
4007
4013
|
<item name="android:layout_marginLeft">0dp</item>
|
|
4008
4014
|
</style>
|
|
4009
4015
|
<style name="Widget.MaterialComponents.Button.TextButton.Dialog.Icon">
|
|
4010
|
-
|
|
4016
|
+
|
|
4011
4017
|
</style>
|
|
4012
4018
|
<style name="Widget.MaterialComponents.Button.TextButton.Icon">
|
|
4013
|
-
|
|
4019
|
+
|
|
4014
4020
|
</style>
|
|
4015
4021
|
<style name="Widget.MaterialComponents.Button.TextButton.Snackbar">
|
|
4016
4022
|
<item name="android:textColor">?attr/colorPrimary</item>
|
|
@@ -4154,7 +4160,7 @@
|
|
|
4154
4160
|
<style name="Widget.MaterialComponents.Light.ActionBar.Solid" parent="Widget.AppCompat.Light.ActionBar.Solid">
|
|
4155
4161
|
<item name="titleTextStyle">?attr/textAppearanceHeadline6</item>
|
|
4156
4162
|
<item name="subtitleTextStyle">?attr/textAppearanceSubtitle1</item>
|
|
4157
|
-
|
|
4163
|
+
|
|
4158
4164
|
<item name="android:minHeight">@dimen/mtrl_toolbar_default_height</item>
|
|
4159
4165
|
<item name="maxButtonHeight">@dimen/mtrl_toolbar_default_height</item>
|
|
4160
4166
|
</style>
|
|
@@ -4270,11 +4276,7 @@
|
|
|
4270
4276
|
<style name="Widget.MaterialComponents.NavigationView" parent="Widget.Design.NavigationView">
|
|
4271
4277
|
<item name="enforceMaterialTheme">true</item>
|
|
4272
4278
|
<item name="android:background">?attr/colorSurface</item>
|
|
4273
|
-
|
|
4274
|
-
NavigationView when itemShapeAppearance and/or itemShapeAppearanceOverlay is set. This
|
|
4275
|
-
background is styled using the itemShape* attributes below. Setting itemBackground will
|
|
4276
|
-
overwrite the programmatic background and cause values set in the itemShape* attributes
|
|
4277
|
-
to be ignored. -->
|
|
4279
|
+
|
|
4278
4280
|
<item name="itemBackground">@null</item>
|
|
4279
4281
|
<item name="itemIconPadding">@dimen/mtrl_navigation_item_icon_padding</item>
|
|
4280
4282
|
<item name="itemIconTint">@color/mtrl_navigation_item_icon_tint</item>
|
|
@@ -4294,8 +4296,7 @@
|
|
|
4294
4296
|
<style name="Widget.MaterialComponents.PopupMenu.ListPopupWindow" parent="Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow"/>
|
|
4295
4297
|
<style name="Widget.MaterialComponents.PopupMenu.Overflow" parent="Base.Widget.MaterialComponents.PopupMenu.Overflow"/>
|
|
4296
4298
|
<style name="Widget.MaterialComponents.Snackbar" parent="Widget.Design.Snackbar">
|
|
4297
|
-
|
|
4298
|
-
will be used, which supports the Material color theming attributes. -->
|
|
4299
|
+
|
|
4299
4300
|
<item name="android:background">@null</item>
|
|
4300
4301
|
<item name="android:layout_margin">@dimen/mtrl_snackbar_margin</item>
|
|
4301
4302
|
<item name="animationMode">fade</item>
|
|
@@ -4400,7 +4401,7 @@
|
|
|
4400
4401
|
<item name="titleTextColor">?android:attr/textColorPrimary</item>
|
|
4401
4402
|
<item name="subtitleTextAppearance">?attr/textAppearanceSubtitle1</item>
|
|
4402
4403
|
<item name="subtitleTextColor">?android:attr/textColorSecondary</item>
|
|
4403
|
-
|
|
4404
|
+
|
|
4404
4405
|
<item name="android:minHeight">@dimen/mtrl_toolbar_default_height</item>
|
|
4405
4406
|
<item name="maxButtonHeight">@dimen/mtrl_toolbar_default_height</item>
|
|
4406
4407
|
</style>
|
|
@@ -4409,7 +4410,7 @@
|
|
|
4409
4410
|
<item name="android:background">?attr/colorPrimary</item>
|
|
4410
4411
|
<item name="titleTextColor">?attr/colorOnPrimary</item>
|
|
4411
4412
|
<item name="subtitleTextColor">@color/material_on_primary_emphasis_medium</item>
|
|
4412
|
-
|
|
4413
|
+
|
|
4413
4414
|
<item name="android:theme">@style/ThemeOverlay.MaterialComponents.Toolbar.Primary</item>
|
|
4414
4415
|
</style>
|
|
4415
4416
|
<style name="Widget.MaterialComponents.Toolbar.PrimarySurface" parent="Widget.MaterialComponents.Toolbar.Primary"/>
|
|
@@ -4417,7 +4418,7 @@
|
|
|
4417
4418
|
<item name="android:background">?attr/colorSurface</item>
|
|
4418
4419
|
<item name="titleTextColor">@color/material_on_surface_emphasis_high_type</item>
|
|
4419
4420
|
<item name="subtitleTextColor">@color/material_on_surface_emphasis_medium</item>
|
|
4420
|
-
|
|
4421
|
+
|
|
4421
4422
|
<item name="android:theme">@style/ThemeOverlay.MaterialComponents.Toolbar.Surface</item>
|
|
4422
4423
|
</style>
|
|
4423
4424
|
<style name="Widget.Support.CoordinatorLayout" parent="android:Widget">
|
|
@@ -4434,7 +4435,7 @@
|
|
|
4434
4435
|
<item name="android:textSize">14sp</item>
|
|
4435
4436
|
</style>
|
|
4436
4437
|
<declare-styleable name="ActionBar">
|
|
4437
|
-
|
|
4438
|
+
|
|
4438
4439
|
<attr name="navigationMode">
|
|
4439
4440
|
<!-- Normal static title text -->
|
|
4440
4441
|
<enum name="normal" value="0"/>
|
|
@@ -4443,7 +4444,7 @@
|
|
|
4443
4444
|
<!-- The action bar will use a series of horizontal tabs for navigation. -->
|
|
4444
4445
|
<enum name="tabMode" value="2"/>
|
|
4445
4446
|
</attr>
|
|
4446
|
-
|
|
4447
|
+
|
|
4447
4448
|
<attr name="displayOptions">
|
|
4448
4449
|
<flag name="none" value="0"/>
|
|
4449
4450
|
<flag name="useLogo" value="0x1"/>
|
|
@@ -4453,67 +4454,59 @@
|
|
|
4453
4454
|
<flag name="showCustom" value="0x10"/>
|
|
4454
4455
|
<flag name="disableHome" value="0x20"/>
|
|
4455
4456
|
</attr>
|
|
4456
|
-
|
|
4457
|
+
|
|
4457
4458
|
<attr name="title"/>
|
|
4458
|
-
|
|
4459
|
+
|
|
4459
4460
|
<attr format="string" name="subtitle"/>
|
|
4460
|
-
|
|
4461
|
+
|
|
4461
4462
|
<attr format="reference" name="titleTextStyle"/>
|
|
4462
|
-
|
|
4463
|
+
|
|
4463
4464
|
<attr format="reference" name="subtitleTextStyle"/>
|
|
4464
|
-
|
|
4465
|
+
|
|
4465
4466
|
<attr format="reference" name="icon"/>
|
|
4466
|
-
|
|
4467
|
+
|
|
4467
4468
|
<attr format="reference" name="logo"/>
|
|
4468
|
-
|
|
4469
|
+
|
|
4469
4470
|
<attr format="reference" name="divider"/>
|
|
4470
|
-
|
|
4471
|
+
|
|
4471
4472
|
<attr format="reference" name="background"/>
|
|
4472
|
-
|
|
4473
|
+
|
|
4473
4474
|
<attr format="reference|color" name="backgroundStacked"/>
|
|
4474
|
-
|
|
4475
|
+
|
|
4475
4476
|
<attr format="reference|color" name="backgroundSplit"/>
|
|
4476
|
-
|
|
4477
|
+
|
|
4477
4478
|
<attr format="reference" name="customNavigationLayout"/>
|
|
4478
|
-
|
|
4479
|
+
|
|
4479
4480
|
<attr name="height"/>
|
|
4480
|
-
|
|
4481
|
+
|
|
4481
4482
|
<attr format="reference" name="homeLayout"/>
|
|
4482
|
-
|
|
4483
|
+
|
|
4483
4484
|
<attr format="reference" name="progressBarStyle"/>
|
|
4484
|
-
|
|
4485
|
+
|
|
4485
4486
|
<attr format="reference" name="indeterminateProgressStyle"/>
|
|
4486
|
-
|
|
4487
|
+
|
|
4487
4488
|
<attr format="dimension" name="progressBarPadding"/>
|
|
4488
|
-
|
|
4489
|
+
|
|
4489
4490
|
<attr name="homeAsUpIndicator"/>
|
|
4490
|
-
|
|
4491
|
-
system-provided items in the bar. -->
|
|
4491
|
+
|
|
4492
4492
|
<attr format="dimension" name="itemPadding"/>
|
|
4493
|
-
|
|
4493
|
+
|
|
4494
4494
|
<attr format="boolean" name="hideOnContentScroll"/>
|
|
4495
|
-
|
|
4496
|
-
menu views are excepted. Only valid for some themes and configurations. -->
|
|
4495
|
+
|
|
4497
4496
|
<attr format="dimension" name="contentInsetStart"/>
|
|
4498
|
-
|
|
4499
|
-
menu views are excepted. Only valid for some themes and configurations. -->
|
|
4497
|
+
|
|
4500
4498
|
<attr format="dimension" name="contentInsetEnd"/>
|
|
4501
|
-
|
|
4502
|
-
menu views are excepted. Only valid for some themes and configurations. -->
|
|
4499
|
+
|
|
4503
4500
|
<attr format="dimension" name="contentInsetLeft"/>
|
|
4504
|
-
|
|
4505
|
-
menu views are excepted. Only valid for some themes and configurations. -->
|
|
4501
|
+
|
|
4506
4502
|
<attr format="dimension" name="contentInsetRight"/>
|
|
4507
|
-
|
|
4508
|
-
is present, such as the Up button. Only valid for some themes and configurations. -->
|
|
4503
|
+
|
|
4509
4504
|
<attr format="dimension" name="contentInsetStartWithNavigation"/>
|
|
4510
|
-
|
|
4511
|
-
are present. Only valid for some themes and configurations. -->
|
|
4505
|
+
|
|
4512
4506
|
<attr format="dimension" name="contentInsetEndWithActions"/>
|
|
4513
|
-
|
|
4507
|
+
|
|
4514
4508
|
<attr format="dimension" name="elevation"/>
|
|
4515
|
-
|
|
4516
|
-
shown by widgets in the action bar. -->
|
|
4509
|
+
|
|
4517
4510
|
<attr format="reference" name="popupTheme"/>
|
|
4518
4511
|
</declare-styleable>
|
|
4519
4512
|
<declare-styleable name="ActionBarLayout">
|
|
@@ -4523,31 +4516,26 @@
|
|
|
4523
4516
|
<attr name="android:minWidth"/>
|
|
4524
4517
|
</declare-styleable>
|
|
4525
4518
|
<declare-styleable name="ActionMenuView">
|
|
4526
|
-
|
|
4519
|
+
|
|
4527
4520
|
</declare-styleable>
|
|
4528
4521
|
<declare-styleable name="ActionMode">
|
|
4529
|
-
|
|
4522
|
+
|
|
4530
4523
|
<attr name="titleTextStyle"/>
|
|
4531
|
-
|
|
4524
|
+
|
|
4532
4525
|
<attr name="subtitleTextStyle"/>
|
|
4533
|
-
|
|
4526
|
+
|
|
4534
4527
|
<attr name="background"/>
|
|
4535
|
-
|
|
4528
|
+
|
|
4536
4529
|
<attr name="backgroundSplit"/>
|
|
4537
|
-
|
|
4530
|
+
|
|
4538
4531
|
<attr name="height"/>
|
|
4539
|
-
|
|
4532
|
+
|
|
4540
4533
|
<attr format="reference" name="closeItemLayout"/>
|
|
4541
4534
|
</declare-styleable>
|
|
4542
4535
|
<declare-styleable name="ActivityChooserView">
|
|
4543
|
-
|
|
4536
|
+
|
|
4544
4537
|
<attr format="string" name="initialActivityCount"/>
|
|
4545
|
-
|
|
4546
|
-
<strong>Note:</strong> Clients would like to set this drawable
|
|
4547
|
-
as a clue about the action the chosen activity will perform. For
|
|
4548
|
-
example, if share activity is to be chosen the drawable should
|
|
4549
|
-
give a clue that sharing is to be performed.
|
|
4550
|
-
-->
|
|
4538
|
+
|
|
4551
4539
|
<attr format="reference" name="expandActivityOverflowButtonDrawable"/>
|
|
4552
4540
|
</declare-styleable>
|
|
4553
4541
|
<declare-styleable name="AlertDialog">
|
|
@@ -4561,85 +4549,60 @@
|
|
|
4561
4549
|
<attr format="dimension" name="buttonIconDimen"/>
|
|
4562
4550
|
</declare-styleable>
|
|
4563
4551
|
<declare-styleable name="AnimatedStateListDrawableCompat">
|
|
4564
|
-
|
|
4552
|
+
|
|
4565
4553
|
<attr name="android:visible"/>
|
|
4566
|
-
|
|
4567
|
-
current state that is selected. If false, the padding will
|
|
4568
|
-
stay the same (based on the maximum padding of all the states).
|
|
4569
|
-
Enabling this feature requires that the owner of the drawable
|
|
4570
|
-
deal with performing layout when the state changes, which is
|
|
4571
|
-
often not supported. -->
|
|
4554
|
+
|
|
4572
4555
|
<attr name="android:variablePadding"/>
|
|
4573
|
-
|
|
4574
|
-
constant as the state changes; the size is the maximum of all
|
|
4575
|
-
of the states. If false, the size will vary based on the
|
|
4576
|
-
current state. -->
|
|
4556
|
+
|
|
4577
4557
|
<attr name="android:constantSize"/>
|
|
4578
|
-
|
|
4579
|
-
same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with
|
|
4580
|
-
an RGB 565 screen). -->
|
|
4558
|
+
|
|
4581
4559
|
<attr name="android:dither"/>
|
|
4582
|
-
|
|
4560
|
+
|
|
4583
4561
|
<attr name="android:enterFadeDuration"/>
|
|
4584
|
-
|
|
4562
|
+
|
|
4585
4563
|
<attr name="android:exitFadeDuration"/>
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
<!--<attr name="autoMirrored"/>-->
|
|
4564
|
+
|
|
4565
|
+
|
|
4589
4566
|
</declare-styleable>
|
|
4590
4567
|
<declare-styleable name="AnimatedStateListDrawableItem">
|
|
4591
|
-
|
|
4592
|
-
given, the drawable must be defined by the first child tag. -->
|
|
4568
|
+
|
|
4593
4569
|
<attr name="android:drawable"/>
|
|
4594
|
-
|
|
4570
|
+
|
|
4595
4571
|
<attr name="android:id"/>
|
|
4596
4572
|
</declare-styleable>
|
|
4597
4573
|
<declare-styleable name="AnimatedStateListDrawableTransition">
|
|
4598
|
-
|
|
4574
|
+
|
|
4599
4575
|
<attr name="android:fromId"/>
|
|
4600
|
-
|
|
4576
|
+
|
|
4601
4577
|
<attr name="android:toId"/>
|
|
4602
|
-
|
|
4603
|
-
given, the animation drawable must be defined by the first child tag. -->
|
|
4578
|
+
|
|
4604
4579
|
<attr name="android:drawable"/>
|
|
4605
|
-
|
|
4580
|
+
|
|
4606
4581
|
<attr name="android:reversible"/>
|
|
4607
4582
|
</declare-styleable>
|
|
4608
4583
|
<declare-styleable name="AppBarLayout">
|
|
4609
|
-
|
|
4584
|
+
|
|
4610
4585
|
<attr name="elevation"/>
|
|
4611
4586
|
<attr name="android:background"/>
|
|
4612
|
-
|
|
4613
|
-
view is a direct child of a CoordinatorLayout. -->
|
|
4587
|
+
|
|
4614
4588
|
<attr format="boolean" name="expanded"/>
|
|
4615
4589
|
<attr name="android:keyboardNavigationCluster"/>
|
|
4616
4590
|
<attr name="android:touchscreenBlocksFocus"/>
|
|
4617
|
-
|
|
4618
|
-
true, the {@link AppBarLayout} will animate to the lifted, or
|
|
4619
|
-
elevated, state when content is scrolled beneath it. Requires
|
|
4620
|
-
`app:layout_behavior="@string/appbar_scrolling_view_behavior` to be
|
|
4621
|
-
set on the scrolling sibling (e.g., `NestedScrollView`,
|
|
4622
|
-
`RecyclerView`, etc.). Default is false. -->
|
|
4591
|
+
|
|
4623
4592
|
<attr format="boolean" name="liftOnScroll"/>
|
|
4624
|
-
|
|
4625
|
-
it should be lifted (i.e., only if {@link R.attr#liftOnScroll} is set to true).
|
|
4626
|
-
If this id is not set, the {@link AppBarLayout} will use the target view provided
|
|
4627
|
-
by nested scrolling to determine whether it should be lifted. -->
|
|
4593
|
+
|
|
4628
4594
|
<attr format="reference" name="liftOnScrollTargetViewId"/>
|
|
4629
|
-
|
|
4630
|
-
Only works on Lollipop when used together with android:fitSystemWindows="true". -->
|
|
4595
|
+
|
|
4631
4596
|
<attr format="color" name="statusBarForeground"/>
|
|
4632
4597
|
</declare-styleable>
|
|
4633
4598
|
<declare-styleable name="AppBarLayoutStates">
|
|
4634
|
-
|
|
4599
|
+
|
|
4635
4600
|
<attr format="boolean" name="state_collapsed"/>
|
|
4636
|
-
|
|
4601
|
+
|
|
4637
4602
|
<attr format="boolean" name="state_collapsible"/>
|
|
4638
|
-
|
|
4639
|
-
is lifted (elevated). -->
|
|
4603
|
+
|
|
4640
4604
|
<attr format="boolean" name="state_lifted"/>
|
|
4641
|
-
|
|
4642
|
-
is liftable (e.g., elevates on collapse or scroll). -->
|
|
4605
|
+
|
|
4643
4606
|
<attr format="boolean" name="state_liftable"/>
|
|
4644
4607
|
</declare-styleable>
|
|
4645
4608
|
<declare-styleable name="AppBarLayout_Layout">
|
|
@@ -4677,20 +4640,21 @@
|
|
|
4677
4640
|
<flag name="snapMargins" value="0x20"/>
|
|
4678
4641
|
</attr>
|
|
4679
4642
|
|
|
4680
|
-
|
|
4681
|
-
is scrollable. -->
|
|
4643
|
+
|
|
4682
4644
|
<attr format="reference" name="layout_scrollInterpolator"/>
|
|
4683
4645
|
</declare-styleable>
|
|
4646
|
+
<declare-styleable name="AppCompatEmojiHelper">
|
|
4647
|
+
|
|
4648
|
+
</declare-styleable>
|
|
4684
4649
|
<declare-styleable name="AppCompatImageView">
|
|
4685
4650
|
<attr name="android:src"/>
|
|
4686
|
-
|
|
4687
|
-
when running on older versions of the platform. -->
|
|
4651
|
+
|
|
4688
4652
|
<attr format="reference" name="srcCompat"/>
|
|
4689
4653
|
|
|
4690
|
-
|
|
4654
|
+
|
|
4691
4655
|
<attr format="color" name="tint"/>
|
|
4692
4656
|
|
|
4693
|
-
|
|
4657
|
+
|
|
4694
4658
|
<attr name="tintMode">
|
|
4695
4659
|
<!-- The tint is drawn on top of the drawable.
|
|
4696
4660
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -4713,11 +4677,11 @@
|
|
|
4713
4677
|
</declare-styleable>
|
|
4714
4678
|
<declare-styleable name="AppCompatSeekBar">
|
|
4715
4679
|
<attr name="android:thumb"/>
|
|
4716
|
-
|
|
4680
|
+
|
|
4717
4681
|
<attr format="reference" name="tickMark"/>
|
|
4718
|
-
|
|
4682
|
+
|
|
4719
4683
|
<attr format="color" name="tickMarkTint"/>
|
|
4720
|
-
|
|
4684
|
+
|
|
4721
4685
|
<attr name="tickMarkTintMode">
|
|
4722
4686
|
<!-- The tint is drawn on top of the drawable.
|
|
4723
4687
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -4748,17 +4712,12 @@
|
|
|
4748
4712
|
<attr name="android:textAppearance"/>
|
|
4749
4713
|
</declare-styleable>
|
|
4750
4714
|
<declare-styleable name="AppCompatTextView">
|
|
4751
|
-
|
|
4715
|
+
|
|
4752
4716
|
<attr format="reference|boolean" name="textAllCaps"/>
|
|
4753
|
-
|
|
4754
|
-
for example "ja-JP,zh-CN". This attribute only takes effect on API 21 and above.
|
|
4755
|
-
Before API 24, only the first language tag is used. Starting from API 24,
|
|
4756
|
-
the string will be converted into a {@link android.os.LocaleList} and then used by
|
|
4757
|
-
{@link android.widget.TextView} -->
|
|
4717
|
+
|
|
4758
4718
|
<attr format="string" name="textLocale"/>
|
|
4759
4719
|
<attr name="android:textAppearance"/>
|
|
4760
|
-
|
|
4761
|
-
works only for TextView. -->
|
|
4720
|
+
|
|
4762
4721
|
<attr format="enum" name="autoSizeTextType">
|
|
4763
4722
|
<!-- No auto-sizing (default). -->
|
|
4764
4723
|
<enum name="none" value="0"/>
|
|
@@ -4766,42 +4725,34 @@
|
|
|
4766
4725
|
container. -->
|
|
4767
4726
|
<enum name="uniform" value="1"/>
|
|
4768
4727
|
</attr>
|
|
4769
|
-
|
|
4770
|
-
<code>uniform</code>. The default is 1px. Overwrites
|
|
4771
|
-
<code>autoSizePresetSizes</code> if set. -->
|
|
4728
|
+
|
|
4772
4729
|
<attr format="dimension" name="autoSizeStepGranularity"/>
|
|
4773
|
-
|
|
4774
|
-
<code>autoSizeTextType</code> set to <code>uniform</code>. Overrides
|
|
4775
|
-
<code>autoSizeStepGranularity</code> if set. -->
|
|
4730
|
+
|
|
4776
4731
|
<attr format="reference" name="autoSizePresetSizes"/>
|
|
4777
|
-
|
|
4732
|
+
|
|
4778
4733
|
<attr format="dimension" name="autoSizeMinTextSize"/>
|
|
4779
|
-
|
|
4734
|
+
|
|
4780
4735
|
<attr format="dimension" name="autoSizeMaxTextSize"/>
|
|
4781
|
-
|
|
4736
|
+
|
|
4782
4737
|
<attr format="string" name="fontFamily"/>
|
|
4783
|
-
|
|
4784
|
-
for lineSpacingExtra and lineSpacingMultiplier. -->
|
|
4738
|
+
|
|
4785
4739
|
<attr format="dimension" name="lineHeight"/>
|
|
4786
|
-
|
|
4787
|
-
overrides the value set for paddingTop. -->
|
|
4740
|
+
|
|
4788
4741
|
<attr format="dimension" name="firstBaselineToTopHeight"/>
|
|
4789
|
-
|
|
4790
|
-
overrides the value set for paddingBottom. -->
|
|
4742
|
+
|
|
4791
4743
|
<attr format="dimension" name="lastBaselineToBottomHeight"/>
|
|
4792
|
-
|
|
4744
|
+
|
|
4793
4745
|
<attr format="string" name="fontVariationSettings"/>
|
|
4794
|
-
|
|
4795
|
-
of the platform. -->
|
|
4746
|
+
|
|
4796
4747
|
<attr format="reference" name="drawableLeftCompat"/>
|
|
4797
4748
|
<attr format="reference" name="drawableTopCompat"/>
|
|
4798
4749
|
<attr format="reference" name="drawableRightCompat"/>
|
|
4799
4750
|
<attr format="reference" name="drawableBottomCompat"/>
|
|
4800
4751
|
<attr format="reference" name="drawableStartCompat"/>
|
|
4801
4752
|
<attr format="reference" name="drawableEndCompat"/>
|
|
4802
|
-
|
|
4753
|
+
|
|
4803
4754
|
<attr format="color" name="drawableTint"/>
|
|
4804
|
-
|
|
4755
|
+
|
|
4805
4756
|
<attr name="drawableTintMode">
|
|
4806
4757
|
<!-- The tint is drawn on top of the drawable.
|
|
4807
4758
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -4821,422 +4772,384 @@
|
|
|
4821
4772
|
result to valid color values. Saturate(S + D) -->
|
|
4822
4773
|
<enum name="add" value="16"/>
|
|
4823
4774
|
</attr>
|
|
4775
|
+
|
|
4776
|
+
<attr format="boolean" name="emojiCompatEnabled"/>
|
|
4824
4777
|
</declare-styleable>
|
|
4825
4778
|
<declare-styleable name="AppCompatTheme">
|
|
4826
4779
|
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
|
|
4780
|
+
|
|
4781
|
+
|
|
4782
|
+
|
|
4830
4783
|
<eat-comment/>
|
|
4831
4784
|
|
|
4832
|
-
|
|
4833
|
-
in place of the usual title bar. -->
|
|
4785
|
+
|
|
4834
4786
|
<attr format="boolean" name="windowActionBar"/>
|
|
4835
4787
|
|
|
4836
|
-
|
|
4788
|
+
|
|
4837
4789
|
<attr format="boolean" name="windowNoTitle"/>
|
|
4838
4790
|
|
|
4839
|
-
|
|
4840
|
-
application content. Does nothing if the window would not
|
|
4841
|
-
have an Action Bar. -->
|
|
4791
|
+
|
|
4842
4792
|
<attr format="boolean" name="windowActionBarOverlay"/>
|
|
4843
4793
|
|
|
4844
|
-
|
|
4845
|
-
when there is not reserved space for their UI (such as an Action Bar). -->
|
|
4794
|
+
|
|
4846
4795
|
<attr format="boolean" name="windowActionModeOverlay"/>
|
|
4847
4796
|
|
|
4848
|
-
|
|
4849
|
-
that is, when in landscape. Can be either an absolute dimension
|
|
4850
|
-
or a fraction of the screen size in that dimension. -->
|
|
4797
|
+
|
|
4851
4798
|
<attr format="dimension|fraction" name="windowFixedWidthMajor"/>
|
|
4852
|
-
|
|
4853
|
-
that is, when in landscape. Can be either an absolute dimension
|
|
4854
|
-
or a fraction of the screen size in that dimension. -->
|
|
4799
|
+
|
|
4855
4800
|
<attr format="dimension|fraction" name="windowFixedHeightMinor"/>
|
|
4856
4801
|
|
|
4857
|
-
|
|
4858
|
-
that is, when in portrait. Can be either an absolute dimension
|
|
4859
|
-
or a fraction of the screen size in that dimension. -->
|
|
4802
|
+
|
|
4860
4803
|
<attr format="dimension|fraction" name="windowFixedWidthMinor"/>
|
|
4861
|
-
|
|
4862
|
-
that is, when in portrait. Can be either an absolute dimension
|
|
4863
|
-
or a fraction of the screen size in that dimension. -->
|
|
4804
|
+
|
|
4864
4805
|
<attr format="dimension|fraction" name="windowFixedHeightMajor"/>
|
|
4865
4806
|
|
|
4866
|
-
|
|
4867
|
-
axis of the screen. That is, when in landscape. Can be either
|
|
4868
|
-
an absolute dimension or a fraction of the screen size in that
|
|
4869
|
-
dimension. -->
|
|
4807
|
+
|
|
4870
4808
|
<attr format="dimension|fraction" name="windowMinWidthMajor"/>
|
|
4871
|
-
|
|
4872
|
-
axis of the screen. That is, when in portrait. Can be either
|
|
4873
|
-
an absolute dimension or a fraction of the screen size in that
|
|
4874
|
-
dimension. -->
|
|
4809
|
+
|
|
4875
4810
|
<attr format="dimension|fraction" name="windowMinWidthMinor"/>
|
|
4876
4811
|
|
|
4877
4812
|
<attr name="android:windowIsFloating"/>
|
|
4878
4813
|
<attr name="android:windowAnimationStyle"/>
|
|
4879
4814
|
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
4815
|
+
|
|
4816
|
+
|
|
4817
|
+
|
|
4883
4818
|
<eat-comment/>
|
|
4884
|
-
|
|
4819
|
+
|
|
4885
4820
|
<attr format="reference" name="actionBarTabStyle"/>
|
|
4886
4821
|
<attr format="reference" name="actionBarTabBarStyle"/>
|
|
4887
4822
|
<attr format="reference" name="actionBarTabTextStyle"/>
|
|
4888
4823
|
<attr format="reference" name="actionOverflowButtonStyle"/>
|
|
4889
4824
|
<attr format="reference" name="actionOverflowMenuStyle"/>
|
|
4890
|
-
|
|
4891
|
-
shown by widgets in the action bar. -->
|
|
4825
|
+
|
|
4892
4826
|
<attr format="reference" name="actionBarPopupTheme"/>
|
|
4893
|
-
|
|
4827
|
+
|
|
4894
4828
|
<attr format="reference" name="actionBarStyle"/>
|
|
4895
|
-
|
|
4896
|
-
controls the split component that holds the menu/action
|
|
4897
|
-
buttons. actionBarStyle is still used for the primary
|
|
4898
|
-
bar. -->
|
|
4829
|
+
|
|
4899
4830
|
<attr format="reference" name="actionBarSplitStyle"/>
|
|
4900
|
-
|
|
4901
|
-
action bar. This will be inherited by any widget inflated
|
|
4902
|
-
into the action bar. -->
|
|
4831
|
+
|
|
4903
4832
|
<attr format="reference" name="actionBarTheme"/>
|
|
4904
|
-
|
|
4905
|
-
action bar in action mode. This will be inherited by any widget inflated
|
|
4906
|
-
into the action bar. -->
|
|
4833
|
+
|
|
4907
4834
|
<attr format="reference" name="actionModeTheme"/>
|
|
4908
|
-
|
|
4909
|
-
and layouts destined for the action bar. Most of the time
|
|
4910
|
-
this will be a reference to the current theme, but when
|
|
4911
|
-
the action bar has a significantly different contrast
|
|
4912
|
-
profile than the rest of the activity the difference
|
|
4913
|
-
can become important. If this is set to @null the current
|
|
4914
|
-
theme will be used.-->
|
|
4835
|
+
|
|
4915
4836
|
<attr format="reference" name="actionBarWidgetTheme"/>
|
|
4916
|
-
|
|
4917
|
-
bar used to present Action Modes. -->
|
|
4837
|
+
|
|
4918
4838
|
<attr format="dimension" name="actionBarSize">
|
|
4919
4839
|
<enum name="wrap_content" value="0"/>
|
|
4920
4840
|
</attr>
|
|
4921
|
-
|
|
4841
|
+
|
|
4922
4842
|
<attr format="reference" name="actionBarDivider"/>
|
|
4923
|
-
|
|
4843
|
+
|
|
4924
4844
|
<attr format="reference" name="actionBarItemBackground"/>
|
|
4925
|
-
|
|
4926
|
-
appears within action menu items. -->
|
|
4845
|
+
|
|
4927
4846
|
<attr format="reference" name="actionMenuTextAppearance"/>
|
|
4928
|
-
|
|
4929
|
-
|
|
4847
|
+
|
|
4848
|
+
|
|
4930
4849
|
<attr format="color|reference" name="actionMenuTextColor"/>
|
|
4931
4850
|
|
|
4932
4851
|
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4852
|
+
|
|
4853
|
+
|
|
4854
|
+
|
|
4936
4855
|
<eat-comment/>
|
|
4937
4856
|
<attr format="reference" name="actionModeStyle"/>
|
|
4938
4857
|
<attr format="reference" name="actionModeCloseButtonStyle"/>
|
|
4939
|
-
|
|
4858
|
+
|
|
4940
4859
|
<attr format="reference" name="actionModeBackground"/>
|
|
4941
|
-
|
|
4860
|
+
|
|
4942
4861
|
<attr format="reference" name="actionModeSplitBackground"/>
|
|
4943
|
-
|
|
4862
|
+
|
|
4944
4863
|
<attr format="reference" name="actionModeCloseDrawable"/>
|
|
4945
|
-
|
|
4864
|
+
|
|
4946
4865
|
<attr format="reference" name="actionModeCutDrawable"/>
|
|
4947
|
-
|
|
4866
|
+
|
|
4948
4867
|
<attr format="reference" name="actionModeCopyDrawable"/>
|
|
4949
|
-
|
|
4868
|
+
|
|
4950
4869
|
<attr format="reference" name="actionModePasteDrawable"/>
|
|
4951
|
-
|
|
4870
|
+
|
|
4952
4871
|
<attr format="reference" name="actionModeSelectAllDrawable"/>
|
|
4953
|
-
|
|
4872
|
+
|
|
4954
4873
|
<attr format="reference" name="actionModeShareDrawable"/>
|
|
4955
|
-
|
|
4874
|
+
|
|
4956
4875
|
<attr format="reference" name="actionModeFindDrawable"/>
|
|
4957
|
-
|
|
4876
|
+
|
|
4958
4877
|
<attr format="reference" name="actionModeWebSearchDrawable"/>
|
|
4959
4878
|
|
|
4960
|
-
|
|
4879
|
+
|
|
4961
4880
|
<attr format="string" name="actionModeCloseContentDescription"/>
|
|
4962
4881
|
|
|
4963
|
-
|
|
4882
|
+
|
|
4964
4883
|
<attr format="reference" name="actionModePopupWindowStyle"/>
|
|
4965
4884
|
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4885
|
+
|
|
4886
|
+
|
|
4887
|
+
|
|
4969
4888
|
<eat-comment/>
|
|
4970
|
-
|
|
4889
|
+
|
|
4971
4890
|
<attr format="reference" name="textAppearanceLargePopupMenu"/>
|
|
4972
|
-
|
|
4891
|
+
|
|
4973
4892
|
<attr format="reference" name="textAppearanceSmallPopupMenu"/>
|
|
4974
|
-
|
|
4893
|
+
|
|
4975
4894
|
<attr format="reference" name="textAppearancePopupMenuHeader"/>
|
|
4976
4895
|
|
|
4977
4896
|
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4897
|
+
|
|
4898
|
+
|
|
4899
|
+
|
|
4981
4900
|
<eat-comment/>
|
|
4982
4901
|
|
|
4983
|
-
|
|
4902
|
+
|
|
4984
4903
|
<attr format="reference" name="dialogTheme"/>
|
|
4985
|
-
|
|
4904
|
+
|
|
4986
4905
|
<attr format="dimension" name="dialogPreferredPadding"/>
|
|
4987
|
-
|
|
4906
|
+
|
|
4988
4907
|
<attr format="reference" name="listDividerAlertDialog"/>
|
|
4989
|
-
|
|
4908
|
+
|
|
4990
4909
|
<attr format="dimension" name="dialogCornerRadius"/>
|
|
4991
4910
|
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4911
|
+
|
|
4912
|
+
|
|
4913
|
+
|
|
4995
4914
|
<eat-comment/>
|
|
4996
4915
|
|
|
4997
|
-
|
|
4916
|
+
|
|
4998
4917
|
<attr format="reference" name="actionDropDownStyle"/>
|
|
4999
|
-
|
|
4918
|
+
|
|
5000
4919
|
<attr format="dimension" name="dropdownListPreferredItemHeight"/>
|
|
5001
|
-
|
|
4920
|
+
|
|
5002
4921
|
<attr format="reference" name="spinnerDropDownItemStyle"/>
|
|
5003
|
-
|
|
4922
|
+
|
|
5004
4923
|
<attr format="reference" name="homeAsUpIndicator"/>
|
|
5005
4924
|
|
|
5006
|
-
|
|
4925
|
+
|
|
5007
4926
|
<attr format="reference" name="actionButtonStyle"/>
|
|
5008
4927
|
|
|
5009
|
-
|
|
4928
|
+
|
|
5010
4929
|
<attr format="reference" name="buttonBarStyle"/>
|
|
5011
|
-
|
|
4930
|
+
|
|
5012
4931
|
<attr format="reference" name="buttonBarButtonStyle"/>
|
|
5013
|
-
|
|
5014
|
-
that should react to pressed and focus states, but that do not
|
|
5015
|
-
have a clear visual border along the edges. -->
|
|
4932
|
+
|
|
5016
4933
|
<attr format="reference" name="selectableItemBackground"/>
|
|
5017
|
-
|
|
4934
|
+
|
|
5018
4935
|
<attr format="reference" name="selectableItemBackgroundBorderless"/>
|
|
5019
|
-
|
|
4936
|
+
|
|
5020
4937
|
<attr format="reference" name="borderlessButtonStyle"/>
|
|
5021
|
-
|
|
4938
|
+
|
|
5022
4939
|
<attr format="reference" name="dividerVertical"/>
|
|
5023
|
-
|
|
4940
|
+
|
|
5024
4941
|
<attr format="reference" name="dividerHorizontal"/>
|
|
5025
|
-
|
|
4942
|
+
|
|
5026
4943
|
<attr format="reference" name="activityChooserViewStyle"/>
|
|
5027
4944
|
|
|
5028
|
-
|
|
4945
|
+
|
|
5029
4946
|
<attr format="reference" name="toolbarStyle"/>
|
|
5030
|
-
|
|
4947
|
+
|
|
5031
4948
|
<attr format="reference" name="toolbarNavigationButtonStyle"/>
|
|
5032
4949
|
|
|
5033
|
-
|
|
4950
|
+
|
|
5034
4951
|
<attr format="reference" name="popupMenuStyle"/>
|
|
5035
|
-
|
|
4952
|
+
|
|
5036
4953
|
<attr format="reference" name="popupWindowStyle"/>
|
|
5037
4954
|
|
|
5038
|
-
|
|
4955
|
+
|
|
5039
4956
|
<attr format="reference|color" name="editTextColor"/>
|
|
5040
|
-
|
|
4957
|
+
|
|
5041
4958
|
<attr format="reference" name="editTextBackground"/>
|
|
5042
4959
|
|
|
5043
|
-
|
|
4960
|
+
|
|
5044
4961
|
<attr format="reference" name="imageButtonStyle"/>
|
|
5045
4962
|
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
4963
|
+
|
|
4964
|
+
|
|
4965
|
+
|
|
5049
4966
|
<eat-comment/>
|
|
5050
|
-
|
|
4967
|
+
|
|
5051
4968
|
<attr format="reference" name="textAppearanceSearchResultTitle"/>
|
|
5052
|
-
|
|
4969
|
+
|
|
5053
4970
|
<attr format="reference" name="textAppearanceSearchResultSubtitle"/>
|
|
5054
|
-
|
|
4971
|
+
|
|
5055
4972
|
<attr format="reference|color" name="textColorSearchUrl"/>
|
|
5056
|
-
|
|
4973
|
+
|
|
5057
4974
|
<attr format="reference" name="searchViewStyle"/>
|
|
5058
4975
|
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
4976
|
+
|
|
4977
|
+
|
|
4978
|
+
|
|
5062
4979
|
<eat-comment/>
|
|
5063
4980
|
|
|
5064
|
-
|
|
4981
|
+
|
|
5065
4982
|
<attr format="dimension" name="listPreferredItemHeight"/>
|
|
5066
|
-
|
|
4983
|
+
|
|
5067
4984
|
<attr format="dimension" name="listPreferredItemHeightSmall"/>
|
|
5068
|
-
|
|
4985
|
+
|
|
5069
4986
|
<attr format="dimension" name="listPreferredItemHeightLarge"/>
|
|
5070
4987
|
|
|
5071
|
-
|
|
4988
|
+
|
|
5072
4989
|
<attr format="dimension" name="listPreferredItemPaddingLeft"/>
|
|
5073
|
-
|
|
4990
|
+
|
|
5074
4991
|
<attr format="dimension" name="listPreferredItemPaddingRight"/>
|
|
5075
4992
|
|
|
5076
|
-
|
|
4993
|
+
|
|
5077
4994
|
<attr format="dimension" name="listPreferredItemPaddingStart"/>
|
|
5078
|
-
|
|
4995
|
+
|
|
5079
4996
|
<attr format="dimension" name="listPreferredItemPaddingEnd"/>
|
|
5080
4997
|
|
|
5081
|
-
|
|
4998
|
+
|
|
5082
4999
|
<attr format="reference" name="dropDownListViewStyle"/>
|
|
5083
5000
|
<attr format="reference" name="listPopupWindowStyle"/>
|
|
5084
5001
|
|
|
5085
|
-
|
|
5002
|
+
|
|
5086
5003
|
<attr format="reference" name="textAppearanceListItem"/>
|
|
5087
|
-
|
|
5004
|
+
|
|
5088
5005
|
<attr format="reference" name="textAppearanceListItemSecondary"/>
|
|
5089
|
-
|
|
5006
|
+
|
|
5090
5007
|
<attr format="reference" name="textAppearanceListItemSmall"/>
|
|
5091
5008
|
|
|
5092
|
-
|
|
5093
|
-
|
|
5094
|
-
|
|
5009
|
+
|
|
5010
|
+
|
|
5011
|
+
|
|
5095
5012
|
<eat-comment/>
|
|
5096
5013
|
|
|
5097
|
-
|
|
5014
|
+
|
|
5098
5015
|
<attr format="reference" name="panelBackground"/>
|
|
5099
|
-
|
|
5016
|
+
|
|
5100
5017
|
<attr format="dimension" name="panelMenuListWidth"/>
|
|
5101
|
-
|
|
5018
|
+
|
|
5102
5019
|
<attr format="reference" name="panelMenuListTheme"/>
|
|
5103
|
-
|
|
5020
|
+
|
|
5104
5021
|
<attr format="reference" name="listChoiceBackgroundIndicator"/>
|
|
5105
5022
|
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5023
|
+
|
|
5024
|
+
|
|
5025
|
+
|
|
5109
5026
|
<eat-comment/>
|
|
5110
5027
|
|
|
5111
|
-
|
|
5112
|
-
action bar background. -->
|
|
5028
|
+
|
|
5113
5029
|
<attr format="color" name="colorPrimary"/>
|
|
5114
5030
|
|
|
5115
|
-
|
|
5116
|
-
the status bar (via statusBarColor) and navigation bar (via navigationBarColor). -->
|
|
5031
|
+
|
|
5117
5032
|
<attr format="color" name="colorPrimaryDark"/>
|
|
5118
5033
|
|
|
5119
|
-
|
|
5120
|
-
to framework controls (via colorControlActivated). -->
|
|
5034
|
+
|
|
5121
5035
|
<attr format="color" name="colorAccent"/>
|
|
5122
5036
|
|
|
5123
|
-
|
|
5037
|
+
|
|
5124
5038
|
<attr format="color" name="colorControlNormal"/>
|
|
5125
5039
|
|
|
5126
|
-
|
|
5040
|
+
|
|
5127
5041
|
<attr format="color" name="colorControlActivated"/>
|
|
5128
5042
|
|
|
5129
|
-
|
|
5043
|
+
|
|
5130
5044
|
<attr format="color" name="colorControlHighlight"/>
|
|
5131
5045
|
|
|
5132
|
-
|
|
5046
|
+
|
|
5133
5047
|
<attr format="color" name="colorButtonNormal"/>
|
|
5134
5048
|
|
|
5135
|
-
|
|
5049
|
+
|
|
5136
5050
|
<attr format="color" name="colorSwitchThumbNormal"/>
|
|
5137
5051
|
|
|
5138
|
-
|
|
5052
|
+
|
|
5139
5053
|
<attr format="reference" name="controlBackground"/>
|
|
5140
5054
|
|
|
5141
|
-
|
|
5055
|
+
|
|
5142
5056
|
<attr format="color" name="colorBackgroundFloating"/>
|
|
5143
5057
|
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5058
|
+
|
|
5059
|
+
|
|
5060
|
+
|
|
5147
5061
|
<eat-comment/>
|
|
5148
5062
|
<attr format="reference" name="alertDialogStyle"/>
|
|
5149
5063
|
<attr format="reference" name="alertDialogButtonGroupStyle"/>
|
|
5150
5064
|
<attr format="boolean" name="alertDialogCenterButtons"/>
|
|
5151
|
-
|
|
5065
|
+
|
|
5152
5066
|
<attr format="reference" name="alertDialogTheme"/>
|
|
5153
5067
|
|
|
5154
|
-
|
|
5068
|
+
|
|
5155
5069
|
<attr format="reference|color" name="textColorAlertDialogListItem"/>
|
|
5156
5070
|
|
|
5157
|
-
|
|
5071
|
+
|
|
5158
5072
|
<attr format="reference" name="buttonBarPositiveButtonStyle"/>
|
|
5159
5073
|
|
|
5160
|
-
|
|
5074
|
+
|
|
5161
5075
|
<attr format="reference" name="buttonBarNegativeButtonStyle"/>
|
|
5162
5076
|
|
|
5163
|
-
|
|
5077
|
+
|
|
5164
5078
|
<attr format="reference" name="buttonBarNeutralButtonStyle"/>
|
|
5165
5079
|
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5080
|
+
|
|
5081
|
+
|
|
5082
|
+
|
|
5169
5083
|
<eat-comment/>
|
|
5170
5084
|
|
|
5171
|
-
|
|
5085
|
+
|
|
5172
5086
|
<attr format="reference" name="autoCompleteTextViewStyle"/>
|
|
5173
|
-
|
|
5087
|
+
|
|
5174
5088
|
<attr format="reference" name="buttonStyle"/>
|
|
5175
|
-
|
|
5089
|
+
|
|
5176
5090
|
<attr format="reference" name="buttonStyleSmall"/>
|
|
5177
|
-
|
|
5091
|
+
|
|
5178
5092
|
<attr format="reference" name="checkboxStyle"/>
|
|
5179
|
-
|
|
5093
|
+
|
|
5180
5094
|
<attr format="reference" name="checkedTextViewStyle"/>
|
|
5181
|
-
|
|
5095
|
+
|
|
5182
5096
|
<attr format="reference" name="editTextStyle"/>
|
|
5183
|
-
|
|
5097
|
+
|
|
5184
5098
|
<attr format="reference" name="radioButtonStyle"/>
|
|
5185
|
-
|
|
5099
|
+
|
|
5186
5100
|
<attr format="reference" name="ratingBarStyle"/>
|
|
5187
|
-
|
|
5101
|
+
|
|
5188
5102
|
<attr format="reference" name="ratingBarStyleIndicator"/>
|
|
5189
|
-
|
|
5103
|
+
|
|
5190
5104
|
<attr format="reference" name="ratingBarStyleSmall"/>
|
|
5191
|
-
|
|
5105
|
+
|
|
5192
5106
|
<attr format="reference" name="seekBarStyle"/>
|
|
5193
|
-
|
|
5107
|
+
|
|
5194
5108
|
<attr format="reference" name="spinnerStyle"/>
|
|
5195
|
-
|
|
5109
|
+
|
|
5196
5110
|
<attr format="reference" name="switchStyle"/>
|
|
5197
5111
|
|
|
5198
|
-
|
|
5112
|
+
|
|
5199
5113
|
<attr format="reference" name="listMenuViewStyle"/>
|
|
5200
5114
|
|
|
5201
|
-
|
|
5202
|
-
|
|
5203
|
-
|
|
5115
|
+
|
|
5116
|
+
|
|
5117
|
+
|
|
5204
5118
|
<eat-comment/>
|
|
5205
5119
|
|
|
5206
|
-
|
|
5120
|
+
|
|
5207
5121
|
<attr format="reference" name="tooltipFrameBackground"/>
|
|
5208
|
-
|
|
5122
|
+
|
|
5209
5123
|
<attr format="reference|color" name="tooltipForegroundColor"/>
|
|
5210
5124
|
|
|
5211
|
-
|
|
5212
|
-
the user's attention. -->
|
|
5125
|
+
|
|
5213
5126
|
<attr format="reference|color" name="colorError"/>
|
|
5214
5127
|
|
|
5215
5128
|
<attr format="string" name="viewInflaterClass"/>
|
|
5216
5129
|
|
|
5217
|
-
|
|
5218
|
-
|
|
5219
|
-
|
|
5130
|
+
|
|
5131
|
+
|
|
5132
|
+
|
|
5220
5133
|
<eat-comment/>
|
|
5221
5134
|
|
|
5222
|
-
|
|
5135
|
+
|
|
5223
5136
|
<attr format="reference" name="listChoiceIndicatorSingleAnimated"/>
|
|
5224
|
-
|
|
5137
|
+
|
|
5225
5138
|
<attr format="reference" name="listChoiceIndicatorMultipleAnimated"/>
|
|
5226
5139
|
|
|
5227
5140
|
</declare-styleable>
|
|
5228
5141
|
<declare-styleable name="Autofill.InlineSuggestion">
|
|
5229
|
-
|
|
5142
|
+
|
|
5230
5143
|
<attr format="boolean" name="isAutofillInlineSuggestionTheme"/>
|
|
5231
|
-
|
|
5144
|
+
|
|
5232
5145
|
<attr format="reference" name="autofillInlineSuggestionChip"/>
|
|
5233
|
-
|
|
5146
|
+
|
|
5234
5147
|
<attr format="reference" name="autofillInlineSuggestionStartIconStyle"/>
|
|
5235
|
-
|
|
5148
|
+
|
|
5236
5149
|
<attr format="reference" name="autofillInlineSuggestionTitle"/>
|
|
5237
|
-
|
|
5150
|
+
|
|
5238
5151
|
<attr format="reference" name="autofillInlineSuggestionSubtitle"/>
|
|
5239
|
-
|
|
5152
|
+
|
|
5240
5153
|
<attr format="reference" name="autofillInlineSuggestionEndIconStyle"/>
|
|
5241
5154
|
</declare-styleable>
|
|
5242
5155
|
<declare-styleable name="Badge">
|
|
@@ -5256,42 +5169,39 @@
|
|
|
5256
5169
|
</attr>
|
|
5257
5170
|
</declare-styleable>
|
|
5258
5171
|
<declare-styleable name="BottomAppBar">
|
|
5259
|
-
|
|
5172
|
+
|
|
5260
5173
|
<attr name="backgroundTint"/>
|
|
5261
|
-
|
|
5174
|
+
|
|
5262
5175
|
<attr name="elevation"/>
|
|
5263
|
-
|
|
5176
|
+
|
|
5264
5177
|
<attr name="fabAlignmentMode">
|
|
5265
5178
|
<!-- Mode that aligns the fab to the center. -->
|
|
5266
5179
|
<enum name="center" value="0"/>
|
|
5267
5180
|
<!-- Mode that aligns the fab to the end. -->
|
|
5268
5181
|
<enum name="end" value="1"/>
|
|
5269
5182
|
</attr>
|
|
5270
|
-
|
|
5183
|
+
|
|
5271
5184
|
<attr name="fabAnimationMode">
|
|
5272
5185
|
<!-- Mode that scales the fab down to a point, moves it, then scales the fab back to its normal size. -->
|
|
5273
5186
|
<enum name="scale" value="0"/>
|
|
5274
5187
|
<!-- Mode that slides the fab from one alignment mode to the next. -->
|
|
5275
5188
|
<enum name="slide" value="1"/>
|
|
5276
5189
|
</attr>
|
|
5277
|
-
|
|
5190
|
+
|
|
5278
5191
|
<attr format="dimension" name="fabCradleMargin"/>
|
|
5279
|
-
|
|
5192
|
+
|
|
5280
5193
|
<attr format="dimension" name="fabCradleRoundedCornerRadius"/>
|
|
5281
|
-
|
|
5194
|
+
|
|
5282
5195
|
<attr format="dimension" name="fabCradleVerticalOffset"/>
|
|
5283
|
-
|
|
5196
|
+
|
|
5284
5197
|
<attr format="boolean" name="hideOnScroll"/>
|
|
5285
5198
|
</declare-styleable>
|
|
5286
5199
|
<declare-styleable name="BottomNavigationView">
|
|
5287
|
-
|
|
5200
|
+
|
|
5288
5201
|
<attr name="backgroundTint"/>
|
|
5289
|
-
|
|
5290
|
-
navigation package. -->
|
|
5202
|
+
|
|
5291
5203
|
<attr name="menu"/>
|
|
5292
|
-
|
|
5293
|
-
selected state. Can also be "auto", which uses the item count to determine whether to show
|
|
5294
|
-
or hide the label. -->
|
|
5204
|
+
|
|
5295
5205
|
<attr name="labelVisibilityMode">
|
|
5296
5206
|
<!-- Label behaves as "labeled" when there are 3 items or less, or "selected" when there are
|
|
5297
5207
|
4 items or more. -->
|
|
@@ -5303,67 +5213,47 @@
|
|
|
5303
5213
|
<!-- Label is not shown on any navigation items. -->
|
|
5304
5214
|
<enum name="unlabeled" value="2"/>
|
|
5305
5215
|
</attr>
|
|
5306
|
-
|
|
5307
|
-
package. -->
|
|
5216
|
+
|
|
5308
5217
|
<attr name="itemBackground"/>
|
|
5309
|
-
|
|
5310
|
-
ripples in drawable xml based on theme colors is not supported pre-23. This will be ignored
|
|
5311
|
-
if itemBackground is set.-->
|
|
5218
|
+
|
|
5312
5219
|
<attr format="color" name="itemRippleColor"/>
|
|
5313
|
-
|
|
5220
|
+
|
|
5314
5221
|
<attr name="itemIconSize"/>
|
|
5315
|
-
|
|
5316
|
-
package. -->
|
|
5222
|
+
|
|
5317
5223
|
<attr name="itemIconTint"/>
|
|
5318
|
-
|
|
5319
|
-
android:textColor in itemTextAppearanceInactive will take precedence over android:textColor
|
|
5320
|
-
in itemTextAppearanceActive. Instead, set itemTextColor with a ColorStateList to make
|
|
5321
|
-
the text color stateful. -->
|
|
5224
|
+
|
|
5322
5225
|
<attr format="reference" name="itemTextAppearanceInactive"/>
|
|
5323
|
-
|
|
5324
|
-
android:textColor in itemTextAppearanceActive. Instead, set itemTextColor to a
|
|
5325
|
-
ColorStateList to make the text color stateful. -->
|
|
5226
|
+
|
|
5326
5227
|
<attr format="reference" name="itemTextAppearanceActive"/>
|
|
5327
|
-
|
|
5328
|
-
precedence over android:textColor in itemTextAppearanceInactive or
|
|
5329
|
-
itemTextAppearanceActive. Attribute type definition is in navigation package. -->
|
|
5228
|
+
|
|
5330
5229
|
<attr name="itemTextColor"/>
|
|
5331
|
-
|
|
5230
|
+
|
|
5332
5231
|
<attr format="boolean" name="itemHorizontalTranslationEnabled"/>
|
|
5333
5232
|
<attr name="elevation"/>
|
|
5334
5233
|
</declare-styleable>
|
|
5335
5234
|
<declare-styleable name="BottomSheetBehavior_Layout">
|
|
5336
|
-
|
|
5235
|
+
|
|
5337
5236
|
<attr format="dimension" name="behavior_peekHeight">
|
|
5338
5237
|
<!-- Peek at the 16:9 ratio keyline of its parent -->
|
|
5339
5238
|
<enum name="auto" value="-1"/>
|
|
5340
5239
|
</attr>
|
|
5341
|
-
|
|
5240
|
+
|
|
5342
5241
|
<attr format="boolean" name="behavior_hideable"/>
|
|
5343
|
-
|
|
5242
|
+
|
|
5344
5243
|
<attr format="boolean" name="behavior_skipCollapsed"/>
|
|
5345
|
-
|
|
5244
|
+
|
|
5346
5245
|
<attr format="boolean" name="behavior_fitToContents"/>
|
|
5347
|
-
|
|
5348
|
-
fitToContents is false. Defaults to true half, 0.5, if not explicitly set. Ratio must be a
|
|
5349
|
-
float value between 0 and 1 and produce a half-expanded state height larger than the
|
|
5350
|
-
peek height for the half-expanded state to be operational -->
|
|
5246
|
+
|
|
5351
5247
|
<attr format="reference|float" name="behavior_halfExpandedRatio"/>
|
|
5352
|
-
|
|
5353
|
-
The default value is 0, which results in the sheet matching the parent's top. -->
|
|
5248
|
+
|
|
5354
5249
|
<attr format="reference|integer" name="behavior_expandedOffset"/>
|
|
5355
|
-
|
|
5356
|
-
package. -->
|
|
5250
|
+
|
|
5357
5251
|
<attr name="shapeAppearance"/>
|
|
5358
|
-
|
|
5359
|
-
declared in the shapeAppearance. Attribute declaration is in the shape package. -->
|
|
5252
|
+
|
|
5360
5253
|
<attr name="shapeAppearanceOverlay"/>
|
|
5361
|
-
|
|
5362
|
-
enabled. Accepts a ColorStateList or ColorInt. If shape theming is not enabled,
|
|
5363
|
-
android:background should instead be utilized to set the background resource. -->
|
|
5254
|
+
|
|
5364
5255
|
<attr name="backgroundTint"/>
|
|
5365
|
-
|
|
5366
|
-
usage: app:behavior_saveFlags=”hideable|skipCollapsed” -->
|
|
5256
|
+
|
|
5367
5257
|
<attr name="behavior_saveFlags">
|
|
5368
5258
|
<!-- This flag will preserve the peekHeight on configuration change. -->
|
|
5369
5259
|
<flag name="peekHeight" value="0x1"/>
|
|
@@ -5384,215 +5274,220 @@
|
|
|
5384
5274
|
|
|
5385
5275
|
</declare-styleable>
|
|
5386
5276
|
<declare-styleable name="ButtonBarLayout">
|
|
5387
|
-
|
|
5388
|
-
enough space to lay them out side-by-side. -->
|
|
5277
|
+
|
|
5389
5278
|
<attr format="boolean" name="allowStacking"/>
|
|
5390
5279
|
</declare-styleable>
|
|
5391
5280
|
<declare-styleable name="Capability">
|
|
5392
|
-
|
|
5281
|
+
|
|
5393
5282
|
<attr format="reference" name="queryPatterns"/>
|
|
5394
|
-
|
|
5395
|
-
shortcut id and not an arbitrary string. -->
|
|
5283
|
+
|
|
5396
5284
|
<attr format="boolean" name="shortcutMatchRequired"/>
|
|
5397
5285
|
</declare-styleable>
|
|
5398
5286
|
<declare-styleable name="CardView">
|
|
5399
|
-
|
|
5287
|
+
|
|
5400
5288
|
<attr format="color" name="cardBackgroundColor"/>
|
|
5401
|
-
|
|
5289
|
+
|
|
5402
5290
|
<attr format="dimension" name="cardCornerRadius"/>
|
|
5403
|
-
|
|
5291
|
+
|
|
5404
5292
|
<attr format="dimension" name="cardElevation"/>
|
|
5405
|
-
|
|
5293
|
+
|
|
5406
5294
|
<attr format="dimension" name="cardMaxElevation"/>
|
|
5407
|
-
|
|
5295
|
+
|
|
5408
5296
|
<attr format="boolean" name="cardUseCompatPadding"/>
|
|
5409
|
-
|
|
5297
|
+
|
|
5410
5298
|
<attr format="boolean" name="cardPreventCornerOverlap"/>
|
|
5411
|
-
|
|
5299
|
+
|
|
5412
5300
|
<attr format="dimension" name="contentPadding"/>
|
|
5413
|
-
|
|
5301
|
+
|
|
5414
5302
|
<attr format="dimension" name="contentPaddingLeft"/>
|
|
5415
|
-
|
|
5303
|
+
|
|
5416
5304
|
<attr format="dimension" name="contentPaddingRight"/>
|
|
5417
|
-
|
|
5305
|
+
|
|
5418
5306
|
<attr format="dimension" name="contentPaddingTop"/>
|
|
5419
|
-
|
|
5307
|
+
|
|
5420
5308
|
<attr format="dimension" name="contentPaddingBottom"/>
|
|
5421
|
-
|
|
5309
|
+
|
|
5422
5310
|
<attr name="android:minWidth"/>
|
|
5423
|
-
|
|
5311
|
+
|
|
5424
5312
|
<attr name="android:minHeight"/>
|
|
5425
5313
|
</declare-styleable>
|
|
5314
|
+
<declare-styleable name="CheckedTextView">
|
|
5315
|
+
<attr name="android:checkMark"/>
|
|
5316
|
+
|
|
5317
|
+
<attr format="reference" name="checkMarkCompat"/>
|
|
5318
|
+
|
|
5319
|
+
<attr format="color" name="checkMarkTint"/>
|
|
5320
|
+
|
|
5321
|
+
|
|
5322
|
+
<attr name="checkMarkTintMode">
|
|
5323
|
+
<!-- The tint is drawn on top of the drawable.
|
|
5324
|
+
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
5325
|
+
<enum name="src_over" value="3"/>
|
|
5326
|
+
<!-- The tint is masked by the alpha channel of the drawable. The drawable’s
|
|
5327
|
+
color channels are thrown out. [Sa * Da, Sc * Da] -->
|
|
5328
|
+
<enum name="src_in" value="5"/>
|
|
5329
|
+
<!-- The tint is drawn above the drawable, but with the drawable’s alpha
|
|
5330
|
+
channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] -->
|
|
5331
|
+
<enum name="src_atop" value="9"/>
|
|
5332
|
+
<!-- Multiplies the color and alpha channels of the drawable with those of
|
|
5333
|
+
the tint. [Sa * Da, Sc * Dc] -->
|
|
5334
|
+
<enum name="multiply" value="14"/>
|
|
5335
|
+
<!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
|
|
5336
|
+
<enum name="screen" value="15"/>
|
|
5337
|
+
<!-- Combines the tint and icon color and alpha channels, clamping the
|
|
5338
|
+
result to valid color values. Saturate(S + D) -->
|
|
5339
|
+
<enum name="add" value="16"/>
|
|
5340
|
+
</attr>
|
|
5341
|
+
</declare-styleable>
|
|
5426
5342
|
<declare-styleable name="Chip">
|
|
5427
|
-
|
|
5343
|
+
|
|
5428
5344
|
<attr format="color" name="chipSurfaceColor"/>
|
|
5429
|
-
|
|
5345
|
+
|
|
5430
5346
|
<attr format="color" name="chipBackgroundColor"/>
|
|
5431
|
-
|
|
5347
|
+
|
|
5432
5348
|
<attr format="dimension" name="chipMinHeight"/>
|
|
5433
|
-
|
|
5349
|
+
|
|
5434
5350
|
<attr format="dimension" name="chipCornerRadius"/>
|
|
5435
|
-
|
|
5351
|
+
|
|
5436
5352
|
<attr format="color" name="chipStrokeColor"/>
|
|
5437
|
-
|
|
5353
|
+
|
|
5438
5354
|
<attr format="dimension" name="chipStrokeWidth"/>
|
|
5439
|
-
|
|
5355
|
+
|
|
5440
5356
|
<attr name="rippleColor"/>
|
|
5441
|
-
|
|
5357
|
+
|
|
5442
5358
|
<attr format="dimension" name="chipMinTouchTargetSize"/>
|
|
5443
|
-
|
|
5359
|
+
|
|
5444
5360
|
<attr name="ensureMinTouchTargetSize"/>
|
|
5445
5361
|
|
|
5446
|
-
|
|
5362
|
+
|
|
5447
5363
|
<attr name="android:text"/>
|
|
5448
|
-
|
|
5364
|
+
|
|
5449
5365
|
<attr name="android:textColor"/>
|
|
5450
|
-
|
|
5366
|
+
|
|
5451
5367
|
<attr name="android:textAppearance"/>
|
|
5452
|
-
|
|
5453
|
-
truncated at the end. -->
|
|
5368
|
+
|
|
5454
5369
|
<attr name="android:ellipsize"/>
|
|
5455
|
-
|
|
5370
|
+
|
|
5456
5371
|
<attr name="android:maxWidth"/>
|
|
5457
5372
|
|
|
5458
|
-
|
|
5373
|
+
|
|
5459
5374
|
<attr format="boolean" name="chipIconVisible"/>
|
|
5460
|
-
|
|
5375
|
+
|
|
5461
5376
|
<attr format="boolean" name="chipIconEnabled"/>
|
|
5462
|
-
|
|
5377
|
+
|
|
5463
5378
|
<attr format="reference" name="chipIcon"/>
|
|
5464
|
-
|
|
5379
|
+
|
|
5465
5380
|
<attr format="color" name="chipIconTint"/>
|
|
5466
|
-
|
|
5381
|
+
|
|
5467
5382
|
<attr format="dimension" name="chipIconSize"/>
|
|
5468
5383
|
|
|
5469
|
-
|
|
5384
|
+
|
|
5470
5385
|
<attr format="boolean" name="closeIconVisible"/>
|
|
5471
|
-
|
|
5386
|
+
|
|
5472
5387
|
<attr format="boolean" name="closeIconEnabled"/>
|
|
5473
|
-
|
|
5388
|
+
|
|
5474
5389
|
<attr format="reference" name="closeIcon"/>
|
|
5475
|
-
|
|
5390
|
+
|
|
5476
5391
|
<attr format="color" name="closeIconTint"/>
|
|
5477
|
-
|
|
5392
|
+
|
|
5478
5393
|
<attr format="dimension" name="closeIconSize"/>
|
|
5479
5394
|
|
|
5480
|
-
|
|
5395
|
+
|
|
5481
5396
|
<attr name="android:checkable"/>
|
|
5482
|
-
|
|
5397
|
+
|
|
5483
5398
|
<attr format="boolean" name="checkedIconVisible"/>
|
|
5484
|
-
|
|
5399
|
+
|
|
5485
5400
|
<attr format="boolean" name="checkedIconEnabled"/>
|
|
5486
|
-
|
|
5401
|
+
|
|
5487
5402
|
<attr name="checkedIcon"/>
|
|
5488
5403
|
|
|
5489
|
-
|
|
5404
|
+
|
|
5490
5405
|
<attr name="showMotionSpec"/>
|
|
5491
|
-
|
|
5406
|
+
|
|
5492
5407
|
<attr name="hideMotionSpec"/>
|
|
5493
5408
|
|
|
5494
|
-
|
|
5495
|
-
package. -->
|
|
5409
|
+
|
|
5496
5410
|
<attr name="shapeAppearance"/>
|
|
5497
|
-
|
|
5498
|
-
declared in the shapeAppearance. Attribute declaration is in the Shape package. -->
|
|
5411
|
+
|
|
5499
5412
|
<attr name="shapeAppearanceOverlay"/>
|
|
5500
5413
|
|
|
5501
|
-
|
|
5414
|
+
|
|
5502
5415
|
|
|
5503
|
-
|
|
5416
|
+
|
|
5504
5417
|
|
|
5505
|
-
|
|
5418
|
+
|
|
5506
5419
|
<attr format="dimension" name="chipStartPadding"/>
|
|
5507
|
-
|
|
5420
|
+
|
|
5508
5421
|
<attr format="dimension" name="iconStartPadding"/>
|
|
5509
5422
|
|
|
5510
|
-
|
|
5423
|
+
|
|
5511
5424
|
|
|
5512
|
-
|
|
5425
|
+
|
|
5513
5426
|
<attr format="dimension" name="iconEndPadding"/>
|
|
5514
|
-
|
|
5427
|
+
|
|
5515
5428
|
<attr format="dimension" name="textStartPadding"/>
|
|
5516
5429
|
|
|
5517
|
-
|
|
5430
|
+
|
|
5518
5431
|
|
|
5519
|
-
|
|
5432
|
+
|
|
5520
5433
|
<attr format="dimension" name="textEndPadding"/>
|
|
5521
|
-
|
|
5434
|
+
|
|
5522
5435
|
<attr format="dimension" name="closeIconStartPadding"/>
|
|
5523
5436
|
|
|
5524
|
-
|
|
5437
|
+
|
|
5525
5438
|
|
|
5526
|
-
|
|
5439
|
+
|
|
5527
5440
|
<attr format="dimension" name="closeIconEndPadding"/>
|
|
5528
|
-
|
|
5441
|
+
|
|
5529
5442
|
<attr format="dimension" name="chipEndPadding"/>
|
|
5530
5443
|
|
|
5531
|
-
|
|
5444
|
+
|
|
5532
5445
|
</declare-styleable>
|
|
5533
5446
|
<declare-styleable name="ChipGroup">
|
|
5534
5447
|
|
|
5535
|
-
|
|
5448
|
+
|
|
5536
5449
|
<attr format="dimension" name="chipSpacing"/>
|
|
5537
|
-
|
|
5450
|
+
|
|
5538
5451
|
<attr format="dimension" name="chipSpacingHorizontal"/>
|
|
5539
|
-
|
|
5452
|
+
|
|
5540
5453
|
<attr format="dimension" name="chipSpacingVertical"/>
|
|
5541
5454
|
|
|
5542
|
-
|
|
5543
|
-
and the chips in this group will reflow to multiple lines.
|
|
5544
|
-
|
|
5545
|
-
If you set this to true, you'll usually want to wrap this ChipGroup in a
|
|
5546
|
-
HorizontalScrollView. -->
|
|
5455
|
+
|
|
5547
5456
|
<attr format="boolean" name="singleLine"/>
|
|
5548
5457
|
|
|
5549
|
-
|
|
5550
|
-
this is false and multiple chips in this group are allowed to be checked at once. -->
|
|
5458
|
+
|
|
5551
5459
|
<attr name="singleSelection"/>
|
|
5552
|
-
|
|
5460
|
+
|
|
5553
5461
|
<attr format="reference" name="checkedChip"/>
|
|
5554
5462
|
|
|
5555
5463
|
</declare-styleable>
|
|
5556
5464
|
<declare-styleable name="CollapsingToolbarLayout">
|
|
5557
|
-
|
|
5558
|
-
sides of the the expanded title text. Margin values should be positive. -->
|
|
5465
|
+
|
|
5559
5466
|
<attr format="dimension" name="expandedTitleMargin"/>
|
|
5560
|
-
|
|
5561
|
-
Margin values should be positive. -->
|
|
5467
|
+
|
|
5562
5468
|
<attr format="dimension" name="expandedTitleMarginStart"/>
|
|
5563
|
-
|
|
5564
|
-
Margin values should be positive. -->
|
|
5469
|
+
|
|
5565
5470
|
<attr format="dimension" name="expandedTitleMarginTop"/>
|
|
5566
|
-
|
|
5567
|
-
Margin values should be positive. -->
|
|
5471
|
+
|
|
5568
5472
|
<attr format="dimension" name="expandedTitleMarginEnd"/>
|
|
5569
|
-
|
|
5570
|
-
Margin values should be positive. -->
|
|
5473
|
+
|
|
5571
5474
|
<attr format="dimension" name="expandedTitleMarginBottom"/>
|
|
5572
|
-
|
|
5573
|
-
'expanded' -->
|
|
5475
|
+
|
|
5574
5476
|
<attr format="reference" name="expandedTitleTextAppearance"/>
|
|
5575
|
-
|
|
5576
|
-
'collapsed' -->
|
|
5477
|
+
|
|
5577
5478
|
<attr format="reference" name="collapsedTitleTextAppearance"/>
|
|
5578
|
-
|
|
5579
|
-
it has been scrolled sufficiently off screen. -->
|
|
5479
|
+
|
|
5580
5480
|
<attr format="color" name="contentScrim"/>
|
|
5581
|
-
|
|
5582
|
-
CollapsingToolbarLayout has been scrolled sufficiently off screen. Only works on
|
|
5583
|
-
Lollipop when used together with android:fitSystemWindows="true". -->
|
|
5481
|
+
|
|
5584
5482
|
<attr format="color" name="statusBarScrim"/>
|
|
5585
|
-
|
|
5586
|
-
This Toolbar descendant view does not need to be a direct child of the layout.
|
|
5587
|
-
If you do not set this, the first direct Toolbar child found will be used. -->
|
|
5483
|
+
|
|
5588
5484
|
<attr format="reference" name="toolbarId"/>
|
|
5589
|
-
|
|
5590
|
-
scrim visibility change. -->
|
|
5485
|
+
|
|
5591
5486
|
<attr format="dimension" name="scrimVisibleHeightTrigger"/>
|
|
5592
|
-
|
|
5487
|
+
|
|
5593
5488
|
<attr format="integer" name="scrimAnimationDuration"/>
|
|
5594
5489
|
|
|
5595
|
-
|
|
5490
|
+
|
|
5596
5491
|
<attr name="collapsedTitleGravity">
|
|
5597
5492
|
<!-- Push title to the top of its container, not changing its size. -->
|
|
5598
5493
|
<flag name="top" value="0x30"/>
|
|
@@ -5616,7 +5511,7 @@
|
|
|
5616
5511
|
<flag name="end" value="0x00800005"/>
|
|
5617
5512
|
</attr>
|
|
5618
5513
|
|
|
5619
|
-
|
|
5514
|
+
|
|
5620
5515
|
<attr name="expandedTitleGravity">
|
|
5621
5516
|
<!-- Push title to the top of its container, not changing its size. -->
|
|
5622
5517
|
<flag name="top" value="0x30"/>
|
|
@@ -5640,9 +5535,9 @@
|
|
|
5640
5535
|
<flag name="end" value="0x00800005"/>
|
|
5641
5536
|
</attr>
|
|
5642
5537
|
|
|
5643
|
-
|
|
5538
|
+
|
|
5644
5539
|
<attr format="boolean" name="titleEnabled"/>
|
|
5645
|
-
|
|
5540
|
+
|
|
5646
5541
|
<attr name="title"/>
|
|
5647
5542
|
</declare-styleable>
|
|
5648
5543
|
<declare-styleable name="CollapsingToolbarLayout_Layout">
|
|
@@ -5656,25 +5551,27 @@
|
|
|
5656
5551
|
<enum name="parallax" value="2"/>
|
|
5657
5552
|
</attr>
|
|
5658
5553
|
|
|
5659
|
-
|
|
5660
|
-
be between 0.0 and 1.0. -->
|
|
5554
|
+
|
|
5661
5555
|
<attr format="float" name="layout_collapseParallaxMultiplier"/>
|
|
5662
5556
|
</declare-styleable>
|
|
5663
5557
|
<declare-styleable name="ColorStateListItem">
|
|
5664
|
-
|
|
5558
|
+
|
|
5665
5559
|
<attr name="android:color"/>
|
|
5666
|
-
|
|
5560
|
+
|
|
5667
5561
|
<attr format="float" name="alpha"/>
|
|
5668
5562
|
<attr name="android:alpha"/>
|
|
5563
|
+
|
|
5564
|
+
<attr format="float" name="lStar"/>
|
|
5565
|
+
<attr name="android:lStar"/>
|
|
5669
5566
|
</declare-styleable>
|
|
5670
5567
|
<declare-styleable name="CompoundButton">
|
|
5671
5568
|
<attr name="android:button"/>
|
|
5672
|
-
|
|
5569
|
+
|
|
5673
5570
|
<attr format="reference" name="buttonCompat"/>
|
|
5674
|
-
|
|
5571
|
+
|
|
5675
5572
|
<attr format="color" name="buttonTint"/>
|
|
5676
5573
|
|
|
5677
|
-
|
|
5574
|
+
|
|
5678
5575
|
<attr name="buttonTintMode">
|
|
5679
5576
|
<!-- The tint is drawn on top of the drawable.
|
|
5680
5577
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -5696,29 +5593,21 @@
|
|
|
5696
5593
|
</attr>
|
|
5697
5594
|
</declare-styleable>
|
|
5698
5595
|
<declare-styleable name="CoordinatorLayout">
|
|
5699
|
-
|
|
5700
|
-
locations of horizontal keylines in dp from the starting edge.
|
|
5701
|
-
Child views can refer to these keylines for alignment using
|
|
5702
|
-
layout_keyline="index" where index is a 0-based index into
|
|
5703
|
-
this array. -->
|
|
5596
|
+
|
|
5704
5597
|
<attr format="reference" name="keylines"/>
|
|
5705
|
-
|
|
5598
|
+
|
|
5706
5599
|
<attr format="color|reference" name="statusBarBackground"/>
|
|
5707
5600
|
</declare-styleable>
|
|
5708
5601
|
<declare-styleable name="CoordinatorLayout_Layout">
|
|
5709
5602
|
<attr name="android:layout_gravity"/>
|
|
5710
|
-
|
|
5711
|
-
for this child view. -->
|
|
5603
|
+
|
|
5712
5604
|
<attr format="string" name="layout_behavior"/>
|
|
5713
|
-
|
|
5605
|
+
|
|
5714
5606
|
<attr format="reference" name="layout_anchor"/>
|
|
5715
|
-
|
|
5716
|
-
android:layout_gravity will affect how the view aligns to the
|
|
5717
|
-
specified keyline. -->
|
|
5607
|
+
|
|
5718
5608
|
<attr format="integer" name="layout_keyline"/>
|
|
5719
5609
|
|
|
5720
|
-
|
|
5721
|
-
within its parent's bounds. -->
|
|
5610
|
+
|
|
5722
5611
|
<attr name="layout_anchorGravity">
|
|
5723
5612
|
<!-- Push object to the top of its container, not changing its size. -->
|
|
5724
5613
|
<flag name="top" value="0x30"/>
|
|
@@ -5756,8 +5645,7 @@
|
|
|
5756
5645
|
<flag name="end" value="0x00800005"/>
|
|
5757
5646
|
</attr>
|
|
5758
5647
|
|
|
5759
|
-
|
|
5760
|
-
dodge it. -->
|
|
5648
|
+
|
|
5761
5649
|
<attr format="enum" name="layout_insetEdge">
|
|
5762
5650
|
<!-- Don't inset. -->
|
|
5763
5651
|
<enum name="none" value="0x0"/>
|
|
@@ -5774,7 +5662,7 @@
|
|
|
5774
5662
|
<!-- Inset the end edge. -->
|
|
5775
5663
|
<enum name="end" value="0x00800005"/>
|
|
5776
5664
|
</attr>
|
|
5777
|
-
|
|
5665
|
+
|
|
5778
5666
|
<attr name="layout_dodgeInsetEdges">
|
|
5779
5667
|
<!-- Don't dodge any edges -->
|
|
5780
5668
|
<flag name="none" value="0x0"/>
|
|
@@ -5795,50 +5683,50 @@
|
|
|
5795
5683
|
</attr>
|
|
5796
5684
|
</declare-styleable>
|
|
5797
5685
|
<declare-styleable name="DrawerArrowToggle">
|
|
5798
|
-
|
|
5686
|
+
|
|
5799
5687
|
<attr format="color" name="color"/>
|
|
5800
|
-
|
|
5688
|
+
|
|
5801
5689
|
<attr format="boolean" name="spinBars"/>
|
|
5802
|
-
|
|
5690
|
+
|
|
5803
5691
|
<attr format="dimension" name="drawableSize"/>
|
|
5804
|
-
|
|
5692
|
+
|
|
5805
5693
|
<attr format="dimension" name="gapBetweenBars"/>
|
|
5806
|
-
|
|
5694
|
+
|
|
5807
5695
|
<attr format="dimension" name="arrowHeadLength"/>
|
|
5808
|
-
|
|
5696
|
+
|
|
5809
5697
|
<attr format="dimension" name="arrowShaftLength"/>
|
|
5810
|
-
|
|
5698
|
+
|
|
5811
5699
|
<attr format="dimension" name="barLength"/>
|
|
5812
|
-
|
|
5700
|
+
|
|
5813
5701
|
<attr format="dimension" name="thickness"/>
|
|
5814
5702
|
</declare-styleable>
|
|
5815
5703
|
<declare-styleable name="ExtendedFloatingActionButton">
|
|
5816
|
-
|
|
5704
|
+
|
|
5817
5705
|
<attr name="elevation"/>
|
|
5818
|
-
|
|
5706
|
+
|
|
5819
5707
|
<attr name="showMotionSpec"/>
|
|
5820
|
-
|
|
5708
|
+
|
|
5821
5709
|
<attr name="hideMotionSpec"/>
|
|
5822
|
-
|
|
5710
|
+
|
|
5823
5711
|
<attr format="reference" name="extendMotionSpec"/>
|
|
5824
|
-
|
|
5712
|
+
|
|
5825
5713
|
<attr format="reference" name="shrinkMotionSpec"/>
|
|
5826
5714
|
</declare-styleable>
|
|
5827
5715
|
<declare-styleable name="ExtendedFloatingActionButton_Behavior_Layout">
|
|
5828
|
-
|
|
5716
|
+
|
|
5829
5717
|
<attr name="behavior_autoHide"/>
|
|
5830
|
-
|
|
5718
|
+
|
|
5831
5719
|
<attr format="boolean" name="behavior_autoShrink"/>
|
|
5832
5720
|
</declare-styleable>
|
|
5833
5721
|
<declare-styleable name="FloatingActionButton">
|
|
5834
|
-
|
|
5722
|
+
|
|
5835
5723
|
<attr name="backgroundTint"/>
|
|
5836
5724
|
<attr name="backgroundTintMode"/>
|
|
5837
5725
|
|
|
5838
|
-
|
|
5726
|
+
|
|
5839
5727
|
<attr name="rippleColor"/>
|
|
5840
5728
|
|
|
5841
|
-
|
|
5729
|
+
|
|
5842
5730
|
<attr name="fabSize">
|
|
5843
5731
|
<!-- A size which will change based on the window size. -->
|
|
5844
5732
|
<enum name="auto" value="-1"/>
|
|
@@ -5847,65 +5735,51 @@
|
|
|
5847
5735
|
<!-- The mini sized button. -->
|
|
5848
5736
|
<enum name="mini" value="1"/>
|
|
5849
5737
|
</attr>
|
|
5850
|
-
|
|
5738
|
+
|
|
5851
5739
|
<attr format="dimension" name="fabCustomSize"/>
|
|
5852
|
-
|
|
5740
|
+
|
|
5853
5741
|
<attr name="elevation"/>
|
|
5854
|
-
|
|
5855
|
-
@dimen/mtrl_fab_min_touch_target. -->
|
|
5742
|
+
|
|
5856
5743
|
<attr name="ensureMinTouchTargetSize"/>
|
|
5857
|
-
|
|
5744
|
+
|
|
5858
5745
|
<attr format="dimension" name="hoveredFocusedTranslationZ"/>
|
|
5859
|
-
|
|
5746
|
+
|
|
5860
5747
|
<attr format="dimension" name="pressedTranslationZ"/>
|
|
5861
|
-
|
|
5748
|
+
|
|
5862
5749
|
<attr format="dimension" name="borderWidth"/>
|
|
5863
|
-
|
|
5750
|
+
|
|
5864
5751
|
<attr format="boolean" name="useCompatPadding"/>
|
|
5865
|
-
|
|
5752
|
+
|
|
5866
5753
|
<attr format="dimension" name="maxImageSize"/>
|
|
5867
|
-
|
|
5754
|
+
|
|
5868
5755
|
<attr name="showMotionSpec"/>
|
|
5869
|
-
|
|
5756
|
+
|
|
5870
5757
|
<attr name="hideMotionSpec"/>
|
|
5871
|
-
|
|
5872
|
-
is in the shape package. -->
|
|
5758
|
+
|
|
5873
5759
|
<attr name="shapeAppearance"/>
|
|
5874
|
-
|
|
5760
|
+
|
|
5875
5761
|
<attr name="shapeAppearanceOverlay"/>
|
|
5876
5762
|
</declare-styleable>
|
|
5877
5763
|
<declare-styleable name="FloatingActionButton_Behavior_Layout">
|
|
5878
|
-
|
|
5764
|
+
|
|
5879
5765
|
<attr format="boolean" name="behavior_autoHide"/>
|
|
5880
5766
|
</declare-styleable>
|
|
5881
5767
|
<declare-styleable name="FlowLayout">
|
|
5882
|
-
|
|
5768
|
+
|
|
5883
5769
|
<attr format="dimension" name="itemSpacing"/>
|
|
5884
|
-
|
|
5770
|
+
|
|
5885
5771
|
<attr format="dimension" name="lineSpacing"/>
|
|
5886
5772
|
</declare-styleable>
|
|
5887
5773
|
<declare-styleable name="FontFamily">
|
|
5888
|
-
|
|
5774
|
+
|
|
5889
5775
|
<attr format="string" name="fontProviderAuthority"/>
|
|
5890
|
-
|
|
5891
|
-
the identity of the provider. -->
|
|
5776
|
+
|
|
5892
5777
|
<attr format="string" name="fontProviderPackage"/>
|
|
5893
|
-
|
|
5894
|
-
on the format of this string. -->
|
|
5778
|
+
|
|
5895
5779
|
<attr format="string" name="fontProviderQuery"/>
|
|
5896
|
-
|
|
5897
|
-
used to verify the identity of the provider, and is only required if the provider is not
|
|
5898
|
-
part of the system image. This value may point to one list or a list of lists, where each
|
|
5899
|
-
individual list represents one collection of signature hashes. Refer to your font provider's
|
|
5900
|
-
documentation for these values. -->
|
|
5780
|
+
|
|
5901
5781
|
<attr format="reference" name="fontProviderCerts"/>
|
|
5902
|
-
|
|
5903
|
-
This attribute is ignored when the resource is loaded from code, as it is equivalent to the
|
|
5904
|
-
choice of API between {@link
|
|
5905
|
-
androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
|
|
5906
|
-
{@link
|
|
5907
|
-
androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
|
|
5908
|
-
(async). -->
|
|
5782
|
+
|
|
5909
5783
|
<attr name="fontProviderFetchStrategy">
|
|
5910
5784
|
<!-- The blocking font fetch works as follows.
|
|
5911
5785
|
First, check the local cache, then if the requested font is not cached, request the
|
|
@@ -5920,44 +5794,30 @@
|
|
|
5920
5794
|
fontProviderFetchTimeout will be ignored if async loading is specified. -->
|
|
5921
5795
|
<enum name="async" value="1"/>
|
|
5922
5796
|
</attr>
|
|
5923
|
-
|
|
5797
|
+
|
|
5924
5798
|
<attr format="integer" name="fontProviderFetchTimeout">
|
|
5925
5799
|
<!-- A special value for the timeout. In this case, the blocking font fetching will not
|
|
5926
5800
|
timeout and wait until a reply is received from the font provider. -->
|
|
5927
5801
|
<enum name="forever" value="-1"/>
|
|
5928
5802
|
</attr>
|
|
5929
|
-
|
|
5930
|
-
example if the fontProviderQuery asked for "Sans Serif", it is possible to define
|
|
5931
|
-
fontProviderSystemFontFamily as "sans-serif" to tell the system to use "sans-serif" font
|
|
5932
|
-
family if it exists on the system. -->
|
|
5803
|
+
|
|
5933
5804
|
<attr format="string" name="fontProviderSystemFontFamily"/>
|
|
5934
5805
|
</declare-styleable>
|
|
5935
5806
|
<declare-styleable name="FontFamilyFont">
|
|
5936
|
-
|
|
5937
|
-
the font stack and will override any style information in the font's header tables. If
|
|
5938
|
-
unspecified, the value in the font's header tables will be used. -->
|
|
5807
|
+
|
|
5939
5808
|
<attr name="fontStyle">
|
|
5940
5809
|
<enum name="normal" value="0"/>
|
|
5941
5810
|
<enum name="italic" value="1"/>
|
|
5942
5811
|
</attr>
|
|
5943
|
-
|
|
5944
|
-
and should therefore have an R reference value. E.g. @font/myfont -->
|
|
5812
|
+
|
|
5945
5813
|
<attr format="reference" name="font"/>
|
|
5946
|
-
|
|
5947
|
-
the font stack and will override any weight information in the font's header tables. Must
|
|
5948
|
-
be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
|
|
5949
|
-
common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
|
|
5950
|
-
in the font's header tables will be used. -->
|
|
5814
|
+
|
|
5951
5815
|
<attr format="integer" name="fontWeight"/>
|
|
5952
|
-
|
|
5953
|
-
format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be
|
|
5954
|
-
used, or the font used does not support variation settings, this attribute needs not be
|
|
5955
|
-
specified. -->
|
|
5816
|
+
|
|
5956
5817
|
<attr format="string" name="fontVariationSettings"/>
|
|
5957
|
-
|
|
5958
|
-
tcc format, this attribute needs not be specified. -->
|
|
5818
|
+
|
|
5959
5819
|
<attr format="integer" name="ttcIndex"/>
|
|
5960
|
-
|
|
5820
|
+
|
|
5961
5821
|
<attr name="android:fontStyle"/>
|
|
5962
5822
|
<attr name="android:font"/>
|
|
5963
5823
|
<attr name="android:fontWeight"/>
|
|
@@ -5980,24 +5840,20 @@
|
|
|
5980
5840
|
</declare-styleable>
|
|
5981
5841
|
<declare-styleable name="GenericDraweeHierarchy">
|
|
5982
5842
|
|
|
5983
|
-
|
|
5843
|
+
|
|
5984
5844
|
<eat-comment/>
|
|
5985
5845
|
|
|
5986
|
-
|
|
5846
|
+
|
|
5987
5847
|
<attr format="integer" name="fadeDuration"/>
|
|
5988
5848
|
|
|
5989
|
-
|
|
5849
|
+
|
|
5990
5850
|
<attr format="float" name="viewAspectRatio"/>
|
|
5991
5851
|
|
|
5992
|
-
|
|
5993
|
-
Scale-type values must match those in GenericDraweeHierarchyInflater.getScaleTypeFromXml.
|
|
5994
|
-
(GenericDraweeHierarchyInflater.java).
|
|
5995
|
-
For drawables that should not be scaled, such as those with the android:tileMode
|
|
5996
|
-
attribute set, use the value 'none'. -->
|
|
5852
|
+
|
|
5997
5853
|
|
|
5998
|
-
|
|
5854
|
+
|
|
5999
5855
|
<attr format="reference" name="placeholderImage"/>
|
|
6000
|
-
|
|
5856
|
+
|
|
6001
5857
|
<attr name="placeholderImageScaleType">
|
|
6002
5858
|
<enum name="none" value="-1"/>
|
|
6003
5859
|
<enum name="fitXY" value="0"/>
|
|
@@ -6011,9 +5867,9 @@
|
|
|
6011
5867
|
<enum name="fitBottomStart" value="8"/>
|
|
6012
5868
|
</attr>
|
|
6013
5869
|
|
|
6014
|
-
|
|
5870
|
+
|
|
6015
5871
|
<attr format="reference" name="retryImage"/>
|
|
6016
|
-
|
|
5872
|
+
|
|
6017
5873
|
<attr name="retryImageScaleType">
|
|
6018
5874
|
<enum name="none" value="-1"/>
|
|
6019
5875
|
<enum name="fitXY" value="0"/>
|
|
@@ -6027,9 +5883,9 @@
|
|
|
6027
5883
|
<enum name="fitBottomStart" value="8"/>
|
|
6028
5884
|
</attr>
|
|
6029
5885
|
|
|
6030
|
-
|
|
5886
|
+
|
|
6031
5887
|
<attr format="reference" name="failureImage"/>
|
|
6032
|
-
|
|
5888
|
+
|
|
6033
5889
|
<attr name="failureImageScaleType">
|
|
6034
5890
|
<enum name="none" value="-1"/>
|
|
6035
5891
|
<enum name="fitXY" value="0"/>
|
|
@@ -6043,9 +5899,9 @@
|
|
|
6043
5899
|
<enum name="fitBottomStart" value="8"/>
|
|
6044
5900
|
</attr>
|
|
6045
5901
|
|
|
6046
|
-
|
|
5902
|
+
|
|
6047
5903
|
<attr format="reference" name="progressBarImage"/>
|
|
6048
|
-
|
|
5904
|
+
|
|
6049
5905
|
<attr name="progressBarImageScaleType">
|
|
6050
5906
|
<enum name="none" value="-1"/>
|
|
6051
5907
|
<enum name="fitXY" value="0"/>
|
|
@@ -6058,10 +5914,10 @@
|
|
|
6058
5914
|
<enum name="focusCrop" value="7"/>
|
|
6059
5915
|
<enum name="fitBottomStart" value="8"/>
|
|
6060
5916
|
</attr>
|
|
6061
|
-
|
|
5917
|
+
|
|
6062
5918
|
<attr format="integer" name="progressBarAutoRotateInterval"/>
|
|
6063
5919
|
|
|
6064
|
-
|
|
5920
|
+
|
|
6065
5921
|
<attr name="actualImageScaleType">
|
|
6066
5922
|
<enum name="none" value="-1"/>
|
|
6067
5923
|
<enum name="fitXY" value="0"/>
|
|
@@ -6075,126 +5931,108 @@
|
|
|
6075
5931
|
<enum name="fitBottomStart" value="8"/>
|
|
6076
5932
|
</attr>
|
|
6077
5933
|
|
|
6078
|
-
|
|
5934
|
+
|
|
6079
5935
|
<attr format="reference" name="backgroundImage"/>
|
|
6080
5936
|
|
|
6081
|
-
|
|
5937
|
+
|
|
6082
5938
|
<attr format="reference" name="overlayImage"/>
|
|
6083
5939
|
|
|
6084
|
-
|
|
5940
|
+
|
|
6085
5941
|
<attr format="reference" name="pressedStateOverlayImage"/>
|
|
6086
5942
|
|
|
6087
|
-
|
|
6088
|
-
Declares attributes for rounding shape, mode and border. -->
|
|
5943
|
+
|
|
6089
5944
|
|
|
6090
|
-
|
|
5945
|
+
|
|
6091
5946
|
<attr format="boolean" name="roundAsCircle"/>
|
|
6092
|
-
|
|
5947
|
+
|
|
6093
5948
|
<attr format="dimension" name="roundedCornerRadius"/>
|
|
6094
|
-
|
|
5949
|
+
|
|
6095
5950
|
<attr format="boolean" name="roundTopLeft"/>
|
|
6096
|
-
|
|
5951
|
+
|
|
6097
5952
|
<attr format="boolean" name="roundTopRight"/>
|
|
6098
|
-
|
|
5953
|
+
|
|
6099
5954
|
<attr format="boolean" name="roundBottomRight"/>
|
|
6100
|
-
|
|
5955
|
+
|
|
6101
5956
|
<attr format="boolean" name="roundBottomLeft"/>
|
|
6102
|
-
|
|
5957
|
+
|
|
6103
5958
|
<attr format="boolean" name="roundTopStart"/>
|
|
6104
|
-
|
|
5959
|
+
|
|
6105
5960
|
<attr format="boolean" name="roundTopEnd"/>
|
|
6106
|
-
|
|
5961
|
+
|
|
6107
5962
|
<attr format="boolean" name="roundBottomStart"/>
|
|
6108
|
-
|
|
5963
|
+
|
|
6109
5964
|
<attr format="boolean" name="roundBottomEnd"/>
|
|
6110
|
-
|
|
5965
|
+
|
|
6111
5966
|
<attr format="color" name="roundWithOverlayColor"/>
|
|
6112
|
-
|
|
5967
|
+
|
|
6113
5968
|
<attr format="dimension" name="roundingBorderWidth"/>
|
|
6114
|
-
|
|
5969
|
+
|
|
6115
5970
|
<attr format="color|reference" name="roundingBorderColor"/>
|
|
6116
|
-
|
|
5971
|
+
|
|
6117
5972
|
<attr format="dimension" name="roundingBorderPadding"/>
|
|
6118
5973
|
|
|
6119
5974
|
</declare-styleable>
|
|
6120
5975
|
<declare-styleable name="GradientColor">
|
|
6121
|
-
|
|
5976
|
+
|
|
6122
5977
|
<attr name="android:startColor"/>
|
|
6123
|
-
|
|
5978
|
+
|
|
6124
5979
|
<attr name="android:centerColor"/>
|
|
6125
|
-
|
|
5980
|
+
|
|
6126
5981
|
<attr name="android:endColor"/>
|
|
6127
|
-
|
|
5982
|
+
|
|
6128
5983
|
<attr name="android:type"/>
|
|
6129
5984
|
|
|
6130
|
-
|
|
6131
|
-
|
|
5985
|
+
|
|
5986
|
+
|
|
6132
5987
|
<attr name="android:gradientRadius"/>
|
|
6133
5988
|
|
|
6134
|
-
|
|
6135
|
-
|
|
5989
|
+
|
|
5990
|
+
|
|
6136
5991
|
<attr name="android:centerX"/>
|
|
6137
|
-
|
|
5992
|
+
|
|
6138
5993
|
<attr name="android:centerY"/>
|
|
6139
5994
|
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
Defined in same coordinates as the path itself -->
|
|
5995
|
+
|
|
5996
|
+
|
|
6143
5997
|
<attr name="android:startX"/>
|
|
6144
|
-
|
|
6145
|
-
Defined in same coordinates as the path itself -->
|
|
5998
|
+
|
|
6146
5999
|
<attr name="android:startY"/>
|
|
6147
|
-
|
|
6148
|
-
Defined in same coordinates as the path itself -->
|
|
6000
|
+
|
|
6149
6001
|
<attr name="android:endX"/>
|
|
6150
|
-
|
|
6151
|
-
Defined in same coordinates as the path itself -->
|
|
6002
|
+
|
|
6152
6003
|
<attr name="android:endY"/>
|
|
6153
6004
|
|
|
6154
|
-
|
|
6005
|
+
|
|
6155
6006
|
<attr name="android:tileMode"/>
|
|
6156
6007
|
</declare-styleable>
|
|
6157
6008
|
<declare-styleable name="GradientColorItem">
|
|
6158
|
-
|
|
6159
|
-
The value is only meaningful when it is between 0 and 1. -->
|
|
6009
|
+
|
|
6160
6010
|
<attr name="android:offset"/>
|
|
6161
|
-
|
|
6011
|
+
|
|
6162
6012
|
<attr name="android:color"/>
|
|
6163
6013
|
</declare-styleable>
|
|
6164
6014
|
<declare-styleable name="LinearLayoutCompat">
|
|
6165
|
-
|
|
6166
|
-
for a row, "vertical" for a column. The default is
|
|
6167
|
-
horizontal. -->
|
|
6015
|
+
|
|
6168
6016
|
<attr name="android:orientation"/>
|
|
6169
6017
|
<attr name="android:gravity"/>
|
|
6170
|
-
|
|
6171
|
-
baselines. This attribute is particularly useful when the children
|
|
6172
|
-
use different values for gravity. The default value is true. -->
|
|
6018
|
+
|
|
6173
6019
|
<attr name="android:baselineAligned"/>
|
|
6174
|
-
|
|
6175
|
-
aligned, it can specify which of its children to baseline align to
|
|
6176
|
-
(that is, which child TextView).-->
|
|
6020
|
+
|
|
6177
6021
|
<attr name="android:baselineAlignedChildIndex"/>
|
|
6178
|
-
|
|
6179
|
-
by adding the layout_weight of all of the children. This can be
|
|
6180
|
-
used for instance to give a single child 50% of the total available
|
|
6181
|
-
space by giving it a layout_weight of 0.5 and setting the weightSum
|
|
6182
|
-
to 1.0. -->
|
|
6022
|
+
|
|
6183
6023
|
<attr name="android:weightSum"/>
|
|
6184
|
-
|
|
6185
|
-
the minimum size of the largest child. If false, all children are
|
|
6186
|
-
measured normally. -->
|
|
6024
|
+
|
|
6187
6025
|
<attr format="boolean" name="measureWithLargestChild"/>
|
|
6188
|
-
|
|
6026
|
+
|
|
6189
6027
|
<attr name="divider"/>
|
|
6190
|
-
|
|
6028
|
+
|
|
6191
6029
|
<attr name="showDividers">
|
|
6192
6030
|
<flag name="none" value="0"/>
|
|
6193
6031
|
<flag name="beginning" value="1"/>
|
|
6194
6032
|
<flag name="middle" value="2"/>
|
|
6195
6033
|
<flag name="end" value="4"/>
|
|
6196
6034
|
</attr>
|
|
6197
|
-
|
|
6035
|
+
|
|
6198
6036
|
<attr format="dimension" name="dividerPadding"/>
|
|
6199
6037
|
</declare-styleable>
|
|
6200
6038
|
<declare-styleable name="LinearLayoutCompat_Layout">
|
|
@@ -6204,9 +6042,9 @@
|
|
|
6204
6042
|
<attr name="android:layout_gravity"/>
|
|
6205
6043
|
</declare-styleable>
|
|
6206
6044
|
<declare-styleable name="ListPopupWindow">
|
|
6207
|
-
|
|
6045
|
+
|
|
6208
6046
|
<attr name="android:dropDownVerticalOffset"/>
|
|
6209
|
-
|
|
6047
|
+
|
|
6210
6048
|
<attr name="android:dropDownHorizontalOffset"/>
|
|
6211
6049
|
</declare-styleable>
|
|
6212
6050
|
<declare-styleable name="MaterialAlertDialog">
|
|
@@ -6223,24 +6061,24 @@
|
|
|
6223
6061
|
<attr format="reference" name="materialAlertDialogBodyTextStyle"/>
|
|
6224
6062
|
</declare-styleable>
|
|
6225
6063
|
<declare-styleable name="MaterialButton">
|
|
6226
|
-
|
|
6064
|
+
|
|
6227
6065
|
<attr name="android:checkable"/>
|
|
6228
6066
|
<attr name="android:insetLeft"/>
|
|
6229
6067
|
<attr name="android:insetRight"/>
|
|
6230
6068
|
<attr name="android:insetTop"/>
|
|
6231
6069
|
<attr name="android:insetBottom"/>
|
|
6232
|
-
|
|
6070
|
+
|
|
6233
6071
|
<attr name="backgroundTint"/>
|
|
6234
6072
|
<attr name="backgroundTintMode"/>
|
|
6235
|
-
|
|
6073
|
+
|
|
6236
6074
|
<attr name="elevation"/>
|
|
6237
|
-
|
|
6075
|
+
|
|
6238
6076
|
<attr format="reference" name="icon"/>
|
|
6239
|
-
|
|
6077
|
+
|
|
6240
6078
|
<attr format="dimension" name="iconSize"/>
|
|
6241
|
-
|
|
6079
|
+
|
|
6242
6080
|
<attr format="dimension" name="iconPadding"/>
|
|
6243
|
-
|
|
6081
|
+
|
|
6244
6082
|
<attr name="iconGravity">
|
|
6245
6083
|
<!-- Push icon to the start of the button. -->
|
|
6246
6084
|
<flag name="start" value="0x1"/>
|
|
@@ -6253,37 +6091,27 @@
|
|
|
6253
6091
|
{@link R.attr#iconPadding} from the text. -->
|
|
6254
6092
|
<flag name="textEnd" value="0x4"/>
|
|
6255
6093
|
</attr>
|
|
6256
|
-
|
|
6094
|
+
|
|
6257
6095
|
<attr format="color" name="iconTint"/>
|
|
6258
|
-
|
|
6096
|
+
|
|
6259
6097
|
<attr name="iconTintMode"/>
|
|
6260
|
-
|
|
6261
|
-
package. -->
|
|
6098
|
+
|
|
6262
6099
|
<attr name="shapeAppearance"/>
|
|
6263
|
-
|
|
6264
|
-
attributes declared in the shapeAppearance. Attribute declaration is in the Shape package.
|
|
6265
|
-
-->
|
|
6100
|
+
|
|
6266
6101
|
<attr name="shapeAppearanceOverlay"/>
|
|
6267
|
-
|
|
6268
|
-
is in resources package. -->
|
|
6102
|
+
|
|
6269
6103
|
<attr name="strokeColor"/>
|
|
6270
|
-
|
|
6271
|
-
resources package. -->
|
|
6104
|
+
|
|
6272
6105
|
<attr name="strokeWidth"/>
|
|
6273
|
-
|
|
6274
|
-
Specifies the radius for the corners of the button. Default is 0, for non-rounded corners.
|
|
6275
|
-
-->
|
|
6106
|
+
|
|
6276
6107
|
<attr format="dimension" name="cornerRadius"/>
|
|
6277
|
-
|
|
6278
|
-
should be stateful. Attribute type definition is in resources package. -->
|
|
6108
|
+
|
|
6279
6109
|
<attr name="rippleColor"/>
|
|
6280
6110
|
</declare-styleable>
|
|
6281
6111
|
<declare-styleable name="MaterialButtonToggleGroup">
|
|
6282
|
-
|
|
6283
|
-
default, this is false and multiple buttons in this group are allowed to be checked at
|
|
6284
|
-
once. -->
|
|
6112
|
+
|
|
6285
6113
|
<attr name="singleSelection"/>
|
|
6286
|
-
|
|
6114
|
+
|
|
6287
6115
|
<attr format="reference" name="checkedButton"/>
|
|
6288
6116
|
</declare-styleable>
|
|
6289
6117
|
<declare-styleable name="MaterialCalendar">
|
|
@@ -6310,60 +6138,46 @@
|
|
|
6310
6138
|
<attr name="itemShapeAppearanceOverlay"/>
|
|
6311
6139
|
</declare-styleable>
|
|
6312
6140
|
<declare-styleable name="MaterialCardView">
|
|
6313
|
-
|
|
6141
|
+
|
|
6314
6142
|
<attr name="android:checkable"/>
|
|
6315
|
-
|
|
6143
|
+
|
|
6316
6144
|
<attr format="color" name="cardForegroundColor"/>
|
|
6317
|
-
|
|
6145
|
+
|
|
6318
6146
|
<attr name="checkedIcon"/>
|
|
6319
|
-
|
|
6147
|
+
|
|
6320
6148
|
<attr format="color" name="checkedIconTint"/>
|
|
6321
|
-
|
|
6149
|
+
|
|
6322
6150
|
<attr name="rippleColor"/>
|
|
6323
|
-
|
|
6151
|
+
|
|
6324
6152
|
<attr format="boolean" name="state_dragged"/>
|
|
6325
|
-
|
|
6326
|
-
in resources package. -->
|
|
6153
|
+
|
|
6327
6154
|
<attr name="strokeColor"/>
|
|
6328
|
-
|
|
6329
|
-
resources package. -->
|
|
6155
|
+
|
|
6330
6156
|
<attr name="strokeWidth"/>
|
|
6331
6157
|
|
|
6332
|
-
|
|
6333
|
-
shape package. -->
|
|
6158
|
+
|
|
6334
6159
|
<attr name="shapeAppearance"/>
|
|
6335
|
-
|
|
6336
|
-
attributes declared in the shapeAppearance. Attribute declaration is in the shape package.
|
|
6337
|
-
-->
|
|
6160
|
+
|
|
6338
6161
|
<attr name="shapeAppearanceOverlay"/>
|
|
6339
6162
|
</declare-styleable>
|
|
6340
6163
|
<declare-styleable name="MaterialCheckBox">
|
|
6341
|
-
|
|
6342
|
-
Material Theme colors. When set to false, Material Theme colors will
|
|
6343
|
-
be ignored. This value should be set to false when using custom drawables
|
|
6344
|
-
that should not be tinted. This value is ignored if a buttonTint is set. -->
|
|
6164
|
+
|
|
6345
6165
|
<attr name="useMaterialThemeColors"/>
|
|
6346
|
-
|
|
6166
|
+
|
|
6347
6167
|
<attr name="buttonTint"/>
|
|
6348
6168
|
</declare-styleable>
|
|
6349
6169
|
<declare-styleable name="MaterialRadioButton">
|
|
6350
|
-
|
|
6351
|
-
Material Theme colors. When set to false, Material Theme colors will
|
|
6352
|
-
be ignored. This value should be set to false when using custom drawables
|
|
6353
|
-
that should not be tinted. This value is ignored if a buttonTint is set. -->
|
|
6170
|
+
|
|
6354
6171
|
<attr name="useMaterialThemeColors"/>
|
|
6355
6172
|
</declare-styleable>
|
|
6356
6173
|
<declare-styleable name="MaterialShape">
|
|
6357
|
-
|
|
6174
|
+
|
|
6358
6175
|
<attr format="reference" name="shapeAppearance"/>
|
|
6359
|
-
|
|
6176
|
+
|
|
6360
6177
|
<attr format="reference" name="shapeAppearanceOverlay"/>
|
|
6361
6178
|
</declare-styleable>
|
|
6362
6179
|
<declare-styleable name="MaterialTextAppearance" parent="TextAppearance">
|
|
6363
|
-
|
|
6364
|
-
Specifies explicit line height for this TextView. This is equivalent to the vertical
|
|
6365
|
-
distance between subsequent baselines in the TextView.
|
|
6366
|
-
-->
|
|
6180
|
+
|
|
6367
6181
|
<attr name="android:lineHeight"/>
|
|
6368
6182
|
<attr name="lineHeight"/>
|
|
6369
6183
|
</declare-styleable>
|
|
@@ -6374,57 +6188,49 @@
|
|
|
6374
6188
|
</declare-styleable>
|
|
6375
6189
|
<declare-styleable name="MenuGroup">
|
|
6376
6190
|
|
|
6377
|
-
|
|
6191
|
+
|
|
6378
6192
|
<attr name="android:id"/>
|
|
6379
6193
|
|
|
6380
|
-
|
|
6381
|
-
(This will be or'ed with the orderInCategory attribute.) -->
|
|
6194
|
+
|
|
6382
6195
|
<attr name="android:menuCategory"/>
|
|
6383
6196
|
|
|
6384
|
-
|
|
6385
|
-
(This will be or'ed with the category attribute.) -->
|
|
6197
|
+
|
|
6386
6198
|
<attr name="android:orderInCategory"/>
|
|
6387
6199
|
|
|
6388
|
-
|
|
6200
|
+
|
|
6389
6201
|
<attr name="android:checkableBehavior"/>
|
|
6390
6202
|
|
|
6391
|
-
|
|
6203
|
+
|
|
6392
6204
|
<attr name="android:visible"/>
|
|
6393
6205
|
|
|
6394
|
-
|
|
6206
|
+
|
|
6395
6207
|
<attr name="android:enabled"/>
|
|
6396
6208
|
|
|
6397
6209
|
</declare-styleable>
|
|
6398
6210
|
<declare-styleable name="MenuItem">
|
|
6399
6211
|
|
|
6400
|
-
|
|
6212
|
+
|
|
6401
6213
|
<attr name="android:id"/>
|
|
6402
6214
|
|
|
6403
|
-
|
|
6404
|
-
(This will be or'ed with the orderInCategory attribute.) -->
|
|
6215
|
+
|
|
6405
6216
|
<attr name="android:menuCategory"/>
|
|
6406
6217
|
|
|
6407
|
-
|
|
6408
|
-
(This will be or'ed with the category attribute.) -->
|
|
6218
|
+
|
|
6409
6219
|
<attr name="android:orderInCategory"/>
|
|
6410
6220
|
|
|
6411
|
-
|
|
6221
|
+
|
|
6412
6222
|
<attr name="android:title"/>
|
|
6413
6223
|
|
|
6414
|
-
|
|
6415
|
-
normal title may be too long to be displayed. -->
|
|
6224
|
+
|
|
6416
6225
|
<attr name="android:titleCondensed"/>
|
|
6417
6226
|
|
|
6418
|
-
|
|
6419
|
-
the title should be sufficient in describing this item. -->
|
|
6227
|
+
|
|
6420
6228
|
<attr name="android:icon"/>
|
|
6421
6229
|
|
|
6422
|
-
|
|
6423
|
-
with alphabetic keys. -->
|
|
6230
|
+
|
|
6424
6231
|
<attr name="android:alphabeticShortcut"/>
|
|
6425
6232
|
|
|
6426
|
-
|
|
6427
|
-
with alphabetic keys. The values should be kept in sync with KeyEvent -->
|
|
6233
|
+
|
|
6428
6234
|
<attr name="alphabeticModifiers">
|
|
6429
6235
|
<flag name="META" value="0x10000"/>
|
|
6430
6236
|
<flag name="CTRL" value="0x1000"/>
|
|
@@ -6434,12 +6240,10 @@
|
|
|
6434
6240
|
<flag name="FUNCTION" value="0x8"/>
|
|
6435
6241
|
</attr>
|
|
6436
6242
|
|
|
6437
|
-
|
|
6438
|
-
keyboard. -->
|
|
6243
|
+
|
|
6439
6244
|
<attr name="android:numericShortcut"/>
|
|
6440
6245
|
|
|
6441
|
-
|
|
6442
|
-
keyboard. The values should be kept in sync with KeyEvent -->
|
|
6246
|
+
|
|
6443
6247
|
<attr name="numericModifiers">
|
|
6444
6248
|
<flag name="META" value="0x10000"/>
|
|
6445
6249
|
<flag name="CTRL" value="0x1000"/>
|
|
@@ -6449,24 +6253,22 @@
|
|
|
6449
6253
|
<flag name="FUNCTION" value="0x8"/>
|
|
6450
6254
|
</attr>
|
|
6451
6255
|
|
|
6452
|
-
|
|
6256
|
+
|
|
6453
6257
|
<attr name="android:checkable"/>
|
|
6454
6258
|
|
|
6455
|
-
|
|
6456
|
-
the checkable attribute or else the check mark will not appear. -->
|
|
6259
|
+
|
|
6457
6260
|
<attr name="android:checked"/>
|
|
6458
6261
|
|
|
6459
|
-
|
|
6262
|
+
|
|
6460
6263
|
<attr name="android:visible"/>
|
|
6461
6264
|
|
|
6462
|
-
|
|
6265
|
+
|
|
6463
6266
|
<attr name="android:enabled"/>
|
|
6464
6267
|
|
|
6465
|
-
|
|
6466
|
-
called when the item is clicked. -->
|
|
6268
|
+
|
|
6467
6269
|
<attr name="android:onClick"/>
|
|
6468
6270
|
|
|
6469
|
-
|
|
6271
|
+
|
|
6470
6272
|
<attr name="showAsAction">
|
|
6471
6273
|
<!-- Never show this item in an action bar, show it in the overflow menu instead.
|
|
6472
6274
|
Mutually exclusive with "ifRoom" and "always". -->
|
|
@@ -6489,32 +6291,25 @@
|
|
|
6489
6291
|
<flag name="collapseActionView" value="8"/>
|
|
6490
6292
|
</attr>
|
|
6491
6293
|
|
|
6492
|
-
|
|
6493
|
-
See {@link android.view.MenuItem#setActionView(android.view.View)}
|
|
6494
|
-
for more info. -->
|
|
6294
|
+
|
|
6495
6295
|
<attr format="reference" name="actionLayout"/>
|
|
6496
6296
|
|
|
6497
|
-
|
|
6498
|
-
action view. See {@link android.view.MenuItem#setActionView(android.view.View)}
|
|
6499
|
-
for more info. -->
|
|
6297
|
+
|
|
6500
6298
|
<attr format="string" name="actionViewClass"/>
|
|
6501
6299
|
|
|
6502
|
-
|
|
6503
|
-
and perform operations such as default action for that menu item.
|
|
6504
|
-
See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)}
|
|
6505
|
-
for more info. -->
|
|
6300
|
+
|
|
6506
6301
|
<attr format="string" name="actionProviderClass"/>
|
|
6507
6302
|
|
|
6508
|
-
|
|
6303
|
+
|
|
6509
6304
|
<attr format="string" name="contentDescription"/>
|
|
6510
6305
|
|
|
6511
|
-
|
|
6306
|
+
|
|
6512
6307
|
<attr format="string" name="tooltipText"/>
|
|
6513
6308
|
|
|
6514
|
-
|
|
6309
|
+
|
|
6515
6310
|
<attr format="color" name="iconTint"/>
|
|
6516
6311
|
|
|
6517
|
-
|
|
6312
|
+
|
|
6518
6313
|
<attr name="iconTintMode">
|
|
6519
6314
|
<!-- The tint is drawn on top of the icon.
|
|
6520
6315
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -6537,23 +6332,23 @@
|
|
|
6537
6332
|
|
|
6538
6333
|
</declare-styleable>
|
|
6539
6334
|
<declare-styleable name="MenuView">
|
|
6540
|
-
|
|
6335
|
+
|
|
6541
6336
|
<attr name="android:itemTextAppearance"/>
|
|
6542
|
-
|
|
6337
|
+
|
|
6543
6338
|
<attr name="android:horizontalDivider"/>
|
|
6544
|
-
|
|
6339
|
+
|
|
6545
6340
|
<attr name="android:verticalDivider"/>
|
|
6546
|
-
|
|
6341
|
+
|
|
6547
6342
|
<attr name="android:headerBackground"/>
|
|
6548
|
-
|
|
6343
|
+
|
|
6549
6344
|
<attr name="android:itemBackground"/>
|
|
6550
|
-
|
|
6345
|
+
|
|
6551
6346
|
<attr name="android:windowAnimationStyle"/>
|
|
6552
|
-
|
|
6347
|
+
|
|
6553
6348
|
<attr name="android:itemIconDisabledAlpha"/>
|
|
6554
|
-
|
|
6349
|
+
|
|
6555
6350
|
<attr format="boolean" name="preserveIconSpacing"/>
|
|
6556
|
-
|
|
6351
|
+
|
|
6557
6352
|
<attr format="reference" name="subMenuArrow"/>
|
|
6558
6353
|
</declare-styleable>
|
|
6559
6354
|
<declare-styleable name="NavigationView">
|
|
@@ -6561,80 +6356,61 @@
|
|
|
6561
6356
|
<attr name="android:fitsSystemWindows"/>
|
|
6562
6357
|
<attr name="android:maxWidth"/>
|
|
6563
6358
|
<attr name="elevation"/>
|
|
6564
|
-
|
|
6359
|
+
|
|
6565
6360
|
<attr format="reference" name="menu"/>
|
|
6566
6361
|
<attr format="color" name="itemIconTint"/>
|
|
6567
6362
|
<attr name="itemTextColor"/>
|
|
6568
|
-
|
|
6569
|
-
default background drawable for items and the itemShape* attributes will be ignored -->
|
|
6363
|
+
|
|
6570
6364
|
<attr format="reference" name="itemBackground"/>
|
|
6571
6365
|
<attr format="reference" name="itemTextAppearance"/>
|
|
6572
|
-
|
|
6366
|
+
|
|
6573
6367
|
<attr format="reference" name="headerLayout"/>
|
|
6574
|
-
|
|
6368
|
+
|
|
6575
6369
|
<attr format="dimension" name="itemHorizontalPadding"/>
|
|
6576
|
-
|
|
6370
|
+
|
|
6577
6371
|
<attr format="dimension" name="itemIconPadding"/>
|
|
6578
|
-
|
|
6372
|
+
|
|
6579
6373
|
<attr format="dimension" name="itemIconSize"/>
|
|
6580
|
-
|
|
6374
|
+
|
|
6581
6375
|
<attr format="integer" min="1" name="itemMaxLines"/>
|
|
6582
|
-
|
|
6583
|
-
item background, either itemShapeAppearance or itemShapeAppearanceOverlay must be set and
|
|
6584
|
-
itemBackground must be null so that it can be set programmatically. -->
|
|
6376
|
+
|
|
6585
6377
|
<attr name="itemShapeAppearance"/>
|
|
6586
|
-
|
|
6587
|
-
attributes declared in itemShapeAppearance. To use the shaped item background, either
|
|
6588
|
-
itemShapeAppearance or itemShapeAppearanceOverlay must be set and itemBackground must be
|
|
6589
|
-
null so that it can be set programmatically. -->
|
|
6378
|
+
|
|
6590
6379
|
<attr name="itemShapeAppearanceOverlay"/>
|
|
6591
|
-
|
|
6592
|
-
there is an itemShapeAppearance or itemShapeAppearanceOverlay. -->
|
|
6380
|
+
|
|
6593
6381
|
<attr format="dimension" name="itemShapeInsetStart"/>
|
|
6594
|
-
|
|
6595
|
-
is an itemShapeAppearance or itemShapeAppearanceOverlay. -->
|
|
6382
|
+
|
|
6596
6383
|
<attr format="dimension" name="itemShapeInsetTop"/>
|
|
6597
|
-
|
|
6598
|
-
and there is an itemShapeAppearance or itemShapeAppearanceOverlay. -->
|
|
6384
|
+
|
|
6599
6385
|
<attr format="dimension" name="itemShapeInsetEnd"/>
|
|
6600
|
-
|
|
6601
|
-
there is an itemShapeAppearance or itemShapeAppearanceOverlay. -->
|
|
6386
|
+
|
|
6602
6387
|
<attr format="dimension" name="itemShapeInsetBottom"/>
|
|
6603
|
-
|
|
6604
|
-
itemShapeAppearance or itemShapeAppearanceOverlay. -->
|
|
6388
|
+
|
|
6605
6389
|
<attr format="color" name="itemShapeFillColor"/>
|
|
6606
6390
|
</declare-styleable>
|
|
6607
6391
|
<declare-styleable name="PopupWindow">
|
|
6608
|
-
|
|
6392
|
+
|
|
6609
6393
|
<attr format="boolean" name="overlapAnchor"/>
|
|
6610
6394
|
<attr name="android:popupBackground"/>
|
|
6611
6395
|
<attr name="android:popupAnimationStyle"/>
|
|
6612
6396
|
</declare-styleable>
|
|
6613
6397
|
<declare-styleable name="PopupWindowBackgroundState">
|
|
6614
|
-
|
|
6398
|
+
|
|
6615
6399
|
<attr format="boolean" name="state_above_anchor"/>
|
|
6616
6400
|
</declare-styleable>
|
|
6617
6401
|
<declare-styleable name="RecycleListView">
|
|
6618
|
-
|
|
6402
|
+
|
|
6619
6403
|
<attr format="dimension" name="paddingBottomNoButtons"/>
|
|
6620
|
-
|
|
6404
|
+
|
|
6621
6405
|
<attr format="dimension" name="paddingTopNoTitle"/>
|
|
6622
6406
|
</declare-styleable>
|
|
6623
6407
|
<declare-styleable name="RecyclerView">
|
|
6624
|
-
|
|
6625
|
-
<p/>
|
|
6626
|
-
The class must ext androidx.recyclerview.widget.RecyclerViewView$LayoutManager
|
|
6627
|
-
and have either a default constructor or constructor with the signature
|
|
6628
|
-
(android.content.Context, android.util.AttributeSet, int, int).
|
|
6629
|
-
<p/>
|
|
6630
|
-
If the name starts with a '.', application package is prefixed.
|
|
6631
|
-
Else, if the name contains a '.', the classname is assumed to be a full class name.
|
|
6632
|
-
Else, the recycler view package naandroidx.appcompat.widgetdget) is prefixed. -->
|
|
6408
|
+
|
|
6633
6409
|
<attr format="string" name="layoutManager"/>
|
|
6634
6410
|
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
|
|
6411
|
+
|
|
6412
|
+
|
|
6413
|
+
|
|
6638
6414
|
<eat-comment/>
|
|
6639
6415
|
|
|
6640
6416
|
<attr name="android:orientation"/>
|
|
@@ -6653,79 +6429,77 @@
|
|
|
6653
6429
|
<attr format="color|reference" name="insetForeground"/>
|
|
6654
6430
|
</declare-styleable>
|
|
6655
6431
|
<declare-styleable name="ScrollingViewBehavior_Layout">
|
|
6656
|
-
|
|
6432
|
+
|
|
6657
6433
|
<attr format="dimension" name="behavior_overlapTop"/>
|
|
6658
6434
|
</declare-styleable>
|
|
6659
6435
|
<declare-styleable name="SearchView">
|
|
6660
|
-
|
|
6436
|
+
|
|
6661
6437
|
<attr format="reference" name="layout"/>
|
|
6662
|
-
|
|
6663
|
-
use and expanded when clicked. -->
|
|
6438
|
+
|
|
6664
6439
|
<attr format="boolean" name="iconifiedByDefault"/>
|
|
6665
|
-
|
|
6440
|
+
|
|
6666
6441
|
<attr name="android:maxWidth"/>
|
|
6667
|
-
|
|
6442
|
+
|
|
6668
6443
|
<attr format="string" name="queryHint"/>
|
|
6669
|
-
|
|
6670
|
-
the search view's {@code SearchableInfo} does not provide a hint. -->
|
|
6444
|
+
|
|
6671
6445
|
<attr format="string" name="defaultQueryHint"/>
|
|
6672
|
-
|
|
6446
|
+
|
|
6673
6447
|
<attr name="android:imeOptions"/>
|
|
6674
|
-
|
|
6448
|
+
|
|
6675
6449
|
<attr name="android:inputType"/>
|
|
6676
|
-
|
|
6450
|
+
|
|
6677
6451
|
<attr format="reference" name="closeIcon"/>
|
|
6678
|
-
|
|
6452
|
+
|
|
6679
6453
|
<attr format="reference" name="goIcon"/>
|
|
6680
|
-
|
|
6454
|
+
|
|
6681
6455
|
<attr format="reference" name="searchIcon"/>
|
|
6682
|
-
|
|
6456
|
+
|
|
6683
6457
|
<attr format="reference" name="searchHintIcon"/>
|
|
6684
|
-
|
|
6458
|
+
|
|
6685
6459
|
<attr format="reference" name="voiceIcon"/>
|
|
6686
|
-
|
|
6460
|
+
|
|
6687
6461
|
<attr format="reference" name="commitIcon"/>
|
|
6688
|
-
|
|
6462
|
+
|
|
6689
6463
|
<attr format="reference" name="suggestionRowLayout"/>
|
|
6690
|
-
|
|
6464
|
+
|
|
6691
6465
|
<attr format="reference" name="queryBackground"/>
|
|
6692
|
-
|
|
6466
|
+
|
|
6693
6467
|
<attr format="reference" name="submitBackground"/>
|
|
6694
6468
|
<attr name="android:focusable"/>
|
|
6695
6469
|
</declare-styleable>
|
|
6696
6470
|
<declare-styleable name="ShapeAppearance">
|
|
6697
|
-
|
|
6471
|
+
|
|
6698
6472
|
<attr format="dimension|fraction" name="cornerSize"/>
|
|
6699
|
-
|
|
6473
|
+
|
|
6700
6474
|
<attr format="dimension|fraction" name="cornerSizeTopLeft"/>
|
|
6701
|
-
|
|
6475
|
+
|
|
6702
6476
|
<attr format="dimension|fraction" name="cornerSizeTopRight"/>
|
|
6703
|
-
|
|
6477
|
+
|
|
6704
6478
|
<attr format="dimension|fraction" name="cornerSizeBottomRight"/>
|
|
6705
|
-
|
|
6479
|
+
|
|
6706
6480
|
<attr format="dimension|fraction" name="cornerSizeBottomLeft"/>
|
|
6707
6481
|
|
|
6708
|
-
|
|
6482
|
+
|
|
6709
6483
|
<attr format="enum" name="cornerFamily">
|
|
6710
6484
|
<enum name="rounded" value="0"/>
|
|
6711
6485
|
<enum name="cut" value="1"/>
|
|
6712
6486
|
</attr>
|
|
6713
|
-
|
|
6487
|
+
|
|
6714
6488
|
<attr format="enum" name="cornerFamilyTopLeft">
|
|
6715
6489
|
<enum name="rounded" value="0"/>
|
|
6716
6490
|
<enum name="cut" value="1"/>
|
|
6717
6491
|
</attr>
|
|
6718
|
-
|
|
6492
|
+
|
|
6719
6493
|
<attr format="enum" name="cornerFamilyTopRight">
|
|
6720
6494
|
<enum name="rounded" value="0"/>
|
|
6721
6495
|
<enum name="cut" value="1"/>
|
|
6722
6496
|
</attr>
|
|
6723
|
-
|
|
6497
|
+
|
|
6724
6498
|
<attr format="enum" name="cornerFamilyBottomRight">
|
|
6725
6499
|
<enum name="rounded" value="0"/>
|
|
6726
6500
|
<enum name="cut" value="1"/>
|
|
6727
6501
|
</attr>
|
|
6728
|
-
|
|
6502
|
+
|
|
6729
6503
|
<attr format="enum" name="cornerFamilyBottomLeft">
|
|
6730
6504
|
<enum name="rounded" value="0"/>
|
|
6731
6505
|
<enum name="cut" value="1"/>
|
|
@@ -6733,168 +6507,147 @@
|
|
|
6733
6507
|
</declare-styleable>
|
|
6734
6508
|
<declare-styleable name="SimpleDraweeView" parent="GenericDraweeHierarchy">
|
|
6735
6509
|
|
|
6736
|
-
|
|
6510
|
+
|
|
6737
6511
|
<attr format="string" name="actualImageUri"/>
|
|
6738
|
-
|
|
6512
|
+
|
|
6739
6513
|
<attr format="reference" name="actualImageResource"/>
|
|
6740
6514
|
|
|
6741
|
-
|
|
6515
|
+
|
|
6742
6516
|
<eat-comment/>
|
|
6743
6517
|
|
|
6744
|
-
|
|
6518
|
+
|
|
6745
6519
|
<attr name="fadeDuration"/>
|
|
6746
6520
|
|
|
6747
|
-
|
|
6521
|
+
|
|
6748
6522
|
<attr name="viewAspectRatio"/>
|
|
6749
6523
|
|
|
6750
|
-
|
|
6751
|
-
Scale-type values must match those in GenericDraweeHierarchyInflater.getScaleTypeFromXml.
|
|
6752
|
-
(GenericDraweeHierarchyInflater.java).
|
|
6753
|
-
For drawables that should not be scaled, such as those with the android:tileMode
|
|
6754
|
-
attribute set, use the value 'none'. -->
|
|
6524
|
+
|
|
6755
6525
|
|
|
6756
|
-
|
|
6526
|
+
|
|
6757
6527
|
<attr name="placeholderImage"/>
|
|
6758
|
-
|
|
6528
|
+
|
|
6759
6529
|
<attr name="placeholderImageScaleType"/>
|
|
6760
6530
|
|
|
6761
|
-
|
|
6531
|
+
|
|
6762
6532
|
<attr name="retryImage"/>
|
|
6763
|
-
|
|
6533
|
+
|
|
6764
6534
|
<attr name="retryImageScaleType"/>
|
|
6765
6535
|
|
|
6766
|
-
|
|
6536
|
+
|
|
6767
6537
|
<attr name="failureImage"/>
|
|
6768
|
-
|
|
6538
|
+
|
|
6769
6539
|
<attr name="failureImageScaleType"/>
|
|
6770
6540
|
|
|
6771
6541
|
|
|
6772
|
-
|
|
6542
|
+
|
|
6773
6543
|
<attr name="progressBarImage"/>
|
|
6774
|
-
|
|
6544
|
+
|
|
6775
6545
|
<attr name="progressBarImageScaleType"/>
|
|
6776
6546
|
|
|
6777
|
-
|
|
6547
|
+
|
|
6778
6548
|
<attr name="progressBarAutoRotateInterval"/>
|
|
6779
6549
|
|
|
6780
|
-
|
|
6781
|
-
<attr name="actualImageScaleType"/>
|
|
6782
|
-
|
|
6783
|
-
<!-- A drawable or color to be used as a background. -->
|
|
6550
|
+
|
|
6784
6551
|
<attr name="backgroundImage"/>
|
|
6785
6552
|
|
|
6786
|
-
|
|
6553
|
+
|
|
6787
6554
|
<attr name="overlayImage"/>
|
|
6788
6555
|
|
|
6789
|
-
|
|
6556
|
+
|
|
6790
6557
|
<attr name="pressedStateOverlayImage"/>
|
|
6791
6558
|
|
|
6792
|
-
|
|
6793
|
-
Declares attributes for rounding shape, mode and border. -->
|
|
6559
|
+
|
|
6794
6560
|
|
|
6795
|
-
|
|
6561
|
+
|
|
6796
6562
|
<attr name="roundAsCircle"/>
|
|
6797
|
-
|
|
6563
|
+
|
|
6798
6564
|
<attr name="roundedCornerRadius"/>
|
|
6799
|
-
|
|
6565
|
+
|
|
6800
6566
|
<attr name="roundTopLeft"/>
|
|
6801
|
-
|
|
6567
|
+
|
|
6802
6568
|
<attr name="roundTopRight"/>
|
|
6803
|
-
|
|
6569
|
+
|
|
6804
6570
|
<attr name="roundBottomRight"/>
|
|
6805
|
-
|
|
6571
|
+
|
|
6806
6572
|
<attr name="roundBottomLeft"/>
|
|
6807
|
-
|
|
6573
|
+
|
|
6808
6574
|
<attr name="roundTopStart"/>
|
|
6809
|
-
|
|
6575
|
+
|
|
6810
6576
|
<attr name="roundTopEnd"/>
|
|
6811
|
-
|
|
6577
|
+
|
|
6812
6578
|
<attr name="roundBottomStart"/>
|
|
6813
|
-
|
|
6579
|
+
|
|
6814
6580
|
<attr name="roundBottomEnd"/>
|
|
6815
|
-
|
|
6581
|
+
|
|
6816
6582
|
<attr name="roundWithOverlayColor"/>
|
|
6817
|
-
|
|
6583
|
+
|
|
6818
6584
|
<attr name="roundingBorderWidth"/>
|
|
6819
|
-
|
|
6585
|
+
|
|
6820
6586
|
<attr name="roundingBorderColor"/>
|
|
6821
|
-
|
|
6587
|
+
|
|
6822
6588
|
<attr name="roundingBorderPadding"/>
|
|
6823
6589
|
|
|
6824
6590
|
</declare-styleable>
|
|
6825
6591
|
<declare-styleable name="Snackbar">
|
|
6826
|
-
|
|
6592
|
+
|
|
6827
6593
|
<attr format="reference" name="snackbarStyle"/>
|
|
6828
|
-
|
|
6594
|
+
|
|
6829
6595
|
<attr format="reference" name="snackbarButtonStyle"/>
|
|
6830
6596
|
</declare-styleable>
|
|
6831
6597
|
<declare-styleable name="SnackbarLayout">
|
|
6832
6598
|
<attr name="android:maxWidth"/>
|
|
6833
6599
|
<attr name="elevation"/>
|
|
6834
6600
|
<attr format="dimension" name="maxActionInlineWidth"/>
|
|
6835
|
-
|
|
6601
|
+
|
|
6836
6602
|
<attr format="enum" name="animationMode">
|
|
6837
6603
|
<!-- Mode that corresponds to the slide in and out animations. -->
|
|
6838
6604
|
<enum name="slide" value="0"/>
|
|
6839
6605
|
<!-- Mode that corresponds to the fade in and out animations. -->
|
|
6840
6606
|
<enum name="fade" value="1"/>
|
|
6841
6607
|
</attr>
|
|
6842
|
-
|
|
6608
|
+
|
|
6843
6609
|
<attr format="float" name="backgroundOverlayColorAlpha"/>
|
|
6844
|
-
|
|
6845
|
-
the theme color used for Snackbar text buttons (e.g., colorPrimary). -->
|
|
6610
|
+
|
|
6846
6611
|
<attr format="float" name="actionTextColorAlpha"/>
|
|
6847
6612
|
</declare-styleable>
|
|
6848
6613
|
<declare-styleable name="Spinner">
|
|
6849
|
-
|
|
6614
|
+
|
|
6850
6615
|
<attr name="android:prompt"/>
|
|
6851
|
-
|
|
6616
|
+
|
|
6852
6617
|
<attr name="popupTheme"/>
|
|
6853
|
-
|
|
6618
|
+
|
|
6854
6619
|
<attr name="android:popupBackground"/>
|
|
6855
|
-
|
|
6620
|
+
|
|
6856
6621
|
<attr name="android:dropDownWidth"/>
|
|
6857
|
-
|
|
6622
|
+
|
|
6858
6623
|
<attr name="android:entries"/>
|
|
6859
6624
|
</declare-styleable>
|
|
6860
6625
|
<declare-styleable name="StateListDrawable">
|
|
6861
|
-
|
|
6626
|
+
|
|
6862
6627
|
<attr name="android:visible"/>
|
|
6863
|
-
|
|
6864
|
-
current state that is selected. If false, the padding will
|
|
6865
|
-
stay the same (based on the maximum padding of all the states).
|
|
6866
|
-
Enabling this feature requires that the owner of the drawable
|
|
6867
|
-
deal with performing layout when the state changes, which is
|
|
6868
|
-
often not supported. -->
|
|
6628
|
+
|
|
6869
6629
|
<attr name="android:variablePadding"/>
|
|
6870
|
-
|
|
6871
|
-
constant as the state changes; the size is the maximum of all
|
|
6872
|
-
of the states. If false, the size will vary based on the
|
|
6873
|
-
current state. -->
|
|
6630
|
+
|
|
6874
6631
|
<attr name="android:constantSize"/>
|
|
6875
|
-
|
|
6876
|
-
same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with
|
|
6877
|
-
an RGB 565 screen). -->
|
|
6632
|
+
|
|
6878
6633
|
<attr name="android:dither"/>
|
|
6879
|
-
|
|
6634
|
+
|
|
6880
6635
|
<attr name="android:enterFadeDuration"/>
|
|
6881
|
-
|
|
6636
|
+
|
|
6882
6637
|
<attr name="android:exitFadeDuration"/>
|
|
6883
|
-
|
|
6884
|
-
|
|
6885
|
-
<!--<attr name="autoMirrored"/>-->
|
|
6638
|
+
|
|
6639
|
+
|
|
6886
6640
|
</declare-styleable>
|
|
6887
6641
|
<declare-styleable name="StateListDrawableItem">
|
|
6888
|
-
|
|
6889
|
-
given, the drawable must be defined by the first child tag. -->
|
|
6642
|
+
|
|
6890
6643
|
<attr name="android:drawable"/>
|
|
6891
6644
|
</declare-styleable>
|
|
6892
6645
|
<declare-styleable name="SwitchCompat">
|
|
6893
|
-
|
|
6646
|
+
|
|
6894
6647
|
<attr name="android:thumb"/>
|
|
6895
|
-
|
|
6648
|
+
|
|
6896
6649
|
<attr format="color" name="thumbTint"/>
|
|
6897
|
-
|
|
6650
|
+
|
|
6898
6651
|
<attr name="thumbTintMode">
|
|
6899
6652
|
<!-- The tint is drawn on top of the drawable.
|
|
6900
6653
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -6914,11 +6667,11 @@
|
|
|
6914
6667
|
result to valid color values. Saturate(S + D) -->
|
|
6915
6668
|
<enum name="add" value="16"/>
|
|
6916
6669
|
</attr>
|
|
6917
|
-
|
|
6670
|
+
|
|
6918
6671
|
<attr format="reference" name="track"/>
|
|
6919
|
-
|
|
6672
|
+
|
|
6920
6673
|
<attr format="color" name="trackTint"/>
|
|
6921
|
-
|
|
6674
|
+
|
|
6922
6675
|
<attr name="trackTintMode">
|
|
6923
6676
|
<!-- The tint is drawn on top of the drawable.
|
|
6924
6677
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -6938,53 +6691,47 @@
|
|
|
6938
6691
|
result to valid color values. Saturate(S + D) -->
|
|
6939
6692
|
<enum name="add" value="16"/>
|
|
6940
6693
|
</attr>
|
|
6941
|
-
|
|
6694
|
+
|
|
6942
6695
|
<attr name="android:textOn"/>
|
|
6943
|
-
|
|
6696
|
+
|
|
6944
6697
|
<attr name="android:textOff"/>
|
|
6945
|
-
|
|
6698
|
+
|
|
6946
6699
|
<attr format="dimension" name="thumbTextPadding"/>
|
|
6947
|
-
|
|
6700
|
+
|
|
6948
6701
|
<attr format="reference" name="switchTextAppearance"/>
|
|
6949
|
-
|
|
6702
|
+
|
|
6950
6703
|
<attr format="dimension" name="switchMinWidth"/>
|
|
6951
|
-
|
|
6704
|
+
|
|
6952
6705
|
<attr format="dimension" name="switchPadding"/>
|
|
6953
|
-
|
|
6706
|
+
|
|
6954
6707
|
<attr format="boolean" name="splitTrack"/>
|
|
6955
|
-
|
|
6708
|
+
|
|
6956
6709
|
<attr format="boolean" name="showText"/>
|
|
6957
6710
|
</declare-styleable>
|
|
6958
6711
|
<declare-styleable name="SwitchMaterial">
|
|
6959
|
-
|
|
6960
|
-
Material Theme colors. When set to false, Material Theme colors will
|
|
6961
|
-
be ignored. This value should be set to false when using custom drawables
|
|
6962
|
-
that should not be tinted. This value is ignored if a buttonTint is set. -->
|
|
6712
|
+
|
|
6963
6713
|
<attr name="useMaterialThemeColors"/>
|
|
6964
6714
|
</declare-styleable>
|
|
6965
6715
|
<declare-styleable name="TabItem">
|
|
6966
|
-
|
|
6716
|
+
|
|
6967
6717
|
<attr name="android:text"/>
|
|
6968
|
-
|
|
6718
|
+
|
|
6969
6719
|
<attr name="android:icon"/>
|
|
6970
|
-
|
|
6720
|
+
|
|
6971
6721
|
<attr name="android:layout"/>
|
|
6972
6722
|
</declare-styleable>
|
|
6973
6723
|
<declare-styleable name="TabLayout">
|
|
6974
|
-
|
|
6724
|
+
|
|
6975
6725
|
<attr format="color" name="tabIndicatorColor"/>
|
|
6976
|
-
|
|
6977
|
-
tabIndicator attribute in order to change the indicator height. For example, this can be
|
|
6978
|
-
done by setting the <size> property in a <shape> resource.} -->
|
|
6726
|
+
|
|
6979
6727
|
<attr format="dimension" name="tabIndicatorHeight"/>
|
|
6980
|
-
|
|
6728
|
+
|
|
6981
6729
|
<attr format="dimension" name="tabContentStart"/>
|
|
6982
|
-
|
|
6730
|
+
|
|
6983
6731
|
<attr format="reference" name="tabBackground"/>
|
|
6984
|
-
|
|
6985
|
-
specified, indicator defaults to a line along the bottom of the tab. -->
|
|
6732
|
+
|
|
6986
6733
|
<attr format="reference" name="tabIndicator"/>
|
|
6987
|
-
|
|
6734
|
+
|
|
6988
6735
|
<attr name="tabIndicatorGravity">
|
|
6989
6736
|
<!-- Align indicator to the bottom of this tab layout. -->
|
|
6990
6737
|
<enum name="bottom" value="0"/>
|
|
@@ -6995,50 +6742,46 @@
|
|
|
6995
6742
|
<!-- Stretch indicator to match the height and width of a tab item in this layout. -->
|
|
6996
6743
|
<enum name="stretch" value="3"/>
|
|
6997
6744
|
</attr>
|
|
6998
|
-
|
|
6999
|
-
to another. -->
|
|
6745
|
+
|
|
7000
6746
|
<attr format="integer" name="tabIndicatorAnimationDuration"/>
|
|
7001
|
-
|
|
7002
|
-
or if it should be fitted to the content of the tab text label. If no text label is
|
|
7003
|
-
present, it will be set to the width of the icon or to a minimum width of 24dp. -->
|
|
6747
|
+
|
|
7004
6748
|
<attr format="boolean" name="tabIndicatorFullWidth"/>
|
|
7005
|
-
|
|
6749
|
+
|
|
7006
6750
|
<attr name="tabMode">
|
|
7007
6751
|
<enum name="scrollable" value="0"/>
|
|
7008
6752
|
<enum name="fixed" value="1"/>
|
|
7009
6753
|
<enum name="auto" value="2"/>
|
|
7010
6754
|
</attr>
|
|
7011
|
-
|
|
6755
|
+
|
|
7012
6756
|
<attr name="tabGravity">
|
|
7013
6757
|
<enum name="fill" value="0"/>
|
|
7014
6758
|
<enum name="center" value="1"/>
|
|
7015
6759
|
</attr>
|
|
7016
|
-
|
|
6760
|
+
|
|
7017
6761
|
<attr format="boolean" name="tabInlineLabel"/>
|
|
7018
|
-
|
|
6762
|
+
|
|
7019
6763
|
<attr format="dimension" name="tabMinWidth"/>
|
|
7020
|
-
|
|
6764
|
+
|
|
7021
6765
|
<attr format="dimension" name="tabMaxWidth"/>
|
|
7022
|
-
|
|
6766
|
+
|
|
7023
6767
|
<attr format="reference" name="tabTextAppearance"/>
|
|
7024
|
-
|
|
6768
|
+
|
|
7025
6769
|
<attr format="color" name="tabTextColor"/>
|
|
7026
|
-
|
|
7027
|
-
selected color set.} -->
|
|
6770
|
+
|
|
7028
6771
|
<attr format="color" name="tabSelectedTextColor"/>
|
|
7029
|
-
|
|
6772
|
+
|
|
7030
6773
|
<attr format="dimension" name="tabPaddingStart"/>
|
|
7031
|
-
|
|
6774
|
+
|
|
7032
6775
|
<attr format="dimension" name="tabPaddingTop"/>
|
|
7033
|
-
|
|
6776
|
+
|
|
7034
6777
|
<attr format="dimension" name="tabPaddingEnd"/>
|
|
7035
|
-
|
|
6778
|
+
|
|
7036
6779
|
<attr format="dimension" name="tabPaddingBottom"/>
|
|
7037
|
-
|
|
6780
|
+
|
|
7038
6781
|
<attr format="dimension" name="tabPadding"/>
|
|
7039
|
-
|
|
6782
|
+
|
|
7040
6783
|
<attr format="color" name="tabIconTint"/>
|
|
7041
|
-
|
|
6784
|
+
|
|
7042
6785
|
<attr name="tabIconTintMode">
|
|
7043
6786
|
<enum name="src_over" value="3"/>
|
|
7044
6787
|
<enum name="src_in" value="5"/>
|
|
@@ -7047,11 +6790,9 @@
|
|
|
7047
6790
|
<enum name="screen" value="15"/>
|
|
7048
6791
|
<enum name="add" value="16"/>
|
|
7049
6792
|
</attr>
|
|
7050
|
-
|
|
7051
|
-
should be stateful.-->
|
|
6793
|
+
|
|
7052
6794
|
<attr format="color" name="tabRippleColor"/>
|
|
7053
|
-
|
|
7054
|
-
tab item bounds. -->
|
|
6795
|
+
|
|
7055
6796
|
<attr format="boolean" name="tabUnboundedRipple"/>
|
|
7056
6797
|
</declare-styleable>
|
|
7057
6798
|
<declare-styleable name="TextAppearance">
|
|
@@ -7065,57 +6806,50 @@
|
|
|
7065
6806
|
<attr name="android:fontFamily"/>
|
|
7066
6807
|
<attr name="fontFamily"/>
|
|
7067
6808
|
<attr name="textAllCaps"/>
|
|
7068
|
-
|
|
7069
|
-
for example "ja-JP,zh-CN". This attribute only takes effect on API 21 and above.
|
|
7070
|
-
Before API 24, only the first language tag is used. Starting from API 24,
|
|
7071
|
-
the string will be converted into a {@link android.os.LocaleList} and then used by
|
|
7072
|
-
{@link android.widget.TextView} -->
|
|
6809
|
+
|
|
7073
6810
|
<attr name="textLocale"/>
|
|
7074
6811
|
<attr name="android:shadowColor"/>
|
|
7075
6812
|
<attr name="android:shadowDy"/>
|
|
7076
6813
|
<attr name="android:shadowDx"/>
|
|
7077
6814
|
<attr name="android:shadowRadius"/>
|
|
7078
|
-
|
|
6815
|
+
|
|
7079
6816
|
<attr name="fontVariationSettings"/>
|
|
7080
6817
|
</declare-styleable>
|
|
7081
6818
|
<declare-styleable name="TextInputLayout">
|
|
7082
|
-
|
|
6819
|
+
|
|
7083
6820
|
<attr name="android:textColorHint"/>
|
|
7084
6821
|
|
|
7085
|
-
|
|
6822
|
+
|
|
7086
6823
|
<attr name="android:hint"/>
|
|
7087
|
-
|
|
6824
|
+
|
|
7088
6825
|
<attr format="boolean" name="hintEnabled"/>
|
|
7089
|
-
|
|
6826
|
+
|
|
7090
6827
|
<attr format="boolean" name="hintAnimationEnabled"/>
|
|
7091
|
-
|
|
6828
|
+
|
|
7092
6829
|
<attr format="reference" name="hintTextAppearance"/>
|
|
7093
|
-
|
|
7094
|
-
If set, this takes precedence over hintTextAppearance. -->
|
|
6830
|
+
|
|
7095
6831
|
<attr format="color" name="hintTextColor"/>
|
|
7096
6832
|
|
|
7097
|
-
|
|
6833
|
+
|
|
7098
6834
|
<attr format="string" name="helperText"/>
|
|
7099
|
-
|
|
6835
|
+
|
|
7100
6836
|
<attr format="boolean" name="helperTextEnabled"/>
|
|
7101
|
-
|
|
6837
|
+
|
|
7102
6838
|
<attr format="reference" name="helperTextTextAppearance"/>
|
|
7103
|
-
|
|
7104
|
-
If set, this takes precedence over helperTextTextAppearance. -->
|
|
6839
|
+
|
|
7105
6840
|
<attr format="color" name="helperTextTextColor"/>
|
|
7106
6841
|
|
|
7107
|
-
|
|
6842
|
+
|
|
7108
6843
|
<attr format="boolean" name="errorEnabled"/>
|
|
7109
|
-
|
|
6844
|
+
|
|
7110
6845
|
<attr format="reference" name="errorTextAppearance"/>
|
|
7111
|
-
|
|
7112
|
-
If set, this takes precedence over errorTextAppearance. -->
|
|
6846
|
+
|
|
7113
6847
|
<attr format="color" name="errorTextColor"/>
|
|
7114
|
-
|
|
6848
|
+
|
|
7115
6849
|
<attr format="reference" name="errorIconDrawable"/>
|
|
7116
|
-
|
|
6850
|
+
|
|
7117
6851
|
<attr format="reference" name="errorIconTint"/>
|
|
7118
|
-
|
|
6852
|
+
|
|
7119
6853
|
<attr name="errorIconTintMode">
|
|
7120
6854
|
<!-- The tint is drawn on top of the drawable.
|
|
7121
6855
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -7133,30 +6867,28 @@
|
|
|
7133
6867
|
<enum name="screen" value="15"/>
|
|
7134
6868
|
</attr>
|
|
7135
6869
|
|
|
7136
|
-
|
|
6870
|
+
|
|
7137
6871
|
<attr format="boolean" name="counterEnabled"/>
|
|
7138
|
-
|
|
6872
|
+
|
|
7139
6873
|
<attr format="integer" name="counterMaxLength"/>
|
|
7140
|
-
|
|
6874
|
+
|
|
7141
6875
|
<attr format="reference" name="counterTextAppearance"/>
|
|
7142
|
-
|
|
7143
|
-
If set, this takes precedence over counterTextAppearance. -->
|
|
6876
|
+
|
|
7144
6877
|
<attr format="reference" name="counterTextColor"/>
|
|
7145
|
-
|
|
6878
|
+
|
|
7146
6879
|
<attr format="reference" name="counterOverflowTextAppearance"/>
|
|
7147
|
-
|
|
7148
|
-
If set, this takes precedence over counterOverflowTextAppearance. -->
|
|
6880
|
+
|
|
7149
6881
|
<attr format="reference" name="counterOverflowTextColor"/>
|
|
7150
6882
|
|
|
7151
|
-
|
|
6883
|
+
|
|
7152
6884
|
<attr format="reference" name="startIconDrawable"/>
|
|
7153
|
-
|
|
6885
|
+
|
|
7154
6886
|
<attr format="string" name="startIconContentDescription"/>
|
|
7155
|
-
|
|
6887
|
+
|
|
7156
6888
|
<attr format="boolean" name="startIconCheckable"/>
|
|
7157
|
-
|
|
6889
|
+
|
|
7158
6890
|
<attr format="color" name="startIconTint"/>
|
|
7159
|
-
|
|
6891
|
+
|
|
7160
6892
|
<attr name="startIconTintMode">
|
|
7161
6893
|
<!-- The tint is drawn on top of the drawable.
|
|
7162
6894
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -7173,8 +6905,7 @@
|
|
|
7173
6905
|
<!-- [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] -->
|
|
7174
6906
|
<enum name="screen" value="15"/>
|
|
7175
6907
|
</attr>
|
|
7176
|
-
|
|
7177
|
-
below, or no end icon. -->
|
|
6908
|
+
|
|
7178
6909
|
<attr name="endIconMode">
|
|
7179
6910
|
<!-- The view will display a custom icon specified by the user. -->
|
|
7180
6911
|
<enum name="custom" value="-1"/>
|
|
@@ -7187,15 +6918,15 @@
|
|
|
7187
6918
|
<!-- The view will display a toggle that displays/hides a dropdown menu. -->
|
|
7188
6919
|
<enum name="dropdown_menu" value="3"/>
|
|
7189
6920
|
</attr>
|
|
7190
|
-
|
|
6921
|
+
|
|
7191
6922
|
<attr format="reference" name="endIconDrawable"/>
|
|
7192
|
-
|
|
6923
|
+
|
|
7193
6924
|
<attr format="string" name="endIconContentDescription"/>
|
|
7194
|
-
|
|
6925
|
+
|
|
7195
6926
|
<attr format="boolean" name="endIconCheckable"/>
|
|
7196
|
-
|
|
6927
|
+
|
|
7197
6928
|
<attr format="color" name="endIconTint"/>
|
|
7198
|
-
|
|
6929
|
+
|
|
7199
6930
|
<attr name="endIconTintMode">
|
|
7200
6931
|
<!-- The tint is drawn on top of the drawable.
|
|
7201
6932
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -7213,7 +6944,7 @@
|
|
|
7213
6944
|
<enum name="screen" value="15"/>
|
|
7214
6945
|
</attr>
|
|
7215
6946
|
|
|
7216
|
-
|
|
6947
|
+
|
|
7217
6948
|
<attr name="boxBackgroundMode">
|
|
7218
6949
|
<!-- Specifies that there should be no box set on the text input area. -->
|
|
7219
6950
|
<enum name="none" value="0"/>
|
|
@@ -7222,49 +6953,39 @@
|
|
|
7222
6953
|
<!-- Outline box mode for the text input box. -->
|
|
7223
6954
|
<enum name="outline" value="2"/>
|
|
7224
6955
|
</attr>
|
|
7225
|
-
|
|
6956
|
+
|
|
7226
6957
|
<attr format="dimension" name="boxCollapsedPaddingTop"/>
|
|
7227
|
-
|
|
6958
|
+
|
|
7228
6959
|
<attr format="dimension" name="boxCornerRadiusTopStart"/>
|
|
7229
|
-
|
|
6960
|
+
|
|
7230
6961
|
<attr format="dimension" name="boxCornerRadiusTopEnd"/>
|
|
7231
|
-
|
|
6962
|
+
|
|
7232
6963
|
<attr format="dimension" name="boxCornerRadiusBottomStart"/>
|
|
7233
|
-
|
|
6964
|
+
|
|
7234
6965
|
<attr format="dimension" name="boxCornerRadiusBottomEnd"/>
|
|
7235
|
-
|
|
6966
|
+
|
|
7236
6967
|
<attr format="color" name="boxStrokeColor"/>
|
|
7237
|
-
|
|
6968
|
+
|
|
7238
6969
|
<attr format="color" name="boxBackgroundColor"/>
|
|
7239
|
-
|
|
7240
|
-
in filled mode. -->
|
|
6970
|
+
|
|
7241
6971
|
<attr format="dimension" name="boxStrokeWidth"/>
|
|
7242
|
-
|
|
7243
|
-
underline stroke in filled mode.. -->
|
|
6972
|
+
|
|
7244
6973
|
<attr format="dimension" name="boxStrokeWidthFocused"/>
|
|
7245
6974
|
|
|
7246
|
-
|
|
7247
|
-
package. -->
|
|
6975
|
+
|
|
7248
6976
|
<attr name="shapeAppearance"/>
|
|
7249
|
-
|
|
7250
|
-
attributes declared in the shapeAppearance. Attribute declaration is in the Shape
|
|
7251
|
-
package. -->
|
|
6977
|
+
|
|
7252
6978
|
<attr name="shapeAppearanceOverlay"/>
|
|
7253
6979
|
|
|
7254
|
-
|
|
7255
|
-
Deprecated. The view's end icon should be specified via endIconMode instead. -->
|
|
6980
|
+
|
|
7256
6981
|
<attr format="boolean" name="passwordToggleEnabled"/>
|
|
7257
|
-
|
|
7258
|
-
Deprecated. Use endIconDrawable instead. -->
|
|
6982
|
+
|
|
7259
6983
|
<attr format="reference" name="passwordToggleDrawable"/>
|
|
7260
|
-
|
|
7261
|
-
Deprecated. Use endIconContentDescription instead. -->
|
|
6984
|
+
|
|
7262
6985
|
<attr format="string" name="passwordToggleContentDescription"/>
|
|
7263
|
-
|
|
7264
|
-
Deprecated. Use endIconTint instead. -->
|
|
6986
|
+
|
|
7265
6987
|
<attr format="color" name="passwordToggleTint"/>
|
|
7266
|
-
|
|
7267
|
-
Deprecated. Use endIconTintMode instead. -->
|
|
6988
|
+
|
|
7268
6989
|
<attr name="passwordToggleTintMode">
|
|
7269
6990
|
<!-- The tint is drawn on top of the drawable.
|
|
7270
6991
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -7283,19 +7004,11 @@
|
|
|
7283
7004
|
</attr>
|
|
7284
7005
|
</declare-styleable>
|
|
7285
7006
|
<declare-styleable name="ThemeEnforcement">
|
|
7286
|
-
|
|
7287
|
-
Theme.MaterialComponents, and that the component should check via ThemeEnforcement that the
|
|
7288
|
-
client's app theme inherits from Theme.MaterialComponents.
|
|
7289
|
-
|
|
7290
|
-
Not all usages of new attributes are problematic in the context of a legacy app theme. You
|
|
7291
|
-
should only use this flag if a particular usage is known to cause a visual glitch or crash.
|
|
7292
|
-
For example, tinting a vector drawable with a non-existent theme attribute is known to
|
|
7293
|
-
crash on pre-21 devices. -->
|
|
7007
|
+
|
|
7294
7008
|
<attr format="boolean" name="enforceMaterialTheme"/>
|
|
7295
|
-
|
|
7296
|
-
specified and evaluates to a valid text appearance. -->
|
|
7009
|
+
|
|
7297
7010
|
<attr format="boolean" name="enforceTextAppearance"/>
|
|
7298
|
-
|
|
7011
|
+
|
|
7299
7012
|
<attr name="android:textAppearance"/>
|
|
7300
7013
|
</declare-styleable>
|
|
7301
7014
|
<declare-styleable name="Toolbar">
|
|
@@ -7304,26 +7017,17 @@
|
|
|
7304
7017
|
<attr name="title"/>
|
|
7305
7018
|
<attr name="subtitle"/>
|
|
7306
7019
|
<attr name="android:gravity"/>
|
|
7307
|
-
|
|
7308
|
-
of the toolbar's title. Margin values should be positive. -->
|
|
7020
|
+
|
|
7309
7021
|
<attr format="dimension" name="titleMargin"/>
|
|
7310
|
-
|
|
7311
|
-
If both this attribute and titleMargin are specified, then this
|
|
7312
|
-
attribute takes precedence. Margin values should be positive. -->
|
|
7022
|
+
|
|
7313
7023
|
<attr format="dimension" name="titleMarginStart"/>
|
|
7314
|
-
|
|
7315
|
-
If both this attribute and titleMargin are specified, then this
|
|
7316
|
-
attribute takes precedence. Margin values should be positive. -->
|
|
7024
|
+
|
|
7317
7025
|
<attr format="dimension" name="titleMarginEnd"/>
|
|
7318
|
-
|
|
7319
|
-
If both this attribute and titleMargin are specified, then this
|
|
7320
|
-
attribute takes precedence. Margin values should be positive. -->
|
|
7026
|
+
|
|
7321
7027
|
<attr format="dimension" name="titleMarginTop"/>
|
|
7322
|
-
|
|
7323
|
-
If both this attribute and titleMargin are specified, then this
|
|
7324
|
-
attribute takes precedence. Margin values should be positive. -->
|
|
7028
|
+
|
|
7325
7029
|
<attr format="dimension" name="titleMarginBottom"/>
|
|
7326
|
-
|
|
7030
|
+
|
|
7327
7031
|
<attr format="dimension" name="titleMargins"/>
|
|
7328
7032
|
<attr name="contentInsetStart"/>
|
|
7329
7033
|
<attr name="contentInsetEnd"/>
|
|
@@ -7340,58 +7044,46 @@
|
|
|
7340
7044
|
<!-- Push object to the bottom of its container, not changing its size. -->
|
|
7341
7045
|
<flag name="bottom" value="0x50"/>
|
|
7342
7046
|
</attr>
|
|
7343
|
-
|
|
7047
|
+
|
|
7344
7048
|
<attr format="reference" name="collapseIcon"/>
|
|
7345
|
-
|
|
7049
|
+
|
|
7346
7050
|
<attr format="string" name="collapseContentDescription"/>
|
|
7347
|
-
|
|
7348
|
-
shown by widgets in the toolbar. -->
|
|
7051
|
+
|
|
7349
7052
|
<attr name="popupTheme"/>
|
|
7350
|
-
|
|
7351
|
-
the start of the toolbar. -->
|
|
7053
|
+
|
|
7352
7054
|
<attr format="reference" name="navigationIcon"/>
|
|
7353
|
-
|
|
7354
|
-
located at the start of the toolbar. -->
|
|
7055
|
+
|
|
7355
7056
|
<attr format="string" name="navigationContentDescription"/>
|
|
7356
|
-
|
|
7357
|
-
the Toolbar, just after the navigation button. -->
|
|
7057
|
+
|
|
7358
7058
|
<attr name="logo"/>
|
|
7359
|
-
|
|
7360
|
-
associated logo image. -->
|
|
7059
|
+
|
|
7361
7060
|
<attr format="string" name="logoDescription"/>
|
|
7362
|
-
|
|
7061
|
+
|
|
7363
7062
|
<attr format="color" name="titleTextColor"/>
|
|
7364
|
-
|
|
7063
|
+
|
|
7365
7064
|
<attr format="color" name="subtitleTextColor"/>
|
|
7366
7065
|
<attr name="android:minHeight"/>
|
|
7367
|
-
|
|
7066
|
+
|
|
7368
7067
|
<attr format="reference" name="menu"/>
|
|
7369
7068
|
</declare-styleable>
|
|
7370
7069
|
<declare-styleable name="View">
|
|
7371
|
-
|
|
7070
|
+
|
|
7372
7071
|
<attr format="dimension" name="paddingStart"/>
|
|
7373
|
-
|
|
7072
|
+
|
|
7374
7073
|
<attr format="dimension" name="paddingEnd"/>
|
|
7375
|
-
|
|
7376
|
-
move focus to a view; by setting this attribute to true the view is
|
|
7377
|
-
allowed to take focus. This value does not impact the behavior of
|
|
7378
|
-
directly calling {@link android.view.View#requestFocus}, which will
|
|
7379
|
-
always request focus regardless of this view. It only impacts where
|
|
7380
|
-
focus navigation will try to move focus. -->
|
|
7074
|
+
|
|
7381
7075
|
<attr name="android:focusable"/>
|
|
7382
|
-
|
|
7076
|
+
|
|
7383
7077
|
<attr format="reference" name="theme"/>
|
|
7384
|
-
|
|
7385
|
-
view will be inflated using a {@link android.content.Context} themed with
|
|
7386
|
-
the specified resource. -->
|
|
7078
|
+
|
|
7387
7079
|
<attr name="android:theme"/>
|
|
7388
7080
|
</declare-styleable>
|
|
7389
7081
|
<declare-styleable name="ViewBackgroundHelper">
|
|
7390
7082
|
<attr name="android:background"/>
|
|
7391
|
-
|
|
7083
|
+
|
|
7392
7084
|
<attr format="color" name="backgroundTint"/>
|
|
7393
7085
|
|
|
7394
|
-
|
|
7086
|
+
|
|
7395
7087
|
<attr name="backgroundTintMode">
|
|
7396
7088
|
<!-- The tint is drawn on top of the drawable.
|
|
7397
7089
|
[Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] -->
|
|
@@ -7416,11 +7108,9 @@
|
|
|
7416
7108
|
<attr name="android:orientation"/>
|
|
7417
7109
|
</declare-styleable>
|
|
7418
7110
|
<declare-styleable name="ViewStubCompat">
|
|
7419
|
-
|
|
7420
|
-
becomes visible or when forced to do so. The layout resource must be a
|
|
7421
|
-
valid reference to a layout. -->
|
|
7111
|
+
|
|
7422
7112
|
<attr name="android:layout"/>
|
|
7423
|
-
|
|
7113
|
+
|
|
7424
7114
|
<attr name="android:inflatedId"/>
|
|
7425
7115
|
<attr name="android:id"/>
|
|
7426
7116
|
</declare-styleable>
|