From b35c65865df37569e5a2401aa3b420fc71fd3330 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 12 Sep 2018 18:43:59 +0000 Subject: [PATCH] Fixed colorpicker reference --- .idea/caches/build_file_checksums.ser | Bin 588 -> 588 bytes colorpicker | 1 + colorpicker.patch | 43 + colorpicker/.gitignore | 2 - colorpicker/Android.bp | 23 - colorpicker/AndroidManifest.xml | 23 - colorpicker/build.gradle | 16 - .../com/android/colorpicker/BuildConfig.java | 13 - .../source/r/debug/androidx/appcompat/R.java | 1610 ---------------- .../source/r/debug/androidx/arch/core/R.java | 10 - .../debug/androidx/asynclayoutinflater/R.java | 161 -- .../r/debug/androidx/coordinatorlayout/R.java | 189 -- .../source/r/debug/androidx/core/R.java | 161 -- .../r/debug/androidx/cursoradapter/R.java | 10 - .../source/r/debug/androidx/customview/R.java | 161 -- .../r/debug/androidx/documentfile/R.java | 10 - .../r/debug/androidx/drawerlayout/R.java | 161 -- .../source/r/debug/androidx/fragment/R.java | 189 -- .../r/debug/androidx/interpolator/R.java | 10 - .../r/debug/androidx/legacy/coreui/R.java | 189 -- .../r/debug/androidx/legacy/coreutils/R.java | 161 -- .../source/r/debug/androidx/lifecycle/R.java | 10 - .../androidx/lifecycle/livedata/core/R.java | 10 - .../debug/androidx/lifecycle/viewmodel/R.java | 10 - .../source/r/debug/androidx/loader/R.java | 161 -- .../androidx/localbroadcastmanager/R.java | 10 - .../source/r/debug/androidx/print/R.java | 10 - .../r/debug/androidx/slidingpanelayout/R.java | 161 -- .../debug/androidx/swiperefreshlayout/R.java | 161 -- .../r/debug/androidx/vectordrawable/R.java | 189 -- .../debug/androidx/versionedparcelable/R.java | 10 - .../source/r/debug/androidx/viewpager/R.java | 161 -- .../r/debug/com/android/colorpicker/R.java | 1624 ----------------- colorpicker/build/intermediates/attr/R.txt | 1373 -------------- .../debug/androidx/appcompat/R$anim.class | Bin 1026 -> 0 bytes .../debug/androidx/appcompat/R$attr.class | Bin 14705 -> 0 bytes .../debug/androidx/appcompat/R$bool.class | Bin 580 -> 0 bytes .../debug/androidx/appcompat/R$color.class | Bin 5714 -> 0 bytes .../debug/androidx/appcompat/R$dimen.class | Bin 8089 -> 0 bytes .../debug/androidx/appcompat/R$drawable.class | Bin 6698 -> 0 bytes .../debug/androidx/appcompat/R$id.class | Bin 5346 -> 0 bytes .../debug/androidx/appcompat/R$integer.class | Bin 712 -> 0 bytes .../debug/androidx/appcompat/R$layout.class | Bin 2769 -> 0 bytes .../debug/androidx/appcompat/R$string.class | Bin 3064 -> 0 bytes .../debug/androidx/appcompat/R$style.class | Bin 25770 -> 0 bytes .../androidx/appcompat/R$styleable.class | Bin 32230 -> 0 bytes .../classes/debug/androidx/appcompat/R.class | Bin 875 -> 0 bytes .../classes/debug/androidx/arch/core/R.class | Bin 266 -> 0 bytes .../androidx/asynclayoutinflater/R$attr.class | Bin 1020 -> 0 bytes .../asynclayoutinflater/R$color.class | Bin 679 -> 0 bytes .../asynclayoutinflater/R$dimen.class | Bin 1926 -> 0 bytes .../asynclayoutinflater/R$drawable.class | Bin 1164 -> 0 bytes .../androidx/asynclayoutinflater/R$id.class | Bin 1722 -> 0 bytes .../asynclayoutinflater/R$integer.class | Bin 499 -> 0 bytes .../asynclayoutinflater/R$layout.class | Bin 817 -> 0 bytes .../asynclayoutinflater/R$string.class | Bin 498 -> 0 bytes .../asynclayoutinflater/R$style.class | Bin 937 -> 0 bytes .../asynclayoutinflater/R$styleable.class | Bin 2959 -> 0 bytes .../androidx/asynclayoutinflater/R.class | Bin 903 -> 0 bytes .../androidx/coordinatorlayout/R$attr.class | Bin 1478 -> 0 bytes .../androidx/coordinatorlayout/R$color.class | Bin 673 -> 0 bytes .../androidx/coordinatorlayout/R$dimen.class | Bin 1920 -> 0 bytes .../coordinatorlayout/R$drawable.class | Bin 1158 -> 0 bytes .../androidx/coordinatorlayout/R$id.class | Bin 1991 -> 0 bytes .../coordinatorlayout/R$integer.class | Bin 493 -> 0 bytes .../androidx/coordinatorlayout/R$layout.class | Bin 811 -> 0 bytes .../androidx/coordinatorlayout/R$string.class | Bin 492 -> 0 bytes .../androidx/coordinatorlayout/R$style.class | Bin 998 -> 0 bytes .../coordinatorlayout/R$styleable.class | Bin 3770 -> 0 bytes .../debug/androidx/coordinatorlayout/R.class | Bin 879 -> 0 bytes .../classes/debug/androidx/core/R$attr.class | Bin 975 -> 0 bytes .../classes/debug/androidx/core/R$color.class | Bin 634 -> 0 bytes .../classes/debug/androidx/core/R$dimen.class | Bin 1881 -> 0 bytes .../debug/androidx/core/R$drawable.class | Bin 1119 -> 0 bytes .../classes/debug/androidx/core/R$id.class | Bin 1677 -> 0 bytes .../debug/androidx/core/R$integer.class | Bin 454 -> 0 bytes .../debug/androidx/core/R$layout.class | Bin 772 -> 0 bytes .../debug/androidx/core/R$string.class | Bin 453 -> 0 bytes .../classes/debug/androidx/core/R$style.class | Bin 892 -> 0 bytes .../debug/androidx/core/R$styleable.class | Bin 2914 -> 0 bytes .../classes/debug/androidx/core/R.class | Bin 723 -> 0 bytes .../debug/androidx/cursoradapter/R.class | Bin 274 -> 0 bytes .../debug/androidx/customview/R$attr.class | Bin 993 -> 0 bytes .../debug/androidx/customview/R$color.class | Bin 652 -> 0 bytes .../debug/androidx/customview/R$dimen.class | Bin 1899 -> 0 bytes .../androidx/customview/R$drawable.class | Bin 1137 -> 0 bytes .../debug/androidx/customview/R$id.class | Bin 1695 -> 0 bytes .../debug/androidx/customview/R$integer.class | Bin 472 -> 0 bytes .../debug/androidx/customview/R$layout.class | Bin 790 -> 0 bytes .../debug/androidx/customview/R$string.class | Bin 471 -> 0 bytes .../debug/androidx/customview/R$style.class | Bin 910 -> 0 bytes .../androidx/customview/R$styleable.class | Bin 2932 -> 0 bytes .../classes/debug/androidx/customview/R.class | Bin 795 -> 0 bytes .../debug/androidx/documentfile/R.class | Bin 272 -> 0 bytes .../debug/androidx/drawerlayout/R$attr.class | Bin 999 -> 0 bytes .../debug/androidx/drawerlayout/R$color.class | Bin 658 -> 0 bytes .../debug/androidx/drawerlayout/R$dimen.class | Bin 1905 -> 0 bytes .../androidx/drawerlayout/R$drawable.class | Bin 1143 -> 0 bytes .../debug/androidx/drawerlayout/R$id.class | Bin 1701 -> 0 bytes .../androidx/drawerlayout/R$integer.class | Bin 478 -> 0 bytes .../androidx/drawerlayout/R$layout.class | Bin 796 -> 0 bytes .../androidx/drawerlayout/R$string.class | Bin 477 -> 0 bytes .../debug/androidx/drawerlayout/R$style.class | Bin 916 -> 0 bytes .../androidx/drawerlayout/R$styleable.class | Bin 2938 -> 0 bytes .../debug/androidx/drawerlayout/R.class | Bin 819 -> 0 bytes .../debug/androidx/fragment/R$attr.class | Bin 1451 -> 0 bytes .../debug/androidx/fragment/R$color.class | Bin 646 -> 0 bytes .../debug/androidx/fragment/R$dimen.class | Bin 1893 -> 0 bytes .../debug/androidx/fragment/R$drawable.class | Bin 1131 -> 0 bytes .../debug/androidx/fragment/R$id.class | Bin 1964 -> 0 bytes .../debug/androidx/fragment/R$integer.class | Bin 466 -> 0 bytes .../debug/androidx/fragment/R$layout.class | Bin 784 -> 0 bytes .../debug/androidx/fragment/R$string.class | Bin 465 -> 0 bytes .../debug/androidx/fragment/R$style.class | Bin 971 -> 0 bytes .../debug/androidx/fragment/R$styleable.class | Bin 3743 -> 0 bytes .../classes/debug/androidx/fragment/R.class | Bin 771 -> 0 bytes .../debug/androidx/interpolator/R.class | Bin 272 -> 0 bytes .../debug/androidx/legacy/coreui/R$attr.class | Bin 1466 -> 0 bytes .../androidx/legacy/coreui/R$color.class | Bin 661 -> 0 bytes .../androidx/legacy/coreui/R$dimen.class | Bin 1908 -> 0 bytes .../androidx/legacy/coreui/R$drawable.class | Bin 1146 -> 0 bytes .../debug/androidx/legacy/coreui/R$id.class | Bin 1979 -> 0 bytes .../androidx/legacy/coreui/R$integer.class | Bin 481 -> 0 bytes .../androidx/legacy/coreui/R$layout.class | Bin 799 -> 0 bytes .../androidx/legacy/coreui/R$string.class | Bin 480 -> 0 bytes .../androidx/legacy/coreui/R$style.class | Bin 986 -> 0 bytes .../androidx/legacy/coreui/R$styleable.class | Bin 3758 -> 0 bytes .../debug/androidx/legacy/coreui/R.class | Bin 831 -> 0 bytes .../androidx/legacy/coreutils/R$attr.class | Bin 1011 -> 0 bytes .../androidx/legacy/coreutils/R$color.class | Bin 670 -> 0 bytes .../androidx/legacy/coreutils/R$dimen.class | Bin 1917 -> 0 bytes .../legacy/coreutils/R$drawable.class | Bin 1155 -> 0 bytes .../androidx/legacy/coreutils/R$id.class | Bin 1713 -> 0 bytes .../androidx/legacy/coreutils/R$integer.class | Bin 490 -> 0 bytes .../androidx/legacy/coreutils/R$layout.class | Bin 808 -> 0 bytes .../androidx/legacy/coreutils/R$string.class | Bin 489 -> 0 bytes .../androidx/legacy/coreutils/R$style.class | Bin 928 -> 0 bytes .../legacy/coreutils/R$styleable.class | Bin 2950 -> 0 bytes .../debug/androidx/legacy/coreutils/R.class | Bin 867 -> 0 bytes .../classes/debug/androidx/lifecycle/R.class | Bin 266 -> 0 bytes .../androidx/lifecycle/livedata/core/R.class | Bin 294 -> 0 bytes .../androidx/lifecycle/viewmodel/R.class | Bin 286 -> 0 bytes .../debug/androidx/loader/R$attr.class | Bin 981 -> 0 bytes .../debug/androidx/loader/R$color.class | Bin 640 -> 0 bytes .../debug/androidx/loader/R$dimen.class | Bin 1887 -> 0 bytes .../debug/androidx/loader/R$drawable.class | Bin 1125 -> 0 bytes .../classes/debug/androidx/loader/R$id.class | Bin 1683 -> 0 bytes .../debug/androidx/loader/R$integer.class | Bin 460 -> 0 bytes .../debug/androidx/loader/R$layout.class | Bin 778 -> 0 bytes .../debug/androidx/loader/R$string.class | Bin 459 -> 0 bytes .../debug/androidx/loader/R$style.class | Bin 898 -> 0 bytes .../debug/androidx/loader/R$styleable.class | Bin 2920 -> 0 bytes .../classes/debug/androidx/loader/R.class | Bin 747 -> 0 bytes .../androidx/localbroadcastmanager/R.class | Bin 290 -> 0 bytes .../classes/debug/androidx/print/R.class | Bin 258 -> 0 bytes .../androidx/slidingpanelayout/R$attr.class | Bin 1014 -> 0 bytes .../androidx/slidingpanelayout/R$color.class | Bin 673 -> 0 bytes .../androidx/slidingpanelayout/R$dimen.class | Bin 1920 -> 0 bytes .../slidingpanelayout/R$drawable.class | Bin 1158 -> 0 bytes .../androidx/slidingpanelayout/R$id.class | Bin 1716 -> 0 bytes .../slidingpanelayout/R$integer.class | Bin 493 -> 0 bytes .../androidx/slidingpanelayout/R$layout.class | Bin 811 -> 0 bytes .../androidx/slidingpanelayout/R$string.class | Bin 492 -> 0 bytes .../androidx/slidingpanelayout/R$style.class | Bin 931 -> 0 bytes .../slidingpanelayout/R$styleable.class | Bin 2953 -> 0 bytes .../debug/androidx/slidingpanelayout/R.class | Bin 879 -> 0 bytes .../androidx/swiperefreshlayout/R$attr.class | Bin 1017 -> 0 bytes .../androidx/swiperefreshlayout/R$color.class | Bin 676 -> 0 bytes .../androidx/swiperefreshlayout/R$dimen.class | Bin 1923 -> 0 bytes .../swiperefreshlayout/R$drawable.class | Bin 1161 -> 0 bytes .../androidx/swiperefreshlayout/R$id.class | Bin 1719 -> 0 bytes .../swiperefreshlayout/R$integer.class | Bin 496 -> 0 bytes .../swiperefreshlayout/R$layout.class | Bin 814 -> 0 bytes .../swiperefreshlayout/R$string.class | Bin 495 -> 0 bytes .../androidx/swiperefreshlayout/R$style.class | Bin 934 -> 0 bytes .../swiperefreshlayout/R$styleable.class | Bin 2956 -> 0 bytes .../debug/androidx/swiperefreshlayout/R.class | Bin 891 -> 0 bytes .../androidx/vectordrawable/R$attr.class | Bin 1469 -> 0 bytes .../androidx/vectordrawable/R$color.class | Bin 664 -> 0 bytes .../androidx/vectordrawable/R$dimen.class | Bin 1911 -> 0 bytes .../androidx/vectordrawable/R$drawable.class | Bin 1149 -> 0 bytes .../debug/androidx/vectordrawable/R$id.class | Bin 1982 -> 0 bytes .../androidx/vectordrawable/R$integer.class | Bin 484 -> 0 bytes .../androidx/vectordrawable/R$layout.class | Bin 802 -> 0 bytes .../androidx/vectordrawable/R$string.class | Bin 483 -> 0 bytes .../androidx/vectordrawable/R$style.class | Bin 989 -> 0 bytes .../androidx/vectordrawable/R$styleable.class | Bin 3761 -> 0 bytes .../debug/androidx/vectordrawable/R.class | Bin 843 -> 0 bytes .../androidx/versionedparcelable/R.class | Bin 286 -> 0 bytes .../debug/androidx/viewpager/R$attr.class | Bin 990 -> 0 bytes .../debug/androidx/viewpager/R$color.class | Bin 649 -> 0 bytes .../debug/androidx/viewpager/R$dimen.class | Bin 1896 -> 0 bytes .../debug/androidx/viewpager/R$drawable.class | Bin 1134 -> 0 bytes .../debug/androidx/viewpager/R$id.class | Bin 1692 -> 0 bytes .../debug/androidx/viewpager/R$integer.class | Bin 469 -> 0 bytes .../debug/androidx/viewpager/R$layout.class | Bin 787 -> 0 bytes .../debug/androidx/viewpager/R$string.class | Bin 468 -> 0 bytes .../debug/androidx/viewpager/R$style.class | Bin 907 -> 0 bytes .../androidx/viewpager/R$styleable.class | Bin 2929 -> 0 bytes .../classes/debug/androidx/viewpager/R.class | Bin 783 -> 0 bytes .../com/android/colorpicker/BuildConfig.class | Bin 726 -> 0 bytes .../colorpicker/ColorPickerDialog.class | Bin 6602 -> 0 bytes .../colorpicker/ColorPickerPalette.class | Bin 5606 -> 0 bytes ...PickerSwatch$OnColorSelectedListener.class | Bin 300 -> 0 bytes .../colorpicker/ColorPickerSwatch.class | Bin 2779 -> 0 bytes .../colorpicker/ColorStateDrawable.class | Bin 1580 -> 0 bytes .../colorpicker/HsvColorComparator.class | Bin 1253 -> 0 bytes .../com/android/colorpicker/R$anim.class | Bin 1041 -> 0 bytes .../com/android/colorpicker/R$attr.class | Bin 14720 -> 0 bytes .../com/android/colorpicker/R$bool.class | Bin 595 -> 0 bytes .../com/android/colorpicker/R$color.class | Bin 5729 -> 0 bytes .../com/android/colorpicker/R$dimen.class | Bin 8332 -> 0 bytes .../com/android/colorpicker/R$drawable.class | Bin 6832 -> 0 bytes .../debug/com/android/colorpicker/R$id.class | Bin 5519 -> 0 bytes .../com/android/colorpicker/R$integer.class | Bin 727 -> 0 bytes .../com/android/colorpicker/R$layout.class | Bin 2892 -> 0 bytes .../com/android/colorpicker/R$string.class | Bin 3267 -> 0 bytes .../com/android/colorpicker/R$style.class | Bin 25785 -> 0 bytes .../com/android/colorpicker/R$styleable.class | Bin 32245 -> 0 bytes .../debug/com/android/colorpicker/R.class | Bin 945 -> 0 bytes .../compileDebugAidl/dependency.store | Bin 5 -> 0 bytes .../debug-mergeJniLibs/merge-state | Bin 529 -> 0 bytes .../mergeDebugJniLibFolders/merger.xml | 2 - .../incremental/mergeDebugShaders/merger.xml | 2 - .../incremental/packageDebugAssets/merger.xml | 2 - .../compile-file-map.properties | 7 - .../merged.dir/values-af/values-af.xml | 6 - .../merged.dir/values-am/values-am.xml | 6 - .../merged.dir/values-ar/values-ar.xml | 6 - .../merged.dir/values-az/values-az.xml | 6 - .../values-b+sr+Latn/values-b+sr+Latn.xml | 6 - .../merged.dir/values-be/values-be.xml | 6 - .../merged.dir/values-bg/values-bg.xml | 6 - .../merged.dir/values-bn/values-bn.xml | 6 - .../merged.dir/values-bs/values-bs.xml | 6 - .../merged.dir/values-ca/values-ca.xml | 6 - .../merged.dir/values-cs/values-cs.xml | 6 - .../merged.dir/values-da/values-da.xml | 6 - .../merged.dir/values-de/values-de.xml | 6 - .../merged.dir/values-el/values-el.xml | 6 - .../values-en-rAU/values-en-rAU.xml | 6 - .../values-en-rCA/values-en-rCA.xml | 6 - .../values-en-rGB/values-en-rGB.xml | 6 - .../values-en-rIN/values-en-rIN.xml | 6 - .../values-en-rXC/values-en-rXC.xml | 6 - .../values-es-rUS/values-es-rUS.xml | 6 - .../merged.dir/values-es/values-es.xml | 6 - .../merged.dir/values-et/values-et.xml | 6 - .../merged.dir/values-eu/values-eu.xml | 6 - .../merged.dir/values-fa/values-fa.xml | 6 - .../merged.dir/values-fi/values-fi.xml | 6 - .../values-fr-rCA/values-fr-rCA.xml | 6 - .../merged.dir/values-fr/values-fr.xml | 6 - .../merged.dir/values-gl/values-gl.xml | 6 - .../merged.dir/values-gu/values-gu.xml | 6 - .../merged.dir/values-hi/values-hi.xml | 6 - .../merged.dir/values-hr/values-hr.xml | 6 - .../merged.dir/values-hu/values-hu.xml | 6 - .../merged.dir/values-hy/values-hy.xml | 6 - .../merged.dir/values-in/values-in.xml | 6 - .../merged.dir/values-is/values-is.xml | 6 - .../merged.dir/values-it/values-it.xml | 6 - .../merged.dir/values-iw/values-iw.xml | 6 - .../merged.dir/values-ja/values-ja.xml | 6 - .../merged.dir/values-ka/values-ka.xml | 6 - .../merged.dir/values-kk/values-kk.xml | 6 - .../merged.dir/values-km/values-km.xml | 6 - .../merged.dir/values-kn/values-kn.xml | 6 - .../merged.dir/values-ko/values-ko.xml | 6 - .../merged.dir/values-ky/values-ky.xml | 6 - .../merged.dir/values-lo/values-lo.xml | 6 - .../merged.dir/values-lt/values-lt.xml | 6 - .../merged.dir/values-lv/values-lv.xml | 6 - .../merged.dir/values-mk/values-mk.xml | 6 - .../merged.dir/values-ml/values-ml.xml | 6 - .../merged.dir/values-mn/values-mn.xml | 6 - .../merged.dir/values-mr/values-mr.xml | 6 - .../merged.dir/values-ms/values-ms.xml | 6 - .../merged.dir/values-my/values-my.xml | 6 - .../merged.dir/values-nb/values-nb.xml | 6 - .../merged.dir/values-ne/values-ne.xml | 6 - .../merged.dir/values-nl/values-nl.xml | 6 - .../merged.dir/values-or/values-or.xml | 6 - .../merged.dir/values-pa/values-pa.xml | 6 - .../merged.dir/values-pl/values-pl.xml | 6 - .../values-pt-rPT/values-pt-rPT.xml | 6 - .../merged.dir/values-pt/values-pt.xml | 6 - .../merged.dir/values-ro/values-ro.xml | 6 - .../merged.dir/values-ru/values-ru.xml | 6 - .../merged.dir/values-si/values-si.xml | 6 - .../merged.dir/values-sk/values-sk.xml | 6 - .../merged.dir/values-sl/values-sl.xml | 6 - .../merged.dir/values-sq/values-sq.xml | 6 - .../merged.dir/values-sr/values-sr.xml | 6 - .../merged.dir/values-sv/values-sv.xml | 6 - .../merged.dir/values-sw/values-sw.xml | 6 - .../merged.dir/values-ta/values-ta.xml | 6 - .../merged.dir/values-te/values-te.xml | 6 - .../merged.dir/values-th/values-th.xml | 6 - .../merged.dir/values-tl/values-tl.xml | 6 - .../merged.dir/values-tr/values-tr.xml | 6 - .../merged.dir/values-uk/values-uk.xml | 6 - .../merged.dir/values-ur/values-ur.xml | 6 - .../merged.dir/values-uz/values-uz.xml | 6 - .../merged.dir/values-vi/values-vi.xml | 6 - .../values-zh-rCN/values-zh-rCN.xml | 6 - .../values-zh-rHK/values-zh-rHK.xml | 6 - .../values-zh-rTW/values-zh-rTW.xml | 6 - .../merged.dir/values-zu/values-zu.xml | 6 - .../merged.dir/values/values.xml | 10 - .../packageDebugResources/merger.xml | 2 - .../intermediate-jars/debug/classes.jar | Bin 10574 -> 0 bytes .../intermediate-jars/debug/res.jar | Bin 22 -> 0 bytes .../debug/annotationProcessors.json | 1 - .../manifests/aapt/debug/AndroidManifest.xml | 26 - .../manifests/aapt/debug/output.json | 1 - .../manifests/full/debug/AndroidManifest.xml | 26 - .../manifests/full/debug/output.json | 1 - .../ic_colorpicker_swatch_selected.png | Bin 2414 -> 0 bytes .../ic_colorpicker_swatch_selected.png | Bin 1662 -> 0 bytes .../ic_colorpicker_swatch_selected.png | Bin 3241 -> 0 bytes .../debug/drawable/color_picker_swatch.xml | 16 - .../debug/layout/color_picker_dialog.xml | 45 - .../debug/layout/color_picker_swatch.xml | 28 - .../debug/values-af/values-af.xml | 6 - .../debug/values-am/values-am.xml | 6 - .../debug/values-ar/values-ar.xml | 6 - .../debug/values-az/values-az.xml | 6 - .../values-b+sr+Latn/values-b+sr+Latn.xml | 6 - .../debug/values-be/values-be.xml | 6 - .../debug/values-bg/values-bg.xml | 6 - .../debug/values-bn/values-bn.xml | 6 - .../debug/values-bs/values-bs.xml | 6 - .../debug/values-ca/values-ca.xml | 6 - .../debug/values-cs/values-cs.xml | 6 - .../debug/values-da/values-da.xml | 6 - .../debug/values-de/values-de.xml | 6 - .../debug/values-el/values-el.xml | 6 - .../debug/values-en-rAU/values-en-rAU.xml | 6 - .../debug/values-en-rCA/values-en-rCA.xml | 6 - .../debug/values-en-rGB/values-en-rGB.xml | 6 - .../debug/values-en-rIN/values-en-rIN.xml | 6 - .../debug/values-en-rXC/values-en-rXC.xml | 6 - .../debug/values-es-rUS/values-es-rUS.xml | 6 - .../debug/values-es/values-es.xml | 6 - .../debug/values-et/values-et.xml | 6 - .../debug/values-eu/values-eu.xml | 6 - .../debug/values-fa/values-fa.xml | 6 - .../debug/values-fi/values-fi.xml | 6 - .../debug/values-fr-rCA/values-fr-rCA.xml | 6 - .../debug/values-fr/values-fr.xml | 6 - .../debug/values-gl/values-gl.xml | 6 - .../debug/values-gu/values-gu.xml | 6 - .../debug/values-hi/values-hi.xml | 6 - .../debug/values-hr/values-hr.xml | 6 - .../debug/values-hu/values-hu.xml | 6 - .../debug/values-hy/values-hy.xml | 6 - .../debug/values-in/values-in.xml | 6 - .../debug/values-is/values-is.xml | 6 - .../debug/values-it/values-it.xml | 6 - .../debug/values-iw/values-iw.xml | 6 - .../debug/values-ja/values-ja.xml | 6 - .../debug/values-ka/values-ka.xml | 6 - .../debug/values-kk/values-kk.xml | 6 - .../debug/values-km/values-km.xml | 6 - .../debug/values-kn/values-kn.xml | 6 - .../debug/values-ko/values-ko.xml | 6 - .../debug/values-ky/values-ky.xml | 6 - .../debug/values-lo/values-lo.xml | 6 - .../debug/values-lt/values-lt.xml | 6 - .../debug/values-lv/values-lv.xml | 6 - .../debug/values-mk/values-mk.xml | 6 - .../debug/values-ml/values-ml.xml | 6 - .../debug/values-mn/values-mn.xml | 6 - .../debug/values-mr/values-mr.xml | 6 - .../debug/values-ms/values-ms.xml | 6 - .../debug/values-my/values-my.xml | 6 - .../debug/values-nb/values-nb.xml | 6 - .../debug/values-ne/values-ne.xml | 6 - .../debug/values-nl/values-nl.xml | 6 - .../debug/values-or/values-or.xml | 6 - .../debug/values-pa/values-pa.xml | 6 - .../debug/values-pl/values-pl.xml | 6 - .../debug/values-pt-rPT/values-pt-rPT.xml | 6 - .../debug/values-pt/values-pt.xml | 6 - .../debug/values-ro/values-ro.xml | 6 - .../debug/values-ru/values-ru.xml | 6 - .../debug/values-si/values-si.xml | 6 - .../debug/values-sk/values-sk.xml | 6 - .../debug/values-sl/values-sl.xml | 6 - .../debug/values-sq/values-sq.xml | 6 - .../debug/values-sr/values-sr.xml | 6 - .../debug/values-sv/values-sv.xml | 6 - .../debug/values-sw/values-sw.xml | 6 - .../debug/values-ta/values-ta.xml | 6 - .../debug/values-te/values-te.xml | 6 - .../debug/values-th/values-th.xml | 6 - .../debug/values-tl/values-tl.xml | 6 - .../debug/values-tr/values-tr.xml | 6 - .../debug/values-uk/values-uk.xml | 6 - .../debug/values-ur/values-ur.xml | 6 - .../debug/values-uz/values-uz.xml | 6 - .../debug/values-vi/values-vi.xml | 6 - .../debug/values-zh-rCN/values-zh-rCN.xml | 6 - .../debug/values-zh-rHK/values-zh-rHK.xml | 6 - .../debug/values-zh-rTW/values-zh-rTW.xml | 6 - .../debug/values-zu/values-zu.xml | 6 - .../packaged_res/debug/values/values.xml | 10 - .../debug/package-aware-r.txt | 1591 ---------------- .../build/intermediates/symbols/debug/R.txt | 1590 ---------------- .../mergeJniLibs/debug/__content__.json | 1 - .../stripDebugSymbol/debug/__content__.json | 1 - .../logs/manifest-merger-debug-report.txt | 29 - colorpicker/project.properties | 15 - .../ic_colorpicker_swatch_selected.png | Bin 2414 -> 0 bytes .../ic_colorpicker_swatch_selected.png | Bin 1662 -> 0 bytes .../ic_colorpicker_swatch_selected.png | Bin 3241 -> 0 bytes .../res/drawable/color_picker_swatch.xml | 16 - .../res/layout/color_picker_dialog.xml | 45 - .../res/layout/color_picker_swatch.xml | 28 - colorpicker/res/values-af/strings.xml | 22 - colorpicker/res/values-am/strings.xml | 22 - colorpicker/res/values-ar/strings.xml | 22 - colorpicker/res/values-az/strings.xml | 22 - colorpicker/res/values-b+sr+Latn/strings.xml | 22 - colorpicker/res/values-be/strings.xml | 22 - colorpicker/res/values-bg/strings.xml | 22 - colorpicker/res/values-bn/strings.xml | 22 - colorpicker/res/values-bs/strings.xml | 22 - colorpicker/res/values-ca/strings.xml | 22 - colorpicker/res/values-cs/strings.xml | 22 - colorpicker/res/values-da/strings.xml | 22 - colorpicker/res/values-de/strings.xml | 22 - colorpicker/res/values-el/strings.xml | 22 - colorpicker/res/values-en-rAU/strings.xml | 22 - colorpicker/res/values-en-rCA/strings.xml | 22 - colorpicker/res/values-en-rGB/strings.xml | 22 - colorpicker/res/values-en-rIN/strings.xml | 22 - colorpicker/res/values-en-rXC/strings.xml | 22 - colorpicker/res/values-es-rUS/strings.xml | 22 - colorpicker/res/values-es/strings.xml | 22 - colorpicker/res/values-et/strings.xml | 22 - colorpicker/res/values-eu/strings.xml | 22 - colorpicker/res/values-fa/strings.xml | 22 - colorpicker/res/values-fi/strings.xml | 22 - colorpicker/res/values-fr-rCA/strings.xml | 22 - colorpicker/res/values-fr/strings.xml | 22 - colorpicker/res/values-gl/strings.xml | 22 - colorpicker/res/values-gu/strings.xml | 22 - colorpicker/res/values-hi/strings.xml | 22 - colorpicker/res/values-hr/strings.xml | 22 - colorpicker/res/values-hu/strings.xml | 22 - colorpicker/res/values-hy/strings.xml | 22 - colorpicker/res/values-in/strings.xml | 22 - colorpicker/res/values-is/strings.xml | 22 - colorpicker/res/values-it/strings.xml | 22 - colorpicker/res/values-iw/strings.xml | 22 - colorpicker/res/values-ja/strings.xml | 22 - colorpicker/res/values-ka/strings.xml | 22 - colorpicker/res/values-kk/strings.xml | 22 - colorpicker/res/values-km/strings.xml | 22 - colorpicker/res/values-kn/strings.xml | 22 - colorpicker/res/values-ko/strings.xml | 22 - colorpicker/res/values-ky/strings.xml | 22 - colorpicker/res/values-lo/strings.xml | 22 - colorpicker/res/values-lt/strings.xml | 22 - colorpicker/res/values-lv/strings.xml | 22 - colorpicker/res/values-mk/strings.xml | 22 - colorpicker/res/values-ml/strings.xml | 22 - colorpicker/res/values-mn/strings.xml | 22 - colorpicker/res/values-mr/strings.xml | 22 - colorpicker/res/values-ms/strings.xml | 22 - colorpicker/res/values-my/strings.xml | 22 - colorpicker/res/values-nb/strings.xml | 22 - colorpicker/res/values-ne/strings.xml | 22 - colorpicker/res/values-nl/strings.xml | 22 - colorpicker/res/values-or/strings.xml | 22 - colorpicker/res/values-pa/strings.xml | 22 - colorpicker/res/values-pl/strings.xml | 22 - colorpicker/res/values-pt-rPT/strings.xml | 22 - colorpicker/res/values-pt/strings.xml | 22 - colorpicker/res/values-ro/strings.xml | 22 - colorpicker/res/values-ru/strings.xml | 22 - colorpicker/res/values-si/strings.xml | 22 - colorpicker/res/values-sk/strings.xml | 22 - colorpicker/res/values-sl/strings.xml | 22 - colorpicker/res/values-sq/strings.xml | 22 - colorpicker/res/values-sr/strings.xml | 22 - colorpicker/res/values-sv/strings.xml | 22 - colorpicker/res/values-sw/strings.xml | 22 - colorpicker/res/values-ta/strings.xml | 22 - colorpicker/res/values-te/strings.xml | 22 - colorpicker/res/values-th/strings.xml | 22 - colorpicker/res/values-tl/strings.xml | 22 - colorpicker/res/values-tr/strings.xml | 22 - colorpicker/res/values-uk/strings.xml | 22 - colorpicker/res/values-ur/strings.xml | 22 - colorpicker/res/values-uz/strings.xml | 22 - colorpicker/res/values-vi/strings.xml | 22 - colorpicker/res/values-zh-rCN/strings.xml | 22 - colorpicker/res/values-zh-rHK/strings.xml | 22 - colorpicker/res/values-zh-rTW/strings.xml | 22 - colorpicker/res/values-zu/strings.xml | 22 - colorpicker/res/values/dimens.xml | 21 - colorpicker/res/values/strings.xml | 23 - .../colorpicker/ColorPickerDialog.java | 214 --- .../colorpicker/ColorPickerPalette.java | 194 -- .../colorpicker/ColorPickerSwatch.java | 80 - .../colorpicker/ColorStateDrawable.java | 72 - .../colorpicker/HsvColorComparator.java | 61 - 510 files changed, 44 insertions(+), 13971 deletions(-) create mode 160000 colorpicker create mode 100644 colorpicker.patch delete mode 100644 colorpicker/.gitignore delete mode 100644 colorpicker/Android.bp delete mode 100644 colorpicker/AndroidManifest.xml delete mode 100644 colorpicker/build.gradle delete mode 100644 colorpicker/build/generated/source/buildConfig/debug/com/android/colorpicker/BuildConfig.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/appcompat/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/arch/core/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/asynclayoutinflater/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/coordinatorlayout/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/core/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/cursoradapter/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/customview/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/documentfile/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/drawerlayout/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/fragment/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/interpolator/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/legacy/coreui/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/legacy/coreutils/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/lifecycle/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/lifecycle/livedata/core/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/lifecycle/viewmodel/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/loader/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/localbroadcastmanager/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/print/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/slidingpanelayout/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/swiperefreshlayout/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/vectordrawable/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/versionedparcelable/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/androidx/viewpager/R.java delete mode 100644 colorpicker/build/generated/source/r/debug/com/android/colorpicker/R.java delete mode 100644 colorpicker/build/intermediates/attr/R.txt delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$anim.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$bool.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/appcompat/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/arch/core/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/core/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/cursoradapter/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/customview/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/documentfile/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/fragment/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/interpolator/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/lifecycle/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/lifecycle/livedata/core/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/lifecycle/viewmodel/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/loader/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/localbroadcastmanager/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/print/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/versionedparcelable/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/androidx/viewpager/R.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/BuildConfig.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerDialog.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerPalette.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerSwatch$OnColorSelectedListener.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerSwatch.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorStateDrawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/HsvColorComparator.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$anim.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$attr.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$bool.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$color.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$dimen.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$drawable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$id.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$integer.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$layout.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$string.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$style.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$styleable.class delete mode 100644 colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R.class delete mode 100644 colorpicker/build/intermediates/incremental/compileDebugAidl/dependency.store delete mode 100644 colorpicker/build/intermediates/incremental/debug-mergeJniLibs/merge-state delete mode 100644 colorpicker/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml delete mode 100644 colorpicker/build/intermediates/incremental/mergeDebugShaders/merger.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugAssets/merger.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/compile-file-map.properties delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-af/values-af.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-am/values-am.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ar/values-ar.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-az/values-az.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-be/values-be.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bg/values-bg.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bn/values-bn.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bs/values-bs.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ca/values-ca.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-cs/values-cs.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-da/values-da.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-de/values-de.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-el/values-el.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es/values-es.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-et/values-et.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-eu/values-eu.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fa/values-fa.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fi/values-fi.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr/values-fr.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gl/values-gl.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gu/values-gu.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hi/values-hi.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hr/values-hr.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hu/values-hu.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hy/values-hy.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-in/values-in.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-is/values-is.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-it/values-it.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-iw/values-iw.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ja/values-ja.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ka/values-ka.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kk/values-kk.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-km/values-km.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kn/values-kn.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ko/values-ko.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ky/values-ky.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lo/values-lo.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lt/values-lt.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lv/values-lv.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mk/values-mk.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ml/values-ml.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mn/values-mn.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mr/values-mr.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ms/values-ms.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-my/values-my.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nb/values-nb.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ne/values-ne.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nl/values-nl.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-or/values-or.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pa/values-pa.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pl/values-pl.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt/values-pt.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ro/values-ro.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ru/values-ru.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-si/values-si.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sk/values-sk.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sl/values-sl.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sq/values-sq.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sr/values-sr.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sv/values-sv.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sw/values-sw.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ta/values-ta.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-te/values-te.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-th/values-th.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tl/values-tl.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tr/values-tr.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uk/values-uk.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ur/values-ur.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uz/values-uz.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-vi/values-vi.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zu/values-zu.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml delete mode 100644 colorpicker/build/intermediates/incremental/packageDebugResources/merger.xml delete mode 100644 colorpicker/build/intermediates/intermediate-jars/debug/classes.jar delete mode 100644 colorpicker/build/intermediates/intermediate-jars/debug/res.jar delete mode 100644 colorpicker/build/intermediates/javaPrecompile/debug/annotationProcessors.json delete mode 100644 colorpicker/build/intermediates/manifests/aapt/debug/AndroidManifest.xml delete mode 100644 colorpicker/build/intermediates/manifests/aapt/debug/output.json delete mode 100644 colorpicker/build/intermediates/manifests/full/debug/AndroidManifest.xml delete mode 100644 colorpicker/build/intermediates/manifests/full/debug/output.json delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_colorpicker_swatch_selected.png delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_colorpicker_swatch_selected.png delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_colorpicker_swatch_selected.png delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/drawable/color_picker_swatch.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_dialog.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_swatch.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-af/values-af.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-am/values-am.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ar/values-ar.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-az/values-az.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-b+sr+Latn/values-b+sr+Latn.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-be/values-be.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-bg/values-bg.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-bn/values-bn.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-bs/values-bs.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ca/values-ca.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-cs/values-cs.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-da/values-da.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-de/values-de.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-el/values-el.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-en-rAU/values-en-rAU.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-en-rCA/values-en-rCA.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-en-rGB/values-en-rGB.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-en-rIN/values-en-rIN.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-en-rXC/values-en-rXC.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-es-rUS/values-es-rUS.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-es/values-es.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-et/values-et.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-eu/values-eu.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-fa/values-fa.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-fi/values-fi.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-fr-rCA/values-fr-rCA.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-fr/values-fr.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-gl/values-gl.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-gu/values-gu.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-hi/values-hi.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-hr/values-hr.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-hu/values-hu.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-hy/values-hy.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-in/values-in.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-is/values-is.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-it/values-it.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-iw/values-iw.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ja/values-ja.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ka/values-ka.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-kk/values-kk.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-km/values-km.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-kn/values-kn.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ko/values-ko.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ky/values-ky.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-lo/values-lo.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-lt/values-lt.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-lv/values-lv.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-mk/values-mk.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ml/values-ml.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-mn/values-mn.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-mr/values-mr.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ms/values-ms.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-my/values-my.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-nb/values-nb.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ne/values-ne.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-nl/values-nl.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-or/values-or.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-pa/values-pa.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-pl/values-pl.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-pt-rPT/values-pt-rPT.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-pt/values-pt.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ro/values-ro.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ru/values-ru.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-si/values-si.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-sk/values-sk.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-sl/values-sl.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-sq/values-sq.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-sr/values-sr.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-sv/values-sv.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-sw/values-sw.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ta/values-ta.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-te/values-te.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-th/values-th.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-tl/values-tl.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-tr/values-tr.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-uk/values-uk.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-ur/values-ur.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-uz/values-uz.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-vi/values-vi.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-zh-rCN/values-zh-rCN.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-zh-rHK/values-zh-rHK.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-zh-rTW/values-zh-rTW.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values-zu/values-zu.xml delete mode 100644 colorpicker/build/intermediates/packaged_res/debug/values/values.xml delete mode 100644 colorpicker/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt delete mode 100644 colorpicker/build/intermediates/symbols/debug/R.txt delete mode 100644 colorpicker/build/intermediates/transforms/mergeJniLibs/debug/__content__.json delete mode 100644 colorpicker/build/intermediates/transforms/stripDebugSymbol/debug/__content__.json delete mode 100644 colorpicker/build/outputs/logs/manifest-merger-debug-report.txt delete mode 100644 colorpicker/project.properties delete mode 100644 colorpicker/res/drawable-hdpi/ic_colorpicker_swatch_selected.png delete mode 100644 colorpicker/res/drawable-mdpi/ic_colorpicker_swatch_selected.png delete mode 100644 colorpicker/res/drawable-xhdpi/ic_colorpicker_swatch_selected.png delete mode 100644 colorpicker/res/drawable/color_picker_swatch.xml delete mode 100644 colorpicker/res/layout/color_picker_dialog.xml delete mode 100644 colorpicker/res/layout/color_picker_swatch.xml delete mode 100644 colorpicker/res/values-af/strings.xml delete mode 100644 colorpicker/res/values-am/strings.xml delete mode 100644 colorpicker/res/values-ar/strings.xml delete mode 100644 colorpicker/res/values-az/strings.xml delete mode 100644 colorpicker/res/values-b+sr+Latn/strings.xml delete mode 100644 colorpicker/res/values-be/strings.xml delete mode 100644 colorpicker/res/values-bg/strings.xml delete mode 100644 colorpicker/res/values-bn/strings.xml delete mode 100644 colorpicker/res/values-bs/strings.xml delete mode 100644 colorpicker/res/values-ca/strings.xml delete mode 100644 colorpicker/res/values-cs/strings.xml delete mode 100644 colorpicker/res/values-da/strings.xml delete mode 100644 colorpicker/res/values-de/strings.xml delete mode 100644 colorpicker/res/values-el/strings.xml delete mode 100644 colorpicker/res/values-en-rAU/strings.xml delete mode 100644 colorpicker/res/values-en-rCA/strings.xml delete mode 100644 colorpicker/res/values-en-rGB/strings.xml delete mode 100644 colorpicker/res/values-en-rIN/strings.xml delete mode 100644 colorpicker/res/values-en-rXC/strings.xml delete mode 100644 colorpicker/res/values-es-rUS/strings.xml delete mode 100644 colorpicker/res/values-es/strings.xml delete mode 100644 colorpicker/res/values-et/strings.xml delete mode 100644 colorpicker/res/values-eu/strings.xml delete mode 100644 colorpicker/res/values-fa/strings.xml delete mode 100644 colorpicker/res/values-fi/strings.xml delete mode 100644 colorpicker/res/values-fr-rCA/strings.xml delete mode 100644 colorpicker/res/values-fr/strings.xml delete mode 100644 colorpicker/res/values-gl/strings.xml delete mode 100644 colorpicker/res/values-gu/strings.xml delete mode 100644 colorpicker/res/values-hi/strings.xml delete mode 100644 colorpicker/res/values-hr/strings.xml delete mode 100644 colorpicker/res/values-hu/strings.xml delete mode 100644 colorpicker/res/values-hy/strings.xml delete mode 100644 colorpicker/res/values-in/strings.xml delete mode 100644 colorpicker/res/values-is/strings.xml delete mode 100644 colorpicker/res/values-it/strings.xml delete mode 100644 colorpicker/res/values-iw/strings.xml delete mode 100644 colorpicker/res/values-ja/strings.xml delete mode 100644 colorpicker/res/values-ka/strings.xml delete mode 100644 colorpicker/res/values-kk/strings.xml delete mode 100644 colorpicker/res/values-km/strings.xml delete mode 100644 colorpicker/res/values-kn/strings.xml delete mode 100644 colorpicker/res/values-ko/strings.xml delete mode 100644 colorpicker/res/values-ky/strings.xml delete mode 100644 colorpicker/res/values-lo/strings.xml delete mode 100644 colorpicker/res/values-lt/strings.xml delete mode 100644 colorpicker/res/values-lv/strings.xml delete mode 100644 colorpicker/res/values-mk/strings.xml delete mode 100644 colorpicker/res/values-ml/strings.xml delete mode 100644 colorpicker/res/values-mn/strings.xml delete mode 100644 colorpicker/res/values-mr/strings.xml delete mode 100644 colorpicker/res/values-ms/strings.xml delete mode 100644 colorpicker/res/values-my/strings.xml delete mode 100644 colorpicker/res/values-nb/strings.xml delete mode 100644 colorpicker/res/values-ne/strings.xml delete mode 100644 colorpicker/res/values-nl/strings.xml delete mode 100644 colorpicker/res/values-or/strings.xml delete mode 100644 colorpicker/res/values-pa/strings.xml delete mode 100644 colorpicker/res/values-pl/strings.xml delete mode 100644 colorpicker/res/values-pt-rPT/strings.xml delete mode 100644 colorpicker/res/values-pt/strings.xml delete mode 100644 colorpicker/res/values-ro/strings.xml delete mode 100644 colorpicker/res/values-ru/strings.xml delete mode 100644 colorpicker/res/values-si/strings.xml delete mode 100644 colorpicker/res/values-sk/strings.xml delete mode 100644 colorpicker/res/values-sl/strings.xml delete mode 100644 colorpicker/res/values-sq/strings.xml delete mode 100644 colorpicker/res/values-sr/strings.xml delete mode 100644 colorpicker/res/values-sv/strings.xml delete mode 100644 colorpicker/res/values-sw/strings.xml delete mode 100644 colorpicker/res/values-ta/strings.xml delete mode 100644 colorpicker/res/values-te/strings.xml delete mode 100644 colorpicker/res/values-th/strings.xml delete mode 100644 colorpicker/res/values-tl/strings.xml delete mode 100644 colorpicker/res/values-tr/strings.xml delete mode 100644 colorpicker/res/values-uk/strings.xml delete mode 100644 colorpicker/res/values-ur/strings.xml delete mode 100644 colorpicker/res/values-uz/strings.xml delete mode 100644 colorpicker/res/values-vi/strings.xml delete mode 100644 colorpicker/res/values-zh-rCN/strings.xml delete mode 100644 colorpicker/res/values-zh-rHK/strings.xml delete mode 100644 colorpicker/res/values-zh-rTW/strings.xml delete mode 100644 colorpicker/res/values-zu/strings.xml delete mode 100644 colorpicker/res/values/dimens.xml delete mode 100644 colorpicker/res/values/strings.xml delete mode 100644 colorpicker/src/com/android/colorpicker/ColorPickerDialog.java delete mode 100644 colorpicker/src/com/android/colorpicker/ColorPickerPalette.java delete mode 100644 colorpicker/src/com/android/colorpicker/ColorPickerSwatch.java delete mode 100644 colorpicker/src/com/android/colorpicker/ColorStateDrawable.java delete mode 100644 colorpicker/src/com/android/colorpicker/HsvColorComparator.java diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 6715f8bf56bfadcb1c5cd1350e57662bc448c5ef..b0d1b5428f7d68cb15c25bc126562e13e620da58 100644 GIT binary patch delta 36 ucmV+<0Nek}1k41Gm;}!mcEz!r0Ra%{oq)dS2>Sd4(tpT4iz7Zw> delta 36 ucmV+<0Nek}1k41Gm;}zQhRm^?0Ra$oLw}~tu9#qjwWd~D)Jc|;tpT4rg%NE4 diff --git a/colorpicker b/colorpicker new file mode 160000 index 0000000000..9cc362c55d --- /dev/null +++ b/colorpicker @@ -0,0 +1 @@ +Subproject commit 9cc362c55d7f118063042721a2df505f9be91dce diff --git a/colorpicker.patch b/colorpicker.patch new file mode 100644 index 0000000000..21cc06a9cf --- /dev/null +++ b/colorpicker.patch @@ -0,0 +1,43 @@ +diff --git a/build.gradle b/build.gradle +index 9c93cd0..4625fc4 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -1,9 +1,16 @@ + apply plugin: 'com.android.library' + + android { ++ compileSdkVersion 28 ++ + sourceSets.main { + manifest.srcFile 'AndroidManifest.xml' + java.srcDirs = ['src'] + res.srcDirs = ['res'] + } ++ ++ dependencies { ++ def androidx_version = "1.0.0-rc02" ++ implementation "androidx.appcompat:appcompat:$androidx_version" ++ } + } +diff --git a/src/com/android/colorpicker/ColorPickerDialog.java b/src/com/android/colorpicker/ColorPickerDialog.java +index 0d24b49..aabc2d1 100644 +--- a/src/com/android/colorpicker/ColorPickerDialog.java ++++ b/src/com/android/colorpicker/ColorPickerDialog.java +@@ -17,14 +17,15 @@ + package com.android.colorpicker; + + import android.app.Activity; +-import android.app.AlertDialog; + import android.app.Dialog; +-import android.app.DialogFragment; + import android.os.Bundle; + import android.view.LayoutInflater; + import android.view.View; + import android.widget.ProgressBar; + ++import androidx.appcompat.app.AlertDialog; ++import androidx.fragment.app.DialogFragment; ++ + import com.android.colorpicker.ColorPickerSwatch.OnColorSelectedListener; + + /** diff --git a/colorpicker/.gitignore b/colorpicker/.gitignore deleted file mode 100644 index 7792e06b81..0000000000 --- a/colorpicker/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -bin/ -gen/ diff --git a/colorpicker/Android.bp b/colorpicker/Android.bp deleted file mode 100644 index 8a76b2a5f2..0000000000 --- a/colorpicker/Android.bp +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright (C) 2013 The Android Open Source Project -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -android_library { - name: "colorpicker", - sdk_version: "15", - srcs: [ - "src/**/*.java", - "src/**/*.logtags", - ], - resource_dirs: ["res"], -} diff --git a/colorpicker/AndroidManifest.xml b/colorpicker/AndroidManifest.xml deleted file mode 100644 index e405a158bc..0000000000 --- a/colorpicker/AndroidManifest.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - \ No newline at end of file diff --git a/colorpicker/build.gradle b/colorpicker/build.gradle deleted file mode 100644 index 4625fc4928..0000000000 --- a/colorpicker/build.gradle +++ /dev/null @@ -1,16 +0,0 @@ -apply plugin: 'com.android.library' - -android { - compileSdkVersion 28 - - sourceSets.main { - manifest.srcFile 'AndroidManifest.xml' - java.srcDirs = ['src'] - res.srcDirs = ['res'] - } - - dependencies { - def androidx_version = "1.0.0-rc02" - implementation "androidx.appcompat:appcompat:$androidx_version" - } -} diff --git a/colorpicker/build/generated/source/buildConfig/debug/com/android/colorpicker/BuildConfig.java b/colorpicker/build/generated/source/buildConfig/debug/com/android/colorpicker/BuildConfig.java deleted file mode 100644 index 55a6b079b2..0000000000 --- a/colorpicker/build/generated/source/buildConfig/debug/com/android/colorpicker/BuildConfig.java +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Automatically generated file. DO NOT MODIFY - */ -package com.android.colorpicker; - -public final class BuildConfig { - public static final boolean DEBUG = Boolean.parseBoolean("true"); - public static final String APPLICATION_ID = "com.android.colorpicker"; - public static final String BUILD_TYPE = "debug"; - public static final String FLAVOR = ""; - public static final int VERSION_CODE = 1; - public static final String VERSION_NAME = "1.0"; -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/appcompat/R.java b/colorpicker/build/generated/source/r/debug/androidx/appcompat/R.java deleted file mode 100644 index 5a109be364..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/appcompat/R.java +++ /dev/null @@ -1,1610 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.appcompat; - -public final class R { - public static final class anim { - public static int abc_fade_in = 0x7f010001; - public static int abc_fade_out = 0x7f010002; - public static int abc_grow_fade_in_from_bottom = 0x7f010003; - public static int abc_popup_enter = 0x7f010004; - public static int abc_popup_exit = 0x7f010005; - public static int abc_shrink_fade_out_from_bottom = 0x7f010006; - public static int abc_slide_in_bottom = 0x7f010007; - public static int abc_slide_in_top = 0x7f010008; - public static int abc_slide_out_bottom = 0x7f010009; - public static int abc_slide_out_top = 0x7f01000a; - public static int abc_tooltip_enter = 0x7f01000b; - public static int abc_tooltip_exit = 0x7f01000c; - } - public static final class attr { - public static int actionBarDivider = 0x7f040001; - public static int actionBarItemBackground = 0x7f040002; - public static int actionBarPopupTheme = 0x7f040003; - public static int actionBarSize = 0x7f040004; - public static int actionBarSplitStyle = 0x7f040005; - public static int actionBarStyle = 0x7f040006; - public static int actionBarTabBarStyle = 0x7f040007; - public static int actionBarTabStyle = 0x7f040008; - public static int actionBarTabTextStyle = 0x7f040009; - public static int actionBarTheme = 0x7f04000a; - public static int actionBarWidgetTheme = 0x7f04000b; - public static int actionButtonStyle = 0x7f04000c; - public static int actionDropDownStyle = 0x7f04000d; - public static int actionLayout = 0x7f04000e; - public static int actionMenuTextAppearance = 0x7f04000f; - public static int actionMenuTextColor = 0x7f040010; - public static int actionModeBackground = 0x7f040011; - public static int actionModeCloseButtonStyle = 0x7f040012; - public static int actionModeCloseDrawable = 0x7f040013; - public static int actionModeCopyDrawable = 0x7f040014; - public static int actionModeCutDrawable = 0x7f040015; - public static int actionModeFindDrawable = 0x7f040016; - public static int actionModePasteDrawable = 0x7f040017; - public static int actionModePopupWindowStyle = 0x7f040018; - public static int actionModeSelectAllDrawable = 0x7f040019; - public static int actionModeShareDrawable = 0x7f04001a; - public static int actionModeSplitBackground = 0x7f04001b; - public static int actionModeStyle = 0x7f04001c; - public static int actionModeWebSearchDrawable = 0x7f04001d; - public static int actionOverflowButtonStyle = 0x7f04001e; - public static int actionOverflowMenuStyle = 0x7f04001f; - public static int actionProviderClass = 0x7f040020; - public static int actionViewClass = 0x7f040021; - public static int activityChooserViewStyle = 0x7f040022; - public static int alertDialogButtonGroupStyle = 0x7f040023; - public static int alertDialogCenterButtons = 0x7f040024; - public static int alertDialogStyle = 0x7f040025; - public static int alertDialogTheme = 0x7f040026; - public static int allowStacking = 0x7f040027; - public static int alpha = 0x7f040028; - public static int alphabeticModifiers = 0x7f040029; - public static int arrowHeadLength = 0x7f04002a; - public static int arrowShaftLength = 0x7f04002b; - public static int autoCompleteTextViewStyle = 0x7f04002c; - public static int autoSizeMaxTextSize = 0x7f04002d; - public static int autoSizeMinTextSize = 0x7f04002e; - public static int autoSizePresetSizes = 0x7f04002f; - public static int autoSizeStepGranularity = 0x7f040030; - public static int autoSizeTextType = 0x7f040031; - public static int background = 0x7f040032; - public static int backgroundSplit = 0x7f040033; - public static int backgroundStacked = 0x7f040034; - public static int backgroundTint = 0x7f040035; - public static int backgroundTintMode = 0x7f040036; - public static int barLength = 0x7f040037; - public static int borderlessButtonStyle = 0x7f040038; - public static int buttonBarButtonStyle = 0x7f040039; - public static int buttonBarNegativeButtonStyle = 0x7f04003a; - public static int buttonBarNeutralButtonStyle = 0x7f04003b; - public static int buttonBarPositiveButtonStyle = 0x7f04003c; - public static int buttonBarStyle = 0x7f04003d; - public static int buttonGravity = 0x7f04003e; - public static int buttonIconDimen = 0x7f04003f; - public static int buttonPanelSideLayout = 0x7f040040; - public static int buttonStyle = 0x7f040041; - public static int buttonStyleSmall = 0x7f040042; - public static int buttonTint = 0x7f040043; - public static int buttonTintMode = 0x7f040044; - public static int checkboxStyle = 0x7f040045; - public static int checkedTextViewStyle = 0x7f040046; - public static int closeIcon = 0x7f040047; - public static int closeItemLayout = 0x7f040048; - public static int collapseContentDescription = 0x7f040049; - public static int collapseIcon = 0x7f04004a; - public static int color = 0x7f04004b; - public static int colorAccent = 0x7f04004c; - public static int colorBackgroundFloating = 0x7f04004d; - public static int colorButtonNormal = 0x7f04004e; - public static int colorControlActivated = 0x7f04004f; - public static int colorControlHighlight = 0x7f040050; - public static int colorControlNormal = 0x7f040051; - public static int colorError = 0x7f040052; - public static int colorPrimary = 0x7f040053; - public static int colorPrimaryDark = 0x7f040054; - public static int colorSwitchThumbNormal = 0x7f040055; - public static int commitIcon = 0x7f040056; - public static int contentDescription = 0x7f040057; - public static int contentInsetEnd = 0x7f040058; - public static int contentInsetEndWithActions = 0x7f040059; - public static int contentInsetLeft = 0x7f04005a; - public static int contentInsetRight = 0x7f04005b; - public static int contentInsetStart = 0x7f04005c; - public static int contentInsetStartWithNavigation = 0x7f04005d; - public static int controlBackground = 0x7f04005e; - public static int coordinatorLayoutStyle = 0x7f04005f; - public static int customNavigationLayout = 0x7f040060; - public static int defaultQueryHint = 0x7f040061; - public static int dialogCornerRadius = 0x7f040062; - public static int dialogPreferredPadding = 0x7f040063; - public static int dialogTheme = 0x7f040064; - public static int displayOptions = 0x7f040065; - public static int divider = 0x7f040066; - public static int dividerHorizontal = 0x7f040067; - public static int dividerPadding = 0x7f040068; - public static int dividerVertical = 0x7f040069; - public static int drawableSize = 0x7f04006a; - public static int drawerArrowStyle = 0x7f04006b; - public static int dropDownListViewStyle = 0x7f04006c; - public static int dropdownListPreferredItemHeight = 0x7f04006d; - public static int editTextBackground = 0x7f04006e; - public static int editTextColor = 0x7f04006f; - public static int editTextStyle = 0x7f040070; - public static int elevation = 0x7f040071; - public static int expandActivityOverflowButtonDrawable = 0x7f040072; - public static int firstBaselineToTopHeight = 0x7f040073; - public static int font = 0x7f040074; - public static int fontFamily = 0x7f040075; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int gapBetweenBars = 0x7f04007f; - public static int goIcon = 0x7f040080; - public static int height = 0x7f040081; - public static int hideOnContentScroll = 0x7f040082; - public static int homeAsUpIndicator = 0x7f040083; - public static int homeLayout = 0x7f040084; - public static int icon = 0x7f040085; - public static int iconTint = 0x7f040086; - public static int iconTintMode = 0x7f040087; - public static int iconifiedByDefault = 0x7f040088; - public static int imageButtonStyle = 0x7f040089; - public static int indeterminateProgressStyle = 0x7f04008a; - public static int initialActivityCount = 0x7f04008b; - public static int isLightTheme = 0x7f04008c; - public static int itemPadding = 0x7f04008d; - public static int keylines = 0x7f04008e; - public static int lastBaselineToBottomHeight = 0x7f04008f; - public static int layout = 0x7f040090; - public static int layout_anchor = 0x7f040091; - public static int layout_anchorGravity = 0x7f040092; - public static int layout_behavior = 0x7f040093; - public static int layout_dodgeInsetEdges = 0x7f040094; - public static int layout_insetEdge = 0x7f040095; - public static int layout_keyline = 0x7f040096; - public static int lineHeight = 0x7f040097; - public static int listChoiceBackgroundIndicator = 0x7f040098; - public static int listDividerAlertDialog = 0x7f040099; - public static int listItemLayout = 0x7f04009a; - public static int listLayout = 0x7f04009b; - public static int listMenuViewStyle = 0x7f04009c; - public static int listPopupWindowStyle = 0x7f04009d; - public static int listPreferredItemHeight = 0x7f04009e; - public static int listPreferredItemHeightLarge = 0x7f04009f; - public static int listPreferredItemHeightSmall = 0x7f0400a0; - public static int listPreferredItemPaddingLeft = 0x7f0400a1; - public static int listPreferredItemPaddingRight = 0x7f0400a2; - public static int logo = 0x7f0400a3; - public static int logoDescription = 0x7f0400a4; - public static int maxButtonHeight = 0x7f0400a5; - public static int measureWithLargestChild = 0x7f0400a6; - public static int multiChoiceItemLayout = 0x7f0400a7; - public static int navigationContentDescription = 0x7f0400a8; - public static int navigationIcon = 0x7f0400a9; - public static int navigationMode = 0x7f0400aa; - public static int numericModifiers = 0x7f0400ab; - public static int overlapAnchor = 0x7f0400ac; - public static int paddingBottomNoButtons = 0x7f0400ad; - public static int paddingEnd = 0x7f0400ae; - public static int paddingStart = 0x7f0400af; - public static int paddingTopNoTitle = 0x7f0400b0; - public static int panelBackground = 0x7f0400b1; - public static int panelMenuListTheme = 0x7f0400b2; - public static int panelMenuListWidth = 0x7f0400b3; - public static int popupMenuStyle = 0x7f0400b4; - public static int popupTheme = 0x7f0400b5; - public static int popupWindowStyle = 0x7f0400b6; - public static int preserveIconSpacing = 0x7f0400b7; - public static int progressBarPadding = 0x7f0400b8; - public static int progressBarStyle = 0x7f0400b9; - public static int queryBackground = 0x7f0400ba; - public static int queryHint = 0x7f0400bb; - public static int radioButtonStyle = 0x7f0400bc; - public static int ratingBarStyle = 0x7f0400bd; - public static int ratingBarStyleIndicator = 0x7f0400be; - public static int ratingBarStyleSmall = 0x7f0400bf; - public static int searchHintIcon = 0x7f0400c0; - public static int searchIcon = 0x7f0400c1; - public static int searchViewStyle = 0x7f0400c2; - public static int seekBarStyle = 0x7f0400c3; - public static int selectableItemBackground = 0x7f0400c4; - public static int selectableItemBackgroundBorderless = 0x7f0400c5; - public static int showAsAction = 0x7f0400c6; - public static int showDividers = 0x7f0400c7; - public static int showText = 0x7f0400c8; - public static int showTitle = 0x7f0400c9; - public static int singleChoiceItemLayout = 0x7f0400ca; - public static int spinBars = 0x7f0400cb; - public static int spinnerDropDownItemStyle = 0x7f0400cc; - public static int spinnerStyle = 0x7f0400cd; - public static int splitTrack = 0x7f0400ce; - public static int srcCompat = 0x7f0400cf; - public static int state_above_anchor = 0x7f0400d0; - public static int statusBarBackground = 0x7f0400d1; - public static int subMenuArrow = 0x7f0400d2; - public static int submitBackground = 0x7f0400d3; - public static int subtitle = 0x7f0400d4; - public static int subtitleTextAppearance = 0x7f0400d5; - public static int subtitleTextColor = 0x7f0400d6; - public static int subtitleTextStyle = 0x7f0400d7; - public static int suggestionRowLayout = 0x7f0400d8; - public static int switchMinWidth = 0x7f0400d9; - public static int switchPadding = 0x7f0400da; - public static int switchStyle = 0x7f0400db; - public static int switchTextAppearance = 0x7f0400dc; - public static int textAllCaps = 0x7f0400dd; - public static int textAppearanceLargePopupMenu = 0x7f0400de; - public static int textAppearanceListItem = 0x7f0400df; - public static int textAppearanceListItemSecondary = 0x7f0400e0; - public static int textAppearanceListItemSmall = 0x7f0400e1; - public static int textAppearancePopupMenuHeader = 0x7f0400e2; - public static int textAppearanceSearchResultSubtitle = 0x7f0400e3; - public static int textAppearanceSearchResultTitle = 0x7f0400e4; - public static int textAppearanceSmallPopupMenu = 0x7f0400e5; - public static int textColorAlertDialogListItem = 0x7f0400e6; - public static int textColorSearchUrl = 0x7f0400e7; - public static int theme = 0x7f0400e8; - public static int thickness = 0x7f0400e9; - public static int thumbTextPadding = 0x7f0400ea; - public static int thumbTint = 0x7f0400eb; - public static int thumbTintMode = 0x7f0400ec; - public static int tickMark = 0x7f0400ed; - public static int tickMarkTint = 0x7f0400ee; - public static int tickMarkTintMode = 0x7f0400ef; - public static int tint = 0x7f0400f0; - public static int tintMode = 0x7f0400f1; - public static int title = 0x7f0400f2; - public static int titleMargin = 0x7f0400f3; - public static int titleMarginBottom = 0x7f0400f4; - public static int titleMarginEnd = 0x7f0400f5; - public static int titleMarginStart = 0x7f0400f6; - public static int titleMarginTop = 0x7f0400f7; - public static int titleMargins = 0x7f0400f8; - public static int titleTextAppearance = 0x7f0400f9; - public static int titleTextColor = 0x7f0400fa; - public static int titleTextStyle = 0x7f0400fb; - public static int toolbarNavigationButtonStyle = 0x7f0400fc; - public static int toolbarStyle = 0x7f0400fd; - public static int tooltipForegroundColor = 0x7f0400fe; - public static int tooltipFrameBackground = 0x7f0400ff; - public static int tooltipText = 0x7f040100; - public static int track = 0x7f040101; - public static int trackTint = 0x7f040102; - public static int trackTintMode = 0x7f040103; - public static int ttcIndex = 0x7f040104; - public static int viewInflaterClass = 0x7f040105; - public static int voiceIcon = 0x7f040106; - public static int windowActionBar = 0x7f040107; - public static int windowActionBarOverlay = 0x7f040108; - public static int windowActionModeOverlay = 0x7f040109; - public static int windowFixedHeightMajor = 0x7f04010a; - public static int windowFixedHeightMinor = 0x7f04010b; - public static int windowFixedWidthMajor = 0x7f04010c; - public static int windowFixedWidthMinor = 0x7f04010d; - public static int windowMinWidthMajor = 0x7f04010e; - public static int windowMinWidthMinor = 0x7f04010f; - public static int windowNoTitle = 0x7f040110; - } - public static final class bool { - public static int abc_action_bar_embed_tabs = 0x7f050001; - public static int abc_allow_stacked_button_bar = 0x7f050002; - public static int abc_config_actionMenuItemAllCaps = 0x7f050003; - } - public static final class color { - public static int abc_background_cache_hint_selector_material_dark = 0x7f060001; - public static int abc_background_cache_hint_selector_material_light = 0x7f060002; - public static int abc_btn_colored_borderless_text_material = 0x7f060003; - public static int abc_btn_colored_text_material = 0x7f060004; - public static int abc_color_highlight_material = 0x7f060005; - public static int abc_hint_foreground_material_dark = 0x7f060006; - public static int abc_hint_foreground_material_light = 0x7f060007; - public static int abc_input_method_navigation_guard = 0x7f060008; - public static int abc_primary_text_disable_only_material_dark = 0x7f060009; - public static int abc_primary_text_disable_only_material_light = 0x7f06000a; - public static int abc_primary_text_material_dark = 0x7f06000b; - public static int abc_primary_text_material_light = 0x7f06000c; - public static int abc_search_url_text = 0x7f06000d; - public static int abc_search_url_text_normal = 0x7f06000e; - public static int abc_search_url_text_pressed = 0x7f06000f; - public static int abc_search_url_text_selected = 0x7f060010; - public static int abc_secondary_text_material_dark = 0x7f060011; - public static int abc_secondary_text_material_light = 0x7f060012; - public static int abc_tint_btn_checkable = 0x7f060013; - public static int abc_tint_default = 0x7f060014; - public static int abc_tint_edittext = 0x7f060015; - public static int abc_tint_seek_thumb = 0x7f060016; - public static int abc_tint_spinner = 0x7f060017; - public static int abc_tint_switch_track = 0x7f060018; - public static int accent_material_dark = 0x7f060019; - public static int accent_material_light = 0x7f06001a; - public static int background_floating_material_dark = 0x7f06001b; - public static int background_floating_material_light = 0x7f06001c; - public static int background_material_dark = 0x7f06001d; - public static int background_material_light = 0x7f06001e; - public static int bright_foreground_disabled_material_dark = 0x7f06001f; - public static int bright_foreground_disabled_material_light = 0x7f060020; - public static int bright_foreground_inverse_material_dark = 0x7f060021; - public static int bright_foreground_inverse_material_light = 0x7f060022; - public static int bright_foreground_material_dark = 0x7f060023; - public static int bright_foreground_material_light = 0x7f060024; - public static int button_material_dark = 0x7f060025; - public static int button_material_light = 0x7f060026; - public static int dim_foreground_disabled_material_dark = 0x7f060027; - public static int dim_foreground_disabled_material_light = 0x7f060028; - public static int dim_foreground_material_dark = 0x7f060029; - public static int dim_foreground_material_light = 0x7f06002a; - public static int error_color_material_dark = 0x7f06002b; - public static int error_color_material_light = 0x7f06002c; - public static int foreground_material_dark = 0x7f06002d; - public static int foreground_material_light = 0x7f06002e; - public static int highlighted_text_material_dark = 0x7f06002f; - public static int highlighted_text_material_light = 0x7f060030; - public static int material_blue_grey_800 = 0x7f060031; - public static int material_blue_grey_900 = 0x7f060032; - public static int material_blue_grey_950 = 0x7f060033; - public static int material_deep_teal_200 = 0x7f060034; - public static int material_deep_teal_500 = 0x7f060035; - public static int material_grey_100 = 0x7f060036; - public static int material_grey_300 = 0x7f060037; - public static int material_grey_50 = 0x7f060038; - public static int material_grey_600 = 0x7f060039; - public static int material_grey_800 = 0x7f06003a; - public static int material_grey_850 = 0x7f06003b; - public static int material_grey_900 = 0x7f06003c; - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int primary_dark_material_dark = 0x7f06003f; - public static int primary_dark_material_light = 0x7f060040; - public static int primary_material_dark = 0x7f060041; - public static int primary_material_light = 0x7f060042; - public static int primary_text_default_material_dark = 0x7f060043; - public static int primary_text_default_material_light = 0x7f060044; - public static int primary_text_disabled_material_dark = 0x7f060045; - public static int primary_text_disabled_material_light = 0x7f060046; - public static int ripple_material_dark = 0x7f060047; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_dark = 0x7f060049; - public static int secondary_text_default_material_light = 0x7f06004a; - public static int secondary_text_disabled_material_dark = 0x7f06004b; - public static int secondary_text_disabled_material_light = 0x7f06004c; - public static int switch_thumb_disabled_material_dark = 0x7f06004d; - public static int switch_thumb_disabled_material_light = 0x7f06004e; - public static int switch_thumb_material_dark = 0x7f06004f; - public static int switch_thumb_material_light = 0x7f060050; - public static int switch_thumb_normal_material_dark = 0x7f060051; - public static int switch_thumb_normal_material_light = 0x7f060052; - public static int tooltip_background_dark = 0x7f060053; - public static int tooltip_background_light = 0x7f060054; - } - public static final class dimen { - public static int abc_action_bar_content_inset_material = 0x7f080001; - public static int abc_action_bar_content_inset_with_nav = 0x7f080002; - public static int abc_action_bar_default_height_material = 0x7f080003; - public static int abc_action_bar_default_padding_end_material = 0x7f080004; - public static int abc_action_bar_default_padding_start_material = 0x7f080005; - public static int abc_action_bar_elevation_material = 0x7f080006; - public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007; - public static int abc_action_bar_overflow_padding_end_material = 0x7f080008; - public static int abc_action_bar_overflow_padding_start_material = 0x7f080009; - public static int abc_action_bar_stacked_max_height = 0x7f08000a; - public static int abc_action_bar_stacked_tab_max_width = 0x7f08000b; - public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000c; - public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000d; - public static int abc_action_button_min_height_material = 0x7f08000e; - public static int abc_action_button_min_width_material = 0x7f08000f; - public static int abc_action_button_min_width_overflow_material = 0x7f080010; - public static int abc_alert_dialog_button_bar_height = 0x7f080011; - public static int abc_alert_dialog_button_dimen = 0x7f080012; - public static int abc_button_inset_horizontal_material = 0x7f080013; - public static int abc_button_inset_vertical_material = 0x7f080014; - public static int abc_button_padding_horizontal_material = 0x7f080015; - public static int abc_button_padding_vertical_material = 0x7f080016; - public static int abc_cascading_menus_min_smallest_width = 0x7f080017; - public static int abc_config_prefDialogWidth = 0x7f080018; - public static int abc_control_corner_material = 0x7f080019; - public static int abc_control_inset_material = 0x7f08001a; - public static int abc_control_padding_material = 0x7f08001b; - public static int abc_dialog_corner_radius_material = 0x7f08001c; - public static int abc_dialog_fixed_height_major = 0x7f08001d; - public static int abc_dialog_fixed_height_minor = 0x7f08001e; - public static int abc_dialog_fixed_width_major = 0x7f08001f; - public static int abc_dialog_fixed_width_minor = 0x7f080020; - public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f080021; - public static int abc_dialog_list_padding_top_no_title = 0x7f080022; - public static int abc_dialog_min_width_major = 0x7f080023; - public static int abc_dialog_min_width_minor = 0x7f080024; - public static int abc_dialog_padding_material = 0x7f080025; - public static int abc_dialog_padding_top_material = 0x7f080026; - public static int abc_dialog_title_divider_material = 0x7f080027; - public static int abc_disabled_alpha_material_dark = 0x7f080028; - public static int abc_disabled_alpha_material_light = 0x7f080029; - public static int abc_dropdownitem_icon_width = 0x7f08002a; - public static int abc_dropdownitem_text_padding_left = 0x7f08002b; - public static int abc_dropdownitem_text_padding_right = 0x7f08002c; - public static int abc_edit_text_inset_bottom_material = 0x7f08002d; - public static int abc_edit_text_inset_horizontal_material = 0x7f08002e; - public static int abc_edit_text_inset_top_material = 0x7f08002f; - public static int abc_floating_window_z = 0x7f080030; - public static int abc_list_item_padding_horizontal_material = 0x7f080031; - public static int abc_panel_menu_list_width = 0x7f080032; - public static int abc_progress_bar_height_material = 0x7f080033; - public static int abc_search_view_preferred_height = 0x7f080034; - public static int abc_search_view_preferred_width = 0x7f080035; - public static int abc_seekbar_track_background_height_material = 0x7f080036; - public static int abc_seekbar_track_progress_height_material = 0x7f080037; - public static int abc_select_dialog_padding_start_material = 0x7f080038; - public static int abc_switch_padding = 0x7f080039; - public static int abc_text_size_body_1_material = 0x7f08003a; - public static int abc_text_size_body_2_material = 0x7f08003b; - public static int abc_text_size_button_material = 0x7f08003c; - public static int abc_text_size_caption_material = 0x7f08003d; - public static int abc_text_size_display_1_material = 0x7f08003e; - public static int abc_text_size_display_2_material = 0x7f08003f; - public static int abc_text_size_display_3_material = 0x7f080040; - public static int abc_text_size_display_4_material = 0x7f080041; - public static int abc_text_size_headline_material = 0x7f080042; - public static int abc_text_size_large_material = 0x7f080043; - public static int abc_text_size_medium_material = 0x7f080044; - public static int abc_text_size_menu_header_material = 0x7f080045; - public static int abc_text_size_menu_material = 0x7f080046; - public static int abc_text_size_small_material = 0x7f080047; - public static int abc_text_size_subhead_material = 0x7f080048; - public static int abc_text_size_subtitle_material_toolbar = 0x7f080049; - public static int abc_text_size_title_material = 0x7f08004a; - public static int abc_text_size_title_material_toolbar = 0x7f08004b; - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int disabled_alpha_material_dark = 0x7f080057; - public static int disabled_alpha_material_light = 0x7f080058; - public static int highlight_alpha_material_colored = 0x7f080059; - public static int highlight_alpha_material_dark = 0x7f08005a; - public static int highlight_alpha_material_light = 0x7f08005b; - public static int hint_alpha_material_dark = 0x7f08005c; - public static int hint_alpha_material_light = 0x7f08005d; - public static int hint_pressed_alpha_material_dark = 0x7f08005e; - public static int hint_pressed_alpha_material_light = 0x7f08005f; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - public static int tooltip_corner_radius = 0x7f08006f; - public static int tooltip_horizontal_padding = 0x7f080070; - public static int tooltip_margin = 0x7f080071; - public static int tooltip_precise_anchor_extra_offset = 0x7f080072; - public static int tooltip_precise_anchor_threshold = 0x7f080073; - public static int tooltip_vertical_padding = 0x7f080074; - public static int tooltip_y_offset_non_touch = 0x7f080075; - public static int tooltip_y_offset_touch = 0x7f080076; - } - public static final class drawable { - public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001; - public static int abc_action_bar_item_background_material = 0x7f090002; - public static int abc_btn_borderless_material = 0x7f090003; - public static int abc_btn_check_material = 0x7f090004; - public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005; - public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006; - public static int abc_btn_colored_material = 0x7f090007; - public static int abc_btn_default_mtrl_shape = 0x7f090008; - public static int abc_btn_radio_material = 0x7f090009; - public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a; - public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b; - public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000c; - public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000d; - public static int abc_cab_background_internal_bg = 0x7f09000e; - public static int abc_cab_background_top_material = 0x7f09000f; - public static int abc_cab_background_top_mtrl_alpha = 0x7f090010; - public static int abc_control_background_material = 0x7f090011; - public static int abc_dialog_material_background = 0x7f090012; - public static int abc_edit_text_material = 0x7f090013; - public static int abc_ic_ab_back_material = 0x7f090014; - public static int abc_ic_arrow_drop_right_black_24dp = 0x7f090015; - public static int abc_ic_clear_material = 0x7f090016; - public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f090017; - public static int abc_ic_go_search_api_material = 0x7f090018; - public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090019; - public static int abc_ic_menu_cut_mtrl_alpha = 0x7f09001a; - public static int abc_ic_menu_overflow_material = 0x7f09001b; - public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f09001c; - public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f09001d; - public static int abc_ic_menu_share_mtrl_alpha = 0x7f09001e; - public static int abc_ic_search_api_material = 0x7f09001f; - public static int abc_ic_star_black_16dp = 0x7f090020; - public static int abc_ic_star_black_36dp = 0x7f090021; - public static int abc_ic_star_black_48dp = 0x7f090022; - public static int abc_ic_star_half_black_16dp = 0x7f090023; - public static int abc_ic_star_half_black_36dp = 0x7f090024; - public static int abc_ic_star_half_black_48dp = 0x7f090025; - public static int abc_ic_voice_search_api_material = 0x7f090026; - public static int abc_item_background_holo_dark = 0x7f090027; - public static int abc_item_background_holo_light = 0x7f090028; - public static int abc_list_divider_material = 0x7f090029; - public static int abc_list_divider_mtrl_alpha = 0x7f09002a; - public static int abc_list_focused_holo = 0x7f09002b; - public static int abc_list_longpressed_holo = 0x7f09002c; - public static int abc_list_pressed_holo_dark = 0x7f09002d; - public static int abc_list_pressed_holo_light = 0x7f09002e; - public static int abc_list_selector_background_transition_holo_dark = 0x7f09002f; - public static int abc_list_selector_background_transition_holo_light = 0x7f090030; - public static int abc_list_selector_disabled_holo_dark = 0x7f090031; - public static int abc_list_selector_disabled_holo_light = 0x7f090032; - public static int abc_list_selector_holo_dark = 0x7f090033; - public static int abc_list_selector_holo_light = 0x7f090034; - public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f090035; - public static int abc_popup_background_mtrl_mult = 0x7f090036; - public static int abc_ratingbar_indicator_material = 0x7f090037; - public static int abc_ratingbar_material = 0x7f090038; - public static int abc_ratingbar_small_material = 0x7f090039; - public static int abc_scrubber_control_off_mtrl_alpha = 0x7f09003a; - public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f09003b; - public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f09003c; - public static int abc_scrubber_primary_mtrl_alpha = 0x7f09003d; - public static int abc_scrubber_track_mtrl_alpha = 0x7f09003e; - public static int abc_seekbar_thumb_material = 0x7f09003f; - public static int abc_seekbar_tick_mark_material = 0x7f090040; - public static int abc_seekbar_track_material = 0x7f090041; - public static int abc_spinner_mtrl_am_alpha = 0x7f090042; - public static int abc_spinner_textfield_background_material = 0x7f090043; - public static int abc_switch_thumb_material = 0x7f090044; - public static int abc_switch_track_mtrl_alpha = 0x7f090045; - public static int abc_tab_indicator_material = 0x7f090046; - public static int abc_tab_indicator_mtrl_alpha = 0x7f090047; - public static int abc_text_cursor_material = 0x7f090048; - public static int abc_text_select_handle_left_mtrl_dark = 0x7f090049; - public static int abc_text_select_handle_left_mtrl_light = 0x7f09004a; - public static int abc_text_select_handle_middle_mtrl_dark = 0x7f09004b; - public static int abc_text_select_handle_middle_mtrl_light = 0x7f09004c; - public static int abc_text_select_handle_right_mtrl_dark = 0x7f09004d; - public static int abc_text_select_handle_right_mtrl_light = 0x7f09004e; - public static int abc_textfield_activated_mtrl_alpha = 0x7f09004f; - public static int abc_textfield_default_mtrl_alpha = 0x7f090050; - public static int abc_textfield_search_activated_mtrl_alpha = 0x7f090051; - public static int abc_textfield_search_default_mtrl_alpha = 0x7f090052; - public static int abc_textfield_search_material = 0x7f090053; - public static int abc_vector_test = 0x7f090054; - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - public static int tooltip_frame_dark = 0x7f090063; - public static int tooltip_frame_light = 0x7f090064; - } - public static final class id { - public static int action_bar = 0x7f0c0001; - public static int action_bar_activity_content = 0x7f0c0002; - public static int action_bar_container = 0x7f0c0003; - public static int action_bar_root = 0x7f0c0004; - public static int action_bar_spinner = 0x7f0c0005; - public static int action_bar_subtitle = 0x7f0c0006; - public static int action_bar_title = 0x7f0c0007; - public static int action_container = 0x7f0c0008; - public static int action_context_bar = 0x7f0c0009; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_menu_divider = 0x7f0c000c; - public static int action_menu_presenter = 0x7f0c000d; - public static int action_mode_bar = 0x7f0c000e; - public static int action_mode_bar_stub = 0x7f0c000f; - public static int action_mode_close_button = 0x7f0c0010; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int activity_chooser_view_content = 0x7f0c0013; - public static int add = 0x7f0c0014; - public static int alertTitle = 0x7f0c0015; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int bottom = 0x7f0c0018; - public static int buttonPanel = 0x7f0c0019; - public static int checkbox = 0x7f0c001a; - public static int chronometer = 0x7f0c001b; - public static int content = 0x7f0c001f; - public static int contentPanel = 0x7f0c0020; - public static int custom = 0x7f0c0021; - public static int customPanel = 0x7f0c0022; - public static int decor_content_parent = 0x7f0c0023; - public static int default_activity_button = 0x7f0c0024; - public static int edit_query = 0x7f0c0025; - public static int end = 0x7f0c0026; - public static int expand_activities_button = 0x7f0c0027; - public static int expanded_menu = 0x7f0c0028; - public static int forever = 0x7f0c0029; - public static int group_divider = 0x7f0c002a; - public static int home = 0x7f0c002b; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int image = 0x7f0c002e; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int left = 0x7f0c0031; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int listMode = 0x7f0c0034; - public static int list_item = 0x7f0c0035; - public static int message = 0x7f0c0036; - public static int multiply = 0x7f0c0037; - public static int none = 0x7f0c0038; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int parentPanel = 0x7f0c003d; - public static int progress_circular = 0x7f0c003e; - public static int progress_horizontal = 0x7f0c003f; - public static int radio = 0x7f0c0040; - public static int right = 0x7f0c0041; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int screen = 0x7f0c0044; - public static int scrollIndicatorDown = 0x7f0c0045; - public static int scrollIndicatorUp = 0x7f0c0046; - public static int scrollView = 0x7f0c0047; - public static int search_badge = 0x7f0c0048; - public static int search_bar = 0x7f0c0049; - public static int search_button = 0x7f0c004a; - public static int search_close_btn = 0x7f0c004b; - public static int search_edit_frame = 0x7f0c004c; - public static int search_go_btn = 0x7f0c004d; - public static int search_mag_icon = 0x7f0c004e; - public static int search_plate = 0x7f0c004f; - public static int search_src_text = 0x7f0c0050; - public static int search_voice_btn = 0x7f0c0051; - public static int select_dialog_listview = 0x7f0c0052; - public static int shortcut = 0x7f0c0053; - public static int spacer = 0x7f0c0054; - public static int split_action_bar = 0x7f0c0055; - public static int src_atop = 0x7f0c0056; - public static int src_in = 0x7f0c0057; - public static int src_over = 0x7f0c0058; - public static int start = 0x7f0c0059; - public static int submenuarrow = 0x7f0c005a; - public static int submit_area = 0x7f0c005b; - public static int tabMode = 0x7f0c005c; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int textSpacerNoButtons = 0x7f0c0062; - public static int textSpacerNoTitle = 0x7f0c0063; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - public static int titleDividerNoCustom = 0x7f0c0066; - public static int title_template = 0x7f0c0067; - public static int top = 0x7f0c0068; - public static int topPanel = 0x7f0c0069; - public static int uniform = 0x7f0c006a; - public static int up = 0x7f0c006b; - public static int wrap_content = 0x7f0c006c; - } - public static final class integer { - public static int abc_config_activityDefaultDur = 0x7f0d0001; - public static int abc_config_activityShortDur = 0x7f0d0002; - public static int cancel_button_image_alpha = 0x7f0d0003; - public static int config_tooltipAnimTime = 0x7f0d0004; - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int abc_action_bar_title_item = 0x7f0f0001; - public static int abc_action_bar_up_container = 0x7f0f0002; - public static int abc_action_menu_item_layout = 0x7f0f0003; - public static int abc_action_menu_layout = 0x7f0f0004; - public static int abc_action_mode_bar = 0x7f0f0005; - public static int abc_action_mode_close_item_material = 0x7f0f0006; - public static int abc_activity_chooser_view = 0x7f0f0007; - public static int abc_activity_chooser_view_list_item = 0x7f0f0008; - public static int abc_alert_dialog_button_bar_material = 0x7f0f0009; - public static int abc_alert_dialog_material = 0x7f0f000a; - public static int abc_alert_dialog_title_material = 0x7f0f000b; - public static int abc_cascading_menu_item_layout = 0x7f0f000c; - public static int abc_dialog_title_material = 0x7f0f000d; - public static int abc_expanded_menu_layout = 0x7f0f000e; - public static int abc_list_menu_item_checkbox = 0x7f0f000f; - public static int abc_list_menu_item_icon = 0x7f0f0010; - public static int abc_list_menu_item_layout = 0x7f0f0011; - public static int abc_list_menu_item_radio = 0x7f0f0012; - public static int abc_popup_menu_header_item_layout = 0x7f0f0013; - public static int abc_popup_menu_item_layout = 0x7f0f0014; - public static int abc_screen_content_include = 0x7f0f0015; - public static int abc_screen_simple = 0x7f0f0016; - public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017; - public static int abc_screen_toolbar = 0x7f0f0018; - public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019; - public static int abc_search_view = 0x7f0f001a; - public static int abc_select_dialog_material = 0x7f0f001b; - public static int abc_tooltip = 0x7f0f001c; - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - public static int select_dialog_item_material = 0x7f0f0025; - public static int select_dialog_multichoice_material = 0x7f0f0026; - public static int select_dialog_singlechoice_material = 0x7f0f0027; - public static int support_simple_spinner_dropdown_item = 0x7f0f0028; - } - public static final class string { - public static int abc_action_bar_home_description = 0x7f150001; - public static int abc_action_bar_up_description = 0x7f150002; - public static int abc_action_menu_overflow_description = 0x7f150003; - public static int abc_action_mode_done = 0x7f150004; - public static int abc_activity_chooser_view_see_all = 0x7f150005; - public static int abc_activitychooserview_choose_application = 0x7f150006; - public static int abc_capital_off = 0x7f150007; - public static int abc_capital_on = 0x7f150008; - public static int abc_font_family_body_1_material = 0x7f150009; - public static int abc_font_family_body_2_material = 0x7f15000a; - public static int abc_font_family_button_material = 0x7f15000b; - public static int abc_font_family_caption_material = 0x7f15000c; - public static int abc_font_family_display_1_material = 0x7f15000d; - public static int abc_font_family_display_2_material = 0x7f15000e; - public static int abc_font_family_display_3_material = 0x7f15000f; - public static int abc_font_family_display_4_material = 0x7f150010; - public static int abc_font_family_headline_material = 0x7f150011; - public static int abc_font_family_menu_material = 0x7f150012; - public static int abc_font_family_subhead_material = 0x7f150013; - public static int abc_font_family_title_material = 0x7f150014; - public static int abc_menu_alt_shortcut_label = 0x7f150015; - public static int abc_menu_ctrl_shortcut_label = 0x7f150016; - public static int abc_menu_delete_shortcut_label = 0x7f150017; - public static int abc_menu_enter_shortcut_label = 0x7f150018; - public static int abc_menu_function_shortcut_label = 0x7f150019; - public static int abc_menu_meta_shortcut_label = 0x7f15001a; - public static int abc_menu_shift_shortcut_label = 0x7f15001b; - public static int abc_menu_space_shortcut_label = 0x7f15001c; - public static int abc_menu_sym_shortcut_label = 0x7f15001d; - public static int abc_prepend_shortcut_label = 0x7f15001e; - public static int abc_search_hint = 0x7f15001f; - public static int abc_searchview_description_clear = 0x7f150020; - public static int abc_searchview_description_query = 0x7f150021; - public static int abc_searchview_description_search = 0x7f150022; - public static int abc_searchview_description_submit = 0x7f150023; - public static int abc_searchview_description_voice = 0x7f150024; - public static int abc_shareactionprovider_share_with = 0x7f150025; - public static int abc_shareactionprovider_share_with_application = 0x7f150026; - public static int abc_toolbar_collapse_description = 0x7f150027; - public static int search_menu_title = 0x7f15002b; - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int AlertDialog_AppCompat = 0x7f160001; - public static int AlertDialog_AppCompat_Light = 0x7f160002; - public static int Animation_AppCompat_Dialog = 0x7f160003; - public static int Animation_AppCompat_DropDownUp = 0x7f160004; - public static int Animation_AppCompat_Tooltip = 0x7f160005; - public static int Base_AlertDialog_AppCompat = 0x7f160006; - public static int Base_AlertDialog_AppCompat_Light = 0x7f160007; - public static int Base_Animation_AppCompat_Dialog = 0x7f160008; - public static int Base_Animation_AppCompat_DropDownUp = 0x7f160009; - public static int Base_Animation_AppCompat_Tooltip = 0x7f16000a; - public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000b; - public static int Base_DialogWindowTitle_AppCompat = 0x7f16000c; - public static int Base_TextAppearance_AppCompat = 0x7f16000d; - public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000e; - public static int Base_TextAppearance_AppCompat_Body2 = 0x7f16000f; - public static int Base_TextAppearance_AppCompat_Button = 0x7f160010; - public static int Base_TextAppearance_AppCompat_Caption = 0x7f160011; - public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160012; - public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160013; - public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160014; - public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160015; - public static int Base_TextAppearance_AppCompat_Headline = 0x7f160016; - public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160017; - public static int Base_TextAppearance_AppCompat_Large = 0x7f160018; - public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f160019; - public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001a; - public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001b; - public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001c; - public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001d; - public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001e; - public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f16001f; - public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160020; - public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160021; - public static int Base_TextAppearance_AppCompat_Small = 0x7f160022; - public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160023; - public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160024; - public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160025; - public static int Base_TextAppearance_AppCompat_Title = 0x7f160026; - public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160027; - public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f160028; - public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160029; - public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002a; - public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002b; - public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002c; - public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002d; - public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002e; - public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16002f; - public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160030; - public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160031; - public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160032; - public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160033; - public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160034; - public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160035; - public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160036; - public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160037; - public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160038; - public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160039; - public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003a; - public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003b; - public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003c; - public static int Base_ThemeOverlay_AppCompat = 0x7f16003d; - public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003e; - public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f16003f; - public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160040; - public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f160041; - public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160042; - public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160043; - public static int Base_Theme_AppCompat = 0x7f160044; - public static int Base_Theme_AppCompat_CompactMenu = 0x7f160045; - public static int Base_Theme_AppCompat_Dialog = 0x7f160046; - public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160047; - public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160048; - public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f160049; - public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004a; - public static int Base_Theme_AppCompat_Light = 0x7f16004b; - public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004c; - public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004d; - public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004e; - public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f16004f; - public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160050; - public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160051; - public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f160052; - public static int Base_V21_Theme_AppCompat = 0x7f160053; - public static int Base_V21_Theme_AppCompat_Dialog = 0x7f160054; - public static int Base_V21_Theme_AppCompat_Light = 0x7f160055; - public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f160056; - public static int Base_V22_Theme_AppCompat = 0x7f160057; - public static int Base_V22_Theme_AppCompat_Light = 0x7f160058; - public static int Base_V23_Theme_AppCompat = 0x7f160059; - public static int Base_V23_Theme_AppCompat_Light = 0x7f16005a; - public static int Base_V26_Theme_AppCompat = 0x7f16005b; - public static int Base_V26_Theme_AppCompat_Light = 0x7f16005c; - public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f16005d; - public static int Base_V28_Theme_AppCompat = 0x7f16005e; - public static int Base_V28_Theme_AppCompat_Light = 0x7f16005f; - public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f160060; - public static int Base_V7_Theme_AppCompat = 0x7f160061; - public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160062; - public static int Base_V7_Theme_AppCompat_Light = 0x7f160063; - public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f160064; - public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f160065; - public static int Base_V7_Widget_AppCompat_EditText = 0x7f160066; - public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f160067; - public static int Base_Widget_AppCompat_ActionBar = 0x7f160068; - public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160069; - public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f16006a; - public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f16006b; - public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f16006c; - public static int Base_Widget_AppCompat_ActionButton = 0x7f16006d; - public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f16006e; - public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f16006f; - public static int Base_Widget_AppCompat_ActionMode = 0x7f160070; - public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160071; - public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160072; - public static int Base_Widget_AppCompat_Button = 0x7f160073; - public static int Base_Widget_AppCompat_ButtonBar = 0x7f160074; - public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160075; - public static int Base_Widget_AppCompat_Button_Borderless = 0x7f160076; - public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f160077; - public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160078; - public static int Base_Widget_AppCompat_Button_Colored = 0x7f160079; - public static int Base_Widget_AppCompat_Button_Small = 0x7f16007a; - public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f16007b; - public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f16007c; - public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f16007d; - public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f16007e; - public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f16007f; - public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160080; - public static int Base_Widget_AppCompat_EditText = 0x7f160081; - public static int Base_Widget_AppCompat_ImageButton = 0x7f160082; - public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f160083; - public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f160084; - public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f160085; - public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f160086; - public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f160087; - public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f160088; - public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160089; - public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f16008a; - public static int Base_Widget_AppCompat_ListMenuView = 0x7f16008b; - public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f16008c; - public static int Base_Widget_AppCompat_ListView = 0x7f16008d; - public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f16008e; - public static int Base_Widget_AppCompat_ListView_Menu = 0x7f16008f; - public static int Base_Widget_AppCompat_PopupMenu = 0x7f160090; - public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160091; - public static int Base_Widget_AppCompat_PopupWindow = 0x7f160092; - public static int Base_Widget_AppCompat_ProgressBar = 0x7f160093; - public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f160094; - public static int Base_Widget_AppCompat_RatingBar = 0x7f160095; - public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f160096; - public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f160097; - public static int Base_Widget_AppCompat_SearchView = 0x7f160098; - public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f160099; - public static int Base_Widget_AppCompat_SeekBar = 0x7f16009a; - public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f16009b; - public static int Base_Widget_AppCompat_Spinner = 0x7f16009c; - public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f16009d; - public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f16009e; - public static int Base_Widget_AppCompat_Toolbar = 0x7f16009f; - public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a0; - public static int Platform_AppCompat = 0x7f1600a1; - public static int Platform_AppCompat_Light = 0x7f1600a2; - public static int Platform_ThemeOverlay_AppCompat = 0x7f1600a3; - public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600a4; - public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600a5; - public static int Platform_V21_AppCompat = 0x7f1600a6; - public static int Platform_V21_AppCompat_Light = 0x7f1600a7; - public static int Platform_V25_AppCompat = 0x7f1600a8; - public static int Platform_V25_AppCompat_Light = 0x7f1600a9; - public static int Platform_Widget_AppCompat_Spinner = 0x7f1600aa; - public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f1600ab; - public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f1600ac; - public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f1600ad; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f1600ae; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f1600af; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 0x7f1600b0; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 0x7f1600b1; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f1600b2; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 0x7f1600b3; - public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f1600b4; - public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f1600b5; - public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f1600b6; - public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f1600b7; - public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f1600b8; - public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f1600b9; - public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f1600ba; - public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f1600bb; - public static int TextAppearance_AppCompat = 0x7f1600bc; - public static int TextAppearance_AppCompat_Body1 = 0x7f1600bd; - public static int TextAppearance_AppCompat_Body2 = 0x7f1600be; - public static int TextAppearance_AppCompat_Button = 0x7f1600bf; - public static int TextAppearance_AppCompat_Caption = 0x7f1600c0; - public static int TextAppearance_AppCompat_Display1 = 0x7f1600c1; - public static int TextAppearance_AppCompat_Display2 = 0x7f1600c2; - public static int TextAppearance_AppCompat_Display3 = 0x7f1600c3; - public static int TextAppearance_AppCompat_Display4 = 0x7f1600c4; - public static int TextAppearance_AppCompat_Headline = 0x7f1600c5; - public static int TextAppearance_AppCompat_Inverse = 0x7f1600c6; - public static int TextAppearance_AppCompat_Large = 0x7f1600c7; - public static int TextAppearance_AppCompat_Large_Inverse = 0x7f1600c8; - public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f1600c9; - public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f1600ca; - public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f1600cb; - public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f1600cc; - public static int TextAppearance_AppCompat_Medium = 0x7f1600cd; - public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f1600ce; - public static int TextAppearance_AppCompat_Menu = 0x7f1600cf; - public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f1600d0; - public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f1600d1; - public static int TextAppearance_AppCompat_Small = 0x7f1600d2; - public static int TextAppearance_AppCompat_Small_Inverse = 0x7f1600d3; - public static int TextAppearance_AppCompat_Subhead = 0x7f1600d4; - public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f1600d5; - public static int TextAppearance_AppCompat_Title = 0x7f1600d6; - public static int TextAppearance_AppCompat_Title_Inverse = 0x7f1600d7; - public static int TextAppearance_AppCompat_Tooltip = 0x7f1600d8; - public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f1600d9; - public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f1600da; - public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f1600db; - public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f1600dc; - public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f1600dd; - public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f1600de; - public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f1600df; - public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f1600e0; - public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f1600e1; - public static int TextAppearance_AppCompat_Widget_Button = 0x7f1600e2; - public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f1600e3; - public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f1600e4; - public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f1600e5; - public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f1600e6; - public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f1600e7; - public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f1600e8; - public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f1600e9; - public static int TextAppearance_AppCompat_Widget_Switch = 0x7f1600ea; - public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f1600eb; - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f1600f1; - public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f1600f2; - public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f1600f3; - public static int ThemeOverlay_AppCompat = 0x7f1600f4; - public static int ThemeOverlay_AppCompat_ActionBar = 0x7f1600f5; - public static int ThemeOverlay_AppCompat_Dark = 0x7f1600f6; - public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f1600f7; - public static int ThemeOverlay_AppCompat_Dialog = 0x7f1600f8; - public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f1600f9; - public static int ThemeOverlay_AppCompat_Light = 0x7f1600fa; - public static int Theme_AppCompat = 0x7f1600fb; - public static int Theme_AppCompat_CompactMenu = 0x7f1600fc; - public static int Theme_AppCompat_DayNight = 0x7f1600fd; - public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f1600fe; - public static int Theme_AppCompat_DayNight_Dialog = 0x7f1600ff; - public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f160100; - public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f160101; - public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f160102; - public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f160103; - public static int Theme_AppCompat_Dialog = 0x7f160104; - public static int Theme_AppCompat_DialogWhenLarge = 0x7f160105; - public static int Theme_AppCompat_Dialog_Alert = 0x7f160106; - public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160107; - public static int Theme_AppCompat_Light = 0x7f160108; - public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160109; - public static int Theme_AppCompat_Light_Dialog = 0x7f16010a; - public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16010b; - public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16010c; - public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16010d; - public static int Theme_AppCompat_Light_NoActionBar = 0x7f16010e; - public static int Theme_AppCompat_NoActionBar = 0x7f16010f; - public static int Widget_AppCompat_ActionBar = 0x7f160110; - public static int Widget_AppCompat_ActionBar_Solid = 0x7f160111; - public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160112; - public static int Widget_AppCompat_ActionBar_TabText = 0x7f160113; - public static int Widget_AppCompat_ActionBar_TabView = 0x7f160114; - public static int Widget_AppCompat_ActionButton = 0x7f160115; - public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f160116; - public static int Widget_AppCompat_ActionButton_Overflow = 0x7f160117; - public static int Widget_AppCompat_ActionMode = 0x7f160118; - public static int Widget_AppCompat_ActivityChooserView = 0x7f160119; - public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16011a; - public static int Widget_AppCompat_Button = 0x7f16011b; - public static int Widget_AppCompat_ButtonBar = 0x7f16011c; - public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16011d; - public static int Widget_AppCompat_Button_Borderless = 0x7f16011e; - public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f16011f; - public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160120; - public static int Widget_AppCompat_Button_Colored = 0x7f160121; - public static int Widget_AppCompat_Button_Small = 0x7f160122; - public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160123; - public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160124; - public static int Widget_AppCompat_CompoundButton_Switch = 0x7f160125; - public static int Widget_AppCompat_DrawerArrowToggle = 0x7f160126; - public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f160127; - public static int Widget_AppCompat_EditText = 0x7f160128; - public static int Widget_AppCompat_ImageButton = 0x7f160129; - public static int Widget_AppCompat_Light_ActionBar = 0x7f16012a; - public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f16012b; - public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f16012c; - public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16012d; - public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f16012e; - public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f16012f; - public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f160130; - public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f160131; - public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f160132; - public static int Widget_AppCompat_Light_ActionButton = 0x7f160133; - public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f160134; - public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f160135; - public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f160136; - public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f160137; - public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f160138; - public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f160139; - public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f16013a; - public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f16013b; - public static int Widget_AppCompat_Light_PopupMenu = 0x7f16013c; - public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f16013d; - public static int Widget_AppCompat_Light_SearchView = 0x7f16013e; - public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f16013f; - public static int Widget_AppCompat_ListMenuView = 0x7f160140; - public static int Widget_AppCompat_ListPopupWindow = 0x7f160141; - public static int Widget_AppCompat_ListView = 0x7f160142; - public static int Widget_AppCompat_ListView_DropDown = 0x7f160143; - public static int Widget_AppCompat_ListView_Menu = 0x7f160144; - public static int Widget_AppCompat_PopupMenu = 0x7f160145; - public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f160146; - public static int Widget_AppCompat_PopupWindow = 0x7f160147; - public static int Widget_AppCompat_ProgressBar = 0x7f160148; - public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f160149; - public static int Widget_AppCompat_RatingBar = 0x7f16014a; - public static int Widget_AppCompat_RatingBar_Indicator = 0x7f16014b; - public static int Widget_AppCompat_RatingBar_Small = 0x7f16014c; - public static int Widget_AppCompat_SearchView = 0x7f16014d; - public static int Widget_AppCompat_SearchView_ActionBar = 0x7f16014e; - public static int Widget_AppCompat_SeekBar = 0x7f16014f; - public static int Widget_AppCompat_SeekBar_Discrete = 0x7f160150; - public static int Widget_AppCompat_Spinner = 0x7f160151; - public static int Widget_AppCompat_Spinner_DropDown = 0x7f160152; - public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f160153; - public static int Widget_AppCompat_Spinner_Underlined = 0x7f160154; - public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f160155; - public static int Widget_AppCompat_Toolbar = 0x7f160156; - public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f160157; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - public static int Widget_Support_CoordinatorLayout = 0x7f16015a; - } - public static final class styleable { - public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f040060, 0x7f040065, 0x7f040066, 0x7f040071, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f04008a, 0x7f04008d, 0x7f0400a3, 0x7f0400aa, 0x7f0400b5, 0x7f0400b8, 0x7f0400b9, 0x7f0400d4, 0x7f0400d7, 0x7f0400f2, 0x7f0400fb }; - public static int ActionBar_background = 0; - public static int ActionBar_backgroundSplit = 1; - public static int ActionBar_backgroundStacked = 2; - public static int ActionBar_contentInsetEnd = 3; - public static int ActionBar_contentInsetEndWithActions = 4; - public static int ActionBar_contentInsetLeft = 5; - public static int ActionBar_contentInsetRight = 6; - public static int ActionBar_contentInsetStart = 7; - public static int ActionBar_contentInsetStartWithNavigation = 8; - public static int ActionBar_customNavigationLayout = 9; - public static int ActionBar_displayOptions = 10; - public static int ActionBar_divider = 11; - public static int ActionBar_elevation = 12; - public static int ActionBar_height = 13; - public static int ActionBar_hideOnContentScroll = 14; - public static int ActionBar_homeAsUpIndicator = 15; - public static int ActionBar_homeLayout = 16; - public static int ActionBar_icon = 17; - public static int ActionBar_indeterminateProgressStyle = 18; - public static int ActionBar_itemPadding = 19; - public static int ActionBar_logo = 20; - public static int ActionBar_navigationMode = 21; - public static int ActionBar_popupTheme = 22; - public static int ActionBar_progressBarPadding = 23; - public static int ActionBar_progressBarStyle = 24; - public static int ActionBar_subtitle = 25; - public static int ActionBar_subtitleTextStyle = 26; - public static int ActionBar_title = 27; - public static int ActionBar_titleTextStyle = 28; - public static int[] ActionBarLayout = { 0x010100b3 }; - public static int ActionBarLayout_android_layout_gravity = 0; - public static int[] ActionMenuItemView = { 0x0101013f }; - public static int ActionMenuItemView_android_minWidth = 0; - public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040048, 0x7f040081, 0x7f0400d7, 0x7f0400fb }; - public static int ActionMode_background = 0; - public static int ActionMode_backgroundSplit = 1; - public static int ActionMode_closeItemLayout = 2; - public static int ActionMode_height = 3; - public static int ActionMode_subtitleTextStyle = 4; - public static int ActionMode_titleTextStyle = 5; - public static int[] ActivityChooserView = { 0x7f040072, 0x7f04008b }; - public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; - public static int ActivityChooserView_initialActivityCount = 1; - public static int[] AlertDialog = { 0x010100f2, 0x7f04003f, 0x7f040040, 0x7f04009a, 0x7f04009b, 0x7f0400a7, 0x7f0400c9, 0x7f0400ca }; - public static int AlertDialog_android_layout = 0; - public static int AlertDialog_buttonIconDimen = 1; - public static int AlertDialog_buttonPanelSideLayout = 2; - public static int AlertDialog_listItemLayout = 3; - public static int AlertDialog_listLayout = 4; - public static int AlertDialog_multiChoiceItemLayout = 5; - public static int AlertDialog_showTitle = 6; - public static int AlertDialog_singleChoiceItemLayout = 7; - public static int[] AnimatedStateListDrawableCompat = { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 }; - public static int AnimatedStateListDrawableCompat_android_constantSize = 0; - public static int AnimatedStateListDrawableCompat_android_dither = 1; - public static int AnimatedStateListDrawableCompat_android_enterFadeDuration = 2; - public static int AnimatedStateListDrawableCompat_android_exitFadeDuration = 3; - public static int AnimatedStateListDrawableCompat_android_variablePadding = 4; - public static int AnimatedStateListDrawableCompat_android_visible = 5; - public static int[] AnimatedStateListDrawableItem = { 0x01010199, 0x010100d0 }; - public static int AnimatedStateListDrawableItem_android_drawable = 0; - public static int AnimatedStateListDrawableItem_android_id = 1; - public static int[] AnimatedStateListDrawableTransition = { 0x01010199, 0x0101044a, 0x0101044b, 0x01010449 }; - public static int AnimatedStateListDrawableTransition_android_drawable = 0; - public static int AnimatedStateListDrawableTransition_android_fromId = 1; - public static int AnimatedStateListDrawableTransition_android_reversible = 2; - public static int AnimatedStateListDrawableTransition_android_toId = 3; - public static int[] AppCompatImageView = { 0x01010119, 0x7f0400cf, 0x7f0400f0, 0x7f0400f1 }; - public static int AppCompatImageView_android_src = 0; - public static int AppCompatImageView_srcCompat = 1; - public static int AppCompatImageView_tint = 2; - public static int AppCompatImageView_tintMode = 3; - public static int[] AppCompatSeekBar = { 0x01010142, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef }; - public static int AppCompatSeekBar_android_thumb = 0; - public static int AppCompatSeekBar_tickMark = 1; - public static int AppCompatSeekBar_tickMarkTint = 2; - public static int AppCompatSeekBar_tickMarkTintMode = 3; - public static int[] AppCompatTextHelper = { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 }; - public static int AppCompatTextHelper_android_drawableBottom = 0; - public static int AppCompatTextHelper_android_drawableEnd = 1; - public static int AppCompatTextHelper_android_drawableLeft = 2; - public static int AppCompatTextHelper_android_drawableRight = 3; - public static int AppCompatTextHelper_android_drawableStart = 4; - public static int AppCompatTextHelper_android_drawableTop = 5; - public static int AppCompatTextHelper_android_textAppearance = 6; - public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040073, 0x7f040075, 0x7f04008f, 0x7f040097, 0x7f0400dd }; - public static int AppCompatTextView_android_textAppearance = 0; - public static int AppCompatTextView_autoSizeMaxTextSize = 1; - public static int AppCompatTextView_autoSizeMinTextSize = 2; - public static int AppCompatTextView_autoSizePresetSizes = 3; - public static int AppCompatTextView_autoSizeStepGranularity = 4; - public static int AppCompatTextView_autoSizeTextType = 5; - public static int AppCompatTextView_firstBaselineToTopHeight = 6; - public static int AppCompatTextView_fontFamily = 7; - public static int AppCompatTextView_lastBaselineToBottomHeight = 8; - public static int AppCompatTextView_lineHeight = 9; - public static int AppCompatTextView_textAllCaps = 10; - public static int[] AppCompatTheme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040041, 0x7f040042, 0x7f040045, 0x7f040046, 0x7f04004c, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f04005e, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040067, 0x7f040069, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040083, 0x7f040089, 0x7f040098, 0x7f040099, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a2, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b6, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400cc, 0x7f0400cd, 0x7f0400db, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040105, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110 }; - public static int AppCompatTheme_actionBarDivider = 0; - public static int AppCompatTheme_actionBarItemBackground = 1; - public static int AppCompatTheme_actionBarPopupTheme = 2; - public static int AppCompatTheme_actionBarSize = 3; - public static int AppCompatTheme_actionBarSplitStyle = 4; - public static int AppCompatTheme_actionBarStyle = 5; - public static int AppCompatTheme_actionBarTabBarStyle = 6; - public static int AppCompatTheme_actionBarTabStyle = 7; - public static int AppCompatTheme_actionBarTabTextStyle = 8; - public static int AppCompatTheme_actionBarTheme = 9; - public static int AppCompatTheme_actionBarWidgetTheme = 10; - public static int AppCompatTheme_actionButtonStyle = 11; - public static int AppCompatTheme_actionDropDownStyle = 12; - public static int AppCompatTheme_actionMenuTextAppearance = 13; - public static int AppCompatTheme_actionMenuTextColor = 14; - public static int AppCompatTheme_actionModeBackground = 15; - public static int AppCompatTheme_actionModeCloseButtonStyle = 16; - public static int AppCompatTheme_actionModeCloseDrawable = 17; - public static int AppCompatTheme_actionModeCopyDrawable = 18; - public static int AppCompatTheme_actionModeCutDrawable = 19; - public static int AppCompatTheme_actionModeFindDrawable = 20; - public static int AppCompatTheme_actionModePasteDrawable = 21; - public static int AppCompatTheme_actionModePopupWindowStyle = 22; - public static int AppCompatTheme_actionModeSelectAllDrawable = 23; - public static int AppCompatTheme_actionModeShareDrawable = 24; - public static int AppCompatTheme_actionModeSplitBackground = 25; - public static int AppCompatTheme_actionModeStyle = 26; - public static int AppCompatTheme_actionModeWebSearchDrawable = 27; - public static int AppCompatTheme_actionOverflowButtonStyle = 28; - public static int AppCompatTheme_actionOverflowMenuStyle = 29; - public static int AppCompatTheme_activityChooserViewStyle = 30; - public static int AppCompatTheme_alertDialogButtonGroupStyle = 31; - public static int AppCompatTheme_alertDialogCenterButtons = 32; - public static int AppCompatTheme_alertDialogStyle = 33; - public static int AppCompatTheme_alertDialogTheme = 34; - public static int AppCompatTheme_android_windowAnimationStyle = 35; - public static int AppCompatTheme_android_windowIsFloating = 36; - public static int AppCompatTheme_autoCompleteTextViewStyle = 37; - public static int AppCompatTheme_borderlessButtonStyle = 38; - public static int AppCompatTheme_buttonBarButtonStyle = 39; - public static int AppCompatTheme_buttonBarNegativeButtonStyle = 40; - public static int AppCompatTheme_buttonBarNeutralButtonStyle = 41; - public static int AppCompatTheme_buttonBarPositiveButtonStyle = 42; - public static int AppCompatTheme_buttonBarStyle = 43; - public static int AppCompatTheme_buttonStyle = 44; - public static int AppCompatTheme_buttonStyleSmall = 45; - public static int AppCompatTheme_checkboxStyle = 46; - public static int AppCompatTheme_checkedTextViewStyle = 47; - public static int AppCompatTheme_colorAccent = 48; - public static int AppCompatTheme_colorBackgroundFloating = 49; - public static int AppCompatTheme_colorButtonNormal = 50; - public static int AppCompatTheme_colorControlActivated = 51; - public static int AppCompatTheme_colorControlHighlight = 52; - public static int AppCompatTheme_colorControlNormal = 53; - public static int AppCompatTheme_colorError = 54; - public static int AppCompatTheme_colorPrimary = 55; - public static int AppCompatTheme_colorPrimaryDark = 56; - public static int AppCompatTheme_colorSwitchThumbNormal = 57; - public static int AppCompatTheme_controlBackground = 58; - public static int AppCompatTheme_dialogCornerRadius = 59; - public static int AppCompatTheme_dialogPreferredPadding = 60; - public static int AppCompatTheme_dialogTheme = 61; - public static int AppCompatTheme_dividerHorizontal = 62; - public static int AppCompatTheme_dividerVertical = 63; - public static int AppCompatTheme_dropDownListViewStyle = 64; - public static int AppCompatTheme_dropdownListPreferredItemHeight = 65; - public static int AppCompatTheme_editTextBackground = 66; - public static int AppCompatTheme_editTextColor = 67; - public static int AppCompatTheme_editTextStyle = 68; - public static int AppCompatTheme_homeAsUpIndicator = 69; - public static int AppCompatTheme_imageButtonStyle = 70; - public static int AppCompatTheme_listChoiceBackgroundIndicator = 71; - public static int AppCompatTheme_listDividerAlertDialog = 72; - public static int AppCompatTheme_listMenuViewStyle = 73; - public static int AppCompatTheme_listPopupWindowStyle = 74; - public static int AppCompatTheme_listPreferredItemHeight = 75; - public static int AppCompatTheme_listPreferredItemHeightLarge = 76; - public static int AppCompatTheme_listPreferredItemHeightSmall = 77; - public static int AppCompatTheme_listPreferredItemPaddingLeft = 78; - public static int AppCompatTheme_listPreferredItemPaddingRight = 79; - public static int AppCompatTheme_panelBackground = 80; - public static int AppCompatTheme_panelMenuListTheme = 81; - public static int AppCompatTheme_panelMenuListWidth = 82; - public static int AppCompatTheme_popupMenuStyle = 83; - public static int AppCompatTheme_popupWindowStyle = 84; - public static int AppCompatTheme_radioButtonStyle = 85; - public static int AppCompatTheme_ratingBarStyle = 86; - public static int AppCompatTheme_ratingBarStyleIndicator = 87; - public static int AppCompatTheme_ratingBarStyleSmall = 88; - public static int AppCompatTheme_searchViewStyle = 89; - public static int AppCompatTheme_seekBarStyle = 90; - public static int AppCompatTheme_selectableItemBackground = 91; - public static int AppCompatTheme_selectableItemBackgroundBorderless = 92; - public static int AppCompatTheme_spinnerDropDownItemStyle = 93; - public static int AppCompatTheme_spinnerStyle = 94; - public static int AppCompatTheme_switchStyle = 95; - public static int AppCompatTheme_textAppearanceLargePopupMenu = 96; - public static int AppCompatTheme_textAppearanceListItem = 97; - public static int AppCompatTheme_textAppearanceListItemSecondary = 98; - public static int AppCompatTheme_textAppearanceListItemSmall = 99; - public static int AppCompatTheme_textAppearancePopupMenuHeader = 100; - public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 101; - public static int AppCompatTheme_textAppearanceSearchResultTitle = 102; - public static int AppCompatTheme_textAppearanceSmallPopupMenu = 103; - public static int AppCompatTheme_textColorAlertDialogListItem = 104; - public static int AppCompatTheme_textColorSearchUrl = 105; - public static int AppCompatTheme_toolbarNavigationButtonStyle = 106; - public static int AppCompatTheme_toolbarStyle = 107; - public static int AppCompatTheme_tooltipForegroundColor = 108; - public static int AppCompatTheme_tooltipFrameBackground = 109; - public static int AppCompatTheme_viewInflaterClass = 110; - public static int AppCompatTheme_windowActionBar = 111; - public static int AppCompatTheme_windowActionBarOverlay = 112; - public static int AppCompatTheme_windowActionModeOverlay = 113; - public static int AppCompatTheme_windowFixedHeightMajor = 114; - public static int AppCompatTheme_windowFixedHeightMinor = 115; - public static int AppCompatTheme_windowFixedWidthMajor = 116; - public static int AppCompatTheme_windowFixedWidthMinor = 117; - public static int AppCompatTheme_windowMinWidthMajor = 118; - public static int AppCompatTheme_windowMinWidthMinor = 119; - public static int AppCompatTheme_windowNoTitle = 120; - public static int[] ButtonBarLayout = { 0x7f040027 }; - public static int ButtonBarLayout_allowStacking = 0; - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] CompoundButton = { 0x01010107, 0x7f040043, 0x7f040044 }; - public static int CompoundButton_android_button = 0; - public static int CompoundButton_buttonTint = 1; - public static int CompoundButton_buttonTintMode = 2; - public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 }; - public static int CoordinatorLayout_keylines = 0; - public static int CoordinatorLayout_statusBarBackground = 1; - public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 }; - public static int CoordinatorLayout_Layout_android_layout_gravity = 0; - public static int CoordinatorLayout_Layout_layout_anchor = 1; - public static int CoordinatorLayout_Layout_layout_anchorGravity = 2; - public static int CoordinatorLayout_Layout_layout_behavior = 3; - public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; - public static int CoordinatorLayout_Layout_layout_insetEdge = 5; - public static int CoordinatorLayout_Layout_layout_keyline = 6; - public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004b, 0x7f04006a, 0x7f04007f, 0x7f0400cb, 0x7f0400e9 }; - public static int DrawerArrowToggle_arrowHeadLength = 0; - public static int DrawerArrowToggle_arrowShaftLength = 1; - public static int DrawerArrowToggle_barLength = 2; - public static int DrawerArrowToggle_color = 3; - public static int DrawerArrowToggle_drawableSize = 4; - public static int DrawerArrowToggle_gapBetweenBars = 5; - public static int DrawerArrowToggle_spinBars = 6; - public static int DrawerArrowToggle_thickness = 7; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f040066, 0x7f040068, 0x7f0400a6, 0x7f0400c7 }; - public static int LinearLayoutCompat_android_baselineAligned = 0; - public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1; - public static int LinearLayoutCompat_android_gravity = 2; - public static int LinearLayoutCompat_android_orientation = 3; - public static int LinearLayoutCompat_android_weightSum = 4; - public static int LinearLayoutCompat_divider = 5; - public static int LinearLayoutCompat_dividerPadding = 6; - public static int LinearLayoutCompat_measureWithLargestChild = 7; - public static int LinearLayoutCompat_showDividers = 8; - public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 }; - public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; - public static int LinearLayoutCompat_Layout_android_layout_height = 1; - public static int LinearLayoutCompat_Layout_android_layout_weight = 2; - public static int LinearLayoutCompat_Layout_android_layout_width = 3; - public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; - public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; - public static int ListPopupWindow_android_dropDownVerticalOffset = 1; - public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 }; - public static int MenuGroup_android_checkableBehavior = 0; - public static int MenuGroup_android_enabled = 1; - public static int MenuGroup_android_id = 2; - public static int MenuGroup_android_menuCategory = 3; - public static int MenuGroup_android_orderInCategory = 4; - public static int MenuGroup_android_visible = 5; - public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040057, 0x7f040086, 0x7f040087, 0x7f0400ab, 0x7f0400c6, 0x7f040100 }; - public static int MenuItem_actionLayout = 0; - public static int MenuItem_actionProviderClass = 1; - public static int MenuItem_actionViewClass = 2; - public static int MenuItem_alphabeticModifiers = 3; - public static int MenuItem_android_alphabeticShortcut = 4; - public static int MenuItem_android_checkable = 5; - public static int MenuItem_android_checked = 6; - public static int MenuItem_android_enabled = 7; - public static int MenuItem_android_icon = 8; - public static int MenuItem_android_id = 9; - public static int MenuItem_android_menuCategory = 10; - public static int MenuItem_android_numericShortcut = 11; - public static int MenuItem_android_onClick = 12; - public static int MenuItem_android_orderInCategory = 13; - public static int MenuItem_android_title = 14; - public static int MenuItem_android_titleCondensed = 15; - public static int MenuItem_android_visible = 16; - public static int MenuItem_contentDescription = 17; - public static int MenuItem_iconTint = 18; - public static int MenuItem_iconTintMode = 19; - public static int MenuItem_numericModifiers = 20; - public static int MenuItem_showAsAction = 21; - public static int MenuItem_tooltipText = 22; - public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f0400b7, 0x7f0400d2 }; - public static int MenuView_android_headerBackground = 0; - public static int MenuView_android_horizontalDivider = 1; - public static int MenuView_android_itemBackground = 2; - public static int MenuView_android_itemIconDisabledAlpha = 3; - public static int MenuView_android_itemTextAppearance = 4; - public static int MenuView_android_verticalDivider = 5; - public static int MenuView_android_windowAnimationStyle = 6; - public static int MenuView_preserveIconSpacing = 7; - public static int MenuView_subMenuArrow = 8; - public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f0400ac }; - public static int PopupWindow_android_popupAnimationStyle = 0; - public static int PopupWindow_android_popupBackground = 1; - public static int PopupWindow_overlapAnchor = 2; - public static int[] PopupWindowBackgroundState = { 0x7f0400d0 }; - public static int PopupWindowBackgroundState_state_above_anchor = 0; - public static int[] RecycleListView = { 0x7f0400ad, 0x7f0400b0 }; - public static int RecycleListView_paddingBottomNoButtons = 0; - public static int RecycleListView_paddingTopNoTitle = 1; - public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040047, 0x7f040056, 0x7f040061, 0x7f040080, 0x7f040088, 0x7f040090, 0x7f0400ba, 0x7f0400bb, 0x7f0400c0, 0x7f0400c1, 0x7f0400d3, 0x7f0400d8, 0x7f040106 }; - public static int SearchView_android_focusable = 0; - public static int SearchView_android_imeOptions = 1; - public static int SearchView_android_inputType = 2; - public static int SearchView_android_maxWidth = 3; - public static int SearchView_closeIcon = 4; - public static int SearchView_commitIcon = 5; - public static int SearchView_defaultQueryHint = 6; - public static int SearchView_goIcon = 7; - public static int SearchView_iconifiedByDefault = 8; - public static int SearchView_layout = 9; - public static int SearchView_queryBackground = 10; - public static int SearchView_queryHint = 11; - public static int SearchView_searchHintIcon = 12; - public static int SearchView_searchIcon = 13; - public static int SearchView_submitBackground = 14; - public static int SearchView_suggestionRowLayout = 15; - public static int SearchView_voiceIcon = 16; - public static int[] Spinner = { 0x01010262, 0x010100b2, 0x01010176, 0x0101017b, 0x7f0400b5 }; - public static int Spinner_android_dropDownWidth = 0; - public static int Spinner_android_entries = 1; - public static int Spinner_android_popupBackground = 2; - public static int Spinner_android_prompt = 3; - public static int Spinner_popupTheme = 4; - public static int[] StateListDrawable = { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 }; - public static int StateListDrawable_android_constantSize = 0; - public static int StateListDrawable_android_dither = 1; - public static int StateListDrawable_android_enterFadeDuration = 2; - public static int StateListDrawable_android_exitFadeDuration = 3; - public static int StateListDrawable_android_variablePadding = 4; - public static int StateListDrawable_android_visible = 5; - public static int[] StateListDrawableItem = { 0x01010199 }; - public static int StateListDrawableItem_android_drawable = 0; - public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0400c8, 0x7f0400ce, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f040101, 0x7f040102, 0x7f040103 }; - public static int SwitchCompat_android_textOff = 0; - public static int SwitchCompat_android_textOn = 1; - public static int SwitchCompat_android_thumb = 2; - public static int SwitchCompat_showText = 3; - public static int SwitchCompat_splitTrack = 4; - public static int SwitchCompat_switchMinWidth = 5; - public static int SwitchCompat_switchPadding = 6; - public static int SwitchCompat_switchTextAppearance = 7; - public static int SwitchCompat_thumbTextPadding = 8; - public static int SwitchCompat_thumbTint = 9; - public static int SwitchCompat_thumbTintMode = 10; - public static int SwitchCompat_track = 11; - public static int SwitchCompat_trackTint = 12; - public static int SwitchCompat_trackTintMode = 13; - public static int[] TextAppearance = { 0x010103ac, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x01010098, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040075, 0x7f0400dd }; - public static int TextAppearance_android_fontFamily = 0; - public static int TextAppearance_android_shadowColor = 1; - public static int TextAppearance_android_shadowDx = 2; - public static int TextAppearance_android_shadowDy = 3; - public static int TextAppearance_android_shadowRadius = 4; - public static int TextAppearance_android_textColor = 5; - public static int TextAppearance_android_textColorHint = 6; - public static int TextAppearance_android_textColorLink = 7; - public static int TextAppearance_android_textSize = 8; - public static int TextAppearance_android_textStyle = 9; - public static int TextAppearance_android_typeface = 10; - public static int TextAppearance_fontFamily = 11; - public static int TextAppearance_textAllCaps = 12; - public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04003e, 0x7f040049, 0x7f04004a, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a8, 0x7f0400a9, 0x7f0400b5, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa }; - public static int Toolbar_android_gravity = 0; - public static int Toolbar_android_minHeight = 1; - public static int Toolbar_buttonGravity = 2; - public static int Toolbar_collapseContentDescription = 3; - public static int Toolbar_collapseIcon = 4; - public static int Toolbar_contentInsetEnd = 5; - public static int Toolbar_contentInsetEndWithActions = 6; - public static int Toolbar_contentInsetLeft = 7; - public static int Toolbar_contentInsetRight = 8; - public static int Toolbar_contentInsetStart = 9; - public static int Toolbar_contentInsetStartWithNavigation = 10; - public static int Toolbar_logo = 11; - public static int Toolbar_logoDescription = 12; - public static int Toolbar_maxButtonHeight = 13; - public static int Toolbar_navigationContentDescription = 14; - public static int Toolbar_navigationIcon = 15; - public static int Toolbar_popupTheme = 16; - public static int Toolbar_subtitle = 17; - public static int Toolbar_subtitleTextAppearance = 18; - public static int Toolbar_subtitleTextColor = 19; - public static int Toolbar_title = 20; - public static int Toolbar_titleMargin = 21; - public static int Toolbar_titleMarginBottom = 22; - public static int Toolbar_titleMarginEnd = 23; - public static int Toolbar_titleMarginStart = 24; - public static int Toolbar_titleMarginTop = 25; - public static int Toolbar_titleMargins = 26; - public static int Toolbar_titleTextAppearance = 27; - public static int Toolbar_titleTextColor = 28; - public static int[] View = { 0x010100da, 0x01010000, 0x7f0400ae, 0x7f0400af, 0x7f0400e8 }; - public static int View_android_focusable = 0; - public static int View_android_theme = 1; - public static int View_paddingEnd = 2; - public static int View_paddingStart = 3; - public static int View_theme = 4; - public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 }; - public static int ViewBackgroundHelper_android_background = 0; - public static int ViewBackgroundHelper_backgroundTint = 1; - public static int ViewBackgroundHelper_backgroundTintMode = 2; - public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 }; - public static int ViewStubCompat_android_id = 0; - public static int ViewStubCompat_android_inflatedId = 1; - public static int ViewStubCompat_android_layout = 2; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/arch/core/R.java b/colorpicker/build/generated/source/r/debug/androidx/arch/core/R.java deleted file mode 100644 index 06a5099019..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/arch/core/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.arch.core; - -public final class R { -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/asynclayoutinflater/R.java b/colorpicker/build/generated/source/r/debug/androidx/asynclayoutinflater/R.java deleted file mode 100644 index 738eb2d0a7..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/asynclayoutinflater/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.asynclayoutinflater; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int chronometer = 0x7f0c001b; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/coordinatorlayout/R.java b/colorpicker/build/generated/source/r/debug/androidx/coordinatorlayout/R.java deleted file mode 100644 index c52d5be8ef..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/coordinatorlayout/R.java +++ /dev/null @@ -1,189 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.coordinatorlayout; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int coordinatorLayoutStyle = 0x7f04005f; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int keylines = 0x7f04008e; - public static int layout_anchor = 0x7f040091; - public static int layout_anchorGravity = 0x7f040092; - public static int layout_behavior = 0x7f040093; - public static int layout_dodgeInsetEdges = 0x7f040094; - public static int layout_insetEdge = 0x7f040095; - public static int layout_keyline = 0x7f040096; - public static int statusBarBackground = 0x7f0400d1; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int bottom = 0x7f0c0018; - public static int chronometer = 0x7f0c001b; - public static int end = 0x7f0c0026; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int left = 0x7f0c0031; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int none = 0x7f0c0038; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right = 0x7f0c0041; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int start = 0x7f0c0059; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - public static int top = 0x7f0c0068; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - public static int Widget_Support_CoordinatorLayout = 0x7f16015a; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 }; - public static int CoordinatorLayout_keylines = 0; - public static int CoordinatorLayout_statusBarBackground = 1; - public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 }; - public static int CoordinatorLayout_Layout_android_layout_gravity = 0; - public static int CoordinatorLayout_Layout_layout_anchor = 1; - public static int CoordinatorLayout_Layout_layout_anchorGravity = 2; - public static int CoordinatorLayout_Layout_layout_behavior = 3; - public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; - public static int CoordinatorLayout_Layout_layout_insetEdge = 5; - public static int CoordinatorLayout_Layout_layout_keyline = 6; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/core/R.java b/colorpicker/build/generated/source/r/debug/androidx/core/R.java deleted file mode 100644 index 7f63f2bf11..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/core/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.core; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int chronometer = 0x7f0c001b; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/cursoradapter/R.java b/colorpicker/build/generated/source/r/debug/androidx/cursoradapter/R.java deleted file mode 100644 index c00c0e8be9..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/cursoradapter/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.cursoradapter; - -public final class R { -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/customview/R.java b/colorpicker/build/generated/source/r/debug/androidx/customview/R.java deleted file mode 100644 index acf900affa..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/customview/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.customview; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int chronometer = 0x7f0c001b; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/documentfile/R.java b/colorpicker/build/generated/source/r/debug/androidx/documentfile/R.java deleted file mode 100644 index bcbc1a6599..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/documentfile/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.documentfile; - -public final class R { -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/drawerlayout/R.java b/colorpicker/build/generated/source/r/debug/androidx/drawerlayout/R.java deleted file mode 100644 index 56d0375b21..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/drawerlayout/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.drawerlayout; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int chronometer = 0x7f0c001b; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/fragment/R.java b/colorpicker/build/generated/source/r/debug/androidx/fragment/R.java deleted file mode 100644 index 04c2a18e25..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/fragment/R.java +++ /dev/null @@ -1,189 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.fragment; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int coordinatorLayoutStyle = 0x7f04005f; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int keylines = 0x7f04008e; - public static int layout_anchor = 0x7f040091; - public static int layout_anchorGravity = 0x7f040092; - public static int layout_behavior = 0x7f040093; - public static int layout_dodgeInsetEdges = 0x7f040094; - public static int layout_insetEdge = 0x7f040095; - public static int layout_keyline = 0x7f040096; - public static int statusBarBackground = 0x7f0400d1; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int bottom = 0x7f0c0018; - public static int chronometer = 0x7f0c001b; - public static int end = 0x7f0c0026; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int left = 0x7f0c0031; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int none = 0x7f0c0038; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right = 0x7f0c0041; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int start = 0x7f0c0059; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - public static int top = 0x7f0c0068; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - public static int Widget_Support_CoordinatorLayout = 0x7f16015a; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 }; - public static int CoordinatorLayout_keylines = 0; - public static int CoordinatorLayout_statusBarBackground = 1; - public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 }; - public static int CoordinatorLayout_Layout_android_layout_gravity = 0; - public static int CoordinatorLayout_Layout_layout_anchor = 1; - public static int CoordinatorLayout_Layout_layout_anchorGravity = 2; - public static int CoordinatorLayout_Layout_layout_behavior = 3; - public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; - public static int CoordinatorLayout_Layout_layout_insetEdge = 5; - public static int CoordinatorLayout_Layout_layout_keyline = 6; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/interpolator/R.java b/colorpicker/build/generated/source/r/debug/androidx/interpolator/R.java deleted file mode 100644 index f249626c41..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/interpolator/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.interpolator; - -public final class R { -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/legacy/coreui/R.java b/colorpicker/build/generated/source/r/debug/androidx/legacy/coreui/R.java deleted file mode 100644 index 959ff3dc40..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/legacy/coreui/R.java +++ /dev/null @@ -1,189 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.legacy.coreui; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int coordinatorLayoutStyle = 0x7f04005f; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int keylines = 0x7f04008e; - public static int layout_anchor = 0x7f040091; - public static int layout_anchorGravity = 0x7f040092; - public static int layout_behavior = 0x7f040093; - public static int layout_dodgeInsetEdges = 0x7f040094; - public static int layout_insetEdge = 0x7f040095; - public static int layout_keyline = 0x7f040096; - public static int statusBarBackground = 0x7f0400d1; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int bottom = 0x7f0c0018; - public static int chronometer = 0x7f0c001b; - public static int end = 0x7f0c0026; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int left = 0x7f0c0031; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int none = 0x7f0c0038; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right = 0x7f0c0041; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int start = 0x7f0c0059; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - public static int top = 0x7f0c0068; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - public static int Widget_Support_CoordinatorLayout = 0x7f16015a; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 }; - public static int CoordinatorLayout_keylines = 0; - public static int CoordinatorLayout_statusBarBackground = 1; - public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 }; - public static int CoordinatorLayout_Layout_android_layout_gravity = 0; - public static int CoordinatorLayout_Layout_layout_anchor = 1; - public static int CoordinatorLayout_Layout_layout_anchorGravity = 2; - public static int CoordinatorLayout_Layout_layout_behavior = 3; - public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; - public static int CoordinatorLayout_Layout_layout_insetEdge = 5; - public static int CoordinatorLayout_Layout_layout_keyline = 6; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/legacy/coreutils/R.java b/colorpicker/build/generated/source/r/debug/androidx/legacy/coreutils/R.java deleted file mode 100644 index 4058615f29..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/legacy/coreutils/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.legacy.coreutils; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int chronometer = 0x7f0c001b; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/R.java b/colorpicker/build/generated/source/r/debug/androidx/lifecycle/R.java deleted file mode 100644 index 930d80e428..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.lifecycle; - -public final class R { -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/livedata/core/R.java b/colorpicker/build/generated/source/r/debug/androidx/lifecycle/livedata/core/R.java deleted file mode 100644 index 736e86128b..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/livedata/core/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.lifecycle.livedata.core; - -public final class R { -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/viewmodel/R.java b/colorpicker/build/generated/source/r/debug/androidx/lifecycle/viewmodel/R.java deleted file mode 100644 index 7fa267f8e0..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/viewmodel/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.lifecycle.viewmodel; - -public final class R { -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/loader/R.java b/colorpicker/build/generated/source/r/debug/androidx/loader/R.java deleted file mode 100644 index ff8fe083cd..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/loader/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.loader; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int chronometer = 0x7f0c001b; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/localbroadcastmanager/R.java b/colorpicker/build/generated/source/r/debug/androidx/localbroadcastmanager/R.java deleted file mode 100644 index 2594d6b2c8..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/localbroadcastmanager/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.localbroadcastmanager; - -public final class R { -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/print/R.java b/colorpicker/build/generated/source/r/debug/androidx/print/R.java deleted file mode 100644 index 724b8d359a..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/print/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.print; - -public final class R { -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/slidingpanelayout/R.java b/colorpicker/build/generated/source/r/debug/androidx/slidingpanelayout/R.java deleted file mode 100644 index 91b5f9b79e..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/slidingpanelayout/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.slidingpanelayout; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int chronometer = 0x7f0c001b; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/swiperefreshlayout/R.java b/colorpicker/build/generated/source/r/debug/androidx/swiperefreshlayout/R.java deleted file mode 100644 index 0d55cf5aee..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/swiperefreshlayout/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.swiperefreshlayout; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int chronometer = 0x7f0c001b; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/vectordrawable/R.java b/colorpicker/build/generated/source/r/debug/androidx/vectordrawable/R.java deleted file mode 100644 index 1275eb89ae..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/vectordrawable/R.java +++ /dev/null @@ -1,189 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.vectordrawable; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int coordinatorLayoutStyle = 0x7f04005f; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int keylines = 0x7f04008e; - public static int layout_anchor = 0x7f040091; - public static int layout_anchorGravity = 0x7f040092; - public static int layout_behavior = 0x7f040093; - public static int layout_dodgeInsetEdges = 0x7f040094; - public static int layout_insetEdge = 0x7f040095; - public static int layout_keyline = 0x7f040096; - public static int statusBarBackground = 0x7f0400d1; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int bottom = 0x7f0c0018; - public static int chronometer = 0x7f0c001b; - public static int end = 0x7f0c0026; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int left = 0x7f0c0031; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int none = 0x7f0c0038; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right = 0x7f0c0041; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int start = 0x7f0c0059; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - public static int top = 0x7f0c0068; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - public static int Widget_Support_CoordinatorLayout = 0x7f16015a; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 }; - public static int CoordinatorLayout_keylines = 0; - public static int CoordinatorLayout_statusBarBackground = 1; - public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 }; - public static int CoordinatorLayout_Layout_android_layout_gravity = 0; - public static int CoordinatorLayout_Layout_layout_anchor = 1; - public static int CoordinatorLayout_Layout_layout_anchorGravity = 2; - public static int CoordinatorLayout_Layout_layout_behavior = 3; - public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; - public static int CoordinatorLayout_Layout_layout_insetEdge = 5; - public static int CoordinatorLayout_Layout_layout_keyline = 6; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/versionedparcelable/R.java b/colorpicker/build/generated/source/r/debug/androidx/versionedparcelable/R.java deleted file mode 100644 index e2fbf3d8ec..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/versionedparcelable/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.versionedparcelable; - -public final class R { -} diff --git a/colorpicker/build/generated/source/r/debug/androidx/viewpager/R.java b/colorpicker/build/generated/source/r/debug/androidx/viewpager/R.java deleted file mode 100644 index ec2faca0c9..0000000000 --- a/colorpicker/build/generated/source/r/debug/androidx/viewpager/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package androidx.viewpager; - -public final class R { - public static final class attr { - public static int alpha = 0x7f040028; - public static int font = 0x7f040074; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int ttcIndex = 0x7f040104; - } - public static final class color { - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_light = 0x7f06004a; - } - public static final class dimen { - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - } - public static final class drawable { - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - } - public static final class id { - public static int action_container = 0x7f0c0008; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int chronometer = 0x7f0c001b; - public static int forever = 0x7f0c0029; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - } - public static final class integer { - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - } - public static final class string { - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - } - public static final class styleable { - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - } -} diff --git a/colorpicker/build/generated/source/r/debug/com/android/colorpicker/R.java b/colorpicker/build/generated/source/r/debug/com/android/colorpicker/R.java deleted file mode 100644 index 86016dd732..0000000000 --- a/colorpicker/build/generated/source/r/debug/com/android/colorpicker/R.java +++ /dev/null @@ -1,1624 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package com.android.colorpicker; - -public final class R { - public static final class anim { - public static int abc_fade_in = 0x7f010001; - public static int abc_fade_out = 0x7f010002; - public static int abc_grow_fade_in_from_bottom = 0x7f010003; - public static int abc_popup_enter = 0x7f010004; - public static int abc_popup_exit = 0x7f010005; - public static int abc_shrink_fade_out_from_bottom = 0x7f010006; - public static int abc_slide_in_bottom = 0x7f010007; - public static int abc_slide_in_top = 0x7f010008; - public static int abc_slide_out_bottom = 0x7f010009; - public static int abc_slide_out_top = 0x7f01000a; - public static int abc_tooltip_enter = 0x7f01000b; - public static int abc_tooltip_exit = 0x7f01000c; - } - public static final class attr { - public static int actionBarDivider = 0x7f040001; - public static int actionBarItemBackground = 0x7f040002; - public static int actionBarPopupTheme = 0x7f040003; - public static int actionBarSize = 0x7f040004; - public static int actionBarSplitStyle = 0x7f040005; - public static int actionBarStyle = 0x7f040006; - public static int actionBarTabBarStyle = 0x7f040007; - public static int actionBarTabStyle = 0x7f040008; - public static int actionBarTabTextStyle = 0x7f040009; - public static int actionBarTheme = 0x7f04000a; - public static int actionBarWidgetTheme = 0x7f04000b; - public static int actionButtonStyle = 0x7f04000c; - public static int actionDropDownStyle = 0x7f04000d; - public static int actionLayout = 0x7f04000e; - public static int actionMenuTextAppearance = 0x7f04000f; - public static int actionMenuTextColor = 0x7f040010; - public static int actionModeBackground = 0x7f040011; - public static int actionModeCloseButtonStyle = 0x7f040012; - public static int actionModeCloseDrawable = 0x7f040013; - public static int actionModeCopyDrawable = 0x7f040014; - public static int actionModeCutDrawable = 0x7f040015; - public static int actionModeFindDrawable = 0x7f040016; - public static int actionModePasteDrawable = 0x7f040017; - public static int actionModePopupWindowStyle = 0x7f040018; - public static int actionModeSelectAllDrawable = 0x7f040019; - public static int actionModeShareDrawable = 0x7f04001a; - public static int actionModeSplitBackground = 0x7f04001b; - public static int actionModeStyle = 0x7f04001c; - public static int actionModeWebSearchDrawable = 0x7f04001d; - public static int actionOverflowButtonStyle = 0x7f04001e; - public static int actionOverflowMenuStyle = 0x7f04001f; - public static int actionProviderClass = 0x7f040020; - public static int actionViewClass = 0x7f040021; - public static int activityChooserViewStyle = 0x7f040022; - public static int alertDialogButtonGroupStyle = 0x7f040023; - public static int alertDialogCenterButtons = 0x7f040024; - public static int alertDialogStyle = 0x7f040025; - public static int alertDialogTheme = 0x7f040026; - public static int allowStacking = 0x7f040027; - public static int alpha = 0x7f040028; - public static int alphabeticModifiers = 0x7f040029; - public static int arrowHeadLength = 0x7f04002a; - public static int arrowShaftLength = 0x7f04002b; - public static int autoCompleteTextViewStyle = 0x7f04002c; - public static int autoSizeMaxTextSize = 0x7f04002d; - public static int autoSizeMinTextSize = 0x7f04002e; - public static int autoSizePresetSizes = 0x7f04002f; - public static int autoSizeStepGranularity = 0x7f040030; - public static int autoSizeTextType = 0x7f040031; - public static int background = 0x7f040032; - public static int backgroundSplit = 0x7f040033; - public static int backgroundStacked = 0x7f040034; - public static int backgroundTint = 0x7f040035; - public static int backgroundTintMode = 0x7f040036; - public static int barLength = 0x7f040037; - public static int borderlessButtonStyle = 0x7f040038; - public static int buttonBarButtonStyle = 0x7f040039; - public static int buttonBarNegativeButtonStyle = 0x7f04003a; - public static int buttonBarNeutralButtonStyle = 0x7f04003b; - public static int buttonBarPositiveButtonStyle = 0x7f04003c; - public static int buttonBarStyle = 0x7f04003d; - public static int buttonGravity = 0x7f04003e; - public static int buttonIconDimen = 0x7f04003f; - public static int buttonPanelSideLayout = 0x7f040040; - public static int buttonStyle = 0x7f040041; - public static int buttonStyleSmall = 0x7f040042; - public static int buttonTint = 0x7f040043; - public static int buttonTintMode = 0x7f040044; - public static int checkboxStyle = 0x7f040045; - public static int checkedTextViewStyle = 0x7f040046; - public static int closeIcon = 0x7f040047; - public static int closeItemLayout = 0x7f040048; - public static int collapseContentDescription = 0x7f040049; - public static int collapseIcon = 0x7f04004a; - public static int color = 0x7f04004b; - public static int colorAccent = 0x7f04004c; - public static int colorBackgroundFloating = 0x7f04004d; - public static int colorButtonNormal = 0x7f04004e; - public static int colorControlActivated = 0x7f04004f; - public static int colorControlHighlight = 0x7f040050; - public static int colorControlNormal = 0x7f040051; - public static int colorError = 0x7f040052; - public static int colorPrimary = 0x7f040053; - public static int colorPrimaryDark = 0x7f040054; - public static int colorSwitchThumbNormal = 0x7f040055; - public static int commitIcon = 0x7f040056; - public static int contentDescription = 0x7f040057; - public static int contentInsetEnd = 0x7f040058; - public static int contentInsetEndWithActions = 0x7f040059; - public static int contentInsetLeft = 0x7f04005a; - public static int contentInsetRight = 0x7f04005b; - public static int contentInsetStart = 0x7f04005c; - public static int contentInsetStartWithNavigation = 0x7f04005d; - public static int controlBackground = 0x7f04005e; - public static int coordinatorLayoutStyle = 0x7f04005f; - public static int customNavigationLayout = 0x7f040060; - public static int defaultQueryHint = 0x7f040061; - public static int dialogCornerRadius = 0x7f040062; - public static int dialogPreferredPadding = 0x7f040063; - public static int dialogTheme = 0x7f040064; - public static int displayOptions = 0x7f040065; - public static int divider = 0x7f040066; - public static int dividerHorizontal = 0x7f040067; - public static int dividerPadding = 0x7f040068; - public static int dividerVertical = 0x7f040069; - public static int drawableSize = 0x7f04006a; - public static int drawerArrowStyle = 0x7f04006b; - public static int dropDownListViewStyle = 0x7f04006c; - public static int dropdownListPreferredItemHeight = 0x7f04006d; - public static int editTextBackground = 0x7f04006e; - public static int editTextColor = 0x7f04006f; - public static int editTextStyle = 0x7f040070; - public static int elevation = 0x7f040071; - public static int expandActivityOverflowButtonDrawable = 0x7f040072; - public static int firstBaselineToTopHeight = 0x7f040073; - public static int font = 0x7f040074; - public static int fontFamily = 0x7f040075; - public static int fontProviderAuthority = 0x7f040076; - public static int fontProviderCerts = 0x7f040077; - public static int fontProviderFetchStrategy = 0x7f040078; - public static int fontProviderFetchTimeout = 0x7f040079; - public static int fontProviderPackage = 0x7f04007a; - public static int fontProviderQuery = 0x7f04007b; - public static int fontStyle = 0x7f04007c; - public static int fontVariationSettings = 0x7f04007d; - public static int fontWeight = 0x7f04007e; - public static int gapBetweenBars = 0x7f04007f; - public static int goIcon = 0x7f040080; - public static int height = 0x7f040081; - public static int hideOnContentScroll = 0x7f040082; - public static int homeAsUpIndicator = 0x7f040083; - public static int homeLayout = 0x7f040084; - public static int icon = 0x7f040085; - public static int iconTint = 0x7f040086; - public static int iconTintMode = 0x7f040087; - public static int iconifiedByDefault = 0x7f040088; - public static int imageButtonStyle = 0x7f040089; - public static int indeterminateProgressStyle = 0x7f04008a; - public static int initialActivityCount = 0x7f04008b; - public static int isLightTheme = 0x7f04008c; - public static int itemPadding = 0x7f04008d; - public static int keylines = 0x7f04008e; - public static int lastBaselineToBottomHeight = 0x7f04008f; - public static int layout = 0x7f040090; - public static int layout_anchor = 0x7f040091; - public static int layout_anchorGravity = 0x7f040092; - public static int layout_behavior = 0x7f040093; - public static int layout_dodgeInsetEdges = 0x7f040094; - public static int layout_insetEdge = 0x7f040095; - public static int layout_keyline = 0x7f040096; - public static int lineHeight = 0x7f040097; - public static int listChoiceBackgroundIndicator = 0x7f040098; - public static int listDividerAlertDialog = 0x7f040099; - public static int listItemLayout = 0x7f04009a; - public static int listLayout = 0x7f04009b; - public static int listMenuViewStyle = 0x7f04009c; - public static int listPopupWindowStyle = 0x7f04009d; - public static int listPreferredItemHeight = 0x7f04009e; - public static int listPreferredItemHeightLarge = 0x7f04009f; - public static int listPreferredItemHeightSmall = 0x7f0400a0; - public static int listPreferredItemPaddingLeft = 0x7f0400a1; - public static int listPreferredItemPaddingRight = 0x7f0400a2; - public static int logo = 0x7f0400a3; - public static int logoDescription = 0x7f0400a4; - public static int maxButtonHeight = 0x7f0400a5; - public static int measureWithLargestChild = 0x7f0400a6; - public static int multiChoiceItemLayout = 0x7f0400a7; - public static int navigationContentDescription = 0x7f0400a8; - public static int navigationIcon = 0x7f0400a9; - public static int navigationMode = 0x7f0400aa; - public static int numericModifiers = 0x7f0400ab; - public static int overlapAnchor = 0x7f0400ac; - public static int paddingBottomNoButtons = 0x7f0400ad; - public static int paddingEnd = 0x7f0400ae; - public static int paddingStart = 0x7f0400af; - public static int paddingTopNoTitle = 0x7f0400b0; - public static int panelBackground = 0x7f0400b1; - public static int panelMenuListTheme = 0x7f0400b2; - public static int panelMenuListWidth = 0x7f0400b3; - public static int popupMenuStyle = 0x7f0400b4; - public static int popupTheme = 0x7f0400b5; - public static int popupWindowStyle = 0x7f0400b6; - public static int preserveIconSpacing = 0x7f0400b7; - public static int progressBarPadding = 0x7f0400b8; - public static int progressBarStyle = 0x7f0400b9; - public static int queryBackground = 0x7f0400ba; - public static int queryHint = 0x7f0400bb; - public static int radioButtonStyle = 0x7f0400bc; - public static int ratingBarStyle = 0x7f0400bd; - public static int ratingBarStyleIndicator = 0x7f0400be; - public static int ratingBarStyleSmall = 0x7f0400bf; - public static int searchHintIcon = 0x7f0400c0; - public static int searchIcon = 0x7f0400c1; - public static int searchViewStyle = 0x7f0400c2; - public static int seekBarStyle = 0x7f0400c3; - public static int selectableItemBackground = 0x7f0400c4; - public static int selectableItemBackgroundBorderless = 0x7f0400c5; - public static int showAsAction = 0x7f0400c6; - public static int showDividers = 0x7f0400c7; - public static int showText = 0x7f0400c8; - public static int showTitle = 0x7f0400c9; - public static int singleChoiceItemLayout = 0x7f0400ca; - public static int spinBars = 0x7f0400cb; - public static int spinnerDropDownItemStyle = 0x7f0400cc; - public static int spinnerStyle = 0x7f0400cd; - public static int splitTrack = 0x7f0400ce; - public static int srcCompat = 0x7f0400cf; - public static int state_above_anchor = 0x7f0400d0; - public static int statusBarBackground = 0x7f0400d1; - public static int subMenuArrow = 0x7f0400d2; - public static int submitBackground = 0x7f0400d3; - public static int subtitle = 0x7f0400d4; - public static int subtitleTextAppearance = 0x7f0400d5; - public static int subtitleTextColor = 0x7f0400d6; - public static int subtitleTextStyle = 0x7f0400d7; - public static int suggestionRowLayout = 0x7f0400d8; - public static int switchMinWidth = 0x7f0400d9; - public static int switchPadding = 0x7f0400da; - public static int switchStyle = 0x7f0400db; - public static int switchTextAppearance = 0x7f0400dc; - public static int textAllCaps = 0x7f0400dd; - public static int textAppearanceLargePopupMenu = 0x7f0400de; - public static int textAppearanceListItem = 0x7f0400df; - public static int textAppearanceListItemSecondary = 0x7f0400e0; - public static int textAppearanceListItemSmall = 0x7f0400e1; - public static int textAppearancePopupMenuHeader = 0x7f0400e2; - public static int textAppearanceSearchResultSubtitle = 0x7f0400e3; - public static int textAppearanceSearchResultTitle = 0x7f0400e4; - public static int textAppearanceSmallPopupMenu = 0x7f0400e5; - public static int textColorAlertDialogListItem = 0x7f0400e6; - public static int textColorSearchUrl = 0x7f0400e7; - public static int theme = 0x7f0400e8; - public static int thickness = 0x7f0400e9; - public static int thumbTextPadding = 0x7f0400ea; - public static int thumbTint = 0x7f0400eb; - public static int thumbTintMode = 0x7f0400ec; - public static int tickMark = 0x7f0400ed; - public static int tickMarkTint = 0x7f0400ee; - public static int tickMarkTintMode = 0x7f0400ef; - public static int tint = 0x7f0400f0; - public static int tintMode = 0x7f0400f1; - public static int title = 0x7f0400f2; - public static int titleMargin = 0x7f0400f3; - public static int titleMarginBottom = 0x7f0400f4; - public static int titleMarginEnd = 0x7f0400f5; - public static int titleMarginStart = 0x7f0400f6; - public static int titleMarginTop = 0x7f0400f7; - public static int titleMargins = 0x7f0400f8; - public static int titleTextAppearance = 0x7f0400f9; - public static int titleTextColor = 0x7f0400fa; - public static int titleTextStyle = 0x7f0400fb; - public static int toolbarNavigationButtonStyle = 0x7f0400fc; - public static int toolbarStyle = 0x7f0400fd; - public static int tooltipForegroundColor = 0x7f0400fe; - public static int tooltipFrameBackground = 0x7f0400ff; - public static int tooltipText = 0x7f040100; - public static int track = 0x7f040101; - public static int trackTint = 0x7f040102; - public static int trackTintMode = 0x7f040103; - public static int ttcIndex = 0x7f040104; - public static int viewInflaterClass = 0x7f040105; - public static int voiceIcon = 0x7f040106; - public static int windowActionBar = 0x7f040107; - public static int windowActionBarOverlay = 0x7f040108; - public static int windowActionModeOverlay = 0x7f040109; - public static int windowFixedHeightMajor = 0x7f04010a; - public static int windowFixedHeightMinor = 0x7f04010b; - public static int windowFixedWidthMajor = 0x7f04010c; - public static int windowFixedWidthMinor = 0x7f04010d; - public static int windowMinWidthMajor = 0x7f04010e; - public static int windowMinWidthMinor = 0x7f04010f; - public static int windowNoTitle = 0x7f040110; - } - public static final class bool { - public static int abc_action_bar_embed_tabs = 0x7f050001; - public static int abc_allow_stacked_button_bar = 0x7f050002; - public static int abc_config_actionMenuItemAllCaps = 0x7f050003; - } - public static final class color { - public static int abc_background_cache_hint_selector_material_dark = 0x7f060001; - public static int abc_background_cache_hint_selector_material_light = 0x7f060002; - public static int abc_btn_colored_borderless_text_material = 0x7f060003; - public static int abc_btn_colored_text_material = 0x7f060004; - public static int abc_color_highlight_material = 0x7f060005; - public static int abc_hint_foreground_material_dark = 0x7f060006; - public static int abc_hint_foreground_material_light = 0x7f060007; - public static int abc_input_method_navigation_guard = 0x7f060008; - public static int abc_primary_text_disable_only_material_dark = 0x7f060009; - public static int abc_primary_text_disable_only_material_light = 0x7f06000a; - public static int abc_primary_text_material_dark = 0x7f06000b; - public static int abc_primary_text_material_light = 0x7f06000c; - public static int abc_search_url_text = 0x7f06000d; - public static int abc_search_url_text_normal = 0x7f06000e; - public static int abc_search_url_text_pressed = 0x7f06000f; - public static int abc_search_url_text_selected = 0x7f060010; - public static int abc_secondary_text_material_dark = 0x7f060011; - public static int abc_secondary_text_material_light = 0x7f060012; - public static int abc_tint_btn_checkable = 0x7f060013; - public static int abc_tint_default = 0x7f060014; - public static int abc_tint_edittext = 0x7f060015; - public static int abc_tint_seek_thumb = 0x7f060016; - public static int abc_tint_spinner = 0x7f060017; - public static int abc_tint_switch_track = 0x7f060018; - public static int accent_material_dark = 0x7f060019; - public static int accent_material_light = 0x7f06001a; - public static int background_floating_material_dark = 0x7f06001b; - public static int background_floating_material_light = 0x7f06001c; - public static int background_material_dark = 0x7f06001d; - public static int background_material_light = 0x7f06001e; - public static int bright_foreground_disabled_material_dark = 0x7f06001f; - public static int bright_foreground_disabled_material_light = 0x7f060020; - public static int bright_foreground_inverse_material_dark = 0x7f060021; - public static int bright_foreground_inverse_material_light = 0x7f060022; - public static int bright_foreground_material_dark = 0x7f060023; - public static int bright_foreground_material_light = 0x7f060024; - public static int button_material_dark = 0x7f060025; - public static int button_material_light = 0x7f060026; - public static int dim_foreground_disabled_material_dark = 0x7f060027; - public static int dim_foreground_disabled_material_light = 0x7f060028; - public static int dim_foreground_material_dark = 0x7f060029; - public static int dim_foreground_material_light = 0x7f06002a; - public static int error_color_material_dark = 0x7f06002b; - public static int error_color_material_light = 0x7f06002c; - public static int foreground_material_dark = 0x7f06002d; - public static int foreground_material_light = 0x7f06002e; - public static int highlighted_text_material_dark = 0x7f06002f; - public static int highlighted_text_material_light = 0x7f060030; - public static int material_blue_grey_800 = 0x7f060031; - public static int material_blue_grey_900 = 0x7f060032; - public static int material_blue_grey_950 = 0x7f060033; - public static int material_deep_teal_200 = 0x7f060034; - public static int material_deep_teal_500 = 0x7f060035; - public static int material_grey_100 = 0x7f060036; - public static int material_grey_300 = 0x7f060037; - public static int material_grey_50 = 0x7f060038; - public static int material_grey_600 = 0x7f060039; - public static int material_grey_800 = 0x7f06003a; - public static int material_grey_850 = 0x7f06003b; - public static int material_grey_900 = 0x7f06003c; - public static int notification_action_color_filter = 0x7f06003d; - public static int notification_icon_bg_color = 0x7f06003e; - public static int primary_dark_material_dark = 0x7f06003f; - public static int primary_dark_material_light = 0x7f060040; - public static int primary_material_dark = 0x7f060041; - public static int primary_material_light = 0x7f060042; - public static int primary_text_default_material_dark = 0x7f060043; - public static int primary_text_default_material_light = 0x7f060044; - public static int primary_text_disabled_material_dark = 0x7f060045; - public static int primary_text_disabled_material_light = 0x7f060046; - public static int ripple_material_dark = 0x7f060047; - public static int ripple_material_light = 0x7f060048; - public static int secondary_text_default_material_dark = 0x7f060049; - public static int secondary_text_default_material_light = 0x7f06004a; - public static int secondary_text_disabled_material_dark = 0x7f06004b; - public static int secondary_text_disabled_material_light = 0x7f06004c; - public static int switch_thumb_disabled_material_dark = 0x7f06004d; - public static int switch_thumb_disabled_material_light = 0x7f06004e; - public static int switch_thumb_material_dark = 0x7f06004f; - public static int switch_thumb_material_light = 0x7f060050; - public static int switch_thumb_normal_material_dark = 0x7f060051; - public static int switch_thumb_normal_material_light = 0x7f060052; - public static int tooltip_background_dark = 0x7f060053; - public static int tooltip_background_light = 0x7f060054; - } - public static final class dimen { - public static int abc_action_bar_content_inset_material = 0x7f080001; - public static int abc_action_bar_content_inset_with_nav = 0x7f080002; - public static int abc_action_bar_default_height_material = 0x7f080003; - public static int abc_action_bar_default_padding_end_material = 0x7f080004; - public static int abc_action_bar_default_padding_start_material = 0x7f080005; - public static int abc_action_bar_elevation_material = 0x7f080006; - public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007; - public static int abc_action_bar_overflow_padding_end_material = 0x7f080008; - public static int abc_action_bar_overflow_padding_start_material = 0x7f080009; - public static int abc_action_bar_stacked_max_height = 0x7f08000a; - public static int abc_action_bar_stacked_tab_max_width = 0x7f08000b; - public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000c; - public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000d; - public static int abc_action_button_min_height_material = 0x7f08000e; - public static int abc_action_button_min_width_material = 0x7f08000f; - public static int abc_action_button_min_width_overflow_material = 0x7f080010; - public static int abc_alert_dialog_button_bar_height = 0x7f080011; - public static int abc_alert_dialog_button_dimen = 0x7f080012; - public static int abc_button_inset_horizontal_material = 0x7f080013; - public static int abc_button_inset_vertical_material = 0x7f080014; - public static int abc_button_padding_horizontal_material = 0x7f080015; - public static int abc_button_padding_vertical_material = 0x7f080016; - public static int abc_cascading_menus_min_smallest_width = 0x7f080017; - public static int abc_config_prefDialogWidth = 0x7f080018; - public static int abc_control_corner_material = 0x7f080019; - public static int abc_control_inset_material = 0x7f08001a; - public static int abc_control_padding_material = 0x7f08001b; - public static int abc_dialog_corner_radius_material = 0x7f08001c; - public static int abc_dialog_fixed_height_major = 0x7f08001d; - public static int abc_dialog_fixed_height_minor = 0x7f08001e; - public static int abc_dialog_fixed_width_major = 0x7f08001f; - public static int abc_dialog_fixed_width_minor = 0x7f080020; - public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f080021; - public static int abc_dialog_list_padding_top_no_title = 0x7f080022; - public static int abc_dialog_min_width_major = 0x7f080023; - public static int abc_dialog_min_width_minor = 0x7f080024; - public static int abc_dialog_padding_material = 0x7f080025; - public static int abc_dialog_padding_top_material = 0x7f080026; - public static int abc_dialog_title_divider_material = 0x7f080027; - public static int abc_disabled_alpha_material_dark = 0x7f080028; - public static int abc_disabled_alpha_material_light = 0x7f080029; - public static int abc_dropdownitem_icon_width = 0x7f08002a; - public static int abc_dropdownitem_text_padding_left = 0x7f08002b; - public static int abc_dropdownitem_text_padding_right = 0x7f08002c; - public static int abc_edit_text_inset_bottom_material = 0x7f08002d; - public static int abc_edit_text_inset_horizontal_material = 0x7f08002e; - public static int abc_edit_text_inset_top_material = 0x7f08002f; - public static int abc_floating_window_z = 0x7f080030; - public static int abc_list_item_padding_horizontal_material = 0x7f080031; - public static int abc_panel_menu_list_width = 0x7f080032; - public static int abc_progress_bar_height_material = 0x7f080033; - public static int abc_search_view_preferred_height = 0x7f080034; - public static int abc_search_view_preferred_width = 0x7f080035; - public static int abc_seekbar_track_background_height_material = 0x7f080036; - public static int abc_seekbar_track_progress_height_material = 0x7f080037; - public static int abc_select_dialog_padding_start_material = 0x7f080038; - public static int abc_switch_padding = 0x7f080039; - public static int abc_text_size_body_1_material = 0x7f08003a; - public static int abc_text_size_body_2_material = 0x7f08003b; - public static int abc_text_size_button_material = 0x7f08003c; - public static int abc_text_size_caption_material = 0x7f08003d; - public static int abc_text_size_display_1_material = 0x7f08003e; - public static int abc_text_size_display_2_material = 0x7f08003f; - public static int abc_text_size_display_3_material = 0x7f080040; - public static int abc_text_size_display_4_material = 0x7f080041; - public static int abc_text_size_headline_material = 0x7f080042; - public static int abc_text_size_large_material = 0x7f080043; - public static int abc_text_size_medium_material = 0x7f080044; - public static int abc_text_size_menu_header_material = 0x7f080045; - public static int abc_text_size_menu_material = 0x7f080046; - public static int abc_text_size_small_material = 0x7f080047; - public static int abc_text_size_subhead_material = 0x7f080048; - public static int abc_text_size_subtitle_material_toolbar = 0x7f080049; - public static int abc_text_size_title_material = 0x7f08004a; - public static int abc_text_size_title_material_toolbar = 0x7f08004b; - public static int color_swatch_large = 0x7f08004c; - public static int color_swatch_margins_large = 0x7f08004d; - public static int color_swatch_margins_small = 0x7f08004e; - public static int color_swatch_small = 0x7f08004f; - public static int compat_button_inset_horizontal_material = 0x7f080050; - public static int compat_button_inset_vertical_material = 0x7f080051; - public static int compat_button_padding_horizontal_material = 0x7f080052; - public static int compat_button_padding_vertical_material = 0x7f080053; - public static int compat_control_corner_material = 0x7f080054; - public static int compat_notification_large_icon_max_height = 0x7f080055; - public static int compat_notification_large_icon_max_width = 0x7f080056; - public static int disabled_alpha_material_dark = 0x7f080057; - public static int disabled_alpha_material_light = 0x7f080058; - public static int highlight_alpha_material_colored = 0x7f080059; - public static int highlight_alpha_material_dark = 0x7f08005a; - public static int highlight_alpha_material_light = 0x7f08005b; - public static int hint_alpha_material_dark = 0x7f08005c; - public static int hint_alpha_material_light = 0x7f08005d; - public static int hint_pressed_alpha_material_dark = 0x7f08005e; - public static int hint_pressed_alpha_material_light = 0x7f08005f; - public static int notification_action_icon_size = 0x7f080060; - public static int notification_action_text_size = 0x7f080061; - public static int notification_big_circle_margin = 0x7f080062; - public static int notification_content_margin_start = 0x7f080063; - public static int notification_large_icon_height = 0x7f080064; - public static int notification_large_icon_width = 0x7f080065; - public static int notification_main_column_padding_top = 0x7f080066; - public static int notification_media_narrow_margin = 0x7f080067; - public static int notification_right_icon_size = 0x7f080068; - public static int notification_right_side_padding_top = 0x7f080069; - public static int notification_small_icon_background_padding = 0x7f08006a; - public static int notification_small_icon_size_as_large = 0x7f08006b; - public static int notification_subtext_size = 0x7f08006c; - public static int notification_top_pad = 0x7f08006d; - public static int notification_top_pad_large_text = 0x7f08006e; - public static int tooltip_corner_radius = 0x7f08006f; - public static int tooltip_horizontal_padding = 0x7f080070; - public static int tooltip_margin = 0x7f080071; - public static int tooltip_precise_anchor_extra_offset = 0x7f080072; - public static int tooltip_precise_anchor_threshold = 0x7f080073; - public static int tooltip_vertical_padding = 0x7f080074; - public static int tooltip_y_offset_non_touch = 0x7f080075; - public static int tooltip_y_offset_touch = 0x7f080076; - } - public static final class drawable { - public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001; - public static int abc_action_bar_item_background_material = 0x7f090002; - public static int abc_btn_borderless_material = 0x7f090003; - public static int abc_btn_check_material = 0x7f090004; - public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005; - public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006; - public static int abc_btn_colored_material = 0x7f090007; - public static int abc_btn_default_mtrl_shape = 0x7f090008; - public static int abc_btn_radio_material = 0x7f090009; - public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a; - public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b; - public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000c; - public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000d; - public static int abc_cab_background_internal_bg = 0x7f09000e; - public static int abc_cab_background_top_material = 0x7f09000f; - public static int abc_cab_background_top_mtrl_alpha = 0x7f090010; - public static int abc_control_background_material = 0x7f090011; - public static int abc_dialog_material_background = 0x7f090012; - public static int abc_edit_text_material = 0x7f090013; - public static int abc_ic_ab_back_material = 0x7f090014; - public static int abc_ic_arrow_drop_right_black_24dp = 0x7f090015; - public static int abc_ic_clear_material = 0x7f090016; - public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f090017; - public static int abc_ic_go_search_api_material = 0x7f090018; - public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090019; - public static int abc_ic_menu_cut_mtrl_alpha = 0x7f09001a; - public static int abc_ic_menu_overflow_material = 0x7f09001b; - public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f09001c; - public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f09001d; - public static int abc_ic_menu_share_mtrl_alpha = 0x7f09001e; - public static int abc_ic_search_api_material = 0x7f09001f; - public static int abc_ic_star_black_16dp = 0x7f090020; - public static int abc_ic_star_black_36dp = 0x7f090021; - public static int abc_ic_star_black_48dp = 0x7f090022; - public static int abc_ic_star_half_black_16dp = 0x7f090023; - public static int abc_ic_star_half_black_36dp = 0x7f090024; - public static int abc_ic_star_half_black_48dp = 0x7f090025; - public static int abc_ic_voice_search_api_material = 0x7f090026; - public static int abc_item_background_holo_dark = 0x7f090027; - public static int abc_item_background_holo_light = 0x7f090028; - public static int abc_list_divider_material = 0x7f090029; - public static int abc_list_divider_mtrl_alpha = 0x7f09002a; - public static int abc_list_focused_holo = 0x7f09002b; - public static int abc_list_longpressed_holo = 0x7f09002c; - public static int abc_list_pressed_holo_dark = 0x7f09002d; - public static int abc_list_pressed_holo_light = 0x7f09002e; - public static int abc_list_selector_background_transition_holo_dark = 0x7f09002f; - public static int abc_list_selector_background_transition_holo_light = 0x7f090030; - public static int abc_list_selector_disabled_holo_dark = 0x7f090031; - public static int abc_list_selector_disabled_holo_light = 0x7f090032; - public static int abc_list_selector_holo_dark = 0x7f090033; - public static int abc_list_selector_holo_light = 0x7f090034; - public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f090035; - public static int abc_popup_background_mtrl_mult = 0x7f090036; - public static int abc_ratingbar_indicator_material = 0x7f090037; - public static int abc_ratingbar_material = 0x7f090038; - public static int abc_ratingbar_small_material = 0x7f090039; - public static int abc_scrubber_control_off_mtrl_alpha = 0x7f09003a; - public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f09003b; - public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f09003c; - public static int abc_scrubber_primary_mtrl_alpha = 0x7f09003d; - public static int abc_scrubber_track_mtrl_alpha = 0x7f09003e; - public static int abc_seekbar_thumb_material = 0x7f09003f; - public static int abc_seekbar_tick_mark_material = 0x7f090040; - public static int abc_seekbar_track_material = 0x7f090041; - public static int abc_spinner_mtrl_am_alpha = 0x7f090042; - public static int abc_spinner_textfield_background_material = 0x7f090043; - public static int abc_switch_thumb_material = 0x7f090044; - public static int abc_switch_track_mtrl_alpha = 0x7f090045; - public static int abc_tab_indicator_material = 0x7f090046; - public static int abc_tab_indicator_mtrl_alpha = 0x7f090047; - public static int abc_text_cursor_material = 0x7f090048; - public static int abc_text_select_handle_left_mtrl_dark = 0x7f090049; - public static int abc_text_select_handle_left_mtrl_light = 0x7f09004a; - public static int abc_text_select_handle_middle_mtrl_dark = 0x7f09004b; - public static int abc_text_select_handle_middle_mtrl_light = 0x7f09004c; - public static int abc_text_select_handle_right_mtrl_dark = 0x7f09004d; - public static int abc_text_select_handle_right_mtrl_light = 0x7f09004e; - public static int abc_textfield_activated_mtrl_alpha = 0x7f09004f; - public static int abc_textfield_default_mtrl_alpha = 0x7f090050; - public static int abc_textfield_search_activated_mtrl_alpha = 0x7f090051; - public static int abc_textfield_search_default_mtrl_alpha = 0x7f090052; - public static int abc_textfield_search_material = 0x7f090053; - public static int abc_vector_test = 0x7f090054; - public static int color_picker_swatch = 0x7f090055; - public static int ic_colorpicker_swatch_selected = 0x7f090056; - public static int notification_action_background = 0x7f090057; - public static int notification_bg = 0x7f090058; - public static int notification_bg_low = 0x7f090059; - public static int notification_bg_low_normal = 0x7f09005a; - public static int notification_bg_low_pressed = 0x7f09005b; - public static int notification_bg_normal = 0x7f09005c; - public static int notification_bg_normal_pressed = 0x7f09005d; - public static int notification_icon_background = 0x7f09005e; - public static int notification_template_icon_bg = 0x7f09005f; - public static int notification_template_icon_low_bg = 0x7f090060; - public static int notification_tile_bg = 0x7f090061; - public static int notify_panel_notification_icon_bg = 0x7f090062; - public static int tooltip_frame_dark = 0x7f090063; - public static int tooltip_frame_light = 0x7f090064; - } - public static final class id { - public static int action_bar = 0x7f0c0001; - public static int action_bar_activity_content = 0x7f0c0002; - public static int action_bar_container = 0x7f0c0003; - public static int action_bar_root = 0x7f0c0004; - public static int action_bar_spinner = 0x7f0c0005; - public static int action_bar_subtitle = 0x7f0c0006; - public static int action_bar_title = 0x7f0c0007; - public static int action_container = 0x7f0c0008; - public static int action_context_bar = 0x7f0c0009; - public static int action_divider = 0x7f0c000a; - public static int action_image = 0x7f0c000b; - public static int action_menu_divider = 0x7f0c000c; - public static int action_menu_presenter = 0x7f0c000d; - public static int action_mode_bar = 0x7f0c000e; - public static int action_mode_bar_stub = 0x7f0c000f; - public static int action_mode_close_button = 0x7f0c0010; - public static int action_text = 0x7f0c0011; - public static int actions = 0x7f0c0012; - public static int activity_chooser_view_content = 0x7f0c0013; - public static int add = 0x7f0c0014; - public static int alertTitle = 0x7f0c0015; - public static int async = 0x7f0c0016; - public static int blocking = 0x7f0c0017; - public static int bottom = 0x7f0c0018; - public static int buttonPanel = 0x7f0c0019; - public static int checkbox = 0x7f0c001a; - public static int chronometer = 0x7f0c001b; - public static int color_picker = 0x7f0c001c; - public static int color_picker_checkmark = 0x7f0c001d; - public static int color_picker_swatch = 0x7f0c001e; - public static int content = 0x7f0c001f; - public static int contentPanel = 0x7f0c0020; - public static int custom = 0x7f0c0021; - public static int customPanel = 0x7f0c0022; - public static int decor_content_parent = 0x7f0c0023; - public static int default_activity_button = 0x7f0c0024; - public static int edit_query = 0x7f0c0025; - public static int end = 0x7f0c0026; - public static int expand_activities_button = 0x7f0c0027; - public static int expanded_menu = 0x7f0c0028; - public static int forever = 0x7f0c0029; - public static int group_divider = 0x7f0c002a; - public static int home = 0x7f0c002b; - public static int icon = 0x7f0c002c; - public static int icon_group = 0x7f0c002d; - public static int image = 0x7f0c002e; - public static int info = 0x7f0c002f; - public static int italic = 0x7f0c0030; - public static int left = 0x7f0c0031; - public static int line1 = 0x7f0c0032; - public static int line3 = 0x7f0c0033; - public static int listMode = 0x7f0c0034; - public static int list_item = 0x7f0c0035; - public static int message = 0x7f0c0036; - public static int multiply = 0x7f0c0037; - public static int none = 0x7f0c0038; - public static int normal = 0x7f0c0039; - public static int notification_background = 0x7f0c003a; - public static int notification_main_column = 0x7f0c003b; - public static int notification_main_column_container = 0x7f0c003c; - public static int parentPanel = 0x7f0c003d; - public static int progress_circular = 0x7f0c003e; - public static int progress_horizontal = 0x7f0c003f; - public static int radio = 0x7f0c0040; - public static int right = 0x7f0c0041; - public static int right_icon = 0x7f0c0042; - public static int right_side = 0x7f0c0043; - public static int screen = 0x7f0c0044; - public static int scrollIndicatorDown = 0x7f0c0045; - public static int scrollIndicatorUp = 0x7f0c0046; - public static int scrollView = 0x7f0c0047; - public static int search_badge = 0x7f0c0048; - public static int search_bar = 0x7f0c0049; - public static int search_button = 0x7f0c004a; - public static int search_close_btn = 0x7f0c004b; - public static int search_edit_frame = 0x7f0c004c; - public static int search_go_btn = 0x7f0c004d; - public static int search_mag_icon = 0x7f0c004e; - public static int search_plate = 0x7f0c004f; - public static int search_src_text = 0x7f0c0050; - public static int search_voice_btn = 0x7f0c0051; - public static int select_dialog_listview = 0x7f0c0052; - public static int shortcut = 0x7f0c0053; - public static int spacer = 0x7f0c0054; - public static int split_action_bar = 0x7f0c0055; - public static int src_atop = 0x7f0c0056; - public static int src_in = 0x7f0c0057; - public static int src_over = 0x7f0c0058; - public static int start = 0x7f0c0059; - public static int submenuarrow = 0x7f0c005a; - public static int submit_area = 0x7f0c005b; - public static int tabMode = 0x7f0c005c; - public static int tag_transition_group = 0x7f0c005d; - public static int tag_unhandled_key_event_manager = 0x7f0c005e; - public static int tag_unhandled_key_listeners = 0x7f0c005f; - public static int text = 0x7f0c0060; - public static int text2 = 0x7f0c0061; - public static int textSpacerNoButtons = 0x7f0c0062; - public static int textSpacerNoTitle = 0x7f0c0063; - public static int time = 0x7f0c0064; - public static int title = 0x7f0c0065; - public static int titleDividerNoCustom = 0x7f0c0066; - public static int title_template = 0x7f0c0067; - public static int top = 0x7f0c0068; - public static int topPanel = 0x7f0c0069; - public static int uniform = 0x7f0c006a; - public static int up = 0x7f0c006b; - public static int wrap_content = 0x7f0c006c; - } - public static final class integer { - public static int abc_config_activityDefaultDur = 0x7f0d0001; - public static int abc_config_activityShortDur = 0x7f0d0002; - public static int cancel_button_image_alpha = 0x7f0d0003; - public static int config_tooltipAnimTime = 0x7f0d0004; - public static int status_bar_notification_info_maxnum = 0x7f0d0005; - } - public static final class layout { - public static int abc_action_bar_title_item = 0x7f0f0001; - public static int abc_action_bar_up_container = 0x7f0f0002; - public static int abc_action_menu_item_layout = 0x7f0f0003; - public static int abc_action_menu_layout = 0x7f0f0004; - public static int abc_action_mode_bar = 0x7f0f0005; - public static int abc_action_mode_close_item_material = 0x7f0f0006; - public static int abc_activity_chooser_view = 0x7f0f0007; - public static int abc_activity_chooser_view_list_item = 0x7f0f0008; - public static int abc_alert_dialog_button_bar_material = 0x7f0f0009; - public static int abc_alert_dialog_material = 0x7f0f000a; - public static int abc_alert_dialog_title_material = 0x7f0f000b; - public static int abc_cascading_menu_item_layout = 0x7f0f000c; - public static int abc_dialog_title_material = 0x7f0f000d; - public static int abc_expanded_menu_layout = 0x7f0f000e; - public static int abc_list_menu_item_checkbox = 0x7f0f000f; - public static int abc_list_menu_item_icon = 0x7f0f0010; - public static int abc_list_menu_item_layout = 0x7f0f0011; - public static int abc_list_menu_item_radio = 0x7f0f0012; - public static int abc_popup_menu_header_item_layout = 0x7f0f0013; - public static int abc_popup_menu_item_layout = 0x7f0f0014; - public static int abc_screen_content_include = 0x7f0f0015; - public static int abc_screen_simple = 0x7f0f0016; - public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017; - public static int abc_screen_toolbar = 0x7f0f0018; - public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019; - public static int abc_search_view = 0x7f0f001a; - public static int abc_select_dialog_material = 0x7f0f001b; - public static int abc_tooltip = 0x7f0f001c; - public static int color_picker_dialog = 0x7f0f001d; - public static int color_picker_swatch = 0x7f0f001e; - public static int notification_action = 0x7f0f001f; - public static int notification_action_tombstone = 0x7f0f0020; - public static int notification_template_custom_big = 0x7f0f0021; - public static int notification_template_icon_group = 0x7f0f0022; - public static int notification_template_part_chronometer = 0x7f0f0023; - public static int notification_template_part_time = 0x7f0f0024; - public static int select_dialog_item_material = 0x7f0f0025; - public static int select_dialog_multichoice_material = 0x7f0f0026; - public static int select_dialog_singlechoice_material = 0x7f0f0027; - public static int support_simple_spinner_dropdown_item = 0x7f0f0028; - } - public static final class string { - public static int abc_action_bar_home_description = 0x7f150001; - public static int abc_action_bar_up_description = 0x7f150002; - public static int abc_action_menu_overflow_description = 0x7f150003; - public static int abc_action_mode_done = 0x7f150004; - public static int abc_activity_chooser_view_see_all = 0x7f150005; - public static int abc_activitychooserview_choose_application = 0x7f150006; - public static int abc_capital_off = 0x7f150007; - public static int abc_capital_on = 0x7f150008; - public static int abc_font_family_body_1_material = 0x7f150009; - public static int abc_font_family_body_2_material = 0x7f15000a; - public static int abc_font_family_button_material = 0x7f15000b; - public static int abc_font_family_caption_material = 0x7f15000c; - public static int abc_font_family_display_1_material = 0x7f15000d; - public static int abc_font_family_display_2_material = 0x7f15000e; - public static int abc_font_family_display_3_material = 0x7f15000f; - public static int abc_font_family_display_4_material = 0x7f150010; - public static int abc_font_family_headline_material = 0x7f150011; - public static int abc_font_family_menu_material = 0x7f150012; - public static int abc_font_family_subhead_material = 0x7f150013; - public static int abc_font_family_title_material = 0x7f150014; - public static int abc_menu_alt_shortcut_label = 0x7f150015; - public static int abc_menu_ctrl_shortcut_label = 0x7f150016; - public static int abc_menu_delete_shortcut_label = 0x7f150017; - public static int abc_menu_enter_shortcut_label = 0x7f150018; - public static int abc_menu_function_shortcut_label = 0x7f150019; - public static int abc_menu_meta_shortcut_label = 0x7f15001a; - public static int abc_menu_shift_shortcut_label = 0x7f15001b; - public static int abc_menu_space_shortcut_label = 0x7f15001c; - public static int abc_menu_sym_shortcut_label = 0x7f15001d; - public static int abc_prepend_shortcut_label = 0x7f15001e; - public static int abc_search_hint = 0x7f15001f; - public static int abc_searchview_description_clear = 0x7f150020; - public static int abc_searchview_description_query = 0x7f150021; - public static int abc_searchview_description_search = 0x7f150022; - public static int abc_searchview_description_submit = 0x7f150023; - public static int abc_searchview_description_voice = 0x7f150024; - public static int abc_shareactionprovider_share_with = 0x7f150025; - public static int abc_shareactionprovider_share_with_application = 0x7f150026; - public static int abc_toolbar_collapse_description = 0x7f150027; - public static int color_picker_default_title = 0x7f150028; - public static int color_swatch_description = 0x7f150029; - public static int color_swatch_description_selected = 0x7f15002a; - public static int search_menu_title = 0x7f15002b; - public static int status_bar_notification_info_overflow = 0x7f15002c; - } - public static final class style { - public static int AlertDialog_AppCompat = 0x7f160001; - public static int AlertDialog_AppCompat_Light = 0x7f160002; - public static int Animation_AppCompat_Dialog = 0x7f160003; - public static int Animation_AppCompat_DropDownUp = 0x7f160004; - public static int Animation_AppCompat_Tooltip = 0x7f160005; - public static int Base_AlertDialog_AppCompat = 0x7f160006; - public static int Base_AlertDialog_AppCompat_Light = 0x7f160007; - public static int Base_Animation_AppCompat_Dialog = 0x7f160008; - public static int Base_Animation_AppCompat_DropDownUp = 0x7f160009; - public static int Base_Animation_AppCompat_Tooltip = 0x7f16000a; - public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000b; - public static int Base_DialogWindowTitle_AppCompat = 0x7f16000c; - public static int Base_TextAppearance_AppCompat = 0x7f16000d; - public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000e; - public static int Base_TextAppearance_AppCompat_Body2 = 0x7f16000f; - public static int Base_TextAppearance_AppCompat_Button = 0x7f160010; - public static int Base_TextAppearance_AppCompat_Caption = 0x7f160011; - public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160012; - public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160013; - public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160014; - public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160015; - public static int Base_TextAppearance_AppCompat_Headline = 0x7f160016; - public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160017; - public static int Base_TextAppearance_AppCompat_Large = 0x7f160018; - public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f160019; - public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001a; - public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001b; - public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001c; - public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001d; - public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001e; - public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f16001f; - public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160020; - public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160021; - public static int Base_TextAppearance_AppCompat_Small = 0x7f160022; - public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160023; - public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160024; - public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160025; - public static int Base_TextAppearance_AppCompat_Title = 0x7f160026; - public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160027; - public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f160028; - public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160029; - public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002a; - public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002b; - public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002c; - public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002d; - public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002e; - public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16002f; - public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160030; - public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160031; - public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160032; - public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160033; - public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160034; - public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160035; - public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160036; - public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160037; - public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160038; - public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160039; - public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003a; - public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003b; - public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003c; - public static int Base_ThemeOverlay_AppCompat = 0x7f16003d; - public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003e; - public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f16003f; - public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160040; - public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f160041; - public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160042; - public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160043; - public static int Base_Theme_AppCompat = 0x7f160044; - public static int Base_Theme_AppCompat_CompactMenu = 0x7f160045; - public static int Base_Theme_AppCompat_Dialog = 0x7f160046; - public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160047; - public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160048; - public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f160049; - public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004a; - public static int Base_Theme_AppCompat_Light = 0x7f16004b; - public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004c; - public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004d; - public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004e; - public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f16004f; - public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160050; - public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160051; - public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f160052; - public static int Base_V21_Theme_AppCompat = 0x7f160053; - public static int Base_V21_Theme_AppCompat_Dialog = 0x7f160054; - public static int Base_V21_Theme_AppCompat_Light = 0x7f160055; - public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f160056; - public static int Base_V22_Theme_AppCompat = 0x7f160057; - public static int Base_V22_Theme_AppCompat_Light = 0x7f160058; - public static int Base_V23_Theme_AppCompat = 0x7f160059; - public static int Base_V23_Theme_AppCompat_Light = 0x7f16005a; - public static int Base_V26_Theme_AppCompat = 0x7f16005b; - public static int Base_V26_Theme_AppCompat_Light = 0x7f16005c; - public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f16005d; - public static int Base_V28_Theme_AppCompat = 0x7f16005e; - public static int Base_V28_Theme_AppCompat_Light = 0x7f16005f; - public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f160060; - public static int Base_V7_Theme_AppCompat = 0x7f160061; - public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160062; - public static int Base_V7_Theme_AppCompat_Light = 0x7f160063; - public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f160064; - public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f160065; - public static int Base_V7_Widget_AppCompat_EditText = 0x7f160066; - public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f160067; - public static int Base_Widget_AppCompat_ActionBar = 0x7f160068; - public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160069; - public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f16006a; - public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f16006b; - public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f16006c; - public static int Base_Widget_AppCompat_ActionButton = 0x7f16006d; - public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f16006e; - public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f16006f; - public static int Base_Widget_AppCompat_ActionMode = 0x7f160070; - public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160071; - public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160072; - public static int Base_Widget_AppCompat_Button = 0x7f160073; - public static int Base_Widget_AppCompat_ButtonBar = 0x7f160074; - public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160075; - public static int Base_Widget_AppCompat_Button_Borderless = 0x7f160076; - public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f160077; - public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160078; - public static int Base_Widget_AppCompat_Button_Colored = 0x7f160079; - public static int Base_Widget_AppCompat_Button_Small = 0x7f16007a; - public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f16007b; - public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f16007c; - public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f16007d; - public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f16007e; - public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f16007f; - public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160080; - public static int Base_Widget_AppCompat_EditText = 0x7f160081; - public static int Base_Widget_AppCompat_ImageButton = 0x7f160082; - public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f160083; - public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f160084; - public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f160085; - public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f160086; - public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f160087; - public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f160088; - public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160089; - public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f16008a; - public static int Base_Widget_AppCompat_ListMenuView = 0x7f16008b; - public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f16008c; - public static int Base_Widget_AppCompat_ListView = 0x7f16008d; - public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f16008e; - public static int Base_Widget_AppCompat_ListView_Menu = 0x7f16008f; - public static int Base_Widget_AppCompat_PopupMenu = 0x7f160090; - public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160091; - public static int Base_Widget_AppCompat_PopupWindow = 0x7f160092; - public static int Base_Widget_AppCompat_ProgressBar = 0x7f160093; - public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f160094; - public static int Base_Widget_AppCompat_RatingBar = 0x7f160095; - public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f160096; - public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f160097; - public static int Base_Widget_AppCompat_SearchView = 0x7f160098; - public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f160099; - public static int Base_Widget_AppCompat_SeekBar = 0x7f16009a; - public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f16009b; - public static int Base_Widget_AppCompat_Spinner = 0x7f16009c; - public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f16009d; - public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f16009e; - public static int Base_Widget_AppCompat_Toolbar = 0x7f16009f; - public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a0; - public static int Platform_AppCompat = 0x7f1600a1; - public static int Platform_AppCompat_Light = 0x7f1600a2; - public static int Platform_ThemeOverlay_AppCompat = 0x7f1600a3; - public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600a4; - public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600a5; - public static int Platform_V21_AppCompat = 0x7f1600a6; - public static int Platform_V21_AppCompat_Light = 0x7f1600a7; - public static int Platform_V25_AppCompat = 0x7f1600a8; - public static int Platform_V25_AppCompat_Light = 0x7f1600a9; - public static int Platform_Widget_AppCompat_Spinner = 0x7f1600aa; - public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f1600ab; - public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f1600ac; - public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f1600ad; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f1600ae; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f1600af; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 0x7f1600b0; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 0x7f1600b1; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f1600b2; - public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 0x7f1600b3; - public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f1600b4; - public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f1600b5; - public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f1600b6; - public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f1600b7; - public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f1600b8; - public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f1600b9; - public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f1600ba; - public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f1600bb; - public static int TextAppearance_AppCompat = 0x7f1600bc; - public static int TextAppearance_AppCompat_Body1 = 0x7f1600bd; - public static int TextAppearance_AppCompat_Body2 = 0x7f1600be; - public static int TextAppearance_AppCompat_Button = 0x7f1600bf; - public static int TextAppearance_AppCompat_Caption = 0x7f1600c0; - public static int TextAppearance_AppCompat_Display1 = 0x7f1600c1; - public static int TextAppearance_AppCompat_Display2 = 0x7f1600c2; - public static int TextAppearance_AppCompat_Display3 = 0x7f1600c3; - public static int TextAppearance_AppCompat_Display4 = 0x7f1600c4; - public static int TextAppearance_AppCompat_Headline = 0x7f1600c5; - public static int TextAppearance_AppCompat_Inverse = 0x7f1600c6; - public static int TextAppearance_AppCompat_Large = 0x7f1600c7; - public static int TextAppearance_AppCompat_Large_Inverse = 0x7f1600c8; - public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f1600c9; - public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f1600ca; - public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f1600cb; - public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f1600cc; - public static int TextAppearance_AppCompat_Medium = 0x7f1600cd; - public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f1600ce; - public static int TextAppearance_AppCompat_Menu = 0x7f1600cf; - public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f1600d0; - public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f1600d1; - public static int TextAppearance_AppCompat_Small = 0x7f1600d2; - public static int TextAppearance_AppCompat_Small_Inverse = 0x7f1600d3; - public static int TextAppearance_AppCompat_Subhead = 0x7f1600d4; - public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f1600d5; - public static int TextAppearance_AppCompat_Title = 0x7f1600d6; - public static int TextAppearance_AppCompat_Title_Inverse = 0x7f1600d7; - public static int TextAppearance_AppCompat_Tooltip = 0x7f1600d8; - public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f1600d9; - public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f1600da; - public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f1600db; - public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f1600dc; - public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f1600dd; - public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f1600de; - public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f1600df; - public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f1600e0; - public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f1600e1; - public static int TextAppearance_AppCompat_Widget_Button = 0x7f1600e2; - public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f1600e3; - public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f1600e4; - public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f1600e5; - public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f1600e6; - public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f1600e7; - public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f1600e8; - public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f1600e9; - public static int TextAppearance_AppCompat_Widget_Switch = 0x7f1600ea; - public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f1600eb; - public static int TextAppearance_Compat_Notification = 0x7f1600ec; - public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed; - public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee; - public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef; - public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0; - public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f1600f1; - public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f1600f2; - public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f1600f3; - public static int ThemeOverlay_AppCompat = 0x7f1600f4; - public static int ThemeOverlay_AppCompat_ActionBar = 0x7f1600f5; - public static int ThemeOverlay_AppCompat_Dark = 0x7f1600f6; - public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f1600f7; - public static int ThemeOverlay_AppCompat_Dialog = 0x7f1600f8; - public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f1600f9; - public static int ThemeOverlay_AppCompat_Light = 0x7f1600fa; - public static int Theme_AppCompat = 0x7f1600fb; - public static int Theme_AppCompat_CompactMenu = 0x7f1600fc; - public static int Theme_AppCompat_DayNight = 0x7f1600fd; - public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f1600fe; - public static int Theme_AppCompat_DayNight_Dialog = 0x7f1600ff; - public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f160100; - public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f160101; - public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f160102; - public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f160103; - public static int Theme_AppCompat_Dialog = 0x7f160104; - public static int Theme_AppCompat_DialogWhenLarge = 0x7f160105; - public static int Theme_AppCompat_Dialog_Alert = 0x7f160106; - public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160107; - public static int Theme_AppCompat_Light = 0x7f160108; - public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160109; - public static int Theme_AppCompat_Light_Dialog = 0x7f16010a; - public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16010b; - public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16010c; - public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16010d; - public static int Theme_AppCompat_Light_NoActionBar = 0x7f16010e; - public static int Theme_AppCompat_NoActionBar = 0x7f16010f; - public static int Widget_AppCompat_ActionBar = 0x7f160110; - public static int Widget_AppCompat_ActionBar_Solid = 0x7f160111; - public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160112; - public static int Widget_AppCompat_ActionBar_TabText = 0x7f160113; - public static int Widget_AppCompat_ActionBar_TabView = 0x7f160114; - public static int Widget_AppCompat_ActionButton = 0x7f160115; - public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f160116; - public static int Widget_AppCompat_ActionButton_Overflow = 0x7f160117; - public static int Widget_AppCompat_ActionMode = 0x7f160118; - public static int Widget_AppCompat_ActivityChooserView = 0x7f160119; - public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16011a; - public static int Widget_AppCompat_Button = 0x7f16011b; - public static int Widget_AppCompat_ButtonBar = 0x7f16011c; - public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16011d; - public static int Widget_AppCompat_Button_Borderless = 0x7f16011e; - public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f16011f; - public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160120; - public static int Widget_AppCompat_Button_Colored = 0x7f160121; - public static int Widget_AppCompat_Button_Small = 0x7f160122; - public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160123; - public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160124; - public static int Widget_AppCompat_CompoundButton_Switch = 0x7f160125; - public static int Widget_AppCompat_DrawerArrowToggle = 0x7f160126; - public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f160127; - public static int Widget_AppCompat_EditText = 0x7f160128; - public static int Widget_AppCompat_ImageButton = 0x7f160129; - public static int Widget_AppCompat_Light_ActionBar = 0x7f16012a; - public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f16012b; - public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f16012c; - public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16012d; - public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f16012e; - public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f16012f; - public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f160130; - public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f160131; - public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f160132; - public static int Widget_AppCompat_Light_ActionButton = 0x7f160133; - public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f160134; - public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f160135; - public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f160136; - public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f160137; - public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f160138; - public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f160139; - public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f16013a; - public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f16013b; - public static int Widget_AppCompat_Light_PopupMenu = 0x7f16013c; - public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f16013d; - public static int Widget_AppCompat_Light_SearchView = 0x7f16013e; - public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f16013f; - public static int Widget_AppCompat_ListMenuView = 0x7f160140; - public static int Widget_AppCompat_ListPopupWindow = 0x7f160141; - public static int Widget_AppCompat_ListView = 0x7f160142; - public static int Widget_AppCompat_ListView_DropDown = 0x7f160143; - public static int Widget_AppCompat_ListView_Menu = 0x7f160144; - public static int Widget_AppCompat_PopupMenu = 0x7f160145; - public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f160146; - public static int Widget_AppCompat_PopupWindow = 0x7f160147; - public static int Widget_AppCompat_ProgressBar = 0x7f160148; - public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f160149; - public static int Widget_AppCompat_RatingBar = 0x7f16014a; - public static int Widget_AppCompat_RatingBar_Indicator = 0x7f16014b; - public static int Widget_AppCompat_RatingBar_Small = 0x7f16014c; - public static int Widget_AppCompat_SearchView = 0x7f16014d; - public static int Widget_AppCompat_SearchView_ActionBar = 0x7f16014e; - public static int Widget_AppCompat_SeekBar = 0x7f16014f; - public static int Widget_AppCompat_SeekBar_Discrete = 0x7f160150; - public static int Widget_AppCompat_Spinner = 0x7f160151; - public static int Widget_AppCompat_Spinner_DropDown = 0x7f160152; - public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f160153; - public static int Widget_AppCompat_Spinner_Underlined = 0x7f160154; - public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f160155; - public static int Widget_AppCompat_Toolbar = 0x7f160156; - public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f160157; - public static int Widget_Compat_NotificationActionContainer = 0x7f160158; - public static int Widget_Compat_NotificationActionText = 0x7f160159; - public static int Widget_Support_CoordinatorLayout = 0x7f16015a; - } - public static final class styleable { - public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f040060, 0x7f040065, 0x7f040066, 0x7f040071, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f04008a, 0x7f04008d, 0x7f0400a3, 0x7f0400aa, 0x7f0400b5, 0x7f0400b8, 0x7f0400b9, 0x7f0400d4, 0x7f0400d7, 0x7f0400f2, 0x7f0400fb }; - public static int ActionBar_background = 0; - public static int ActionBar_backgroundSplit = 1; - public static int ActionBar_backgroundStacked = 2; - public static int ActionBar_contentInsetEnd = 3; - public static int ActionBar_contentInsetEndWithActions = 4; - public static int ActionBar_contentInsetLeft = 5; - public static int ActionBar_contentInsetRight = 6; - public static int ActionBar_contentInsetStart = 7; - public static int ActionBar_contentInsetStartWithNavigation = 8; - public static int ActionBar_customNavigationLayout = 9; - public static int ActionBar_displayOptions = 10; - public static int ActionBar_divider = 11; - public static int ActionBar_elevation = 12; - public static int ActionBar_height = 13; - public static int ActionBar_hideOnContentScroll = 14; - public static int ActionBar_homeAsUpIndicator = 15; - public static int ActionBar_homeLayout = 16; - public static int ActionBar_icon = 17; - public static int ActionBar_indeterminateProgressStyle = 18; - public static int ActionBar_itemPadding = 19; - public static int ActionBar_logo = 20; - public static int ActionBar_navigationMode = 21; - public static int ActionBar_popupTheme = 22; - public static int ActionBar_progressBarPadding = 23; - public static int ActionBar_progressBarStyle = 24; - public static int ActionBar_subtitle = 25; - public static int ActionBar_subtitleTextStyle = 26; - public static int ActionBar_title = 27; - public static int ActionBar_titleTextStyle = 28; - public static int[] ActionBarLayout = { 0x010100b3 }; - public static int ActionBarLayout_android_layout_gravity = 0; - public static int[] ActionMenuItemView = { 0x0101013f }; - public static int ActionMenuItemView_android_minWidth = 0; - public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040048, 0x7f040081, 0x7f0400d7, 0x7f0400fb }; - public static int ActionMode_background = 0; - public static int ActionMode_backgroundSplit = 1; - public static int ActionMode_closeItemLayout = 2; - public static int ActionMode_height = 3; - public static int ActionMode_subtitleTextStyle = 4; - public static int ActionMode_titleTextStyle = 5; - public static int[] ActivityChooserView = { 0x7f040072, 0x7f04008b }; - public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; - public static int ActivityChooserView_initialActivityCount = 1; - public static int[] AlertDialog = { 0x010100f2, 0x7f04003f, 0x7f040040, 0x7f04009a, 0x7f04009b, 0x7f0400a7, 0x7f0400c9, 0x7f0400ca }; - public static int AlertDialog_android_layout = 0; - public static int AlertDialog_buttonIconDimen = 1; - public static int AlertDialog_buttonPanelSideLayout = 2; - public static int AlertDialog_listItemLayout = 3; - public static int AlertDialog_listLayout = 4; - public static int AlertDialog_multiChoiceItemLayout = 5; - public static int AlertDialog_showTitle = 6; - public static int AlertDialog_singleChoiceItemLayout = 7; - public static int[] AnimatedStateListDrawableCompat = { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 }; - public static int AnimatedStateListDrawableCompat_android_constantSize = 0; - public static int AnimatedStateListDrawableCompat_android_dither = 1; - public static int AnimatedStateListDrawableCompat_android_enterFadeDuration = 2; - public static int AnimatedStateListDrawableCompat_android_exitFadeDuration = 3; - public static int AnimatedStateListDrawableCompat_android_variablePadding = 4; - public static int AnimatedStateListDrawableCompat_android_visible = 5; - public static int[] AnimatedStateListDrawableItem = { 0x01010199, 0x010100d0 }; - public static int AnimatedStateListDrawableItem_android_drawable = 0; - public static int AnimatedStateListDrawableItem_android_id = 1; - public static int[] AnimatedStateListDrawableTransition = { 0x01010199, 0x0101044a, 0x0101044b, 0x01010449 }; - public static int AnimatedStateListDrawableTransition_android_drawable = 0; - public static int AnimatedStateListDrawableTransition_android_fromId = 1; - public static int AnimatedStateListDrawableTransition_android_reversible = 2; - public static int AnimatedStateListDrawableTransition_android_toId = 3; - public static int[] AppCompatImageView = { 0x01010119, 0x7f0400cf, 0x7f0400f0, 0x7f0400f1 }; - public static int AppCompatImageView_android_src = 0; - public static int AppCompatImageView_srcCompat = 1; - public static int AppCompatImageView_tint = 2; - public static int AppCompatImageView_tintMode = 3; - public static int[] AppCompatSeekBar = { 0x01010142, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef }; - public static int AppCompatSeekBar_android_thumb = 0; - public static int AppCompatSeekBar_tickMark = 1; - public static int AppCompatSeekBar_tickMarkTint = 2; - public static int AppCompatSeekBar_tickMarkTintMode = 3; - public static int[] AppCompatTextHelper = { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 }; - public static int AppCompatTextHelper_android_drawableBottom = 0; - public static int AppCompatTextHelper_android_drawableEnd = 1; - public static int AppCompatTextHelper_android_drawableLeft = 2; - public static int AppCompatTextHelper_android_drawableRight = 3; - public static int AppCompatTextHelper_android_drawableStart = 4; - public static int AppCompatTextHelper_android_drawableTop = 5; - public static int AppCompatTextHelper_android_textAppearance = 6; - public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040073, 0x7f040075, 0x7f04008f, 0x7f040097, 0x7f0400dd }; - public static int AppCompatTextView_android_textAppearance = 0; - public static int AppCompatTextView_autoSizeMaxTextSize = 1; - public static int AppCompatTextView_autoSizeMinTextSize = 2; - public static int AppCompatTextView_autoSizePresetSizes = 3; - public static int AppCompatTextView_autoSizeStepGranularity = 4; - public static int AppCompatTextView_autoSizeTextType = 5; - public static int AppCompatTextView_firstBaselineToTopHeight = 6; - public static int AppCompatTextView_fontFamily = 7; - public static int AppCompatTextView_lastBaselineToBottomHeight = 8; - public static int AppCompatTextView_lineHeight = 9; - public static int AppCompatTextView_textAllCaps = 10; - public static int[] AppCompatTheme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040041, 0x7f040042, 0x7f040045, 0x7f040046, 0x7f04004c, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f04005e, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040067, 0x7f040069, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040083, 0x7f040089, 0x7f040098, 0x7f040099, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a2, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b6, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400cc, 0x7f0400cd, 0x7f0400db, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040105, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110 }; - public static int AppCompatTheme_actionBarDivider = 0; - public static int AppCompatTheme_actionBarItemBackground = 1; - public static int AppCompatTheme_actionBarPopupTheme = 2; - public static int AppCompatTheme_actionBarSize = 3; - public static int AppCompatTheme_actionBarSplitStyle = 4; - public static int AppCompatTheme_actionBarStyle = 5; - public static int AppCompatTheme_actionBarTabBarStyle = 6; - public static int AppCompatTheme_actionBarTabStyle = 7; - public static int AppCompatTheme_actionBarTabTextStyle = 8; - public static int AppCompatTheme_actionBarTheme = 9; - public static int AppCompatTheme_actionBarWidgetTheme = 10; - public static int AppCompatTheme_actionButtonStyle = 11; - public static int AppCompatTheme_actionDropDownStyle = 12; - public static int AppCompatTheme_actionMenuTextAppearance = 13; - public static int AppCompatTheme_actionMenuTextColor = 14; - public static int AppCompatTheme_actionModeBackground = 15; - public static int AppCompatTheme_actionModeCloseButtonStyle = 16; - public static int AppCompatTheme_actionModeCloseDrawable = 17; - public static int AppCompatTheme_actionModeCopyDrawable = 18; - public static int AppCompatTheme_actionModeCutDrawable = 19; - public static int AppCompatTheme_actionModeFindDrawable = 20; - public static int AppCompatTheme_actionModePasteDrawable = 21; - public static int AppCompatTheme_actionModePopupWindowStyle = 22; - public static int AppCompatTheme_actionModeSelectAllDrawable = 23; - public static int AppCompatTheme_actionModeShareDrawable = 24; - public static int AppCompatTheme_actionModeSplitBackground = 25; - public static int AppCompatTheme_actionModeStyle = 26; - public static int AppCompatTheme_actionModeWebSearchDrawable = 27; - public static int AppCompatTheme_actionOverflowButtonStyle = 28; - public static int AppCompatTheme_actionOverflowMenuStyle = 29; - public static int AppCompatTheme_activityChooserViewStyle = 30; - public static int AppCompatTheme_alertDialogButtonGroupStyle = 31; - public static int AppCompatTheme_alertDialogCenterButtons = 32; - public static int AppCompatTheme_alertDialogStyle = 33; - public static int AppCompatTheme_alertDialogTheme = 34; - public static int AppCompatTheme_android_windowAnimationStyle = 35; - public static int AppCompatTheme_android_windowIsFloating = 36; - public static int AppCompatTheme_autoCompleteTextViewStyle = 37; - public static int AppCompatTheme_borderlessButtonStyle = 38; - public static int AppCompatTheme_buttonBarButtonStyle = 39; - public static int AppCompatTheme_buttonBarNegativeButtonStyle = 40; - public static int AppCompatTheme_buttonBarNeutralButtonStyle = 41; - public static int AppCompatTheme_buttonBarPositiveButtonStyle = 42; - public static int AppCompatTheme_buttonBarStyle = 43; - public static int AppCompatTheme_buttonStyle = 44; - public static int AppCompatTheme_buttonStyleSmall = 45; - public static int AppCompatTheme_checkboxStyle = 46; - public static int AppCompatTheme_checkedTextViewStyle = 47; - public static int AppCompatTheme_colorAccent = 48; - public static int AppCompatTheme_colorBackgroundFloating = 49; - public static int AppCompatTheme_colorButtonNormal = 50; - public static int AppCompatTheme_colorControlActivated = 51; - public static int AppCompatTheme_colorControlHighlight = 52; - public static int AppCompatTheme_colorControlNormal = 53; - public static int AppCompatTheme_colorError = 54; - public static int AppCompatTheme_colorPrimary = 55; - public static int AppCompatTheme_colorPrimaryDark = 56; - public static int AppCompatTheme_colorSwitchThumbNormal = 57; - public static int AppCompatTheme_controlBackground = 58; - public static int AppCompatTheme_dialogCornerRadius = 59; - public static int AppCompatTheme_dialogPreferredPadding = 60; - public static int AppCompatTheme_dialogTheme = 61; - public static int AppCompatTheme_dividerHorizontal = 62; - public static int AppCompatTheme_dividerVertical = 63; - public static int AppCompatTheme_dropDownListViewStyle = 64; - public static int AppCompatTheme_dropdownListPreferredItemHeight = 65; - public static int AppCompatTheme_editTextBackground = 66; - public static int AppCompatTheme_editTextColor = 67; - public static int AppCompatTheme_editTextStyle = 68; - public static int AppCompatTheme_homeAsUpIndicator = 69; - public static int AppCompatTheme_imageButtonStyle = 70; - public static int AppCompatTheme_listChoiceBackgroundIndicator = 71; - public static int AppCompatTheme_listDividerAlertDialog = 72; - public static int AppCompatTheme_listMenuViewStyle = 73; - public static int AppCompatTheme_listPopupWindowStyle = 74; - public static int AppCompatTheme_listPreferredItemHeight = 75; - public static int AppCompatTheme_listPreferredItemHeightLarge = 76; - public static int AppCompatTheme_listPreferredItemHeightSmall = 77; - public static int AppCompatTheme_listPreferredItemPaddingLeft = 78; - public static int AppCompatTheme_listPreferredItemPaddingRight = 79; - public static int AppCompatTheme_panelBackground = 80; - public static int AppCompatTheme_panelMenuListTheme = 81; - public static int AppCompatTheme_panelMenuListWidth = 82; - public static int AppCompatTheme_popupMenuStyle = 83; - public static int AppCompatTheme_popupWindowStyle = 84; - public static int AppCompatTheme_radioButtonStyle = 85; - public static int AppCompatTheme_ratingBarStyle = 86; - public static int AppCompatTheme_ratingBarStyleIndicator = 87; - public static int AppCompatTheme_ratingBarStyleSmall = 88; - public static int AppCompatTheme_searchViewStyle = 89; - public static int AppCompatTheme_seekBarStyle = 90; - public static int AppCompatTheme_selectableItemBackground = 91; - public static int AppCompatTheme_selectableItemBackgroundBorderless = 92; - public static int AppCompatTheme_spinnerDropDownItemStyle = 93; - public static int AppCompatTheme_spinnerStyle = 94; - public static int AppCompatTheme_switchStyle = 95; - public static int AppCompatTheme_textAppearanceLargePopupMenu = 96; - public static int AppCompatTheme_textAppearanceListItem = 97; - public static int AppCompatTheme_textAppearanceListItemSecondary = 98; - public static int AppCompatTheme_textAppearanceListItemSmall = 99; - public static int AppCompatTheme_textAppearancePopupMenuHeader = 100; - public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 101; - public static int AppCompatTheme_textAppearanceSearchResultTitle = 102; - public static int AppCompatTheme_textAppearanceSmallPopupMenu = 103; - public static int AppCompatTheme_textColorAlertDialogListItem = 104; - public static int AppCompatTheme_textColorSearchUrl = 105; - public static int AppCompatTheme_toolbarNavigationButtonStyle = 106; - public static int AppCompatTheme_toolbarStyle = 107; - public static int AppCompatTheme_tooltipForegroundColor = 108; - public static int AppCompatTheme_tooltipFrameBackground = 109; - public static int AppCompatTheme_viewInflaterClass = 110; - public static int AppCompatTheme_windowActionBar = 111; - public static int AppCompatTheme_windowActionBarOverlay = 112; - public static int AppCompatTheme_windowActionModeOverlay = 113; - public static int AppCompatTheme_windowFixedHeightMajor = 114; - public static int AppCompatTheme_windowFixedHeightMinor = 115; - public static int AppCompatTheme_windowFixedWidthMajor = 116; - public static int AppCompatTheme_windowFixedWidthMinor = 117; - public static int AppCompatTheme_windowMinWidthMajor = 118; - public static int AppCompatTheme_windowMinWidthMinor = 119; - public static int AppCompatTheme_windowNoTitle = 120; - public static int[] ButtonBarLayout = { 0x7f040027 }; - public static int ButtonBarLayout_allowStacking = 0; - public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 }; - public static int ColorStateListItem_alpha = 0; - public static int ColorStateListItem_android_alpha = 1; - public static int ColorStateListItem_android_color = 2; - public static int[] CompoundButton = { 0x01010107, 0x7f040043, 0x7f040044 }; - public static int CompoundButton_android_button = 0; - public static int CompoundButton_buttonTint = 1; - public static int CompoundButton_buttonTintMode = 2; - public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 }; - public static int CoordinatorLayout_keylines = 0; - public static int CoordinatorLayout_statusBarBackground = 1; - public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 }; - public static int CoordinatorLayout_Layout_android_layout_gravity = 0; - public static int CoordinatorLayout_Layout_layout_anchor = 1; - public static int CoordinatorLayout_Layout_layout_anchorGravity = 2; - public static int CoordinatorLayout_Layout_layout_behavior = 3; - public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; - public static int CoordinatorLayout_Layout_layout_insetEdge = 5; - public static int CoordinatorLayout_Layout_layout_keyline = 6; - public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004b, 0x7f04006a, 0x7f04007f, 0x7f0400cb, 0x7f0400e9 }; - public static int DrawerArrowToggle_arrowHeadLength = 0; - public static int DrawerArrowToggle_arrowShaftLength = 1; - public static int DrawerArrowToggle_barLength = 2; - public static int DrawerArrowToggle_color = 3; - public static int DrawerArrowToggle_drawableSize = 4; - public static int DrawerArrowToggle_gapBetweenBars = 5; - public static int DrawerArrowToggle_spinBars = 6; - public static int DrawerArrowToggle_thickness = 7; - public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }; - public static int FontFamily_fontProviderAuthority = 0; - public static int FontFamily_fontProviderCerts = 1; - public static int FontFamily_fontProviderFetchStrategy = 2; - public static int FontFamily_fontProviderFetchTimeout = 3; - public static int FontFamily_fontProviderPackage = 4; - public static int FontFamily_fontProviderQuery = 5; - public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }; - public static int FontFamilyFont_android_font = 0; - public static int FontFamilyFont_android_fontStyle = 1; - public static int FontFamilyFont_android_fontVariationSettings = 2; - public static int FontFamilyFont_android_fontWeight = 3; - public static int FontFamilyFont_android_ttcIndex = 4; - public static int FontFamilyFont_font = 5; - public static int FontFamilyFont_fontStyle = 6; - public static int FontFamilyFont_fontVariationSettings = 7; - public static int FontFamilyFont_fontWeight = 8; - public static int FontFamilyFont_ttcIndex = 9; - public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }; - public static int GradientColor_android_centerColor = 0; - public static int GradientColor_android_centerX = 1; - public static int GradientColor_android_centerY = 2; - public static int GradientColor_android_endColor = 3; - public static int GradientColor_android_endX = 4; - public static int GradientColor_android_endY = 5; - public static int GradientColor_android_gradientRadius = 6; - public static int GradientColor_android_startColor = 7; - public static int GradientColor_android_startX = 8; - public static int GradientColor_android_startY = 9; - public static int GradientColor_android_tileMode = 10; - public static int GradientColor_android_type = 11; - public static int[] GradientColorItem = { 0x010101a5, 0x01010514 }; - public static int GradientColorItem_android_color = 0; - public static int GradientColorItem_android_offset = 1; - public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f040066, 0x7f040068, 0x7f0400a6, 0x7f0400c7 }; - public static int LinearLayoutCompat_android_baselineAligned = 0; - public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1; - public static int LinearLayoutCompat_android_gravity = 2; - public static int LinearLayoutCompat_android_orientation = 3; - public static int LinearLayoutCompat_android_weightSum = 4; - public static int LinearLayoutCompat_divider = 5; - public static int LinearLayoutCompat_dividerPadding = 6; - public static int LinearLayoutCompat_measureWithLargestChild = 7; - public static int LinearLayoutCompat_showDividers = 8; - public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 }; - public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; - public static int LinearLayoutCompat_Layout_android_layout_height = 1; - public static int LinearLayoutCompat_Layout_android_layout_weight = 2; - public static int LinearLayoutCompat_Layout_android_layout_width = 3; - public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; - public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; - public static int ListPopupWindow_android_dropDownVerticalOffset = 1; - public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 }; - public static int MenuGroup_android_checkableBehavior = 0; - public static int MenuGroup_android_enabled = 1; - public static int MenuGroup_android_id = 2; - public static int MenuGroup_android_menuCategory = 3; - public static int MenuGroup_android_orderInCategory = 4; - public static int MenuGroup_android_visible = 5; - public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040057, 0x7f040086, 0x7f040087, 0x7f0400ab, 0x7f0400c6, 0x7f040100 }; - public static int MenuItem_actionLayout = 0; - public static int MenuItem_actionProviderClass = 1; - public static int MenuItem_actionViewClass = 2; - public static int MenuItem_alphabeticModifiers = 3; - public static int MenuItem_android_alphabeticShortcut = 4; - public static int MenuItem_android_checkable = 5; - public static int MenuItem_android_checked = 6; - public static int MenuItem_android_enabled = 7; - public static int MenuItem_android_icon = 8; - public static int MenuItem_android_id = 9; - public static int MenuItem_android_menuCategory = 10; - public static int MenuItem_android_numericShortcut = 11; - public static int MenuItem_android_onClick = 12; - public static int MenuItem_android_orderInCategory = 13; - public static int MenuItem_android_title = 14; - public static int MenuItem_android_titleCondensed = 15; - public static int MenuItem_android_visible = 16; - public static int MenuItem_contentDescription = 17; - public static int MenuItem_iconTint = 18; - public static int MenuItem_iconTintMode = 19; - public static int MenuItem_numericModifiers = 20; - public static int MenuItem_showAsAction = 21; - public static int MenuItem_tooltipText = 22; - public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f0400b7, 0x7f0400d2 }; - public static int MenuView_android_headerBackground = 0; - public static int MenuView_android_horizontalDivider = 1; - public static int MenuView_android_itemBackground = 2; - public static int MenuView_android_itemIconDisabledAlpha = 3; - public static int MenuView_android_itemTextAppearance = 4; - public static int MenuView_android_verticalDivider = 5; - public static int MenuView_android_windowAnimationStyle = 6; - public static int MenuView_preserveIconSpacing = 7; - public static int MenuView_subMenuArrow = 8; - public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f0400ac }; - public static int PopupWindow_android_popupAnimationStyle = 0; - public static int PopupWindow_android_popupBackground = 1; - public static int PopupWindow_overlapAnchor = 2; - public static int[] PopupWindowBackgroundState = { 0x7f0400d0 }; - public static int PopupWindowBackgroundState_state_above_anchor = 0; - public static int[] RecycleListView = { 0x7f0400ad, 0x7f0400b0 }; - public static int RecycleListView_paddingBottomNoButtons = 0; - public static int RecycleListView_paddingTopNoTitle = 1; - public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040047, 0x7f040056, 0x7f040061, 0x7f040080, 0x7f040088, 0x7f040090, 0x7f0400ba, 0x7f0400bb, 0x7f0400c0, 0x7f0400c1, 0x7f0400d3, 0x7f0400d8, 0x7f040106 }; - public static int SearchView_android_focusable = 0; - public static int SearchView_android_imeOptions = 1; - public static int SearchView_android_inputType = 2; - public static int SearchView_android_maxWidth = 3; - public static int SearchView_closeIcon = 4; - public static int SearchView_commitIcon = 5; - public static int SearchView_defaultQueryHint = 6; - public static int SearchView_goIcon = 7; - public static int SearchView_iconifiedByDefault = 8; - public static int SearchView_layout = 9; - public static int SearchView_queryBackground = 10; - public static int SearchView_queryHint = 11; - public static int SearchView_searchHintIcon = 12; - public static int SearchView_searchIcon = 13; - public static int SearchView_submitBackground = 14; - public static int SearchView_suggestionRowLayout = 15; - public static int SearchView_voiceIcon = 16; - public static int[] Spinner = { 0x01010262, 0x010100b2, 0x01010176, 0x0101017b, 0x7f0400b5 }; - public static int Spinner_android_dropDownWidth = 0; - public static int Spinner_android_entries = 1; - public static int Spinner_android_popupBackground = 2; - public static int Spinner_android_prompt = 3; - public static int Spinner_popupTheme = 4; - public static int[] StateListDrawable = { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 }; - public static int StateListDrawable_android_constantSize = 0; - public static int StateListDrawable_android_dither = 1; - public static int StateListDrawable_android_enterFadeDuration = 2; - public static int StateListDrawable_android_exitFadeDuration = 3; - public static int StateListDrawable_android_variablePadding = 4; - public static int StateListDrawable_android_visible = 5; - public static int[] StateListDrawableItem = { 0x01010199 }; - public static int StateListDrawableItem_android_drawable = 0; - public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0400c8, 0x7f0400ce, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f040101, 0x7f040102, 0x7f040103 }; - public static int SwitchCompat_android_textOff = 0; - public static int SwitchCompat_android_textOn = 1; - public static int SwitchCompat_android_thumb = 2; - public static int SwitchCompat_showText = 3; - public static int SwitchCompat_splitTrack = 4; - public static int SwitchCompat_switchMinWidth = 5; - public static int SwitchCompat_switchPadding = 6; - public static int SwitchCompat_switchTextAppearance = 7; - public static int SwitchCompat_thumbTextPadding = 8; - public static int SwitchCompat_thumbTint = 9; - public static int SwitchCompat_thumbTintMode = 10; - public static int SwitchCompat_track = 11; - public static int SwitchCompat_trackTint = 12; - public static int SwitchCompat_trackTintMode = 13; - public static int[] TextAppearance = { 0x010103ac, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x01010098, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040075, 0x7f0400dd }; - public static int TextAppearance_android_fontFamily = 0; - public static int TextAppearance_android_shadowColor = 1; - public static int TextAppearance_android_shadowDx = 2; - public static int TextAppearance_android_shadowDy = 3; - public static int TextAppearance_android_shadowRadius = 4; - public static int TextAppearance_android_textColor = 5; - public static int TextAppearance_android_textColorHint = 6; - public static int TextAppearance_android_textColorLink = 7; - public static int TextAppearance_android_textSize = 8; - public static int TextAppearance_android_textStyle = 9; - public static int TextAppearance_android_typeface = 10; - public static int TextAppearance_fontFamily = 11; - public static int TextAppearance_textAllCaps = 12; - public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04003e, 0x7f040049, 0x7f04004a, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a8, 0x7f0400a9, 0x7f0400b5, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa }; - public static int Toolbar_android_gravity = 0; - public static int Toolbar_android_minHeight = 1; - public static int Toolbar_buttonGravity = 2; - public static int Toolbar_collapseContentDescription = 3; - public static int Toolbar_collapseIcon = 4; - public static int Toolbar_contentInsetEnd = 5; - public static int Toolbar_contentInsetEndWithActions = 6; - public static int Toolbar_contentInsetLeft = 7; - public static int Toolbar_contentInsetRight = 8; - public static int Toolbar_contentInsetStart = 9; - public static int Toolbar_contentInsetStartWithNavigation = 10; - public static int Toolbar_logo = 11; - public static int Toolbar_logoDescription = 12; - public static int Toolbar_maxButtonHeight = 13; - public static int Toolbar_navigationContentDescription = 14; - public static int Toolbar_navigationIcon = 15; - public static int Toolbar_popupTheme = 16; - public static int Toolbar_subtitle = 17; - public static int Toolbar_subtitleTextAppearance = 18; - public static int Toolbar_subtitleTextColor = 19; - public static int Toolbar_title = 20; - public static int Toolbar_titleMargin = 21; - public static int Toolbar_titleMarginBottom = 22; - public static int Toolbar_titleMarginEnd = 23; - public static int Toolbar_titleMarginStart = 24; - public static int Toolbar_titleMarginTop = 25; - public static int Toolbar_titleMargins = 26; - public static int Toolbar_titleTextAppearance = 27; - public static int Toolbar_titleTextColor = 28; - public static int[] View = { 0x010100da, 0x01010000, 0x7f0400ae, 0x7f0400af, 0x7f0400e8 }; - public static int View_android_focusable = 0; - public static int View_android_theme = 1; - public static int View_paddingEnd = 2; - public static int View_paddingStart = 3; - public static int View_theme = 4; - public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 }; - public static int ViewBackgroundHelper_android_background = 0; - public static int ViewBackgroundHelper_backgroundTint = 1; - public static int ViewBackgroundHelper_backgroundTintMode = 2; - public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 }; - public static int ViewStubCompat_android_id = 0; - public static int ViewStubCompat_android_inflatedId = 1; - public static int ViewStubCompat_android_layout = 2; - } -} diff --git a/colorpicker/build/intermediates/attr/R.txt b/colorpicker/build/intermediates/attr/R.txt deleted file mode 100644 index e337705282..0000000000 --- a/colorpicker/build/intermediates/attr/R.txt +++ /dev/null @@ -1,1373 +0,0 @@ -int attr absListViewStyle 0x0101006a -int attr accessibilityEventTypes 0x01010380 -int attr accessibilityFeedbackType 0x01010382 -int attr accessibilityFlags 0x01010384 -int attr accessibilityHeading 0x01010580 -int attr accessibilityLiveRegion 0x010103ee -int attr accessibilityPaneTitle 0x0101057c -int attr accessibilityTraversalAfter 0x010104d2 -int attr accessibilityTraversalBefore 0x010104d1 -int attr accountPreferences 0x0101029f -int attr accountType 0x0101028f -int attr action 0x0101002d -int attr actionBarDivider 0x0101039b -int attr actionBarItemBackground 0x0101039c -int attr actionBarPopupTheme 0x0101048d -int attr actionBarSize 0x010102eb -int attr actionBarSplitStyle 0x01010388 -int attr actionBarStyle 0x010102ce -int attr actionBarTabBarStyle 0x010102f4 -int attr actionBarTabStyle 0x010102f3 -int attr actionBarTabTextStyle 0x010102f5 -int attr actionBarTheme 0x01010431 -int attr actionBarWidgetTheme 0x01010397 -int attr actionButtonStyle 0x010102d8 -int attr actionDropDownStyle 0x010102d7 -int attr actionLayout 0x010102fb -int attr actionMenuTextAppearance 0x01010360 -int attr actionMenuTextColor 0x01010361 -int attr actionModeBackground 0x010102db -int attr actionModeCloseButtonStyle 0x010102f7 -int attr actionModeCloseDrawable 0x010102dc -int attr actionModeCopyDrawable 0x01010312 -int attr actionModeCutDrawable 0x01010311 -int attr actionModeFindDrawable 0x0101047a -int attr actionModePasteDrawable 0x01010313 -int attr actionModeSelectAllDrawable 0x0101037e -int attr actionModeShareDrawable 0x01010479 -int attr actionModeSplitBackground 0x0101039d -int attr actionModeStyle 0x01010394 -int attr actionModeWebSearchDrawable 0x0101047b -int attr actionOverflowButtonStyle 0x010102f6 -int attr actionOverflowMenuStyle 0x01010444 -int attr actionProviderClass 0x01010389 -int attr actionViewClass 0x010102fc -int attr activatedBackgroundIndicator 0x010102fd -int attr activityCloseEnterAnimation 0x010100ba -int attr activityCloseExitAnimation 0x010100bb -int attr activityOpenEnterAnimation 0x010100b8 -int attr activityOpenExitAnimation 0x010100b9 -int attr addPrintersActivity 0x010103e6 -int attr addStatesFromChildren 0x010100f0 -int attr adjustViewBounds 0x0101011e -int attr advancedPrintOptionsActivity 0x010103f1 -int attr alertDialogIcon 0x01010355 -int attr alertDialogStyle 0x0101005d -int attr alertDialogTheme 0x01010309 -int attr alignmentMode 0x0101037a -int attr allContactsName 0x010102cc -int attr allowBackup 0x01010280 -int attr allowClearUserData 0x01010005 -int attr allowEmbedded 0x010103f5 -int attr allowParallelSyncs 0x01010332 -int attr allowSingleTap 0x01010259 -int attr allowTaskReparenting 0x01010204 -int attr allowUndo 0x010104df -int attr alpha 0x0101031f -int attr alphabeticModifiers 0x0101054e -int attr alphabeticShortcut 0x010101e3 -int attr alwaysDrawnWithCache 0x010100ef -int attr alwaysRetainTaskState 0x01010203 -int attr amPmBackgroundColor 0x010104a5 -int attr amPmTextColor 0x010104a4 -int attr ambientShadowAlpha 0x010104be -int attr angle 0x010101a0 -int attr animateFirstView 0x010102d5 -int attr animateLayoutChanges 0x010102f2 -int attr animateOnClick 0x0101025c -int attr animation 0x010101cd -int attr animationCache 0x010100ed -int attr animationDuration 0x01010112 -int attr animationOrder 0x010101ce -int attr animationResolution 0x0101031a -int attr antialias 0x0101011a -int attr anyDensity 0x0101026c -int attr apduServiceBanner 0x010103ed -int attr apiKey 0x01010211 -int attr appCategory 0x01010545 -int attr appComponentFactory 0x0101057a -int attr author 0x010102b4 -int attr authorities 0x01010018 -int attr autoAdvanceViewId 0x0101030f -int attr autoCompleteTextViewStyle 0x0101006b -int attr autoLink 0x010100b0 -int attr autoMirrored 0x010103ea -int attr autoRemoveFromRecents 0x01010447 -int attr autoSizeMaxTextSize 0x01010546 -int attr autoSizeMinTextSize 0x01010538 -int attr autoSizePresetSizes 0x01010537 -int attr autoSizeStepGranularity 0x01010536 -int attr autoSizeTextType 0x01010535 -int attr autoStart 0x010102b5 -int attr autoText 0x0101016a -int attr autoUrlDetect 0x0101028c -int attr autoVerify 0x010104ee -int attr autofillHints 0x01010556 -int attr autofilledHighlight 0x01010568 -int attr background 0x010100d4 -int attr backgroundDimAmount 0x01010032 -int attr backgroundDimEnabled 0x0101021f -int attr backgroundSplit 0x0101038b -int attr backgroundStacked 0x0101038a -int attr backgroundTint 0x0101046b -int attr backgroundTintMode 0x0101046c -int attr backupAgent 0x0101027f -int attr backupInForeground 0x0101051a -int attr banner 0x010103f2 -int attr baseline 0x0101031c -int attr baselineAlignBottom 0x01010122 -int attr baselineAligned 0x01010126 -int attr baselineAlignedChildIndex 0x01010127 -int attr bitmap 0x01010516 -int attr borderlessButtonStyle 0x0101032b -int attr bottom 0x010101b0 -int attr bottomBright 0x010100cd -int attr bottomDark 0x010100c9 -int attr bottomLeftRadius 0x010101ab -int attr bottomMedium 0x010100ce -int attr bottomOffset 0x01010257 -int attr bottomRightRadius 0x010101ac -int attr breadCrumbShortTitle 0x01010304 -int attr breadCrumbTitle 0x01010303 -int attr breakStrategy 0x010104dd -int attr bufferType 0x0101014e -int attr button 0x01010107 -int attr buttonBarButtonStyle 0x0101032f -int attr buttonBarNegativeButtonStyle 0x0101048b -int attr buttonBarNeutralButtonStyle 0x0101048a -int attr buttonBarPositiveButtonStyle 0x01010489 -int attr buttonBarStyle 0x0101032e -int attr buttonCornerRadius 0x01010575 -int attr buttonGravity 0x010104fe -int attr buttonStyle 0x01010048 -int attr buttonStyleInset 0x0101004a -int attr buttonStyleSmall 0x01010049 -int attr buttonStyleToggle 0x0101004b -int attr buttonTint 0x0101046f -int attr buttonTintMode 0x01010470 -int attr cacheColorHint 0x01010101 -int attr calendarTextColor 0x0101049b -int attr calendarViewShown 0x0101034c -int attr calendarViewStyle 0x0101035d -int attr canControlMagnification 0x01010507 -int attr canPerformGestures 0x0101050d -int attr canRecord 0x0101051c -int attr canRequestEnhancedWebAccessibility 0x010103d8 -int attr canRequestFilterKeyEvents 0x010103d9 -int attr canRequestFingerprintGestures 0x0101054d -int attr canRequestTouchExplorationMode 0x010103d7 -int attr canRetrieveWindowContent 0x01010385 -int attr candidatesTextStyleSpans 0x01010230 -int attr cantSaveState 0x0101056e -int attr capitalize 0x01010169 -int attr category 0x010103e8 -int attr centerBright 0x010100cc -int attr centerColor 0x0101020b -int attr centerDark 0x010100c8 -int attr centerMedium 0x010100cf -int attr centerX 0x010101a2 -int attr centerY 0x010101a3 -int attr certDigest 0x01010548 -int attr checkBoxPreferenceStyle 0x0101008f -int attr checkMark 0x01010108 -int attr checkMarkTint 0x010104a7 -int attr checkMarkTintMode 0x010104a8 -int attr checkable 0x010101e5 -int attr checkableBehavior 0x010101e0 -int attr checkboxStyle 0x0101006c -int attr checked 0x01010106 -int attr checkedButton 0x01010148 -int attr checkedTextViewStyle 0x010103c8 -int attr childDivider 0x01010111 -int attr childIndicator 0x0101010c -int attr childIndicatorEnd 0x010103d4 -int attr childIndicatorLeft 0x0101010f -int attr childIndicatorRight 0x01010110 -int attr childIndicatorStart 0x010103d3 -int attr choiceMode 0x0101012b -int attr classLoader 0x0101056b -int attr clearTaskOnLaunch 0x01010015 -int attr clickable 0x010100e5 -int attr clipChildren 0x010100ea -int attr clipOrientation 0x0101020a -int attr clipToPadding 0x010100eb -int attr closeIcon 0x01010481 -int attr codes 0x01010242 -int attr collapseColumns 0x0101014b -int attr collapseContentDescription 0x010104d0 -int attr collapseIcon 0x010104ff -int attr color 0x010101a5 -int attr colorAccent 0x01010435 -int attr colorActivatedHighlight 0x01010390 -int attr colorBackground 0x01010031 -int attr colorBackgroundCacheHint 0x010102ab -int attr colorBackgroundFloating 0x010104e2 -int attr colorButtonNormal 0x0101042b -int attr colorControlActivated 0x0101042a -int attr colorControlHighlight 0x0101042c -int attr colorControlNormal 0x01010429 -int attr colorEdgeEffect 0x010104ce -int attr colorError 0x01010543 -int attr colorFocusedHighlight 0x0101038f -int attr colorForeground 0x01010030 -int attr colorForegroundInverse 0x01010206 -int attr colorLongPressedHighlight 0x0101038e -int attr colorMode 0x0101054a -int attr colorMultiSelectHighlight 0x01010391 -int attr colorPressedHighlight 0x0101038d -int attr colorPrimary 0x01010433 -int attr colorPrimaryDark 0x01010434 -int attr colorSecondary 0x01010530 -int attr columnCount 0x01010377 -int attr columnDelay 0x010101cf -int attr columnOrderPreserved 0x01010378 -int attr columnWidth 0x01010117 -int attr commitIcon 0x01010485 -int attr compatibleWidthLimitDp 0x01010365 -int attr completionHint 0x01010172 -int attr completionHintView 0x01010173 -int attr completionThreshold 0x01010174 -int attr configChanges 0x0101001f -int attr configure 0x0101025d -int attr constantSize 0x01010196 -int attr content 0x0101025b -int attr contentAgeHint 0x010104b9 -int attr contentAuthority 0x01010290 -int attr contentDescription 0x01010273 -int attr contentInsetEnd 0x01010454 -int attr contentInsetEndWithActions 0x01010523 -int attr contentInsetLeft 0x01010455 -int attr contentInsetRight 0x01010456 -int attr contentInsetStart 0x01010453 -int attr contentInsetStartWithNavigation 0x01010522 -int attr contextClickable 0x010104e7 -int attr contextDescription 0x0101052e -int attr contextPopupMenuStyle 0x01010501 -int attr contextUri 0x0101052d -int attr controlX1 0x010103fc -int attr controlX2 0x010103fe -int attr controlY1 0x010103fd -int attr controlY2 0x010103ff -int attr countDown 0x0101051b -int attr country 0x010104ba -int attr cropToPadding 0x01010123 -int attr cursorVisible 0x01010152 -int attr customNavigationLayout 0x010102d2 -int attr customTokens 0x0101033b -int attr cycles 0x010101d4 -int attr dashGap 0x010101a7 -int attr dashWidth 0x010101a6 -int attr data 0x0101002e -int attr datePickerDialogTheme 0x010104ac -int attr datePickerMode 0x010104b3 -int attr datePickerStyle 0x0101035c -int attr dateTextAppearance 0x01010349 -int attr dayOfWeekBackground 0x01010494 -int attr dayOfWeekTextAppearance 0x01010495 -int attr debuggable 0x0101000f -int attr defaultFocusHighlightEnabled 0x01010562 -int attr defaultHeight 0x010104f5 -int attr defaultToDeviceProtectedStorage 0x01010504 -int attr defaultValue 0x010101ed -int attr defaultWidth 0x010104f4 -int attr delay 0x010101cc -int attr dependency 0x010101ec -int attr descendantFocusability 0x010100f1 -int attr description 0x01010020 -int attr detachWallpaper 0x010102a6 -int attr detailColumn 0x010102a3 -int attr detailSocialSummary 0x010102a4 -int attr detailsElementBackground 0x0101034e -int attr dial 0x01010102 -int attr dialogCornerRadius 0x01010571 -int attr dialogIcon 0x010101f4 -int attr dialogLayout 0x010101f7 -int attr dialogMessage 0x010101f3 -int attr dialogPreferenceStyle 0x01010091 -int attr dialogPreferredPadding 0x010104d3 -int attr dialogTheme 0x01010308 -int attr dialogTitle 0x010101f2 -int attr digits 0x01010166 -int attr directBootAware 0x01010505 -int attr direction 0x010101d1 -int attr directionDescriptions 0x010103a1 -int attr directionPriority 0x010101d2 -int attr disableDependentsState 0x010101f1 -int attr disabledAlpha 0x01010033 -int attr displayOptions 0x010102d0 -int attr dither 0x0101011c -int attr divider 0x01010129 -int attr dividerHeight 0x0101012a -int attr dividerHorizontal 0x0101032c -int attr dividerPadding 0x0101032a -int attr dividerVertical 0x0101030a -int attr documentLaunchMode 0x01010445 -int attr drawSelectorOnTop 0x010100fc -int attr drawable 0x01010199 -int attr drawableBottom 0x0101016e -int attr drawableEnd 0x01010393 -int attr drawableLeft 0x0101016f -int attr drawablePadding 0x01010171 -int attr drawableRight 0x01010170 -int attr drawableStart 0x01010392 -int attr drawableTint 0x010104d6 -int attr drawableTintMode 0x010104d7 -int attr drawableTop 0x0101016d -int attr drawingCacheQuality 0x010100e8 -int attr dropDownAnchor 0x01010263 -int attr dropDownHeight 0x01010283 -int attr dropDownHintAppearance 0x01010088 -int attr dropDownHorizontalOffset 0x010102ac -int attr dropDownItemStyle 0x01010086 -int attr dropDownListViewStyle 0x0101006d -int attr dropDownSelector 0x01010175 -int attr dropDownSpinnerStyle 0x010102d6 -int attr dropDownVerticalOffset 0x010102ad -int attr dropDownWidth 0x01010262 -int attr duplicateParentState 0x010100e9 -int attr duration 0x01010198 -int attr editTextBackground 0x01010352 -int attr editTextColor 0x01010351 -int attr editTextPreferenceStyle 0x01010092 -int attr editTextStyle 0x0101006e -int attr editable 0x0101016b -int attr editorExtras 0x01010224 -int attr elegantTextHeight 0x0101045d -int attr elevation 0x01010440 -int attr ellipsize 0x010100ab -int attr ems 0x01010158 -int attr enableVrMode 0x01010525 -int attr enabled 0x0101000e -int attr end 0x010104dc -int attr endColor 0x0101019e -int attr endX 0x01010512 -int attr endY 0x01010513 -int attr endYear 0x0101017d -int attr enterFadeDuration 0x0101030c -int attr entries 0x010100b2 -int attr entryValues 0x010101f8 -int attr eventsInterceptionEnabled 0x0101027d -int attr excludeClass 0x01010442 -int attr excludeFromRecents 0x01010017 -int attr excludeId 0x01010441 -int attr excludeName 0x0101044e -int attr exitFadeDuration 0x0101030d -int attr expandableListPreferredChildIndicatorLeft 0x01010052 -int attr expandableListPreferredChildIndicatorRight 0x01010053 -int attr expandableListPreferredChildPaddingLeft 0x0101004f -int attr expandableListPreferredItemIndicatorLeft 0x01010050 -int attr expandableListPreferredItemIndicatorRight 0x01010051 -int attr expandableListPreferredItemPaddingLeft 0x0101004e -int attr expandableListViewStyle 0x0101006f -int attr expandableListViewWhiteStyle 0x010102b6 -int attr exported 0x01010010 -int attr externalService 0x0101050e -int attr extraTension 0x0101026b -int attr extractNativeLibs 0x010104ea -int attr factor 0x010101d3 -int attr fadeDuration 0x01010278 -int attr fadeEnabled 0x0101027e -int attr fadeOffset 0x01010277 -int attr fadeScrollbars 0x010102aa -int attr fadingEdge 0x010100df -int attr fadingEdgeLength 0x010100e0 -int attr fadingMode 0x010103e1 -int attr fallbackLineSpacing 0x0101057b -int attr fastScrollAlwaysVisible 0x01010335 -int attr fastScrollEnabled 0x01010226 -int attr fastScrollOverlayPosition 0x0101033a -int attr fastScrollPreviewBackgroundLeft 0x01010337 -int attr fastScrollPreviewBackgroundRight 0x01010338 -int attr fastScrollStyle 0x010103f7 -int attr fastScrollTextColor 0x01010359 -int attr fastScrollThumbDrawable 0x01010336 -int attr fastScrollTrackDrawable 0x01010339 -int attr fillAfter 0x010101bd -int attr fillAlpha 0x010104cc -int attr fillBefore 0x010101bc -int attr fillColor 0x01010404 -int attr fillEnabled 0x0101024f -int attr fillType 0x0101051e -int attr fillViewport 0x0101017a -int attr filter 0x0101011b -int attr filterTouchesWhenObscured 0x010102c4 -int attr fingerprintAuthDrawable 0x010104e8 -int attr finishOnCloseSystemDialogs 0x010102a7 -int attr finishOnTaskLaunch 0x01010014 -int attr firstBaselineToTopHeight 0x0101057d -int attr firstDayOfWeek 0x0101033d -int attr fitsSystemWindows 0x010100dd -int attr flipInterval 0x01010179 -int attr focusable 0x010100da -int attr focusableInTouchMode 0x010100db -int attr focusedByDefault 0x01010544 -int attr focusedMonthDateColor 0x01010343 -int attr font 0x01010532 -int attr fontFamily 0x010103ac -int attr fontFeatureSettings 0x010104b7 -int attr fontProviderAuthority 0x01010550 -int attr fontProviderCerts 0x0101055d -int attr fontProviderPackage 0x01010557 -int attr fontProviderQuery 0x01010551 -int attr fontStyle 0x0101053f -int attr fontVariationSettings 0x01010570 -int attr fontWeight 0x01010533 -int attr footerDividersEnabled 0x0101022f -int attr forceHasOverlappingRendering 0x01010521 -int attr foreground 0x01010109 -int attr foregroundGravity 0x01010200 -int attr foregroundTint 0x0101046d -int attr foregroundTintMode 0x0101046e -int attr format 0x01010105 -int attr format12Hour 0x010103ca -int attr format24Hour 0x010103cb -int attr fraction 0x010104d8 -int attr fragment 0x010102e3 -int attr fragmentAllowEnterTransitionOverlap 0x010104c8 -int attr fragmentAllowReturnTransitionOverlap 0x010104c9 -int attr fragmentCloseEnterAnimation 0x010102e7 -int attr fragmentCloseExitAnimation 0x010102e8 -int attr fragmentEnterTransition 0x010104c3 -int attr fragmentExitTransition 0x010104c2 -int attr fragmentFadeEnterAnimation 0x010102e9 -int attr fragmentFadeExitAnimation 0x010102ea -int attr fragmentOpenEnterAnimation 0x010102e5 -int attr fragmentOpenExitAnimation 0x010102e6 -int attr fragmentReenterTransition 0x010104c7 -int attr fragmentReturnTransition 0x010104c5 -int attr fragmentSharedElementEnterTransition 0x010104c4 -int attr fragmentSharedElementReturnTransition 0x010104c6 -int attr freezesText 0x0101016c -int attr fromAlpha 0x010101ca -int attr fromDegrees 0x010101b3 -int attr fromId 0x0101044a -int attr fromScene 0x010103dd -int attr fromXDelta 0x010101c6 -int attr fromXScale 0x010101c2 -int attr fromYDelta 0x010101c8 -int attr fromYScale 0x010101c4 -int attr fullBackupContent 0x010104eb -int attr fullBackupOnly 0x01010473 -int attr fullBright 0x010100ca -int attr fullDark 0x010100c6 -int attr functionalTest 0x01010023 -int attr galleryItemBackground 0x0101004c -int attr galleryStyle 0x01010070 -int attr gestureColor 0x01010275 -int attr gestureStrokeAngleThreshold 0x0101027c -int attr gestureStrokeLengthThreshold 0x0101027a -int attr gestureStrokeSquarenessThreshold 0x0101027b -int attr gestureStrokeType 0x01010279 -int attr gestureStrokeWidth 0x01010274 -int attr glEsVersion 0x01010281 -int attr goIcon 0x01010482 -int attr gradientRadius 0x010101a4 -int attr grantUriPermissions 0x0101001b -int attr gravity 0x010100af -int attr gridViewStyle 0x01010071 -int attr groupIndicator 0x0101010b -int attr hand_hour 0x01010103 -int attr hand_minute 0x01010104 -int attr handle 0x0101025a -int attr handleProfiling 0x01010022 -int attr hapticFeedbackEnabled 0x0101025e -int attr hardwareAccelerated 0x010102d3 -int attr hasCode 0x0101000c -int attr headerAmPmTextAppearance 0x010104a0 -int attr headerBackground 0x0101012f -int attr headerDayOfMonthTextAppearance 0x01010497 -int attr headerDividersEnabled 0x0101022e -int attr headerMonthTextAppearance 0x01010496 -int attr headerTimeTextAppearance 0x0101049f -int attr headerYearTextAppearance 0x01010498 -int attr height 0x01010155 -int attr hideOnContentScroll 0x01010443 -int attr hint 0x01010150 -int attr homeAsUpIndicator 0x0101030b -int attr homeLayout 0x0101031d -int attr horizontalDivider 0x0101012d -int attr horizontalGap 0x0101023f -int attr horizontalScrollViewStyle 0x01010353 -int attr horizontalSpacing 0x01010114 -int attr host 0x01010028 -int attr hotSpotX 0x01010517 -int attr hotSpotY 0x01010518 -int attr hyphenationFrequency 0x010104de -int attr icon 0x01010002 -int attr iconPreview 0x01010249 -int attr iconSpaceReserved 0x01010561 -int attr iconTint 0x0101055e -int attr iconTintMode 0x0101055f -int attr iconifiedByDefault 0x010102fa -int attr id 0x010100d0 -int attr ignoreGravity 0x010101ff -int attr imageButtonStyle 0x01010072 -int attr imageWellStyle 0x01010073 -int attr imeActionId 0x01010266 -int attr imeActionLabel 0x01010265 -int attr imeExtractEnterAnimation 0x01010268 -int attr imeExtractExitAnimation 0x01010269 -int attr imeFullscreenBackground 0x0101022c -int attr imeOptions 0x01010264 -int attr imeSubtypeExtraValue 0x010102ee -int attr imeSubtypeLocale 0x010102ec -int attr imeSubtypeMode 0x010102ed -int attr immersive 0x010102c0 -int attr importantForAccessibility 0x010103aa -int attr importantForAutofill 0x01010558 -int attr inAnimation 0x01010177 -int attr includeFontPadding 0x0101015f -int attr includeInGlobalSearch 0x0101026e -int attr indeterminate 0x01010139 -int attr indeterminateBehavior 0x0101013e -int attr indeterminateDrawable 0x0101013b -int attr indeterminateDuration 0x0101013d -int attr indeterminateOnly 0x0101013a -int attr indeterminateProgressStyle 0x01010318 -int attr indeterminateTint 0x01010469 -int attr indeterminateTintMode 0x0101046a -int attr indicatorEnd 0x010103d2 -int attr indicatorLeft 0x0101010d -int attr indicatorRight 0x0101010e -int attr indicatorStart 0x010103d1 -int attr inflatedId 0x010100f3 -int attr initOrder 0x0101001a -int attr initialKeyguardLayout 0x010103c2 -int attr initialLayout 0x01010251 -int attr innerRadius 0x0101025f -int attr innerRadiusRatio 0x0101019b -int attr inputMethod 0x01010168 -int attr inputType 0x01010220 -int attr inset 0x010104b5 -int attr insetBottom 0x010101ba -int attr insetLeft 0x010101b7 -int attr insetRight 0x010101b8 -int attr insetTop 0x010101b9 -int attr installLocation 0x010102b7 -int attr interpolator 0x01010141 -int attr isAlwaysSyncable 0x01010333 -int attr isAsciiCapable 0x010103e9 -int attr isAuxiliary 0x0101037f -int attr isDefault 0x01010221 -int attr isFeatureSplit 0x0101055b -int attr isGame 0x010103f4 -int attr isIndicator 0x01010147 -int attr isModifier 0x01010246 -int attr isRepeatable 0x01010248 -int attr isScrollContainer 0x0101024e -int attr isStatic 0x0101055a -int attr isSticky 0x01010247 -int attr isolatedProcess 0x010103a9 -int attr isolatedSplits 0x0101054b -int attr itemBackground 0x01010130 -int attr itemIconDisabledAlpha 0x01010131 -int attr itemPadding 0x0101032d -int attr itemTextAppearance 0x0101012c -int attr justificationMode 0x01010567 -int attr keepScreenOn 0x01010216 -int attr key 0x010101e8 -int attr keyBackground 0x01010233 -int attr keyEdgeFlags 0x01010245 -int attr keyHeight 0x0101023e -int attr keyIcon 0x0101024c -int attr keyLabel 0x0101024b -int attr keyOutputText 0x0101024a -int attr keyPreviewHeight 0x01010239 -int attr keyPreviewLayout 0x01010237 -int attr keyPreviewOffset 0x01010238 -int attr keySet 0x010103db -int attr keyTextColor 0x01010236 -int attr keyTextSize 0x01010234 -int attr keyWidth 0x0101023d -int attr keyboardLayout 0x010103ab -int attr keyboardMode 0x0101024d -int attr keyboardNavigationCluster 0x01010540 -int attr keycode 0x010100c5 -int attr killAfterRestore 0x0101029c -int attr label 0x01010001 -int attr labelFor 0x010103c6 -int attr labelTextSize 0x01010235 -int attr languageTag 0x01010508 -int attr largeHeap 0x0101035a -int attr largeScreens 0x01010286 -int attr largestWidthLimitDp 0x01010366 -int attr lastBaselineToBottomHeight 0x0101057e -int attr launchMode 0x0101001d -int attr launchTaskBehindSourceAnimation 0x01010492 -int attr launchTaskBehindTargetAnimation 0x01010491 -int attr layerType 0x01010354 -int attr layout 0x010100f2 -int attr layoutAnimation 0x010100ec -int attr layoutDirection 0x010103b2 -int attr layoutMode 0x010103da -int attr layout_above 0x01010184 -int attr layout_alignBaseline 0x01010186 -int attr layout_alignBottom 0x0101018a -int attr layout_alignEnd 0x010103ba -int attr layout_alignLeft 0x01010187 -int attr layout_alignParentBottom 0x0101018e -int attr layout_alignParentEnd 0x010103bc -int attr layout_alignParentLeft 0x0101018b -int attr layout_alignParentRight 0x0101018d -int attr layout_alignParentStart 0x010103bb -int attr layout_alignParentTop 0x0101018c -int attr layout_alignRight 0x01010189 -int attr layout_alignStart 0x010103b9 -int attr layout_alignTop 0x01010188 -int attr layout_alignWithParentIfMissing 0x01010192 -int attr layout_below 0x01010185 -int attr layout_centerHorizontal 0x01010190 -int attr layout_centerInParent 0x0101018f -int attr layout_centerVertical 0x01010191 -int attr layout_column 0x0101014c -int attr layout_columnSpan 0x0101037d -int attr layout_columnWeight 0x01010459 -int attr layout_gravity 0x010100b3 -int attr layout_height 0x010100f5 -int attr layout_margin 0x010100f6 -int attr layout_marginBottom 0x010100fa -int attr layout_marginEnd 0x010103b6 -int attr layout_marginHorizontal 0x0101053b -int attr layout_marginLeft 0x010100f7 -int attr layout_marginRight 0x010100f9 -int attr layout_marginStart 0x010103b5 -int attr layout_marginTop 0x010100f8 -int attr layout_marginVertical 0x0101053c -int attr layout_row 0x0101037b -int attr layout_rowSpan 0x0101037c -int attr layout_rowWeight 0x01010458 -int attr layout_scale 0x01010193 -int attr layout_span 0x0101014d -int attr layout_toEndOf 0x010103b8 -int attr layout_toLeftOf 0x01010182 -int attr layout_toRightOf 0x01010183 -int attr layout_toStartOf 0x010103b7 -int attr layout_weight 0x01010181 -int attr layout_width 0x010100f4 -int attr layout_x 0x0101017f -int attr layout_y 0x01010180 -int attr left 0x010101ad -int attr letterSpacing 0x010104b6 -int attr level 0x01010500 -int attr lineHeight 0x0101057f -int attr lineSpacingExtra 0x01010217 -int attr lineSpacingMultiplier 0x01010218 -int attr lines 0x01010154 -int attr linksClickable 0x010100b1 -int attr listChoiceBackgroundIndicator 0x010102f0 -int attr listChoiceIndicatorMultiple 0x0101021a -int attr listChoiceIndicatorSingle 0x01010219 -int attr listDivider 0x01010214 -int attr listDividerAlertDialog 0x01010305 -int attr listMenuViewStyle 0x010104f2 -int attr listPopupWindowStyle 0x010102ff -int attr listPreferredItemHeight 0x0101004d -int attr listPreferredItemHeightLarge 0x01010386 -int attr listPreferredItemHeightSmall 0x01010387 -int attr listPreferredItemPaddingEnd 0x010103be -int attr listPreferredItemPaddingLeft 0x010103a3 -int attr listPreferredItemPaddingRight 0x010103a4 -int attr listPreferredItemPaddingStart 0x010103bd -int attr listSelector 0x010100fb -int attr listSeparatorTextViewStyle 0x01010208 -int attr listViewStyle 0x01010074 -int attr listViewWhiteStyle 0x01010075 -int attr lockTaskMode 0x010104ed -int attr logo 0x010102be -int attr logoDescription 0x010104e9 -int attr longClickable 0x010100e6 -int attr loopViews 0x01010307 -int attr manageSpaceActivity 0x01010004 -int attr mapViewStyle 0x0101008a -int attr marqueeRepeatLimit 0x0101021d -int attr matchOrder 0x0101044f -int attr max 0x01010136 -int attr maxAspectRatio 0x01010560 -int attr maxButtonHeight 0x010104fd -int attr maxDate 0x01010340 -int attr maxEms 0x01010157 -int attr maxHeight 0x01010120 -int attr maxItemsPerRow 0x01010134 -int attr maxLength 0x01010160 -int attr maxLevel 0x010101b2 -int attr maxLines 0x01010153 -int attr maxLongVersionCode 0x01010583 -int attr maxRecents 0x01010446 -int attr maxRows 0x01010133 -int attr maxSdkVersion 0x01010271 -int attr maxWidth 0x0101011f -int attr maximumAngle 0x0101047f -int attr measureAllChildren 0x0101010a -int attr measureWithLargestChild 0x010102d4 -int attr mediaRouteButtonStyle 0x010103ad -int attr mediaRouteTypes 0x010103ae -int attr menuCategory 0x010101de -int attr mimeType 0x01010026 -int attr min 0x01010539 -int attr minDate 0x0101033f -int attr minEms 0x0101015a -int attr minHeight 0x01010140 -int attr minLevel 0x010101b1 -int attr minLines 0x01010156 -int attr minResizeHeight 0x01010396 -int attr minResizeWidth 0x01010395 -int attr minSdkVersion 0x0101020c -int attr minWidth 0x0101013f -int attr minimumHorizontalAngle 0x0101047d -int attr minimumVerticalAngle 0x0101047e -int attr mipMap 0x010103cd -int attr mirrorForRtl 0x010103ce -int attr mode 0x0101017e -int attr moreIcon 0x01010135 -int attr multiArch 0x0101048e -int attr multiprocess 0x01010013 -int attr name 0x01010003 -int attr navigationBarColor 0x01010452 -int attr navigationBarDividerColor 0x0101056d -int attr navigationContentDescription 0x010104c1 -int attr navigationIcon 0x010104c0 -int attr navigationMode 0x010102cf -int attr negativeButtonText 0x010101f6 -int attr nestedScrollingEnabled 0x01010436 -int attr networkSecurityConfig 0x01010527 -int attr nextClusterForward 0x01010542 -int attr nextFocusDown 0x010100e4 -int attr nextFocusForward 0x0101033c -int attr nextFocusLeft 0x010100e1 -int attr nextFocusRight 0x010100e2 -int attr nextFocusUp 0x010100e3 -int attr noHistory 0x0101022d -int attr normalScreens 0x01010285 -int attr notificationTimeout 0x01010383 -int attr numColumns 0x01010118 -int attr numStars 0x01010144 -int attr numberPickerStyle 0x01010524 -int attr numbersBackgroundColor 0x010104a2 -int attr numbersInnerTextColor 0x010104e1 -int attr numbersSelectorColor 0x010104a3 -int attr numbersTextColor 0x010104a1 -int attr numeric 0x01010165 -int attr numericModifiers 0x0101054f -int attr numericShortcut 0x010101e4 -int attr offset 0x01010514 -int attr onClick 0x0101026f -int attr oneshot 0x01010197 -int attr opacity 0x0101031e -int attr order 0x010101ea -int attr orderInCategory 0x010101df -int attr ordering 0x010102e2 -int attr orderingFromXml 0x010101e7 -int attr orientation 0x010100c4 -int attr outAnimation 0x01010178 -int attr outlineAmbientShadowColor 0x01010582 -int attr outlineProvider 0x010104b8 -int attr outlineSpotShadowColor 0x01010581 -int attr overScrollFooter 0x010102c3 -int attr overScrollHeader 0x010102c2 -int attr overScrollMode 0x010102c1 -int attr overlapAnchor 0x01010462 -int attr overridesImplicitlyEnabledSubtype 0x010103a2 -int attr packageNames 0x01010381 -int attr padding 0x010100d5 -int attr paddingBottom 0x010100d9 -int attr paddingEnd 0x010103b4 -int attr paddingHorizontal 0x0101053d -int attr paddingLeft 0x010100d6 -int attr paddingMode 0x01010457 -int attr paddingRight 0x010100d8 -int attr paddingStart 0x010103b3 -int attr paddingTop 0x010100d7 -int attr paddingVertical 0x0101053e -int attr panelBackground 0x0101005e -int attr panelColorBackground 0x01010061 -int attr panelColorForeground 0x01010060 -int attr panelFullBackground 0x0101005f -int attr panelTextAppearance 0x01010062 -int attr parentActivityName 0x010103a7 -int attr password 0x0101015c -int attr path 0x0101002a -int attr pathData 0x01010405 -int attr pathPattern 0x0101002c -int attr pathPrefix 0x0101002b -int attr patternPathData 0x010104ca -int attr permission 0x01010006 -int attr permissionFlags 0x010103c7 -int attr permissionGroup 0x0101000a -int attr permissionGroupFlags 0x010103c5 -int attr persistableMode 0x0101042d -int attr persistent 0x0101000d -int attr persistentDrawingCache 0x010100ee -int attr persistentWhenFeatureAvailable 0x01010563 -int attr phoneNumber 0x01010167 -int attr pivotX 0x010101b5 -int attr pivotY 0x010101b6 -int attr pointerIcon 0x01010509 -int attr popupAnimationStyle 0x010102c9 -int attr popupBackground 0x01010176 -int attr popupCharacters 0x01010244 -int attr popupElevation 0x0101048c -int attr popupEnterTransition 0x0101051f -int attr popupExitTransition 0x01010520 -int attr popupKeyboard 0x01010243 -int attr popupLayout 0x0101023b -int attr popupMenuStyle 0x01010300 -int attr popupTheme 0x010104a9 -int attr popupWindowStyle 0x01010076 -int attr port 0x01010029 -int attr positiveButtonText 0x010101f5 -int attr preferenceCategoryStyle 0x0101008c -int attr preferenceFragmentStyle 0x01010506 -int attr preferenceInformationStyle 0x0101008d -int attr preferenceLayoutChild 0x01010094 -int attr preferenceScreenStyle 0x0101008b -int attr preferenceStyle 0x0101008e -int attr presentationTheme 0x010103c0 -int attr previewImage 0x010102da -int attr primaryContentAlpha 0x01010552 -int attr priority 0x0101001c -int attr privateImeOptions 0x01010223 -int attr process 0x01010011 -int attr progress 0x01010137 -int attr progressBackgroundTint 0x01010465 -int attr progressBackgroundTintMode 0x01010466 -int attr progressBarPadding 0x01010319 -int attr progressBarStyle 0x01010077 -int attr progressBarStyleHorizontal 0x01010078 -int attr progressBarStyleInverse 0x01010287 -int attr progressBarStyleLarge 0x0101007a -int attr progressBarStyleLargeInverse 0x01010289 -int attr progressBarStyleSmall 0x01010079 -int attr progressBarStyleSmallInverse 0x01010288 -int attr progressBarStyleSmallTitle 0x0101020f -int attr progressDrawable 0x0101013c -int attr progressTint 0x01010463 -int attr progressTintMode 0x01010464 -int attr prompt 0x0101017b -int attr propertyName 0x010102e1 -int attr propertyXName 0x01010474 -int attr propertyYName 0x01010475 -int attr protectionLevel 0x01010009 -int attr publicKey 0x010103a6 -int attr queryActionMsg 0x010101db -int attr queryAfterZeroResults 0x01010282 -int attr queryBackground 0x01010487 -int attr queryHint 0x01010358 -int attr quickContactBadgeStyleSmallWindowLarge 0x010102b3 -int attr quickContactBadgeStyleSmallWindowMedium 0x010102b2 -int attr quickContactBadgeStyleSmallWindowSmall 0x010102b1 -int attr quickContactBadgeStyleWindowLarge 0x010102b0 -int attr quickContactBadgeStyleWindowMedium 0x010102af -int attr quickContactBadgeStyleWindowSmall 0x010102ae -int attr radioButtonStyle 0x0101007e -int attr radius 0x010101a8 -int attr rating 0x01010145 -int attr ratingBarStyle 0x0101007c -int attr ratingBarStyleIndicator 0x01010210 -int attr ratingBarStyleSmall 0x0101007d -int attr readPermission 0x01010007 -int attr recognitionService 0x0101049c -int attr recreateOnConfigChanges 0x01010547 -int attr recycleEnabled 0x01010559 -int attr relinquishTaskIdentity 0x01010476 -int attr reparent 0x010104bc -int attr reparentWithOverlay 0x010104bd -int attr repeatCount 0x010101bf -int attr repeatMode 0x010101c0 -int attr reqFiveWayNav 0x01010232 -int attr reqHardKeyboard 0x01010229 -int attr reqKeyboardType 0x01010228 -int attr reqNavigation 0x0101022a -int attr reqTouchScreen 0x01010227 -int attr requireDeviceUnlock 0x010103ec -int attr required 0x0101028e -int attr requiredAccountType 0x010103d6 -int attr requiredFeature 0x01010554 -int attr requiredForAllUsers 0x010103d0 -int attr requiredNotFeature 0x01010555 -int attr requiresFadingEdge 0x010103a5 -int attr requiresSmallestWidthDp 0x01010364 -int attr resizeClip 0x010104cf -int attr resizeMode 0x01010363 -int attr resizeable 0x0101028d -int attr resizeableActivity 0x010104f6 -int attr resource 0x01010025 -int attr restoreAnyVersion 0x010102ba -int attr restoreNeedsApplication 0x0101029d -int attr restrictedAccountType 0x010103d5 -int attr restrictionType 0x01010493 -int attr resumeWhilePausing 0x010104b2 -int attr reversible 0x0101044b -int attr revisionCode 0x010104d5 -int attr right 0x010101af -int attr ringtonePreferenceStyle 0x01010093 -int attr ringtoneType 0x010101f9 -int attr rotation 0x01010326 -int attr rotationAnimation 0x0101053a -int attr rotationX 0x01010327 -int attr rotationY 0x01010328 -int attr roundIcon 0x0101052c -int attr rowCount 0x01010375 -int attr rowDelay 0x010101d0 -int attr rowEdgeFlags 0x01010241 -int attr rowHeight 0x01010132 -int attr rowOrderPreserved 0x01010376 -int attr saveEnabled 0x010100e7 -int attr scaleGravity 0x010101fe -int attr scaleHeight 0x010101fd -int attr scaleType 0x0101011d -int attr scaleWidth 0x010101fc -int attr scaleX 0x01010324 -int attr scaleY 0x01010325 -int attr scheme 0x01010027 -int attr screenDensity 0x010102cb -int attr screenOrientation 0x0101001e -int attr screenReaderFocusable 0x01010574 -int attr screenSize 0x010102ca -int attr scrollHorizontally 0x0101015b -int attr scrollIndicators 0x010104e6 -int attr scrollViewStyle 0x01010080 -int attr scrollX 0x010100d2 -int attr scrollY 0x010100d3 -int attr scrollbarAlwaysDrawHorizontalTrack 0x01010068 -int attr scrollbarAlwaysDrawVerticalTrack 0x01010069 -int attr scrollbarDefaultDelayBeforeFade 0x010102a9 -int attr scrollbarFadeDuration 0x010102a8 -int attr scrollbarSize 0x01010063 -int attr scrollbarStyle 0x0101007f -int attr scrollbarThumbHorizontal 0x01010064 -int attr scrollbarThumbVertical 0x01010065 -int attr scrollbarTrackHorizontal 0x01010066 -int attr scrollbarTrackVertical 0x01010067 -int attr scrollbars 0x010100de -int attr scrollingCache 0x010100fe -int attr searchButtonText 0x01010205 -int attr searchHintIcon 0x010104d4 -int attr searchIcon 0x01010483 -int attr searchMode 0x010101d5 -int attr searchSettingsDescription 0x0101028a -int attr searchSuggestAuthority 0x010101d6 -int attr searchSuggestIntentAction 0x010101d9 -int attr searchSuggestIntentData 0x010101da -int attr searchSuggestPath 0x010101d7 -int attr searchSuggestSelection 0x010101d8 -int attr searchSuggestThreshold 0x0101026d -int attr searchViewStyle 0x01010480 -int attr secondaryContentAlpha 0x01010553 -int attr secondaryProgress 0x01010138 -int attr secondaryProgressTint 0x01010467 -int attr secondaryProgressTintMode 0x01010468 -int attr seekBarStyle 0x0101007b -int attr segmentedButtonStyle 0x01010330 -int attr selectAllOnFocus 0x0101015e -int attr selectable 0x010101e6 -int attr selectableItemBackground 0x0101030e -int attr selectableItemBackgroundBorderless 0x0101045c -int attr selectedDateVerticalBar 0x01010347 -int attr selectedWeekBackgroundColor 0x01010342 -int attr sessionService 0x0101043d -int attr settingsActivity 0x01010225 -int attr setupActivity 0x010103f6 -int attr shadowColor 0x01010161 -int attr shadowDx 0x01010162 -int attr shadowDy 0x01010163 -int attr shadowRadius 0x01010164 -int attr shape 0x0101019a -int attr shareInterpolator 0x010101bb -int attr sharedUserId 0x0101000b -int attr sharedUserLabel 0x01010261 -int attr shortcutDisabledMessage 0x0101052b -int attr shortcutId 0x01010528 -int attr shortcutLongLabel 0x0101052a -int attr shortcutShortLabel 0x01010529 -int attr shouldDisableView 0x010101ee -int attr showAsAction 0x010102d9 -int attr showDefault 0x010101fa -int attr showDividers 0x01010329 -int attr showForAllUsers 0x010104ef -int attr showMetadataInPreview 0x0101052f -int attr showOnLockScreen 0x010103c9 -int attr showSilent 0x010101fb -int attr showText 0x010104ad -int attr showWeekNumber 0x0101033e -int attr showWhenLocked 0x01010569 -int attr shownWeekCount 0x01010341 -int attr shrinkColumns 0x0101014a -int attr singleLine 0x0101015d -int attr singleLineTitle 0x0101055c -int attr singleUser 0x010103bf -int attr slideEdge 0x01010430 -int attr smallIcon 0x0101029e -int attr smallScreens 0x01010284 -int attr smoothScrollbar 0x01010231 -int attr soundEffectsEnabled 0x01010215 -int attr spacing 0x01010113 -int attr spinnerDropDownItemStyle 0x01010087 -int attr spinnerItemStyle 0x01010089 -int attr spinnerMode 0x010102f1 -int attr spinnerStyle 0x01010081 -int attr spinnersShown 0x0101034b -int attr splitMotionEvents 0x010102ef -int attr splitName 0x01010549 -int attr splitTrack 0x0101044c -int attr spotShadowAlpha 0x010104bf -int attr src 0x01010119 -int attr ssp 0x010103e3 -int attr sspPattern 0x010103e5 -int attr sspPrefix 0x010103e4 -int attr stackFromBottom 0x010100fd -int attr stackViewStyle 0x0101043e -int attr starStyle 0x01010082 -int attr start 0x010104db -int attr startColor 0x0101019d -int attr startDelay 0x010103e2 -int attr startOffset 0x010101be -int attr startX 0x01010510 -int attr startY 0x01010511 -int attr startYear 0x0101017c -int attr stateListAnimator 0x01010448 -int attr stateNotNeeded 0x01010016 -int attr state_above_anchor 0x010100aa -int attr state_accelerated 0x0101031b -int attr state_activated 0x010102fe -int attr state_active 0x010100a2 -int attr state_checkable 0x0101009f -int attr state_checked 0x010100a0 -int attr state_drag_can_accept 0x01010368 -int attr state_drag_hovered 0x01010369 -int attr state_empty 0x010100a9 -int attr state_enabled 0x0101009e -int attr state_expanded 0x010100a8 -int attr state_first 0x010100a4 -int attr state_focused 0x0101009c -int attr state_hovered 0x01010367 -int attr state_last 0x010100a6 -int attr state_long_pressable 0x0101023c -int attr state_middle 0x010100a5 -int attr state_multiline 0x0101034d -int attr state_pressed 0x010100a7 -int attr state_selected 0x010100a1 -int attr state_single 0x010100a3 -int attr state_window_focused 0x0101009d -int attr staticWallpaperPreview 0x01010331 -int attr statusBarColor 0x01010451 -int attr stepSize 0x01010146 -int attr stopWithTask 0x0101036a -int attr streamType 0x01010209 -int attr stretchColumns 0x01010149 -int attr stretchMode 0x01010116 -int attr strokeAlpha 0x010104cb -int attr strokeColor 0x01010406 -int attr strokeLineCap 0x0101040b -int attr strokeLineJoin 0x0101040c -int attr strokeMiterLimit 0x0101040d -int attr strokeWidth 0x01010407 -int attr subMenuArrow 0x010104f3 -int attr submitBackground 0x01010488 -int attr subtitle 0x010102d1 -int attr subtitleTextAppearance 0x0101042f -int attr subtitleTextColor 0x010104e4 -int attr subtitleTextStyle 0x010102f9 -int attr subtypeExtraValue 0x0101039a -int attr subtypeId 0x010103c1 -int attr subtypeLocale 0x01010399 -int attr suggestActionMsg 0x010101dc -int attr suggestActionMsgColumn 0x010101dd -int attr suggestionRowLayout 0x01010486 -int attr summary 0x010101e9 -int attr summaryColumn 0x010102a2 -int attr summaryOff 0x010101f0 -int attr summaryOn 0x010101ef -int attr supportsAssist 0x010104f0 -int attr supportsLaunchVoiceAssistFromKeyguard 0x010104f1 -int attr supportsLocalInteraction 0x0101050f -int attr supportsPictureInPicture 0x010104f7 -int attr supportsRtl 0x010103af -int attr supportsSwitchingToNextInputMethod 0x010103eb -int attr supportsUploading 0x0101029b -int attr switchMinWidth 0x01010370 -int attr switchPadding 0x01010371 -int attr switchPreferenceStyle 0x0101036d -int attr switchStyle 0x0101043f -int attr switchTextAppearance 0x0101036e -int attr switchTextOff 0x0101036c -int attr switchTextOn 0x0101036b -int attr syncable 0x01010019 -int attr tabStripEnabled 0x010102bd -int attr tabStripLeft 0x010102bb -int attr tabStripRight 0x010102bc -int attr tabWidgetStyle 0x01010083 -int attr tag 0x010100d1 -int attr targetActivity 0x01010202 -int attr targetClass 0x0101002f -int attr targetDescriptions 0x010103a0 -int attr targetId 0x010103dc -int attr targetName 0x0101044d -int attr targetPackage 0x01010021 -int attr targetProcesses 0x01010541 -int attr targetSandboxVersion 0x0101054c -int attr targetSdkVersion 0x01010270 -int attr taskAffinity 0x01010012 -int attr taskCloseEnterAnimation 0x010100be -int attr taskCloseExitAnimation 0x010100bf -int attr taskOpenEnterAnimation 0x010100bc -int attr taskOpenExitAnimation 0x010100bd -int attr taskToBackEnterAnimation 0x010100c2 -int attr taskToBackExitAnimation 0x010100c3 -int attr taskToFrontEnterAnimation 0x010100c0 -int attr taskToFrontExitAnimation 0x010100c1 -int attr tension 0x0101026a -int attr testOnly 0x01010272 -int attr text 0x0101014f -int attr textAlignment 0x010103b1 -int attr textAllCaps 0x0101038c -int attr textAppearance 0x01010034 -int attr textAppearanceButton 0x01010207 -int attr textAppearanceInverse 0x01010035 -int attr textAppearanceLarge 0x01010040 -int attr textAppearanceLargeInverse 0x01010043 -int attr textAppearanceLargePopupMenu 0x01010301 -int attr textAppearanceListItem 0x0101039e -int attr textAppearanceListItemSecondary 0x01010432 -int attr textAppearanceListItemSmall 0x0101039f -int attr textAppearanceMedium 0x01010041 -int attr textAppearanceMediumInverse 0x01010044 -int attr textAppearancePopupMenuHeader 0x01010502 -int attr textAppearanceSearchResultSubtitle 0x010102a0 -int attr textAppearanceSearchResultTitle 0x010102a1 -int attr textAppearanceSmall 0x01010042 -int attr textAppearanceSmallInverse 0x01010045 -int attr textAppearanceSmallPopupMenu 0x01010302 -int attr textCheckMark 0x01010046 -int attr textCheckMarkInverse 0x01010047 -int attr textColor 0x01010098 -int attr textColorAlertDialogListItem 0x01010306 -int attr textColorHighlight 0x01010099 -int attr textColorHighlightInverse 0x0101034f -int attr textColorHint 0x0101009a -int attr textColorHintInverse 0x0101003f -int attr textColorLink 0x0101009b -int attr textColorLinkInverse 0x01010350 -int attr textColorPrimary 0x01010036 -int attr textColorPrimaryDisableOnly 0x01010037 -int attr textColorPrimaryInverse 0x01010039 -int attr textColorPrimaryInverseDisableOnly 0x0101028b -int attr textColorPrimaryInverseNoDisable 0x0101003d -int attr textColorPrimaryNoDisable 0x0101003b -int attr textColorSecondary 0x01010038 -int attr textColorSecondaryInverse 0x0101003a -int attr textColorSecondaryInverseNoDisable 0x0101003e -int attr textColorSecondaryNoDisable 0x0101003c -int attr textColorTertiary 0x01010212 -int attr textColorTertiaryInverse 0x01010213 -int attr textCursorDrawable 0x01010362 -int attr textDirection 0x010103b0 -int attr textEditNoPasteWindowLayout 0x01010315 -int attr textEditPasteWindowLayout 0x01010314 -int attr textEditSideNoPasteWindowLayout 0x0101035f -int attr textEditSidePasteWindowLayout 0x0101035e -int attr textEditSuggestionItemLayout 0x01010374 -int attr textFilterEnabled 0x010100ff -int attr textFontWeight 0x01010585 -int attr textIsSelectable 0x01010316 -int attr textOff 0x01010125 -int attr textOn 0x01010124 -int attr textScaleX 0x01010151 -int attr textSelectHandle 0x010102c7 -int attr textSelectHandleLeft 0x010102c5 -int attr textSelectHandleRight 0x010102c6 -int attr textSelectHandleWindowStyle 0x010102c8 -int attr textSize 0x01010095 -int attr textStyle 0x01010097 -int attr textSuggestionsWindowStyle 0x01010373 -int attr textViewStyle 0x01010084 -int attr theme 0x01010000 -int attr thickness 0x01010260 -int attr thicknessRatio 0x0101019c -int attr thumb 0x01010142 -int attr thumbOffset 0x01010143 -int attr thumbPosition 0x010104e5 -int attr thumbTextPadding 0x01010372 -int attr thumbTint 0x01010471 -int attr thumbTintMode 0x01010472 -int attr thumbnail 0x010102a5 -int attr tickMark 0x0101050a -int attr tickMarkTint 0x0101050b -int attr tickMarkTintMode 0x0101050c -int attr tileMode 0x01010201 -int attr tileModeX 0x01010477 -int attr tileModeY 0x01010478 -int attr timePickerDialogTheme 0x0101049e -int attr timePickerMode 0x010104b4 -int attr timePickerStyle 0x0101049d -int attr timeZone 0x010103cc -int attr tint 0x01010121 -int attr tintMode 0x010103fb -int attr title 0x010101e1 -int attr titleCondensed 0x010101e2 -int attr titleMargin 0x010104f8 -int attr titleMarginBottom 0x010104fc -int attr titleMarginEnd 0x010104fa -int attr titleMarginStart 0x010104f9 -int attr titleMarginTop 0x010104fb -int attr titleTextAppearance 0x0101042e -int attr titleTextColor 0x010104e3 -int attr titleTextStyle 0x010102f8 -int attr toAlpha 0x010101cb -int attr toDegrees 0x010101b4 -int attr toId 0x01010449 -int attr toScene 0x010103de -int attr toXDelta 0x010101c7 -int attr toXScale 0x010101c3 -int attr toYDelta 0x010101c9 -int attr toYScale 0x010101c5 -int attr toolbarStyle 0x010104aa -int attr tooltipText 0x01010534 -int attr top 0x010101ae -int attr topBright 0x010100cb -int attr topDark 0x010100c7 -int attr topLeftRadius 0x010101a9 -int attr topOffset 0x01010258 -int attr topRightRadius 0x010101aa -int attr touchscreenBlocksFocus 0x0101048f -int attr track 0x0101036f -int attr trackTint 0x010104d9 -int attr trackTintMode 0x010104da -int attr transcriptMode 0x01010100 -int attr transformPivotX 0x01010320 -int attr transformPivotY 0x01010321 -int attr transition 0x010103df -int attr transitionGroup 0x01010401 -int attr transitionName 0x01010400 -int attr transitionOrdering 0x010103e0 -int attr transitionVisibilityMode 0x0101047c -int attr translateX 0x0101045a -int attr translateY 0x0101045b -int attr translationX 0x01010322 -int attr translationY 0x01010323 -int attr translationZ 0x010103fa -int attr trimPathEnd 0x01010409 -int attr trimPathOffset 0x0101040a -int attr trimPathStart 0x01010408 -int attr ttcIndex 0x0101056f -int attr tunerCount 0x0101051d -int attr turnScreenOn 0x0101056a -int attr type 0x010101a1 -int attr typeface 0x01010096 -int attr uiOptions 0x01010398 -int attr uncertainGestureColor 0x01010276 -int attr unfocusedMonthDateColor 0x01010344 -int attr unselectedAlpha 0x0101020e -int attr updatePeriodMillis 0x01010250 -int attr use32bitAbi 0x01010515 -int attr useDefaultMargins 0x01010379 -int attr useIntrinsicSizeAsMinimum 0x01010310 -int attr useLevel 0x0101019f -int attr userVisible 0x01010291 -int attr usesCleartextTraffic 0x010104ec -int attr value 0x01010024 -int attr valueFrom 0x010102de -int attr valueTo 0x010102df -int attr valueType 0x010102e0 -int attr variablePadding 0x01010195 -int attr vendor 0x010103e7 -int attr version 0x01010519 -int attr versionCode 0x0101021b -int attr versionCodeMajor 0x01010576 -int attr versionMajor 0x01010577 -int attr versionName 0x0101021c -int attr verticalCorrection 0x0101023a -int attr verticalDivider 0x0101012e -int attr verticalGap 0x01010240 -int attr verticalScrollbarPosition 0x01010334 -int attr verticalSpacing 0x01010115 -int attr viewportHeight 0x01010403 -int attr viewportWidth 0x01010402 -int attr visibility 0x010100dc -int attr visible 0x01010194 -int attr visibleToInstantApps 0x01010531 -int attr vmSafeMode 0x010102b8 -int attr voiceIcon 0x01010484 -int attr voiceLanguage 0x01010255 -int attr voiceLanguageModel 0x01010253 -int attr voiceMaxResults 0x01010256 -int attr voicePromptText 0x01010254 -int attr voiceSearchMode 0x01010252 -int attr wallpaperCloseEnterAnimation 0x01010295 -int attr wallpaperCloseExitAnimation 0x01010296 -int attr wallpaperIntraCloseEnterAnimation 0x01010299 -int attr wallpaperIntraCloseExitAnimation 0x0101029a -int attr wallpaperIntraOpenEnterAnimation 0x01010297 -int attr wallpaperIntraOpenExitAnimation 0x01010298 -int attr wallpaperOpenEnterAnimation 0x01010293 -int attr wallpaperOpenExitAnimation 0x01010294 -int attr webTextViewStyle 0x010102b9 -int attr webViewStyle 0x01010085 -int attr weekDayTextAppearance 0x01010348 -int attr weekNumberColor 0x01010345 -int attr weekSeparatorLineColor 0x01010346 -int attr weightSum 0x01010128 -int attr widgetCategory 0x010103c4 -int attr widgetFeatures 0x01010579 -int attr widgetLayout 0x010101eb -int attr width 0x01010159 -int attr windowActionBar 0x010102cd -int attr windowActionBarOverlay 0x010102e4 -int attr windowActionModeOverlay 0x010102dd -int attr windowActivityTransitions 0x010104cd -int attr windowAllowEnterTransitionOverlap 0x0101043c -int attr windowAllowReturnTransitionOverlap 0x0101043b -int attr windowAnimationStyle 0x010100ae -int attr windowBackground 0x01010054 -int attr windowBackgroundFallback 0x01010503 -int attr windowClipToOutline 0x010104ab -int attr windowCloseOnTouchOutside 0x0101035b -int attr windowContentOverlay 0x01010059 -int attr windowContentTransitionManager 0x010103f9 -int attr windowContentTransitions 0x010103f8 -int attr windowDisablePreview 0x01010222 -int attr windowDrawsSystemBarBackgrounds 0x01010450 -int attr windowElevation 0x01010490 -int attr windowEnableSplitTouch 0x01010317 -int attr windowEnterAnimation 0x010100b4 -int attr windowEnterTransition 0x01010437 -int attr windowExitAnimation 0x010100b5 -int attr windowExitTransition 0x01010438 -int attr windowFrame 0x01010055 -int attr windowFullscreen 0x0101020d -int attr windowHideAnimation 0x010100b7 -int attr windowIsFloating 0x01010057 -int attr windowIsTranslucent 0x01010058 -int attr windowLayoutInDisplayCutoutMode 0x01010586 -int attr windowLightNavigationBar 0x0101056c -int attr windowLightStatusBar 0x010104e0 -int attr windowMinWidthMajor 0x01010356 -int attr windowMinWidthMinor 0x01010357 -int attr windowNoDisplay 0x0101021e -int attr windowNoTitle 0x01010056 -int attr windowOverscan 0x010103cf -int attr windowReenterTransition 0x010104af -int attr windowReturnTransition 0x010104ae -int attr windowSharedElementEnterTransition 0x01010439 -int attr windowSharedElementExitTransition 0x0101043a -int attr windowSharedElementReenterTransition 0x010104b1 -int attr windowSharedElementReturnTransition 0x010104b0 -int attr windowSharedElementsUseOverlay 0x010104bb -int attr windowShowAnimation 0x010100b6 -int attr windowShowWallpaper 0x01010292 -int attr windowSoftInputMode 0x0101022b -int attr windowSplashscreenContent 0x01010564 -int attr windowSwipeToDismiss 0x010103f3 -int attr windowTitleBackgroundStyle 0x0101005c -int attr windowTitleSize 0x0101005a -int attr windowTitleStyle 0x0101005b -int attr windowTransitionBackgroundFadeDuration 0x01010461 -int attr windowTranslucentNavigation 0x010103f0 -int attr windowTranslucentStatus 0x010103ef -int attr writePermission 0x01010008 -int attr x 0x010100ac -int attr xlargeScreens 0x010102bf -int attr y 0x010100ad -int attr yearListItemTextAppearance 0x01010499 -int attr yearListSelectorColor 0x0101049a -int attr yesNoPreferenceStyle 0x01010090 -int attr zAdjustment 0x010101c1 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$anim.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$anim.class deleted file mode 100644 index 5a91f1e95d31790bdfbebf66a87ac10f8e2a8d3e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1026 zcmZ`%T~8B16g^XDOP2-Op`fK8exL#>RZvkWprRxsjV5S#ZKm4=2Ddw#?N)g+{v@*x zCO-HB{87ex2dFmDmvhdXxpVKC+5P$J`wswX*mY3FqoL0NqJSAZW|d*J&T5F&6IR2l zp0diadd4cpYJ*jtRh`uct4&q~R$HtbR@y0hm>TG z_WO?MB?7a&Jc`Yyi>l^fY&y-BNfOf$nBeWmM7^l#hlw8xjQ{1FYU(i0M)x?@;fJ#x z)OWDSq^$_FP0?>%9B>m836%d>+~gueY0$Q%)=P{D65WqxJN7*rE?3u~PPXX57ncs` zv3E?{r&~32=)dW8T7LXqwE}Wv!+0tn!k%JG1Hmn!|S zE()B7RDmN|rc{%$S<}Hi((YLSRwyJeg4O=vFLnpml$jJmayUg+=2GP4NQ#1VQjAJB#h4sVF(Hd7 zN>Zknl;sptayrE&c{xRehYIk}RT>41B1`OG3=grrBGq)=t5ox(b% W={9S0CWD8#PwY^q8N8%hRel2?Gs#K- diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$attr.class deleted file mode 100644 index e93f6b829128ca4a2cc2ea1677e1561ef507827b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14705 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 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$color.class deleted file mode 100644 index 62ab290386573c6e495c44f666042aa59b23ac93..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5714 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 Wxbj>>T+21$t!10|L}ubp*Z%`IX4Yc> diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$drawable.class deleted file mode 100644 index 84be9aa0d9818dcfcb5bd1cb25f202576b453d67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6698 zcmb7}cYq{C8O6V7l20?~a_0oO4z|1r@|X z2?{DGNl-xr6;x2cfB^$4+3$VRGdr`l2l~%@zn!YCuC9JxRdYP^;lqy-(NuM7IX$Un zwmZFyR2e;?W`Q(lHmDtF4yZk7E~o=&9;hQ|KByCD0jM)*A*c+r2viPQ4C(?}0;&Kl z1$6~219bx}2UUVrfVzWLf_i{ffedIhs3&L*s26B0s5fXGs1Im8s4r*(s2^w}s6S{E zXaHz4Xdq|{Xb@;CXfS9SXb5OKXeek0Xc%ZGXgFvWXas0CXe4M4XcTBKXf)_J&=}D1 zps}ERpmCrWXgufy&;*bJnh2@`O#;P1lR*j46p#z50@Z`6K@Ff9P$Q@oYZ-pt+y`G!K*o%?E{`1)wI-LQpek5$GUjG3XFz z3Ft6rDd;57GSJDO<)BkQD?q1$R)S6gtpc46S`9h_v<7r0Xf5b0&^plBp!J}0KpQ~k zf;NKA18o8w0c{4I5848{0JIf!A!r-uBG69I#h_iFOF+9pmxA_yE(7faT@E@9bOq>m z(3PNlpsPSJ(AA(5K-YjA(6yjC&~>0V=z35BbVDa~Qzvz^qCrkwJm%EJvW-sQ#xhR) zKr9so$(WPOG&+jZYDHtEOFZ=abga$^VqWN`7~%&S0>3Gph^3s+4Lm2QXdrslh1|^# z5^j)mv)Q87KKa&oql?=VE|WRnvRp&x$M{Y%i|Xp?Xo_t&*GyN`uQ05i^aHneJ_GVi z3Af&9N`|>X`B5{jqQZ0nC*k>RO()lI%;_B6jOh%`-!psA3*(Kk(#xxBKB-4dt)d|q zBhGK7XqCM*uX5T+#_AfPAzF0^{Y=qA3~yry=~47@WvX#M9R@xR+tv$}i6r>l`VED# zi+V;+tlDSV=uue zbZCl#6V*h1bh+AZc7ysPKS;|QWm)qVXPj*4wjO?1G(Q<3>n7cJ=p>URk03RXA0$_t z#dVpVVDSPJ9#4|Z*JeXryWFbQ%)qL)(J=K`4bx`f3aRM)P>oKqzGS>(wdMvrR%>qL z{2Da-UfgZ_HRTq%)o#?x) zR2q^$X|4C;OYl?r5=Gt<*lE!GFHHC@h(%|!ZYpKUD zaMD>%_TQqXul>KSiEcFN=!+6w)~QQIPZ7;_^e1(ThHH7M!n})SC>fRoDQ%4|mIO!% z@Y$0%;2!4VC+$XMkmBt+dczq%)08P*4=IFP2N@%9LNDDQM^ifC#hs9sucaI%^etUl z8f1Dc4cU~`V4;d+tI5WLrn))~PJWy8>+4JEbR1Uds9wD3=U;QnIrhJH%^xC#Q8R&; za)SIOl{=WFHVQpBA*~K>31ilE4`5ls#->zV(UQpiS7`KPdk%{C=+dimgBKP?sw$iD z(rFZw6is2{952fewc$vp_uOQnnxu zPv{v9daS$W4$-19k9GH=j?s{EB;)S6x8?A+UNgTY{*)?OI4QN3P9>jI(a9)pzokq5 zaB6e7!t8SQjQX}Uszm*$QCsS`60f6~&rp7up_|3Fk@iEc9y6-syRa9Bh z0bf)-Tm2H_GhNYuHhztz{eZU$J{#L=jLM$R+SaZ4%StC#*AR`D-!S-lx8zEXcb=m9 zQ8c)unNP<|lHV17YoQ-M$?%V9$A=2~^eXM+aTr@J&F{k{eG0>y(D##}mxNf>(cLhJGqK;dp?01@-3N=wps-UOn=?Z!V@;%72kmn%Zhx`EYL&)=x7a%`^ z{21~R$cvDdAU}ot4Dxfx%aB(fzkvJ_@+-)zkk=r;hWrNdTgdB>Hz2=*{2uZL$R8nZ zLjDB#GvqIjze3)E{0;JV$Uh+eguD&;7v$fN|3Kb>ybE~`@;>AP$cK=RSQJ4NL_^v^ z+Cw@(Izl=@Iz!4J<&Z9r3P@K-H%KL9-ZLHa`mKn6kvK?XyH zK!!qwL54#{Kt@7FK}JKyK*mDGLB>NS(9@mNEnGYwn;Avj5sa#&lWwTmSht_|6t0!F zE}@8TSJaZbHB2Vb1CFV687=L!(#A`s^~5a&`5 z=V}n=f)MAL5a+TG=gJW0;t=Qh5a$vR=PD8BLJ{X$5$AFd=ZX>Mq7mo15$Dno=jsvX z0utvM66Z1!=SmXiViM4&66f*~=L!?&B4gL2u(7gE=D(_l{}GA3 z!-NM&-G^p1g|#DoRPU%N=89YgRjsD-U!B#o{Kf5#NDHYqjkeUzw71m3bhOmTbhcDx z$}M#<6_&c1Zk8%dcS}8tvDDM_veeu3vDDY}v((=Vur$yNvNYHXu{6{Svozd{ur$() zvNYO^u{73OH<7>OViB^OEb+ZOS8=!OLNUUOY_YF zOAE~+ON-4COH0i%OUum)ODoMPORLQqOKZ(KOY6-BOB>B5OPkFWOIyu0OWVy3OFPXj zOS{b;OMA_6mX0_3EXB+TmK;-ODQ*&$TvKnU!8BU(%zjG;Owv-yq%HX-W9dW_Sjw8v zQj=-6bkH2Kbl99^>11i39n^bNuHL6g^#S!#A5wqy5e?BqBekM& zTGM3Rj%sy#nyEX`Jl&BN>rS*ncc!)cKPooqa@wxD&>meuG2N9Cx*K`AlG3_6Wpxia zqz#>_d(v6D7ah^P>0;f7uF!qyTHTLs(*5anJ%H}i1L3%(g9@0bUQ9XWWwQ8`Qsz&H(YOJ2FCg~ZfM$c3;^ei=3&sK}{9JO4}RcrJ-wNcMk+w=mp zTQ5}m^dc44i&djuqEdRP3iL8{P%l@f=oRWry;7a0SE-BiYIV6@qps0w)s1?cx=pWF zcjyi3F1=CRqc(Hr7WIhUsvgtZ)RTIPA&V{r?N26Ps87 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$id.class deleted file mode 100644 index 6f4f69039b249825fbfbd29e98edb09fd586de48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5346 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 HPo4e)(7=GB diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$integer.class deleted file mode 100644 index 9ee7c00e22239ec51119d91440592983ef956504..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 712 zcmaJ;%We}v5Ug3h%?5|XF*q+C36SJ~g*Xx+K_a9`7D!2y>#BD=wkO)1vDULuIPp!$ z2P6)hA;2#odK`;W#HFkHRn?=p`t$W0fS1^7VhImRpOzpR2=U0Xz_Z7ml|0+>tnAsg zXBE$$)bOl^9f1u>WGt;2>QPM6=?m>X9;zV~sXHuk0dXX-cEilc*yh(0T}ei&G)@ZV ztci6-BNbCR8IwR~q3ow64;tLa>X=GD36VGdZ;Bi?bprF#u;6jA`__Y zYopz3fzr`rZ!gAQ3Doyxy6|tF*dmweo%U|kW({vS zM|Pbf8_$uw83V8uRycMz>oE$(%H9`<&-3;@j#Xa_zT-ag@Ol7UtaDb!#=qsa^A4~Y z1v8YQ@(h)zIzuh0&(MgPGu-lu0$#DhCnETPN^pf{@Dr`z7uvyZK4+7=0UltDvB}dR Io?;cU0O?_FO#{=c~iNp8TG@B3x{GdnZi{P*V7e_whTz#KeNi)Fa7 z&z5>PHCT$PNQ!hdsSoKIQeV0oMH)`Jn>2#7i!_q7o76zM zhct?GFKIOCKGGP{{iN}vJ){Yw2S^i150WO49wIf89ws%B_L3%(9wAL3JxZENdW~ZW^Y!zzx$N@4#8)V01;jRB-(`O1&@&iao3OAS&63 zZqC~rmr@7AyUn%L&ccxHg*Y2Uas4Q+ro6S>$k=-rs%eX z!KQ9+=v8xbVUl(ntI4jD3yP_ml~=|sZl;u`9p|rHsQa+4+W20tDCgESVjM^KUgCS% zFlupohhu~9Sif@eNKOvg3tp5BvgNs*(b@a3hv|By-x~NEGjY3v5u8|24duQ%Vymch zzSAyOQ7g*6V+RxY!a`h-Yq#sQ23}U;W`FFv=1~=6dKVMF7zB}RoFI~Gi2PhB8#oxu znH|L>%olRZrm0WWv`uWnwO4opu3Gr<2Ywq$X;y{ctyX}%@*TAHr^DKH_H?f zcXm$t)fFSL!*11)?QlIktg-6=1X#R`PM=|==Lc#_8gQ*qf3C5qneUZp%BXk%Qx&Mg)ovI zkDmAAplV(ih3WAQ`b;}`t%JS`>@C+XkqcW|%4dS&YA?h7&`V<9%dPd~*FgU6c-S{> z4HJ1sXGhm9;t~sTUXldzeC!hWl8SMdZEyAp1wYOgytH{`Q+f2U4*JjYr7`U4wX5P% z(GM1eT&rs3%ne?fSBFh#ufuYzsKZLiD#~ig8p>MAnUu3AXH(Wu&Y_%3IgfHa#id+8 z@hBOJPsvgO%6du*rIiv=Hc&QFa+EwJqQsN}Ubbk{tOa6Z>lYiq=P{T}wY8Z=kNyfT_V_ovGE)iLml&nio)+Hk_+lN#44IZ(Z`YE>|F~;INfMH_Knm;*NN~=`X-}&Xz9{ zt>Q!V8ZH*DD-XaW*dl-R$K{=qosG5vyrPvsAKllWpRO{f*8L4?bgjVvU1u;*A7oIk z2N?|3+F*ztYA{R>HyEKu8Z_up2BY;DgRy#?!FWBvV4|L6(5RaXChI8%Q}r~1gY|TS zL-e5rGxSV@W__5!EIr#`jy~Mr2z{i%Tz!V3>mA7Hln5OdW>n5RC*eDw(ys!y?4eTL=gbF5KcV4eCBuKEgD^)*8E4I=d|67?P0 z)%Unm{eZ3NM{H9+VY~VnJJc`OseZ+7^&9r6-?3NyfhW|Tcvk&|=hfeMQT-$Lc7^Ov SVJj{ZuazAy#S^#`4gUdHyxfBT diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$string.class deleted file mode 100644 index cf5b7e470d1387fa6566d497385c72e8cc07f45d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3064 zcmai$*?$y86oqe3XD5(QBtZ56VP7JPqJk)*D1v~jic8zm)5A3ObPwG3pcg@PpqD`PpqD`npjSW>K(B%tL9c-(f?fwr z0=)rh0=)@p2E7HE40;=+K<|L2fZheQfZhYOg5C#B1$_XT2Ko>*9rO{X4fHXn9dsPj z0r~{g3HlV&1^Nus4f-6^1Ns8g3;Gf?1N0SWCg^L>EYLTgKG3(I*`O1kIiT-Ab3q!k z5cEB05$K0nI$29U8PsE^9m{qSFAS`-9a*_B?^+o*b|SBUMuUtE26c_9Di%i8^p*AJ z-JocN18$V{!viDBTFT493_mCgT!UtuYaZ~DLCeX7VeCfMfae~tV%N27-#2JMdCgFX zRFv4V3kBbE?9!B*Q0&+RFR^_q%w`RmG@^x9CF{xoS%LIti$UoN8G8zOH?b>57=A*W z^RksIDC;lSPUQ@T*B=k&D@Jd}`U{a;aDz-mr+fmjYe!Db%6UOzkSwRvA|FoKM{YSj zSB_t@zvxDTL*MEcqm-I2Qd3Oly^G9dAoLtQ7UWfpb9UsG&Zj~Y4tN>aC~mV3cuCHn zB?w{sqLF8V#E^uckJHWxecvv`qfWfZL%GS`%R6b%>^QNLVk~E55GG!B=&-T8ARC@P z?hL9~?FC-4#vpUv{9OiBt>a_Ppr%dy@oX;U({8lGPW#-VHieGu@3Q%<;lGC(tCE}- z^B8dwdBI+T8aD)i8?E#0ICiEG5@s$OMK-D-zFQh9pA z_OKW^?s^Z;s@b+=pFLnV(u4F+BkiKyjdUyIHpm{x?T|YlcS7!hSdhCRHY5#kAQ^}Y z$wKx*au5%)4{{I0hvXpvB!ma|?x2eg#`EAHg0%Y3RwL`?NaNt}Zc=d8pzE^$sw zoI?}m+{8ILaZXR10~F^B#W_ZCPEwr16z4p}IZ|;>Rh)wr=WN9}UU5!XoI@7poW(h6 zaZX#D0~hDa#W{9yPF|eD7w7!Nc?-mO7sPoZ#Cb2oc{{{;N5pwk#Cc!Dd285HWZ;cs zJ;HzWvm5Ny3r>=8Lb@MjtwCezcY1`mu~a~h(qsHr9X)>T$Hr0VA^J_FG?}VOQ?;tm zRIBPV)vE?g6I7$7iE5IjCe^HIvQnC+s1{AFYO1DbYPzO2)vl>Sb!zHT-I{t-ucjGl zrlwh{Pt$BQN7Gz2Pt$z0K+{6CNYi4qL{q=IMAK5WOw)3;Ler({GEFPh<(jTgS87_N zR%^OStN-u=tM!_0P&aDYpl;H%QEk$6v)Zg_i`uH`7PU>&cBEhs zQaH}99i{%D>eQdqkot?7Qh!rR>K|%L{Y%}cvotI9AI&p~7MlhwGgGwEG-G$&GEPNLXsqJw5L9Wp1=5mV7Ia|&P1Tll)& z$`|OVd?lX7m)z-mZEfR=XggmmJNUBLNvF&%I%9Uz&t?z(V)pWuKEbn1(UWwHy@6-H KgMOr=)b>9Y(kn>- diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$style.class deleted file mode 100644 index 6e045b3ae69cce68e04110a1e2fe41a4d83e6927..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25770 zcmbWA1#}#@7KU}D*>$ivO;c`DW~P)< z=9Ib3(?6?)dUtH+op;Xvf6ZKJG@3gajpS!P^Y6V63Lypt4y_}1IPKJ7O$F7KcRTGt z64U{tKpjC2s1qmv>I@2kx`47kT|u=#-9WWL-9dFgJwSCqJwf$Ay+HLry+H?n`hXgM z`hpsQvO$eN{Xj0LKS+ZHfEt4af|`H^ftrE_gPMVcfSQAbf?9xvfm(uwgIa+`fLen_ zg4%#af!cybgW7?{fZBt`f;xc4fjWZ5gF1mGfI5RFg1Uevfx3bwgSvsHfVzXGf_i|a zfqH_bgL;8xfO>;wg8G1Ff%<}GgR(($K>a{-LH$AVKm$PYK?6YxK!ZRzpuwPppdp|| zprN3}pkbgTpy8mUpb?;Dppl^Epi!U|pwXZML1REGL1RG&fyRMyLE}LOgC>ANpoySW zph=)S&}2|PXbLC{nhIJCng%KWO$V(3%>YF}GeK)Xvq0-Wvq6QRIiMoYTu?D+9w-W$ z4=MpI0Idh*fJ#9NL1mytpmNY+Pz7iSXai^|Xd`GDXcK5TXftR9Xbb2-&{oh&&>^6M zK-)mMphH0igAN0QK!<}?fwqJ4Ku3V`K}UkZprb&mK}UlMK*xaAfQ|)4K*xdBf{q8R z1DyaW1f2*f0-XdZ2AvFwf=&UIfKCOi2b~5g1)UBm1DydX2b~G30G$Qe06H7A5p)h{ z6X;yfX3%+{Euiy3TR|6q4gp;V+6KA^bSUUz&|#oUK!<}a1#Jgi208+CIp|2x6`-R) zSAvcPT?IM@bT#N$&^4grK-Yqf2VDm`0dzg+M9>YOlR!6uP6pisIt6qy=v2@xpwmFN zf=&nB2081p9CR({3D9+*CqdVP zo&wzfdKz>i=o!#Wpl3lhgPsH30(u^FE9eE#ZJ-xHw}V~+-2r+T#GqF|cYUt0(}H}4D>PRanL8ACqSQqo&ns6MDS=m1b3 zPygsC(r~?XV64Y7tkb7SI}foH_#MNchFQ& z570DFPtbHwFVGB7Z_rFoAJ8mNU(jq&HfRp0A80P9KWH9k0BAmFAZP(-5GV&U7_<;H z1hfb=6toyL473C^9JCZP0<;V?60{sN3bX<=8gw9N3}_{2Ea)K6I8ZKVJm_H11W*Vx z5wr?436uw#49W*h0fj+RL90R2Kn0-bpf#Wwpa^ItXf0?KXdP%as1P& zY5Al`s4!ZPJHDi3Vzj6vR8E4XlW3LkSnjMy!5S0Ma(r>5C{!Ma7AMQ)#wsGwHsit4 zXvw7L#^OaKs5?XHh0$nXdBhxTIU!UQ&dqpw67BsD#@p5|7Lwr<@dkGCk4R~yJynK! z5>4&tRTQgsNu)SGx^ZEoyf8c=l((*+G+I%dpX{A@)6;@eL)v)tEevleH+Lf(Dh(Cq znVv}Am{`O8j^|E@=5Ov#q6Sd|NOZ39T)7h}%FCn0B)U``HZfF!EFjUf>bOafvXa6O zT353`)4-Yq4yYT*7d^drL%6ie#8uPNvqGf>CaPD}UE@XNCh8nf zO*9_B+$E9xf^d26yl6>9$?R}(MXo*7|5rGtC{$QjZAQ!v=SM1vNc66{fw8dU^>nN* zytsly>_PHP>>Tqf-ap36ca+FxyV=& zL#w{Rv{K1iIrjf7nY^+=`&onSzES^AvE*5Y?MLz1(fn{q_72|PqBXnWwv*$7{g@h^ zB^GVoHl_LD(!y|AS?P66ULH1MSIxRHIjrK9 z5H2NAvwTUGv%~TJ7OUBaVsBc`#z=YI8WO{6)DIY27e~Syb8|`}#l_*$Sbq%3R5t$P z#pfNllQ)%wiu1$y-kYY1j!Y|v5n`2j;FFK;fEt}JUd|?Qt5~5m;iB+d^X4`4h}21u z9i=iJ%}oqC@%h)n%yE-KrRx%}A^(un`s|C%C)k@*ljvSW)9r*gHq|B3p{h_j?{1uo zN$rBzRMoq*;wChUb&!qA&~<4?5=CR5m5b8@ zyt@;B6#b4Ts)@oW6HlLe96RjYlGq@ccD6)B>VlE)4YU)_sc2y0_ILD1mVSHL**G=%1ld^&p zf5iL>C1%1tNn+b=r-!lUFs&{;fLL>~!4ubn^VUs>Zi;{TRu{h@lpl%4%K9c&rBlRb zpgs@5q|(sFaOwEcQnM@;EhxZ8c;C#uofe6?OA(fpe3C46Rv(|ynuW*AwI@fL*jS#{ z6Vr=A1>yLm$HwEdnAnRfWkTVTkd@-%LyymcT{${F0QubF4B@e1DE3`bU88eN^@vY? zk=Fb?v1h)@&Pja!_}=GO`x9}w$+5{N@n=QKy!mT2XD=)F>WnSH`sM*Di&f;4u=jD)yFlm(^$qSW7%^TDwQIfHCEc1CM#n$kue9t69 zQa{RKQ=PPa&IyOtdDq}G1+d4>RHrPj)J$SX_*E49diK4c_Uk%#k@;RO#bUCVcKD28 zcoK1i@$oD6VeNC?#B9jteHH&=wuAqi(1u8Xw?9L|omUttUmYziN}V${PyfgGgtT4a zQ08w6^D?U@!u$3zIZ$1gHyn^?nux;}L}GePqIKp2@rI_B8|+suTyZrNm~1g2G&cwOXrD;cpn+`Fn0v2%IRxzqFT2JBH)cw+pBRXw!EvF2GV z50@5)3a6TVDzoV}pynlW)=NIs;W(~0x9o>{`(Q_-AJ?ZwclmTCfI(JnO_ku-E8K2`_r~q|02m^ zLzY=v^GjpY;s;|y`ITVM@yS*lrE{qhJ&&QfnYSX^*3o<_9RJHwD`Oc@6iGL3!N2@-SF4MP& zZB|piufO)052SvDxAF;z?Xq^M;%I6uZT#Zwo>r$SkH_~TTl+-WkIx3);nc6kSmTrb z^51>b=9S{jx9;XSu^)=;>UXH}USvD}!1%UtH4!QMkg?uOX>PnhcHbu658bP&GG$k> zvv25}XyTLBe7C2C+196DpLZao(XpG7+GsB#-d3LqQkvML^11EpjO9d1#jz#FN}IuH zr?*kI{b^mAdN}1OI%aG{rGBrnvXm?8kh!w|^mtlo{^w}Rv`0GSX0`V}7+<6AP(?_5 zVY*}0F&JaaR#(+Qv1PqBenIw=ty`7HQ+L6-RvnpKWNzgX7~A{mobhPdwpW+*u#7ui z&C=rHbCC4=6gv`Ip!6wb4*qvXDZP`^rY>gb(WkbI8(V#RgS}gl)`E6^@remg`aQO7 zv@?b7X*E>ZVM=ad^{OuPKl@kdDN(87_!K0)7t{8l%tB_`xl`w1@%390Ez;tWTTiXi zj{RrXDgE(`jX5b#aQZb>3W-0*ebY{rF)%rMPJh%Y7l=Rp+0|AZi%iy?ev32I9UC_K z)ueKS?q}_>@uo(#dy~z?bi7m54YC7O`eXB-EA*mLhpXN-s5NEftVfmM-ZxvK!Re2C zvMFf;S^5)YgEJ0ie$knq1ixIx4x9Id5#OrwOOFg&aej|T;)}(smHYHnA|$0>)8BTn z%TKNio7GpJ`r^Ah@r(b@tTjWK)J@Dxmr*oj91%f9V677Zty;84f2m9?h3j`ZhS^t9`rIHj5z^lP$)l+^zj<1F5<8FS`If%vn4x%lLn=e@*rAl$p8kwhm8j{r zIUb$5d6|CY7=gW1vf;6{i1el>wk*>}rTEvWoeiY!R>mLU4BzXqci}|rSDVlA(&XLu zjg7rm;&(r%qNK!ZU77DW^ONh5Vr*2;3T=*JCo4EAQXDBCLqc`$v6zH2(fjeL2Kels zQ&F@kTxwox`1uugRx~eExHwcA!GGI-bjsI6%18vt$~PmX-gNwY^~AzZSy|ZpbL&~= zXQxY}k^D{Bp^}n3Z>=JGL1!;`B#Bz1^2|1|ckVhl(TdW%@RSH@2`=cnHnbsB&(Tif zdh#B*v!1*cav$V=$ODiEArCBnZiZ)PmH8)PdB6)PvNA8~|wmX$WZqaUmMg7}5mN6w(aR9MS^P64DCN z8qx;R7SayV9?}8Q5z-0L8PWyP719mT9nu5R6VeOP8`1~T7m^L>2k8$P02v4w1Q`q& z0vQS!1{n?+0T~Gy1sM$)0~re$2N@5U0GSAx1epw(0+|Y#2AK|-0htMz1(^+*1DOk% z2bm990Lg(Yge-zAhAe?Bg)DPjAU8v9f!qqY4RSl=4hTc;gxm$W z8?pm(4`e6gUdVlr`ymfN9)vsuc^L8t+K@(biw$ZwF}A%8&rg!~2h8}bk2U&uZq zj(`wELKMV-1Rz037Ni!WHlz-uE~Fl$KI8yM14u(iBZw<^W(BsH|0{?8i;zS^yzR0J zL&XKzb62em=b4vs<4p0Qzr0)S5Q3JA+ITIRUoBP}Z${5ea(Hg?!*i1&o|`Q3+$4(U zCRaQ+>EgM`7|%`8cy98>bCWuro9yx2B#`GOhdeiF zmggq7JU8j(xydlkO_F(T^2~FSYMz^H^V}qy=O*VoH)-d&$vn?Z@_BCZ&vTQ4o|`Q6 z+$5ssCKo+7>FBx1NY71DdT#R4bCa5$o9y)5B&g>mM?E)b>bc2O&rPy=Zt~T0ld_(h zto7U^uIDCqJvZs=xyfM9O%i)<^4N2e%AT8S_S_`2=O(8;H)-v;$!yO}a(iy_+jEoR zo|`Q9+$1_2?|RQox_fRi-gA@mo}0Y)+@!weCi^`%4}j<98SvaZ2A-QI!E^I4cy68t z&&?y@xp^u)HxGvA=GpMvJRY8#C&Y7Yy|MKs)|*;yX1%%f7S>x@Z)Lr;^)}YqT5o5) zz4Z>(J6i8#y|eW$*1KBoX1%-h9@cwW?`6HW^*+}7TFqD#$ zwLZ-HaO)$ikF-9@`e^H8tdF%m&iZ)k6Rc0PKFRuI>r<>xwLZ=Ibn7#$&$K?v`fTfS ztk1PR&-#4p3#{i@Uub=i^~KhgSYK*=nf2w?S6DyL`bz5uS`WovI>uasAvtDSu$a=B$sPz)->#dhsFSA~5y~6qi>l>|avcB2+7VBHBA7Xu* z^+T;6X8myM+pQmA{YdLaSwGtPG1iZ@ew_8=t)F21MC&J6KiT>z)=#y5n)TDIpJDw> z>t|U%+xj`y&$WJ@_4BP?VEsbt7g@j9`X$ycwSJlP%dKBw{YvXsS-;x)HP)}Sex3E} zt>0k%M(a0OzuEdN)^D|boAukR-(j7t-)a3W>vvn5&tUqdfm-WZ2KW_aA>rYyL%KFpRpRxX|_2;ZVZ~X=9FIs=e`pec|vHq&{*Q~#8 z{SE7HT7S#>+t%N)zT5h{*59-KzV#2Re`tM=^^dH7Z2c4KpIZOS`sdcau>Pg>udIJ< z{Tu7wTK~@aUhCgm|H1l?)_=18v-MxB|7!g=>%Uw7!}_1r|FZtK^?$7YYkgnLG1tZW z7SmnNrFCW9u^zAsYUAy`J^@)(^1WzxeG1|nmDqEOe z#AH0sbBCbY4M?Y{(IEa&b#$5;t``e%nmet`f7NnY#|zhQ=^YVSm$;IJavc@{H^?H( zt;M3YTZctmw;qf7?g1gUzZc7%e+}14GxNTXqbKA4% z;C5uu$?eRdi`$h&H@7>B9&S$-z1-d``nY{rWV`)X^mhla80ZdSG1wi#VyHWe#c+27 zi;?aq7NgxUEXKOySd4cku$bshVlmmB!eXjBjm30#28)^QEEcofIV|S7^H|Jx7qG~2 z7qVF7E@rXBUCLsayPU-e_dpga-Gf- zajbhBi{srBSe)pd#NuT46c(qtr?EKQJ%h!W?pZ9(cF$pPu6rJf^W6(rT)9y1Yo^_vN@x1#2 zix=IOSiJ1M!s1o;H5RYCZ?JgNeT&80?mH}YyYI4i&wZc82kwU~_P8Ih_}Kk~#i#CP zEIxO?VDY8<6^pOkZ&-Zme#c_3`#p;v+#gx|9o9W-@h>ZGYNQx{ELnYwA}&eTIwPo`d)dNcLW)R!q+ zQ$MEung%cp)HH}`u%;nQLp2R!8m?&s(@0IDm_}K`lrYTHQ zHBDohu4x9-OiihIsOhuZCnWCCXnAU45Wh&ED&Qzgk1Jg!L zo0v9h+QPI|(;-aTG#$!xn5M&-wre_q=}1jSF&(Yx7^Y)29mjOMrW2S>)N~Tl$(l}K zI#ttYOs8u)gXv67XEB|v=^UnWHJ!(FzNQP9F4S}p)5V%DVY*b)WlWcAx`OFSO;<5p zt?3%3Yc*ZRbiJkVtQKBGfdBFdXDLNO)oILsOcr9mo>e@ z^s1)Um|oZP2Gg6G-eP)N(>qMNHNDI9o~HMiKG5_b(;iJ9F@3D*6Q)l!ea7^;rZ1Sj z)bth8*P6az`c~6-OnWtb&-8<)ADMpA^fS{hnto;aP1Em8e`xxX=`T%xGyS9KU#5Lp z3YMg$WNB7^9hLztgDkVOti`gnmUURx)v_MT`dS{qvVoQjSvJzrWvR7n%(97=O<6Y6 zvN_8ZTDD}_O3T(P+i2OAWjig~v+ST{N0yzm?98%@mR(tP)3Q6u9$NNf*-OjbEcT z%j2~?f#r!>p2YHGEl**2s+Om*JYCB(Se~inSuD@i@*I}uYIz>Z^R>Ky<%L>a#PVV- zFJXD9mY1=-T+1t1Ua93(EU(t`8kW~;c^%8^wY-7ljauHs@@6e>VR@^Tx3Rok%R5-I zmUpte3vYG8TRpJWEN2PTNd#19QAc$V4OCarSalOERCm!<^$?v@PtjfV5`9!}F+lYZ zLseffN@a`js-Kvm`iq%rfS9KSibZOWSgr<(Ts1`GtDz#IhKXV|T$HI1Vv`yvwy9C# z2sK(9tHy|v)L3!48Yj+C{0W?XKKFqS}hRYs~qu*S}6Whi^M*)m>ji)YOAGmfLcac zEvM#c1+`HJQb)Ctx~YSxx5}md>R=k8LNrpXqH!vZCaZj!p~5s*t)_*lfR?E>bdZWr zo?1(5)H*6sg;c7FXrn5oLsXQus}ed!t)~-JDV?Uu=xkL^7pMxlRBfQE)JD2qZK7M$ zW@5F4?onIm0d)vHsQH)49Y!y!!|4sRop!4u=tFfReX5S4uhh}BR~39*d(0a8=Vl50TeE`xlUYFj!>ph0Q}?KV+NtWQdsQQKpK7M=S8db-s*`$9^-vF~ zZ1u1jtR7J#)uU>>+NGwd$JA`~xXMvasAcL&m8+goVfD0Hr=C&k)w61&dQNRq&#NQV z3+j0FqB>Q*q|R0^s|(dD>T>m}x>miWZdR`=R&SWIzG=?zmZ|M+Q}P`XwcGs5yXrmj zzmL`X>Pz*3+N(ZPzoSHHMed5$tpE_E7=Cn|sn?D!vh0{fS>GV=xnLoqu zwfS=j-Imm9hn)Ky={({n z=SjzLo_7Myt4`2)+sSf1aB4Z9I<=jzojT4BPF?3Wr=IhVQ$L`b0|K?327v}n!$1?K zQJ|IM20A!8(9LNa=;JgA40M_XhC9syW1Z%K$xe&FOs8dFzSAnO#AzK^>9h&tIc)uroe5(wPt(?@SC%btVO8JClPs&XnLX zXKFClnHCH?(}U}r8Nv0=%-}|6R&bj$J9wlsCwROwH+ZTuFL<^yKX{?DAb7cx6TH@0 z7`)k86l7;{aHq2*_>i+S__(ty_^h)$__DJi_@;AU@I7Z`@MGto;FnHraIbT4@E0c( z{L5LDMNVE;mXn`V-w9`FXLVK!ry#4HvnH#H6Upl3tj+50tjike6lRTfin1m;#aYvx zXx3b(Bx{kgK5Ku6_l)``xRtka#XS?4;3 bnD3}IX55udTc@S*I)cov#NFbw5H0=(B~P}F diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$styleable.class deleted file mode 100644 index 7e1b7bf7049dba354d0c26ed1857b190539570fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32230 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

-6-<0eVK{P(3qpl%5qiUeAu4qIZg%sdtW? zr{_d2)^j75>v@rD^!&(;dO_q?y)bf@UKF`smqi}Yiz83!C6VX!(#XqtS>z49OXOX> zJo1s=HS(F>E%KAzJ@Om=DsM6VC~p*hlee4Rt5Yxh_1*FKP|~^O{eAfo4Uu~PwJk4zo>f({-Ev|_p!4fwmb zpX1NsevQA1`#t_B?$7v}xWD61;{L7I<^}b-yit0eym5Npysh+pdE4s!^YAxI^QPzn z^QP;A@{ZF7=bfYv$vaISns=5yEblyhc-}?&h`dYnk$G3?qw=oTN9TF^n7ljmvH6Ai zxcm}*e0~>wLVgc@VtyZeQvLvaa{dr~O8!WFYW^5~TK<;$^!#o08Tpg+nfayqto$YV z?EK~WoculXx%ubm^YSm!=jUIlFUY@AUzmTbz9|1jeR2LRdVT(#`jY(n^riU^>&x;# z(3j_L&{yPtuCL7hT3?m_y}r62sIMuo^|b|g`nrPg`uc(i`i6q-^^FCS^-Tq(`sRX} z+AG*u-%{|EzO~>xeOtj#`u2j~^c@9%={pPl)pr$!^xcIKeNSPbzPHfT_Z4>2_ZRlo z4-^j24;Bv94;5~vA1)lLA1T~QKU%n*eynh^e!Os+exh);ezI_$eyXrcKV7(sex~qD z{cPd6`nkdj_49?7=obpF&@UEVqhBh#LBCvhi+-i>PW@`(efqV+*YxX!Z|OG*-_vgv zex%!}JG5N9hlXj?*6%ouof5I!$jVI!k|2be{gS z=wkg@(dGK{qHFXQMK|g%i*D6l72T!3F1lZTQ}l@bw&+RyUD0#;`=Xci4@JM~AB+Cf zKNbC>e=ZK{Uy5!0YjK|bt$2+7y?DI-qj-Y;vv_;`SMg;1zv5E;ckxX9Pw^uCZ}Cz) zP<)52itn+5#Shq_;zw+&_z7DVKV#d)FWBMYSM5mgTXv`7_wBsm4R(I<7j{AMw{~Ii zPj*r9?{=}X$ab8ic8RmA?K*qfQK!Q0>{Q!boRxN0Ct-JUl6H4zo!!GZ!0zcBYWH%E zvU@wn+kHyr+kH#Q?0zN7?EWRY*#k;e*aJ%{?Lj3q_TZ8_dq~ON_Rx~m_OOzD?cpT{ z*&|90w?~#7V{cY+qP=;^Y4)g+v+dC(7uaJ;F0sd!TxpLhxz66A~Pg8%>k diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R.class deleted file mode 100644 index e210c72715f456c57a3a2f0fd1399b38fabdd731..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 875 zcmZ{i-EPxB5QWdANwx`rmQq^MKYm)EEl^VmS0HXGAt6N|71aB+y-K%ob|ZTO^s%@? z;(`a@p%BMzk+`tE(tI;>W=HFt{r%_XF91h))yEtjDLhu#RoD~sig1w`9cM-`c<-Fa zk275qrcl@ybShQhiJ)7A+`6&CQ~H^{@Ux)sOrWd_W^8hW13}BC3Xxzw&Gpx^sls!1 zN$tcqg+scD&pc~i2->mtnZgl09RhPNOV8N}`@gZyhPQ&b-Mv$0kA2GHEsU%)A7+!- zEYk-SMR Yk+;ZY@;13bu9A1iA-P7oPHtfM7mdK#tN;K2 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/arch/core/R.class b/colorpicker/build/intermediates/classes/debug/androidx/arch/core/R.class deleted file mode 100644 index 8d2354ccbadcc5a099fe3404cc61c592f06d895a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 266 zcmZvW&1%9>5QWdg{L~nKD5cM!UG!31D%}WOg%)gae{*v&H^f}HjpA#$5?u5Fd?;}u zE;|E<`3`f2IbTkH0Hzql=%62A5Mf9N=cYEzJE1e4tO)+X=9(}}O|3t-n@qbOnN{pO zrdG*nC7o&cZu(7OehJU1taE2gz8BJ|LMZFBSk4IXx7|9WKTLZeT)viaClmMx2v7e- z2%~mIRI*-+udLLn!5cjOw=Lr4ENjRlZVUu3N6>){4-sp~HqgZbYjT?drkIJ)WA%_+ E0qmJIK>z>% diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$attr.class deleted file mode 100644 index 41a9ee2ee5a7c511d75ab99545c8e0351998c403..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1020 zcma))Sx*!}6opU0EKJjE#UcZO3!s3?D5$7x;wT9TQDg`{7d^#HVbg7TYLIb_Kgsli zi4Xn&f0Xgwk{F_i@#UPaYq|H_?*9Jc>o))k*zholJMAAcm@Z%hcbP2HBGWO`J*L-8 z_nA(Z9x%0-mYCi!Ei=7kT48#}w953JX^rUv(?cSWVOr0loX2B=j&i~h4) z+bVdeYWj}`&zm}-A_YEKv8|ByU9dfs7-dZyRkXDxs!<4!&%Ds4R;SV()&`qVRi6mt zmQ7^rszCen%pQ$bj;mCqXUjzTY4d1bC%bB&>&mS-P@yYK&!>wSTQ^iYqpVE?{LLuR zNjX%FhNji2EfrOh*i=tSs?myqP_<|-6CH#!ds5n&zwjBr^wDJwQ~yYoU%Ko_|9np=QIR) z8w9@!(rffoA{XS@*)I^E-S&0ToLls8gV_Id0CN-)=)nB%%b(m1up--1w98D2tjwjz z%Z?NU>80qDeu^&HouWtfrs$J0MZX+KF(`*poRh;TiriFyo6b`!pc7eg4_)X%HwH+H o=%shjM_)(Mhv=tJ19Wx}ix{G57U)hJZsR7oN0mnKh^8w31cSQF=>Px# diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$color.class deleted file mode 100644 index 410e6c5edde8085fc3facdf778ac12b777df9ab9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 679 zcma)3O=}cE5Ph{Dv%8atiKDCe&?M?6Bpw{ZlNfUeh>=AhO0Gk1Pw%Efr#sB_O7`S$ zl066>`~m(bv3gtt5yVTqSJkho9@XD}eEkOC8TMi<;ePW|gqJ zTA1AE$+;)&R*Hp%C}+7>*FG=QSWJ!oOBWq#tNjt7xqom*XdSyk5mtuUs<+e2kt#ok zk>N@@bW)fz!8xKO_vV|Ji1!DsgJaW9nS;k0=?Z;n0pX=w_ z9HY9phCcJ;mjHLL&RG{5znh=eFF-$S%+X9+bF|ZFj!xR0qZft|!myNGft%ah8e@}B Va*thXa;?E^jWK3rjEA_3^`AccmOKCe diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$dimen.class deleted file mode 100644 index 0a56798a1d5866185a58589504b99ea6eefc53ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1926 zcma)-+j1L45QhKp*+Sqjn1CUX?N~l0ws68ZCIJiqgGq=_fH`bNyJKnW)vRlGl{mTK znW(v-iVGfqSKwVJx<^vVODQRC{{P#Zo|*2RS?RBT{`eEX4cHQD*d6?J4Bw7p4SP)Y znf94>m=2hBnZ9G%WBQ(HpXmpt1Exc!2TVUQDW;#8>P$Z~g-pLNMN9#cW_rMM#H5%S zOm(IvQ^;hPBBo;|&2++a#1u0%m|9FtCd*_-aWaZnU@=Turz#KX?L1FxU~H!IpqZrR zNn&#q2Q8KB)F_G+TLSa_q95usH(?=mxfpk{cOTXmi8sd`LrGi_4vQe6t=&Yu)$2N@BAmGK3>EaNS#mvNot2Fu$l@36ef@*d0kEFZ9Z$a0fqgXJTZTP(L(K4$rZ zQS3lMvU+3q~#5(;*)#$hQBF4EaqH(Uw zI~C`h>hn$|dZ#MAQ=#6eR_|1{J*Bz$h8xC*EOAeQ1 z#bH{`ILyi`4s){VFfSJz7Uhz|vRrYvDz7=La+(61<{|YTn8q+>P{J%Ga0Qc?!xXBh zV4i3JOIXAz>2)mA6R-zI=<@&o diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$drawable.class deleted file mode 100644 index b6cafa18ea2f2d6cf7aaf84f9619c2bdd93da2a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1164 zcma)5+fEZv6kUhXmex`5fM~fXigHn@f^sc4Q4*3y6Et{tJTo2Y;Bbaary@_rPcrjh z;)5UHM;Z4%1wsiSzO1!oU(R0p%*>y^zkUOl#9AJ`c$oT@!^<3cFvaQ>t7%rRS}%@uU0UO~|Nf?Q?CtCZD)#I~9c?mrMxK_kdE2h$8b9z%xY4?A?<(yD zc1yUoUn*yz?Va1~hE&JMgTHkTJ=!J3uipX;4s$f$^K0hA>TjNiD zO`xq3sl7&-wXU@ntpdjPN!+6^R9Ldh92}50kz_m@&aA+$C)_3NTJ4fi_GWHGel5 zU_rJdNXga&X_-lom2C-fGN0g_v=W?`7ZS9~jszE_OwcL25?qqq2`mdMmH)vi$GBid$?dRp)R_lWa!QV&IoDEtHT C=?bj? diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$id.class deleted file mode 100644 index a9dd392226f8ddeaf5a12097d37b97cc1003aeaf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1722 zcmai!Z&y@R7{#9h3)sK0qI;)!v6`ty-<>&ECKBXYM)AJ`eo%`;%WqWKMo8$%4e)kIK^5FY~fV zDv=tb0n!#}h-68cv`sof+98dQ64Dr{Ntz-#(iu`pnkGFURY;$b&XF?GEU87BBjuzE zq&8`uv`bnbeMVX&?UAmK_DM^m&q?=4Uy$yTz9dyi4@n!OuSkaUh*T$iO^Qk16y>|3 ze6QrNiE^8|YLvR%SQlqX)QXZro$0#WwRKLGI}^5P8nKdr&M=SnawWxsQAl?E)TPZh=XZ*mX%_F2dMwUVQleEGS=xTUIk%ZA>9x5@EIw06aHW}! z&tbu(S<@s+MqHZPO&ghT`I?D#_yt#2a`bO2P1J=%QGQTz;(sec+w=OB#JEP~Mr}Ke(8S~a z{WF=tpUndPvmBFtRt)NA(ZNx7aFiY#)dxoa!I435#1I@w1Vo2$90>(SNWqa)a6}axX$41M!I4>T#1+y5pJW5+MmVzz`!?Vu++;qijs5|qmtd0s diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$integer.class deleted file mode 100644 index 268ed7961ed2cc7893d5d4f30b8b1f917444a4e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 499 zcma)2O-lk%6g^i*N2f8(K5gNq2y4+0Et57vAV`6Q+u_alv=`$Wn0XVr>NiD;phZ8R z9~Ip(sa>?WALrb2&*gr6zP$rD$G(FSwu(ZDZHQ9^oK0!epr*h{V^iQ4h}%nsr<;Wr6mvD< WR~@odld%FeQRnP1YhefLXng^bux~T~ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$layout.class deleted file mode 100644 index 9eeef2695053eb10beadb73303261c7d62d6c24e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 817 zcma)4%Wl&^6g`u7f@xZpR|{>@HhluM5KAgHm5?eTkP7P7nmChWQhO${Cy1{2CgcSY z3qF94Lfq?ANJyn(bI-Z2GiS#B`Rn@+055UeLK{2fFKu+1SVE6km)S0}EoOVnwwdiS z+hKOVtjFxIj;D1z6IeCY>5-14)7FGCVh|8#0vk7ULT8gf=B!Zy-M{)yC9_yM6-IOF zC*eSk|2d)~I%=HS`AlH%W|f&tT^LPLYiy#NN(DN%3_6{Vq1uTy+PxMi9~@o?R8H-X zs_niu>fJmUsPv;8#8mP7Hj?p$Of~1%#fqEgj5K0-W#>-7J2OV5r?Jd3MfLr@G{e;D z;paeRS0-AFX*1$Gr@?t|QFtZLIEmtGAFU5|o<{18=2L6u$5Z)9dU%LO9+t7uzK_j;%m`fr&ueB3Xh33M z;75tQNzj{k=|^=}S9gDYy?+2W$8H&UY-XS9I4L2Ax`%BKI}H1=<1UE@A-4lX8|ksjwqu9vN7Nq0o|Ax=V)a;ZdI<*EU1JQ0Yo7u9Hb9>>UpkA+@fFxaxB& z(|if$+`WuxM(nKAV+OyYwXki)<5&=W(B*n)jT}A&Jf7)D@tH{+Eupv*Ht6jwcoz)C zR-~4Dly6O9BXK2D)k5#|fls-QB1%3A@H{l=zJHBnsHWUNaXk)h!UqvKhUVW?oY5ci z^jwBgDo0UGzi7ZJs+1M6{zGogE7V=fyds;j X8GhNCq-um^uz?EsGF5Zf!WtUiuq1C$ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$style.class deleted file mode 100644 index 6e5df76e20f4d5f12def79653d20c496fb0a99d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 937 zcma)4%Wl&^6g`u7f+493h4Kirgf=Nq)3T&Osv;ppii*@mg|4EBGbvL!<6uupv*MeO z7f3Al0KSFS7a;C66)Qxux#!H>*Eys4^6S%Q08g=9!2;H@@0akkj2hONePh;S_MKUa z*$-wL%ziR^NKCwD_K4XLv&ThvMLZE$?Wr@nJDDgMN#m=2I~-4>?eB$FkF+nX4vm25 z2&`XR*zcH8DA1gvva5~So^NPRkJWrbd)fw6+Ippj$IAZ8%C66b+M%(M1VjRji)z`6 zKw(E4ZJ!Hdo2^5ETss`nqAI)Cn~n!6>d67GcDtc3gF_i>C{mer`JO!u`L^y)*+f+)RS3n@f;)3kiyDDM8t-B)H@{2`;-=5>$D%0MD+Ic;GGa ih)_X{DlA!;(&L>{?i~qiP(FhPSRt%XR}GuEhvnZ6Y~q9f diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$styleable.class deleted file mode 100644 index c44e1482f67251dd98864d85ab1caa4187a09774..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2959 zcma)-*>@9F9LIk*OP4f27(iMmv`EE*Km}A(Du~rWwGe2r5K!whnY07xq)sNKVc++C z-;qu9_~7y6L61j$@Wpfdqdb1Uw<)F2R001)~2NT<&|zTHPB}&QCO}YZ`nz>X*)3zRw^XUwn{>+X~%0d z`|VT?B}WI{Nz89>(}Q-xa#v@)zO-w52&pX+(qg$@MoB}FAUONYn;1zQgRbif?9P)^gEh;%Gjfl*}AE(QOv&O6t|;PS3b8tDRmhg@y}D z6zDQt+w|DLcu95a4qS{xCUTZoxeDrSq4lIt6Z-S!eqefv*BH3h9A#xT)53~@LHtIOvb{}g7(5EIMifj za!x#D=J4g)PBMib3b(1F;aTbmB^Ax_RAD!v&UDs|Tdi;hd+b=e-5fN-;z}kgpUP)p zX_s|jSx-cX4V>G^rw*c%*hG9zbP<~wvV~7EVk@zY_=5P7_=@Nzz9vkfhiP#>B?ya1 z61_wpVH4Yl9Yl)gCmbTp0t0;dM%IbB*JXO*ytuRb0Jktu>w8A;9Fi$J|(+UfSw*21K5;Sh+DF8mllS zB4H8|B1o8w1fwi3Q_Ax)wIVOmA|YM=6(&z-ay64{m^_2YGo!IcnNbUt8?(R)V>Vc6 z)S+lSiq1jNS5b5>iZ-C=YbZJ|g2C$%j2a^t&W}{)WkDpY8@<6s3)yH98!cv|CN_Fg zH(H__E!B;d=|*pXA>(bZ%6JD&m!s*sX!;(SzK=dD(54w(K48<8Y`Tg~KV;L@kx*Vf zid5yLC8)ax*!^Qv`2XLhED?0eFAHH3C PB?k>*$7|(@3`xy@z)|d! diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R.class deleted file mode 100644 index c926bd4f817f0ffa8c80e945c2f04fd91101717b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 903 zcma))T~8B16o%hZ+77K%J_Hp%_$*LB*%&W1-jJA>G@4Yy{d9LILzdZOb_(`qaYe!f zKfoVlcz275SFAh9dCocW&e{1mzyI9a0{DQajTvkzY$vM!jB@e2EbnoSfA1ha|Pmqk&9x2%%b zbK?}=(T%e-qxMix*CBY;`edCAp9M3$y<=vNvV>ci>sx2Ojn9Y1|D0}av7f~{J=We9 z@qMx$PHiq&?`xO%%qG7goljgm-JW$PsSd_RgO7stk8JE?^TieiZ4M64^o8zV1uq4w z4=)zX7vd<@ZWMhVo|!lZdJnJZ{&TC{|B(u|D`my?SL>!{7wlBjyMH#pMwKuT>{e+0 zKDVIiv}G$)%gQzpY*qZXXd%2ujZIyA!oeq{eZ?p$W1z8r4Y^{XhS#)BrhyjT&~{3{ zfmN)P^XsMEpavMAjXKvfSW=O*WQ%N*kI15X9+OYVIdYy{AQ#D}qZ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$attr.class deleted file mode 100644 index 032c88a6a828297fde92d091de4eed047158033b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1478 zcmaiz*>W327==&U@*+jv+Doj&*>C_Sga`#G4iYmA{=bOKKy8qKX^V^@l{0iU#c1w5~8-w2zuvEl3 z+#v0cHc5_DC+(58NS~2zlJ-g4q#o%O>2uP1q%TPClfER~CVfTvfb=!#L(+ZHN2G5_ zACtZ#?U24FeM0(yWJo`f8l;~{5$ShQETjq~JA&p2S_(s^{b|c6sG7oDlx2CGq{e0W zy6I(IS9iU(RVduaQl~IW+sL!MB)0kGu4`p^;(7{G2kWagcO8Yw!P=U2QLFB9<7`vr z&;M&|E4gQ7JB8_kLmMW#YnrnEBOBc4+FTYXa%R83(Ac)g6XTLBty|}kv?)!LIOmp4 znk`v+^seo-lhjImtR2$rm^6|M3Nw#9U(L;4$TiU~H*8BPoH*C7#97?5wX|d16#-ds zvOkdgT~iqEm-^dEwvIEd+gUOBiUe!sSvQTPE$5Z@5S z;V0Im>1*A44V!P72CqY}XOU@#yz<;H7F;WlMheC`X|!BRQ=6~0O{c^57S~N0=UEc( zR}b9r!v?FHr}@rBX=OQ*0}36K>RC6B>{`P8hBwdenmtp-o48WOc~r}IhVm@sIm!jf z^OP4TFH&Bjyi9q8@+##bWts9CE!{6`o8cJ+YApe}d}>0yr%J?c@^C67b8>@lXtJtp*|$CTC{(|X2ZR?m4H z*7F_}eZ=FaUhp`kk9(ZZCp}K-$2=DGX^+SC6CO|MC66=utjAOAP=Ot8%aH?zFeLqz zFop??V@9-sNgT%%7NN0(X}O#k`K)H;3!0OU<*wrB^P`LZ=>=To253} diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$color.class deleted file mode 100644 index 2f31204d96d396f6a4b35e45bcf8541bf4f35f7c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 673 zcmah`O-~y!6ddPclPpVtrJ;q=@|7Uyp{t4$f^tEsN)@#dt+=inuM>=njT{HTslTbp zp;8b00DctWc^g%#Dz%q413O_@`9r1zY5T*x)G@T3y1LRbzvQG> zT<2O1&pktTBuQ9scbj{8LQ&oLPl7B{R8ZKdHs}X zR5mxzCZ7BfUKLX#XllA}r diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$dimen.class deleted file mode 100644 index 142c29d89b61ada3e76f8347295dfcb077f6f911..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1920 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 U=BPSz8LXqqz07J3TUbTo3y%V9;Q#;t diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$layout.class deleted file mode 100644 index 8badff767aa819b6a57e840077b77e045e46a8cd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 811 zcma))TTc@~7>3{Jxpk$mcmlx|T9AX%7%wH>keCn~P0(=LOt(WBvOCjEXA$JW-(>c} z#0!6bKg#%hTVi5@#GCJZ<~z;1ho8T`{{Zk3dkr+vDSm09RmU8k}PGudNx#h($mg3as8x8F-rvr`{SR(Eh9LRWgaCSA!^} zdNLU5@jqL1L|2WSO(z1IH*c9p=LgZLv&JUMD<{yprP1qz3|02E(f+kSaclcnpmbnI zlx_C4QSZ`ZsN6?6j42cLZ6xDk=`^3OlO=zur?exMmp1hR!J#qA9mH}vRg~Z8OEYp- zk1l$VwQi)1^w!Oqdq>?Fyb`GGNAb0b#s{0aNWIZ~XXR+`OrFaC5Ai6#JQf0k92Pm; z<8YtD11wbWT%hwGw+YPi%3dtZxc7c|rXsSva@!zY(3fx04^%;&JrLE|My})}S2B|; z`N@?mkrp7>I>jYA^+*M2dFLC%*Sx$;v63fKJSGli4Ol^oPBpau48P4QKr1X{D2AmB z<*<^W8rCw@!$yWXVUXc2uNC06%d{9cM;V{czy&?QCB3rGIjbvz+$(8L^e Hu!^PM1Qxj# diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$string.class deleted file mode 100644 index ba2e51c406f625b0930a80fa20243ceb67125afd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 492 zcma)2%Sr=55Uj~-lXW#Q8Z{zbG@v3b;?dwGAOwO!lw6nDN8*Ha24-iY9@K9V4}u3j zz>gAplb|>8(%n_v)z$Rp*ZT*66KvWjVm1HVz+nXiG%T!J*kEWShMP3;e6BsIj2Mc5 z8=<5pCI%O!g zgLr<0eWg+zMCT&&EcK7Ze8L@+QE^a$WueKi^N*zrwM^;8T#npJe;fsdVe2m;j_HF% zdMiUEv!W_TH91qX3AvOR<>J8`*vquNK(RC>AK_5#%m%QC8lf_lf5h9<4o%l{ugGU= XhF|p)S=EWlVFgvnHgyYF!xEa`tFvtW diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$style.class deleted file mode 100644 index 6a77d44022bca826b35a0606e14d3ec983a93d81..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 998 zcma)4TWb?R7(J7F;%e&DR;yKOj5ev-wXOBVB9wp-2o>5;FCbyE+14qWov_(R`{e!d zcVr(5KKKLtE#7{C_eRIBHzWn<18Ndo|7chxx^7%Br<{`1b>Km(T ztiH3l&guuN8?1h^S|lYNva(q{Vs(?%V^&L9tYmRZpwx8t!}VUzRe|yyw^cLUo(fwV zCe%CHQK2@zfT#=1k2bdI{*Do-jNxo(-(4QBX;XLI@tQVu=#jPhKzDZC@PDJMJ3LU$ z_@SZzfk1hbmuC@}8``!8y`BlUwFx@fSD^_S>c9-hl3CNf4(|#iE7fg*RLyiKOOXfN z71v+p_g&g9H3aaxLZ<2m?4tWkkD$jXhrbsbUs+cKQ%#vh>(=2 z2x*y#kd?Uzd0B{XOj;3+%M%fbaw5V>zJUG(VTl?6FOkM86!02FyrH??(xbkk_U~~S VA1LWOc@n6gOkAK!iDf#O`3ZA@|<{ySWCQ2yh6N6yv8_9x{Xio z5$_Wp5Zj3z#7+ix6Za53L@#kKaUVlIBz6%W5xa>!#9ktgUMl7gR}o#rT*705fLKl3 zPdosa5SQ&EJ|^}P2Z&FIPl-O_GvagN3*sP>mel}eGqHu(2vo#~F&uJV%mxml#Au+* z@ZBaRI7EC&d_{asd_#Ood`BE6z9)Vlek6V(erCQ?`1A|$EAd-c{s_wvBe4cAdozw}XN}AlKAA=Hx$FYVUtlFyrF}2wrnLLx61NWIuOFVGf2!3g z^q&MLa15NWx|4t~yg|1a>mfy8wuif^+!&;wH!@4C=K%1fo~CO2yb z3-N%hnsuV&&Ooq{nJ0=ZIAA2w=($0o)#+rgF;fNyt?hWf$oIOPlqIppf`hp=axvY%<>&8a6Grg4g$wbV>hOj2w!eH=??TXxkyY9 zB%9on-D70TaS`p>?bs3C7P>sf1O};w5J@~4fMjmHx3ye z-LxbkY`+jQu~f_oBPHh(MkbBC-gZ-k0^^GYAbasiq@F(V%5>o)m*87-aB|AXVYsXO zfsL3@A_QHOnlAo{fs?Us@=`c@MZO~F?ZV{fA+`H&{mH}L4Vu$`TMzvxt~wgwwYTHu zF;Y3-ah>2wBjt6omKg~(XfLChaeLpK>uj_ArB)k%7_nwAX=U_~VO)3_3OXF@U3Hc} zp8mMnCfCKW$XMAd@3gw+!X4dHpB((l(SHNhFPVOH;pIlE<|pwtLwkv|csW05H)3zl z;ga)LTHRKyyd-ODmAeGPHX=!+_|E22JCWwFgHH~zl2}D#h)%*KJjQkL>2AU& zvP3}Sh;D}5!>1mim$;X>k62CIPdq@ZAs!?i;xxuQ*$(xx09( z<_4=`k5#eFs@Q2&Y_=-)TNPWbid|R5#;aoQRk8i5a6lC%sKN(TSfL6xRAGoJJW+)$ zs&GaX=BUCSRam47msDYtD!fvKU8-MrG4VvSGIk1WagQ|JX4ux8Zw-T4AYTe1~Qz5MKh714jE=eBih8- zTzn1}pUcJPaq;)&$nXZa~o+QM4IF zZ$iPFx)~9f8IuM<~;poDl2xJ}Zuh(&3t;f~$hHR5J zWxKp3yJUmxm5s7r-j+UjM-Iv+`CB&2zp}-Y%T^PXcTJ6KGo$1^Ge+JwW90)gQMQ|D zvct@jou*4ZG=c0gJ@S!RExXNwvd26sd(D%QH_ypFvsOMf>tw%qOAeS#@`>3dpPK#B bXZqwbobfmD9cAd^b!Y@%cf0(KKF9qBcdq@O diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R.class deleted file mode 100644 index 06a9c87c9a8082b07dca9392717c041264a2a727..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 879 zcmaiy+invv5QhIrleh^fE#+8xqHTHvx@$aTcz1pm$`RwsOv$kjc{QdPCzzLEr=CG}>qtI8_6?BStn;SjKji7h#oC#;S zE(%j9>!KN(pl~E;*i7NIU_J}_rcA2vhFLOu zZJfeePE((IYL5j?9b;gw_tx3?K`?i4cuDV>&v=x@fpzB7*W$*sA?w*(!L42AjA1goDMSUF9mN)|Gjr|nhq7B;Y1 z?Z2w*7B#>ST{IcfVoF8MlO3{4J|N3JSs)*hi{ujdh+HNglTXN}km_(*e_crngKF zm=2j9G959^GreP4V0zEA$n=3}iRmNLGSerfM?@mSw30_Pk0%0I)q2xZ0%A=d^D2p* zz#!X(O%6<5+m*I!Cf2wkf&P>0Rc+nAK>6g_s&-Mc=B#qMLG{D`>}{DnowRAhz{#x* z6}?sseQLmqwzkxyz?C(3)S`VKY+G5QoJr!EcFx2N3K4M4OKloWYTe~rv=-O(p+IiI z#KtWNbWTie)A6cFow^j)O{|}__ja`1QajvNt|yUd`Ns5oyqIxKL%lP~IV%vZ#j&>4 zmfGLfv^un|;<`;t{jd@xR#!I1xon=MFGQ{5p+PNa+eoh(9+BIe-c<)G#3ZIdoW)p( zb1dgsF0fo=xx{jrWt`;-%T<Zzdz(KrI7Vi|tJ0f;>C* z4dScczCoJviveyDhkpt%O(B6U%=~@%i{AkjWk-rmnMskAxfFTXm7*Yn6x}jR(Ib0P z6lGtEekoH7$Wn?yIh5jz98OW@p#nT~hDHJ1$dU)>K@q(uk(SX%chOJxFX^fWC{&4R a2Qh~sI?XJ-(}6p_-m45>r)wzTK diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$color.class deleted file mode 100644 index d74ef9605411a3fa07b2e347dd1e6e9bc108d21e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 634 zcmZuuO-~y!5Pi3VL3NWb(P>wnLOp90AaMTX;*0{Edx7cnEywn1Zg|Hw9qlMth&9`GQHuXS6ruB z^{yPlMqiRJWa8_|`=8yqA3ITuVWZ(ELw| z&-DCb^kWq?{CHvw?@%C_6i7aVB{07Q#VN`XLPl8K`3?4~IDSttD2lUa5s&@~FpW9N z>X?6N-YZUkR$LmQ99M>@#=#J^xIRR~4`cAdV%iGST&30!3v}rZw8a9|O2lRfLsEuV I#SG@20V5iM*8l(j diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$dimen.class deleted file mode 100644 index b8567e62d7890e679fcea07a5ea858e354a53d68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1881 zcmaKt*>c=O6o&uy?qR^8aS{y4*pBUZN$kN1drVji0fR}1H^3}PkJO%NTWYx^P2$Q8 z&qVbFRb21@yaMk+aZb-n%1TYR`TtMqqwe#!S~GwD`{!Q(Zo^hk$L`>7WB6_yYuICY z$h6P2!*sy3%k(|d9@7s@`%FJF9WWg-J!1NaNiqG*)L{CBDP;PUDPjtkG}9xdBPPYv zWNI+Am_jDQ6fqq$X{HmVBc_!+C`Dtz}Q?DK`YJ7 z)6^C!4iZ)9%qXf9TLKIHsvqmDFkz{7xmx)>?PgkXp;qI0)0s z>g-&Ly=84$m?LVbFcc|PSyKmw9-_*#pruW-RR}C~C;PwJCnhRd0#{2lD)iI(33KyQ zzhJ!3XGPE%ua%x}m}U@~EQ~evlQoSMm@O4>JZ+2aXpk2wqkhYioD08E$pTa5x_0B-TbL}3QC6N_V7lM!?xEqQ1x7ZE zHN{Q zzN+FatXFZ1!U~nF81wL-~u;QkCkoKA2g12NZU5?Tq)M+cc)H2ua_{+jT4P?@7}3>@07qhh44-} zyi*kKl*T&+@=lq&Q!MY4%sYkiPWil3MDLW+I|cPlS-n$S@08d(h4xOl$p;{Kze%^~ zs!lG*hgbf9_}veGO*-Ol*6dv{ye20dF3L*|m*wjYQ}PXmH{}(FtFq=WEoU5NW?E!=$F#(xn3kCwrj-mOtD z*hL<_K3(+!FJ2UAA068gNUer7O&7Z11^Q8A$I;PK<@l758=8s7KL8zbJ-0eUEUlyY^~5()%6b!&pinnk*n9pxj=ez zVq1Mu7RE4cVE`oygB*r9T;edy;WCFS97Z@?<#3I|bq=E_W$;j-?_UN4y7`o{uY!8{ zv9qn+nD#!=jXU&T?5EGcLYAEnW!a2T@?(@N86{Un$(T{{W|Zt1C5J}Iq*3x|l&q4r zLGZ#9Z_rbjRFHOz|A6>z$~P&dO>!Eyh^=M=CdeeviOHkkZ>9n)$hHLSGL@i1rW0gj zXM(KEB{(Ck1ZU;B1YNQ_!FeeY^vHaI3$i!CMcJ32z=sO(p_6nJFoO=vB8NG2VIFx@ pP(YRLVu5~xMY`@KGPO*-E7W<^ot|gd&Z#`Td7jVw;Ld!X`7VF_`P=UzGABQlWI^KIhh-TUlzG`C zl}HWJ5UEKTAz6|pZIKRF{yQIscJ<<~CE7D!k*Q9%-Z%9?r1JVZRTaqC?B-KfeNHOWVqC76j z6D0>tl-tx*qtxZbx;Rs!R+Jp*PS@>@t#h*6ovpiB@f7Y3DxY+-9nz-{vN<_)Hi$UT%NT zMg~eobJM8inQ?6!PVL_L7^gd~X(%XeuZjX)UTqnNtWfF1(>oH|&SRvF$olp( zEYM~-v@IM~$Zej$`xmXV`9&qYlT+(hT}pYC;Z@{vt<$Q-*)3D!KE0YoCRsO`<+wZ9 zmp3g==&{J9yy9@)QexWe7;~emxNnx)`feq{i&WN5+WG?CZ81XR;lR?(w39{gvJKZ* zJF{hWOj$maJ7`Y1P?n37w<+&XE>SL1mMB*!?^2d2?@`{TtWZ9nT&1j1KBQcuT&LWi zd_-BJ+@##1+@`EkKBjyk7mD%&YJa*EG&b*BNsMb$uGhBW2yHt2pM5feU%~?ZSsal; z)&v@4S;0|Ra1<9D^#wh48f5^ zaD)*Yc?3r!!I4UE1QQ(D1V=oH#lg73o$jg{M>}6a(?`1+C@$!N`>gAYz(aTHvxR(?9q?ecVD_&mJlU}CuDKD?-(_W_a z87~!m*2|2Z^)jbl_wt5*)5|&imY4G^LJ5n=@S1|oE1>a8=(}OG-6*$fM~wQ X>QAzPbR(SEgMAzD5^gdd*2ez==15I0 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$integer.class deleted file mode 100644 index df947674328c414172e5a4982b0ceea28616c8b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 454 zcmZ`#%Sr=55Ufe|k*pgN<0Hm{7d@y47x8HD5)g!-5GB`Tb~A|+HZw3gE4lei;z97> z2l!E9Zwv~8mwr@LcQyU-`SuRr9D4y=Y*n8caO-fe?W5ykm*F6{+!lG9a1$$Slo(OZ#lZ=q|K&Lz#aU;uq z1v>UY<_x}6R!oIq2(OhArl0XV7esUiT#b#E<3*HeBckEqN_oLh>!sPsI=It?NyU{c zjlALMj6d=aHPl0R@O^X{I{z$UXqD!2FH&RuhnhYog z)J2pTW%uM2?0HGAQS_Ezf{^O)TYv^y)YY)@GrYfKNZqcypju8d{7$E2)h4WhO*AP7 K#5&l)I=Wxsv|G;r diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$layout.class deleted file mode 100644 index aa8ac5b1b4f82acd1160f561f0a2bbd8df976fab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 772 zcmaJ<%Wl&^6g`u7jHz1}N?RyN+t3$K3$dhPQwgae0;!;Gt+6vrCfJ_H8CS64n~)bs zEcgIE3URMnA%Oy$bI#m*=bY=ukDuSZ19*;O2Of6opFQ-tSi*o+pVcE)+pP9j?XcQs zwae;&)qvGu8;{#~BCwhnt1opdtu|RGVY5P*3esFjp&^R?C zs(M46sW(L$sr4U z##4c{#Q_4#>=Gn08wYQrsfuYi@2^=rqfhG5pV2~>lSp+rtYXTmm?A5t)QTyXxCX%s z5^m5bAQr^UqpuKOs`e&ft12qoC+%Jj-~oDc>Y)Go^6RPt^!!?hy5A_#^jjs`ey2p& ycS_vy-4eIiR)B3c$r!jq6Jt1-&=Y8SF;m*)1MRgXu#lf^-wTWds2y;*)$gBp2sO6^`1_6I^ag; z{R(vKgUrYyvqq{hLvXE>Fx`}AnIOE?<7#NM96p7KHX`irFNqfny`6sfUNkp0&zO#0zyyY$Xkl2sF?0 z@-70EZ5?a-RG`>u?+cVVW=KJG-ePw;9;hUg1CI84CX%ClnP@(rUY6_|oeGpw`<^{s zH>T*$NT#Wx>!qHIhl$a{lOQsQ3ig`0?}86z$VoTxQpAwF1>1C1GljJ2eod`9{>OV diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$styleable.class deleted file mode 100644 index 2524a7ab2b6ac43378505c088f181ebe779d65ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2914 zcmaKt+jmn%6vp>7Y0{(t!U3d(LW@)^2vk5trE;+vs1^b(76NKLO-|DTX-+*kEiL!^ z{eHhAH__#T%asRRF7?3|*Yb~Y`F+!rQfTt>`_9bl*?Z=jndIO9e*a5EmdTG{X_5WD z1Ab}nDdnpL)YFixlLN#-;t+9|Ap^uNVvrajb`yITa)dZa93zesCy0~8DP%5RN~|LK zh-HMs1Rk-M*hg?d%Fk)1i8I7m;v8|FxIkPaE)kcBE5ubKEvp37BjPb}A1F77DQrF= z?y(sqCIe-PeGi%78gZStLEI#65x0pu#9iVZai4fVd`CQFzN!3rL_8**1m*jnJX2yc zI~m7q_e{@fwR2vJXZ0#6+uow2>eZ1>Gt<{&Dp44&8*ez9aveK05>_fC$+AkqF(>QA z%w9V)gp{L=&TjN?be#b^Ww~qmy&lK4J%rR032C-mFQ=rw$Z*W^l0EI7i(RIXWp1gk z&33Ql^m|HX7m3o}tf#LZ_Bf{f+_WSjEVmFdt5nQZB_+obxCrCV zx3Z~1ff+>ukiGaIQrC|^GhNtZ8}{0dldKy*Ea#c-h!HgTb!^OAg*%@oSlfu<2 zvI}ph4}+7()E@o~sePqy^l*mX{@6`%*7FFbyE|v$b_Sa4tnIB-;%k`Sp~T;;*D|Tq z&RQG#d%G-mv)RRmVYE6)GovpV+J#QP*JH!GP>zphI4;tX&Ei^Q%v{dG(9G7t6C7+z zIw8A;9Fi$J|(+UfO#wOp?AQr z@h(_tyoaL8QS^Nj{QyNjM4c5V(}XG?vFJ(`UB#lSS#(V_oR^QIm3e6{*VX;3{t2>t ziYzf?S<7Ql!ehCO`z|fhJ_8w+@@@Is-l@KVsq!!$K|lo~_|uJB6GD60yu1&6QE%u_whCPCpqpsWjKY`nsupk@<=H-g2)>+i)-g}0oN z*lXhy-Z71{G-L0Ppsqvkob|yv8%_la`v(_P&$5I^SsqwtK25Gi#(%v#Tz8PgI=#@| z7VCSl9xiPzSRH7W_{=6hqB!#=8lDK+U$Tjh&ABbUtT{Zo(%*CkJv`>{O1EI8s79%F z2+!-j?tnRpXQ_!8MB!aD~_|Ip-%$Z8l=ji1P z2-d2jitE68)cAuGkMN~ij8C|V$~Dk9yn+0rP{UKkCS{<7XN;XPZ(ticWqr4dd+Y&* rXrs5QWdg{IqFW#g+64s*7HVON*OASD}K6`$=-qD`{@ICeqjHN^s!=^r55^ z>DC!I%y*bG%qW(!T|rl!&#&1a_FlCx5r zerj_rSL{s7|E6DW%#QGwa#c8Mif@%SZf6}A{8ekG<`Y7^u#L<0yJ@e4^XDz^If0LW zFt`>Y^x8F5algk_k#X^KT HQ4h%*7$8^Ya zpXrF{0n;(lBGVhDC8oDb%S`W>R+!#1tulRJdPpQvOlw(GvUn_zR?XK9B_K8gQZJ*> z3JkMt#Zkx9biCHKjVLzuSYYt!B~U!Qwytf^sM=UrU8nldzxH;_fsWcVqHua^ zO9ih~UH>uQd0WTSB*&Fid)%ab7i?F>Mp+YuRc);a>lDJ{nityC8`QeT+F&EB=_7&6 zk_nAn5$G;W@6z=uQH{FfH%+LYwh#7nyrcHGuiT6R)pU*N`D8I=8-{wPl(n&dzY&Hy zt~6DvrD=6yQ-!rSGPR>}&~Dl2pkwr5d3%bB7b(M1&^#IKRikzs=yk(`GTXEJs-t{N zW5&k>CViY`ImdFIWz|PGOx>Ugs2yw3NT9{fga5LKK#k;0L!u~LAOjLNXtxutn5jUlU{;e z=_lxu{R#4NAiaqnAgDl)gA?P)h+IgFn2jcAxK4U|dY2}>(`2R>@WgL2 zdoc0f5Aa7BtH+Ir!FZ|ns`^#EO7)MQ-@XHQf!z=b*r?wGc-=vWhn^jJw&~eh&$c{! z=h>qcp0uz{*vhTbBQ1r~Hcy4DKw4vqbfk?_1%ZwUYk$eKWbJUARysnj&=(g*r4zw= zElg_k_{bq0Md%K6uHH{4Lsfhd zL&KGLV5Kmpf;~8&7aQ(OmxShgm*_apRdHlQSt>4X3`Cw4R%h3VoR-c`F15N!PPQxc zD?Uo)CP!(6u zV;=n$;67G4Yh&$C^ULZ5=*6`e>TzR+W*p4WirX`E{4jza7V}o%<|em>=<@;Ad5b>R QYRpy`Lso`(j0af#1tF%2@Bjb+ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$dimen.class deleted file mode 100644 index bc5c5fb5e84cb52f79f2a161b1ce157d1731a494..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1899 zcmaKt*>W326o&uyZXs}JoPbFz+p!%li7lM4$ArZsU@!^s2AE~inrV;Pp2amYvR%31 znW(;?iVGfqSKwVJ&S^<0PfE$n|9_f3-F^O^mh{hmfBg;M4w4G$*y;a$1mBNh6}wE2 znf92rnf94>n0{c|W%`k6kLf3-eWnAZCrm#xDW+eT8ce@3`Aokt1xy~3W_rSO$fTG; zrUp}!$!9W50n-taW;$j%WQv$VrkJV8lrWiL91kNBSn$*ML=|46RTOFBnIzYR*Gx0> zG))Q>d9f;VW)xM5O@aAd)u%cuj9;oFE3O^{gxNG5ULxf+~tLWPKvqG zCb2RJ9bnXo6R&&ZMS3DIT`tpsQC_05EIoVH?zK`$#^>2S-*(*D9>ci_ba|iUQdJ(S zC~7a#Q2ue4rL83BPM~}DqGI0BQ+fL(3rv*jT8#^DVZ1a(S$TPZsa}semxgBx46U2Q z6!!%B7nk-01~$@wUi#RUN%X^3+|b#sYDDxzZl&}s*jMy*q0gO%14Yy10)v5xHNENT zWG9;2N`fpk!FkuMR7rF2d~ol{ol6xTT=c21$4Q*P%J-8rRqP6yze&ValR zg3q3GlRnkS1^M9epAdhz;crNX+`}5aC9bv$u!TqTiT+ofP5#%70IBS==$8W)gL24X zSdLhX%8JD+vTE_Fe9dA^Ub1*yN{ct-xW#38#o|r*mc@j8+v2LcW-%#i7E^NCVn$xK zn3Z!D^YVtpf?Tv%lFJr1X9Zc~8UJfQOjrZ9+UR4{`vT*o+OF@ZVMFi&&?i&(%4 z>1{00g<7V&bCa&gExHja6mON{)UikJ@PJOoqpE3^`P9P8?yuVQUC`e>8UbLzB|&D(Z0_jtZG>Bi_cdrt-0CtoKn z^7!@Xq8E7aia=_7Vn?906qYqz=$04gr}e6%qZi8YDI>Q+SNS_C^7#2M*&2WLY697E zqz)Qw)@BgssN^fUHL8qksh}K%UioXmt=HnPy6@?O!uHtFz!D7?UH{NR{&`rBT)jd5 z1=8D7yJ}xqn82ik0SsCg;xNo%gu^I@YaFg~7~^n*!%YsiIE-U3gD3PAoo_>+gU>4X zDyS5mIlJ181-j3i!F~EV`{@s2A;+$Wa%{{fc{57(jFLm6WYQ@4G)h*Dl3Sx>*eH26 zO14Q`Ab5F-x9O=sDoEQVe?j~-!>>O^}oM1Q(>0;G(>gpj~z(xGZIYPT7^9TlOTlBCjUs9 zSACe)dC^+E=mYejTJ3$9)~Z#$+530?aL;-6d4@m!{OxxUnUfzYvLI3Kld231%Diln zDx?-^h_po-AsLb)ZIcd@c1UBSm^493NK+(BI!j7P)1-%_8tF6Ac~VB2CFP_!QbD>% zYLn(k9nu2n5owXMOS($hBQ23WC*3D~L3%*?l2j)>CT)MTIg22$h6IkKec=36P#|_Ep3}|)U5ABdvz3Oi+Z9hvO=X3|J@OryoiuCBJ11F zutb~X&?GplRG1=$_b(c2ipzoYPEM_3bt&alhF6ixjds$AvOBuLeQGrgb-b=K!*O@A zuh=p;p~oPX>WamAOR>)L2y;hQao;R8&D~nq&WkkZnCMY$?X+nw;Pnm9j*+MtPgEOnHa$E@g%C9_2b^mGVC2 z2IVH@7UcuV8s#?S4&^Roo$?{&Be_(TAMo%`D+o=_Ti0T3TeX{w?I=Xc9{S(iGK1g7 z0{(p*lR?%88f1yyQKfej>K(OuN4efnv3C^h9d&z0>E2PjcLd-a8F)tw-jRfNgy9`| zct<4Ok&1T&;~m*}M?BtLJb;(Z{3^jOe)&^q zzn{D&_rcZu4e~%VMg!9L`;UVWzasLp>T%Mm`ka(hzmu{Wa5AVWPKH#~$usJJlVNqx z$%s-;o>ikx4ynUV#?%of4xXE3rzFUKjn di0Cn*`4+1`$p+F5ab^$pZNMwI$-G}1{|kz(RYw2- diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$integer.class deleted file mode 100644 index 08810c8ea6a6336ff02efdc95dde36614fe3cf63..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 472 zcmaJ-!AiqG5Pj1&OXc$wv8Dp}Yc2t7_>HJ-acmYO)4Df#FQ510KHgi1FEmj~2t z<17i}mCDzZho=u>CLB~ybx?+FqeIyJcO0Rad)!dyse9u;$iNWVe_C+H-?I3HglayW zs{+@&jAM-a_H-R^bK3+)em(2fV7q RTmkE7aIUdh!X{SH`2wSgW9R?? diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$layout.class deleted file mode 100644 index f32b37691e51117f3d8052eb7971a0b81c51eb7b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 790 zcmaJWUIZ-UeJ0AAwQK?i%)uN`#TSVEs!kJ)2pJIwZ(?J|49 zY>(Livp%!KCZ0C&Okg!NR$uB!T5ZxmMhpVtOkit4C9oz5XV#=jp!ZMRs$?2VtAZ$} zdJ=?s^xqa8k<=(N`BY$k@s_E~Y!HnzlbS?Xl?iljX|y^aLyZ%iYWrHCdT@9lP&+k4 z%60}iRqyg7RM|%v#+2~}CX(@m%ru{Gk~KTlGujc$FDADF?pd0u>@=3MnWFsmK&HdY z=;3F7e!*+4KKbYUdHXAY)=3oK$U7fQo<-`7X0gWk@kCxr7Z32z#WGf0cpO$a+~csu z;XYQHcrLJcn~cCR@A6}rj{NuGL`7tDZQ%r7&`0jjztTXPRf)A(xJ1$}k>pDx2PKjT z!U_bNrMONfpHL9ikG?~EE6W=c8)Z`A5pj3kfK7Di)I#s?@Y}KibiGP}s#hye_ZkJ7 zUaLUca|+z?+yZxbtpKmxpvAx?>KMVnm~NoyktXEiihS)*t%6-_6FM}pgd=QW{SRFx Bugw4e diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$string.class deleted file mode 100644 index 433d3ed9cfac3e0f6f386b01880df45e4040be2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 471 zcmaJ-!AiqG5PjRGNgJcB)v6WgNkK&n;?d%zAQXy1m0rUp-PSGXE+m`Qo8KfJ1P^|I zA0+`dRz??Er(Bjl%+;bXHv}l{^4@{ilN+&;#ItR zud^f)H!=^i`{xrr;~vVWc(CC(Xfho9ca5QzTl|=-v40m%L}VBme>!kM&nnRe87ld4 z>I&3T7FCy+Psj*Mr*B{{i}4y&dm&EYQSU7mu#OtBGB$tAt;K}4>xEYob2r1UTTxV< Rv;wwJC3I#V-BYO(sk zs?F*rs|{AaSUn&mUbA}0>J6($7CZ}&1=f6ZYIetCB@-D1s^5u6V`=((vC)S*kVeOm zfanUWUtHMlMu)LLYlh06j@0&SO?^F5vo-a#38}RGN)L~eId7ERfCuWtk&zT25olgi z%d-enc66l8Gl62OeIQWk#6vQw^AvlN(Lg1>9I&<9ivt-R$VBt{Y_nwE>Qtbdn)h7e zbR)9vgfdMPZLjoXG)!VWJoSP}YU0sUs}pa(nO8p*sO|*enYsNko+N>KuDMNRfAd&Q zrGpz-cHm;(!BvI@hDC;J4A&W!FmGW?VEI2*0uAoxg)%zwUJQ;^KyxpgdjVVYgXZW< zTBxxzsT!N-O#V4jgq$fw&J-kP%0gU#;NXNeY2^_M;_}8Ph>!X43SlMR9AlNV^S1!E zutuvY?*6;%=O;kZEo3OVr3_`alEHGT8EUSb;gaiQxa?lZQ0LzCQDJ1db_nn#9v-iw5Gs!>y{`RMcER!F?(klDP z_WPxwOsTS3Ks^b`TG>w=APy3T7&1ugB!-A#Vi&QSA%}@0#8KiHahy0ooJ8ipQeqV` zKrAC1Ch&+o#9o36QhrW5MVuzi5NC;V#ChTZagn%0Tqdp{sjm`H4~a*_Js@BZQ`me= z++{OLOa^?4eGi!6DshdtPTU}F61Rxk#2w-;agVr9d`moFzN!3rNIW7Qm&Ge@ z?4%sG!!tdr&CYnOp4G3!x2;u4)ypGYW@@0%RH86kS7M80OZ0VkE_T_AEOSeR zZL<3AS~GI4A^zm&`z-_d2}?ds8^&+VRZ<3>BY;S>rk zERmqobZyhKopgugd3L%NZp>|kA~BwqXiX=rAth5@i0IL)tt!x)U*&U$ zz#x5;1y)yGAj9aYroS*YwweiRTr+7~X-{82>~UQCnP~|`SZ+RMR;idRN=lB$aS;m7 zx6;Xcff+>ukiGaIQr8!r*_+>FJNBBzN!Aq(%Xp?cYD7(m5UirqaPcjAcFJ1kByshM z?7|x!z~JO@wMTwKYG3LbJDicXKYml3^(?~a>B(5QoxvtMZF?(~lr_xnRN`;eYnjw$ zr>*tb{%*_NWOnmm7;R3%OzBI8cD~c^_1W+)l;PtUiHo$R)3_EXGn29SK-%(8aHuhn z&3I1#pl$7JY_ESdV}+86rbH^gh;WCKbrV(#Ou^FH7jHKQ&4{>?iO8q&Swz}oT}0Ls zF=7MzHu9^T=pZ%`pA((LW`=CxSDe^NY$LuPz9haPx`?j{lj!EO1izAmMf4E8L?2-j z+ld`Sis&cOgu?^_{Q5@LmCN_|9rzz7ltj7R#*~@vZH#qqw-Pv>X$2?A68yom;-7q; zglG)DLi9!}?9mE`w8A8<@JTDI(h9eWJwZc@b@Kr0U)e3jD!eFiNSSxJS3a7QgY_0HHD=gOv*R{fUt?*te?AMAD(27IQ zigSSaMDad>9$Jl11r03tMbyuFI12`K=dcXoJ2Da=J7pJI6|#GDvaeG7=n>Tw{5>2m zGkmeQ-zba41BO4AlR#Ncg8rP82Xayo9f=4rBFu=&SUhM%V)1fgLM&ckOvHpqm=MK; z$(UdSb26noCsQkOGA$a`>0jaG>6~1}$<>@ZgOg{*;?bZ{1C|@JzzSnF7&2;+v<^w< zAnB_}Iu}Xnk@Phrofk#p^(a~mQ8edALpfOxjp#yeu+TylTEs$&S*VeP-qeMb=t4_% zp=G+zTVU9D8>}?mLDA(X`YwvThobMJ&I*)iLX{6#bR~V8)L7+F3+mKJ1L!(&mxW4VR~ zLqCFteN=ACF}W|t<&m6_r*cw$lvDDPoR*xNkzeJk{2}M$FF7xN%LNsci)yM|QdM$U z)yNf9Cs$RyTvH8lT`iIuYN^~*%jK48lG|#v+)*uZS9QugwG|b7SPyU4UKxglvEsGz IM24jLKVA6YNB{r; diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R.class deleted file mode 100644 index 943631e60ce651bdc5d019492c552dc94bd5c9be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 795 zcmaKq+iuf95QhIrlWY?LErp&>Pzv;HAud7OR6;_EKnke$8+(;*<*cRkrlpU?Ri$3= z0DY*czui{i!p4^7o1K4Vw4U+J?e$*(9}#sig)N0Q3fl^A1)V%xrbZ7_Bj|l|&iLb0 z=efxh-U(Wzs_5QWdg{IoGvaU*?$wu@e*OT|sWRj8oi{wBF?Z%FQin24|CN^s!=_)x`( zbn6Tp<~z(`=JIzs1NguoLxSTd+DsApu{P?fDHBz#Wm2#+ zjBP55jjVLb|E632>Mh|pmL{vL&h{d+X;Ugwf9pbt<%AHfY*VFb&dkS_@44K`2rfLr z=uV0-XtzWm&5u|lxk_t{;qcdO5jV$KeI{{ZzRf{Mx}j*^fNMTX#W(NoSeHr=ME0me1{B-0Nj zKKKLtQO0{qVu(gx&iT6P*1e~?`}>ct-vG>G-NPvEw13QCs(=yPWwJ~QOh-)jn2wq5 zGo3I!U}`ZfGQDA1VtUK8%=C_Fh3P%hD$@t1heRU7w3bIDkH-R86}@gK0kI*Fd6~pk zV1RAQBu8OQo3*BGBqp>if!?$06>aRHKsusMXoVDpDt!>Bc$FLWvvnLH{w{E zN~8`CHLXr;s<>v7uy#_e8Fj2pq*`>b^7bT`FH(x7AUYlHRgPY#R z#*B|KjQf~iImdFIzo2Rr_9bNHhCKaU!L?D zJ(bA?d3NRt#AmmCoiyhbJ=`Gne-&VsLINF_`+fM6+X0qkTZ(p>Ns*Pg6nWW^q9DB# zozhRyCA(7;WlxG;DO2>x{uBdpFvXA@PEq2a0z7n%Mgg73l6&Yv5#8t~Eun|rMK661 hNw2<-LiJPa02VMvx0$CiZMcn_TzRYj9%)!s(w|kQvLAb+jjuR*b6a(_3GyUuUZK4%(GL^HavUd*`{Z2 zJ=qA>;IijnD-+REs8<% zzBiN^A7$wuEqKn~GQ&SvL(AJSYk9{K*|bFVWvqbwRvaI5mM{`y{qQU3OZmLWF(`}6 zXfuy~3Gf6foHeofyZJ@=0<`1G1l71UK|Ky8XvED4T7DS84~uy#aC4noL#*);p7IuJ RT&pl!W(-*wVjD|X`3Xt-ja>i$ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$dimen.class deleted file mode 100644 index eb9491d8561d0d9403ad2ad9d849dd417db2df0c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1905 zcmaKt+jbi@6o!B09Aiikp(W5dNs}~(HZf^AHJ2?&R&Jfql3#xq&6+=Sln zOe|fn78g7KufV&o*ju){GOVOG|NnWkCGB4$+kgN2=U)KsASX^&}}={u$!rtg_{nSNl}W7=nW%=9CZV)}`x#`H5&%=8OW!W1!SrpHVNOp2+_ zRAXu|#Y~1NVLD{eOh-%yOes^Hsmat}%9zYBj)sv6%*T22Sh=Xyb}r8%leM&q8o4!3 z^USFzNf64wy8R;W>NST-!!GEemd z<4&Kts54$E%&(bx6dN0-n)UJX6q3F=YBg1w zb{46r_^594c9!%e(7n5;n0Jg+tMiftCW>|K+L^a7UKpdSyu85Vd5^o7hGz>5t(nZY zdjkCni+chC>v=*ieQeWY`a!!{({@MIQhFjcbNUwSDf+t5=kCJ+*Dx)C!NfE*z3K8s zMpt${Rjrn$$CH~XOKfhE(`sVXiMFZwHE+A>)@-Q1D=@Mar`_#K+j-l@`o7`KhPGA? z)e}|57x=P_H?dmAZI(MMZ?U}1@(#eYv}LmksGUb$cjR_XVsNeh(%F7;CoF&9c+ATMk43rUaZ}#%SmrhbxXpb!e_#@Wm_iBD7{hgpV+IqLMFn$2H?V+t zER){GB3-H_x<5DRs@$Smu}tw+C{7i-^bYswbRw!s=sFs@jeU4TYxiLb56DZj;|dP( H4JQ5r_~zgg diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$drawable.class deleted file mode 100644 index 95a7c863e660657046b7ae714cfe0c39594d64aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1143 zcmaiz+fEZv6o&s@N=xe~xIvKfK~zAc3d*sZL`g^*P0--kanE#H2ZtFlOhvAYk7VY; z#0ww5hcd3U3k@ZxH|zgq9cKS)xAW`wkDmahv5`kF?lpbM;aLtnm|=R(G|TjYX^!b7 z(>&8FrUjHwMo}T5A8h_XrFwY zxXAkJGes}(;$?xRvGHwz^m)1@6(2uMWd%T-X{t9$BREqU#@-$Uh0Ik*hao z1A)xe!IV`oRZu|U^frf`S;qrLQ*Sje$6q8ytuO8$(JMWf`>C>b?MUX7AnqvY5qnKnwk zjgocJ6a-%Y#T)cgAQhy|6W<}enet7F8IzpBEn=(IfJrh5v|y?}{MA%|C7DXlB-06+ zWhOyZwj{{Oe1db*N^o9YNYEvp~VmaCgwwh7_tG>7$DJvh+;5_BteZPOYiKkG|cwI*;xW= zjNe}QV^V!#l^6a1f0X4p&03{padXboA3NRenRoWjzkdHiL}umZlFUoo{j@B7{W2#T zq!Ot?8X#?whDesANn4~Nq;1j&DItxKnxsjRBb_6qq$$!PQib#d=>jPu&5&B8SyE2A zL~4`fNIRr?(qqyBX_s`3v`1PbeMx#i`ik_B^fjqUdO}(!eM2&&r=&XRTT)E=t|&hg zP*+|j;(XD+?lXV(}eN9?|E|82*~VsG?Obku z&_V`EhI7-X=9zIV8&2)q`2?riZqvAW64$HS@m>`Ly1d#n4q2hnvH$N#Y%7nEHX`fU z&#*w7;m|g5SRuE00`Fb0&gNH?bWcpKVRbR(RR&j(%guJP7H4-&jr;UU8kuCxWR~O3 zWKX_naYC0xF6Cv1^A;1+YQ>lvU%`E|)Yf+^^~^kuv&8JB?Yy#j#@6TY{uUxc9}X_v zN!wWzFWGRN)$?0s$CTw$xsN85%VoJjd7JVMg2 z&3bZ_TVT#I1&hs5P~Cz;D{nP(g=<~ zf+LgQh$T3Z365}rBcI@iC^%9Ij-Y}gtKf($I1&qv(BNI7_$r~FVN`)Dc;W1CqMn82 z&!N3x^13_#m-jcwLopcjN$sB>tD&$W@~iIh(ye>E6m+kbqVDt3uS;GAblJ;u`jD4F zeb~#8)?S|1!(Lv{N4$*aqh3b!F)w3!+{=slxR(?9B`+uSDKDq>880vESG>HcC%jDR zvtC})=e$hm^Ij_Yf|qGM<7HOA?&S^rrk9KQEiac?gc25!;cW^!v4BP_p$`YqhQsK> zQ8eLk^x$c<-~>8w3Jo}e{=10wTR`_+Me{A8_imu|Zlm+=q4Dmc@2Y6KI~lV-Av-hW)@~=HJnSZS(`g{hjR+!U8of9a(LflL z;RRW+w<;kxN?SRRhTwIzmZlSlB#|ua_JkgpSdC`>$cP7NBJmif*6;5x9A|`bJB$`z zaIfRkgz`dVfu;WOowyes%BXlK!Ew+c?ELc}p`N+?Na%@w72L_t5}JRQaKbk$@*xS8 zEP?@k9m8p@OC5jf_&yC{JKMq SYA~0>Dr($aRtwm`GFo486=qcc diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$layout.class deleted file mode 100644 index 23cf5e2b5eccda376ade6ab84525ab60688eb320..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 796 zcmaJ<+fEZv6kVtHjw6LZ<)Y966#2n=Pr%gJL5rcp@5!kq)GjJveXU?Qbpz~kfsbm^Urv_0* z{bUg8(XAsoqEjPlvZ=uC%_>uA-5?rUlbS?1Wd+)I3_6{Vq1us7wR*l?SaD-LBaK*oHJKCePtsJ`<5K^Y^2_4K36+EoXAV*V+E@|7O~_b;IPc$0f&bi z9$~4Dmjau29}-w(wO%aKQSW0oQ4yJ4xn&2h=u@}okEx-_mx(p`c!6}kK(bIExhRl~ z5SBo)Sf#i|S&vWOmt%Gw^cU3;Z1SSyq5$*GU*SM-?M@7}FDIdQlT{azVbfs8_-^HVHl2Sik``u=W?5 Crm{K! diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$string.class deleted file mode 100644 index f0f0a5e2381a9933f88e4911db1a1d7435d32934..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 477 zcmaJ-Jxc>Y5Ph4kOU~28XpFH4778ljA(jT4fDi}@QPPIJyG`71*@eALqLsf%ECdUG zfImu{OM+I~%*=Z;Z{9GUU+*6PF0kh!kL~Pp4W}jKP;*dsu*-0mSZ=4uAmC=8w3R~{ zax1kONHx?0Jriaa>p27KFcex+NqfbRJv#0)MN@@t8c72 ztiH2aWA%g815)A@tB0&!vwCE~weVPA#Z#wddpuS$k&&+k-FP&XX0Q_*eV~15bQ}qY zp1|tGiGyBr5DT=Y$n5J#ZBEzJ(<3!qQ%{?aQadkoaH!1RR@wG>p>7-*Nd^*u)Q^-(sN*T&dC4=QuGt``VhD(l};j(ijLxX$MQxGnZdEhO|NKi+L f1`Mq*q31fL*a;bIQM`bAxI7Y0{QDKzor_nn#9v-iw5Gs!>y{`RMcER!EX(klCW z`~A}BQ_5Eds3(=OR`wGIh=ar-h71rpi9uqB*hTDS$YJ6Lag;bl94Af?Cy}{)DY1&^ zCzcTzCh&+o#9o36QhrW5MVuzi5NC;V#ChTZagn%0Tqdp{X;~GZ9ukj;dqBBKOkwje zahFYlm<*ID_B~*NtHd?pI&p)zN!%iC6L*Na#699Z@h$Oy`KI#gA@PWK9F*^Z@>Gf0 zl1XLU4$t!JHYe+~dUl_ZvTdzOs$U-IvQquMmJ)^G`tgR-2{+>;M#4&k#93BJD3VEg z5v$Kh4I$-dqpJt~8{Eu*ld#>@Ij=Y4Ivzr5i-fe;u9sEPP-Hk_d-2{5&&4j2$TGK7 z*e0jX&g48Lvx`J+u;M$cq+NV58*{dcDicTN^GnIhu^nAj!LA-X`rPgrH)gcM8%m+z z!V(EOE!VL;CzI~5JVZS^?4g;hRx z2n^CkInL^8#>p_Us_8F`jjm?G8rMoVcG}a|4|^Qber8%65w=^1nN=!gi;|M#Fry0mxo_5UCr+pP4LdvK@QP;Uw$F56gO%J7Pp_i4d%!)Nt`FdQQq-mr3C2 z71@P1)Q`c*V`>lohSa^(H+ne3Z-4BjIO|zNrl%)s<8}s`owVbvRN`x#->JmkqSrF1 z%}LwqbA8>myUFV2!!X-2aVw=S8QO(Tzt`))yUHvd&v0D0HJ!$_NLksejiI@1g(o=J zlyI$`wwtns@bsJ78=lQsp`@ZYo+>OO)RD=#aXSKAu(+t*}cg9McNZw8A&7uud!7(+UH%!b7dFQ7fF(3Ny9B zPpz<2D_qqIW3|Ftt*}=s9M%exwZdnuuv#nJ)(XS5!gH;#T`Qc|3iGwXf2}wItvCg( zI0&sc3uu`r-YL*Ss|l*0>in1RwaJ)i0TUb z9*X(QvS`e2`l7LN(;v-Cxi2pPe_n#+d8sglBPtmYVnkIm7BIunSkRmhja8TvF<}xW z7?>~_6U;zfrUdgcwIVOmjF3+M3MWtJdJTn?I0%k23G-rVo=4`OitV7az zB%On#uOjJOByB*_*N}9cfyV0wT8##p^Nq^9EHJ{l&>JkYkcAep&|(&9Vxc#6p(VP| zQe9}7F7y@{GT#QP%y&?9If}lEqVJ*T`>3-5Wtvgt0~TG$qN`Z+Ll#|ag!1x{QI(gL za$Vie>K`M^C&&^(mNh&UB|Mf}xbK2vn1(~Bkv%d?_R1XDClT3?S8xD74hQjLa0rk8 zFdq96Jno}%TaL+nIWCXngglj#@}r!RpX9XU<&69)XXOt$Cx6L#`CBe1LoTYRa!FOo zWmPLzRJ~kP4RTF2%5}9!Zm6YlQ!STUs#$KU)pAEgF diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R.class deleted file mode 100644 index 6a1356d53d4d0e54b0425ab55c485e5b320afa22..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 819 zcmaKqOK%e~6ot=ClekF(eNZSVebRRe9U+!fY$_okMIZ&#y_2zmtEorwIEDT!R+YNw z59p6V98ZeGW-=q)&%XEg+MY8Hf9~!9yhqZ;3|=ejDC{ci30g(C$&4OkM$q}}obl(G zE(%j9>3bP&g7O>w*~>uW&4=*;L^~Fq?Y)Gd5Lt!!D`4 zGEU(whr>L}sXZ0cbqJol&aAWHqhRLn=z`hvJmpd5d)ApRg7Y7U1)FP z{4rS%KWriB_OwfVZqr{$+}QZZ`I7zzLHk=i_Cxc@#v3;Kr?bu20nnHmd9K+fEToE+p8j>hS1-V6{?_3bv|>|NIhE-k~&c zO1*SeuvWE2v>WeG;|~}g;Y$}7UvZX{bD(j23;E4N4Qq@|rhyjL89U{;femby^{p~) uQv>wTMxARKY^lguvPHJZIWijlgnUZQlMCb`xkNrAm&xbk3vz{giSA!ZmC@$_ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$attr.class deleted file mode 100644 index cdaca65b3d75b46ed0a03805e40d1f3d7eaa1e89..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1451 zcmZ{j*>W327==&U@*+jv+Dj~Fg#>Uyh=8!i1Y#2hfk+(NaUd+FHPe>Hk!Pq;%UG;$ zkgBk~2h|r;alr#{2MYA0GF^^!c$lq{JMa}A}-(- zX`8f8a-)3({TEm!$VeUy(i_-6wrWdO-S! z^bKj7^eyRQ(sv|7`kvGv{XmLHzmZ}gRUp|BG)K@<7&7foT1G+D6y~BV%i|<9F3ant zmv!BS>$R;yVJAzS!Ypkq&-Rnp=2yF}mF0=+DNG%%uh`sm6e@>ntJX!W4VN2do3eiX zUvrzuo|WSirVmf8ndqKr%J~l+aI0%`*`&yo{r*B@TP9D8OR{vsI+vtPX`;k6cWlyZ z$=0LyY_FZ9R_bHzkZ#+gkz`Pqd1!n+H~S&iM8DjyEvazfT)z@$ansh)j&;`rWXH+= zMDlk{VZ2}JA1m29&bV%8+2qR-teI!sG?uoUi)v|X4-|%%k~DEw6b2X1ZON^#WU+*w zs7uo~x_b?qZ<+=_hpuOlX@|Tr?iUNLl}IB6Zy)dMWy%VwBS_?d{9m_n(QK*OHfghZv$1O< zzM216ElpmKKQ1tfB3l&WQPjua7(TnID#SRuY@s7 zU>q}|6-?qJrf>!tikYdD76IF7qGfo=I!j8k$w UH)P)d+>{lNot1px9lV9gpGVy)_5c6? diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$color.class deleted file mode 100644 index fc3c2b2d62f2e6ebc83edfa2fea0214ee169f143..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 646 zcmZ`$T~8B16g{^e+jdz57mF7B0BMc#;KuM|Kwe0Um_`#cyl$qu(=uc_OQur-Py8m* z2NECn0sJW9owYGB>dQUn-Z^v6*`2%lAGZK@@G8Uto>i{`d}txWbIVn-s50SHVN#KmkQKVH=}>7WErAXRYk$a8#@fLsEp>#pRcB{frenc+ zC3LFQ=)@6v6Uo9{*vr((3zz0{D5l!|r3?0yQEs15ef{Q`P&+7cNm%MDBfm_?18KjD zf#ylvFEXKz1$%HmAJ*K7nh@&qEYYDc(jI6rnMfY5_l3!Aq4JAlXvJtOjZ2QYrFNIl z+{^UbI{a2lZ6-e|ZxkH8Jr(C7!b8LnA}mID;LDOP%UEonN9g=_Ghx|ZPqZ+jDGc@An3@yKm;Fram3V4Y+wm4;%KfcE))_GRJ PQ#@e|SsAk8F*-j1X84E^ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$dimen.class deleted file mode 100644 index a097bd85c9acdb9cff757c6f95e6f0f644450562..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1893 zcmaKtYjYbl6oy~r9%D#RLm{+HFG-1$HZf^|0u3!CkP;et$qfjXt-PzOmF#LW>vfyy z7k(3?56tj^AHZMWzc8F5+np@qFrGQ@v(j1Vywb7#*FS&!3E&oN1$Ar<{yK&y<5v}sQ>+VI>zDmp=Yn`?xxi3sqGzBh}a#ZM-^$WJl zOMS|Gp^uB8Ge2E=zhUAaGmGjz-6Spu~nj^2gyuhV?!`-Igw*^L4 zj5Wnwfx+7RuE5Z07SW|oY#6H_wbO>qw^bvd5xJ4kw_sP%*M*+DgF{8rv;>ADlWMx@ z>bj+tT}@Q0rD^#5hO$wfndrE_pR1Tsiu&fP&%Glswh|`Ytt(quI}i1m;f+Q%mk!i( zRmB5*UB&xYuHq(#TO2;%@F9nfINav&F^5k$e9GYthZPQ=ak$Ij9*564+~@EGhgA+= za`=kF8kR?q(jlK(v%ncHtez+v*B>_ybV$c{wof{i={KlOKegvD&IX9a*@IWI;gy_t zB{N>hk5{tfm0WoxV_wOdSF-1o9C{^_Udg9dvg(!GdL_eN$+K6o?UkH+CG%d%Kj{Dj zpF72Mda9EO(&2^QA%64I-%uR!gL8ODT4s*=Uybf( zk(}S8&uwb473#42)L?7WUk_>I33b;FHP;^XRzR&4QHG($8o*OpdjOkwL|UO8mvDe@ GG4(G-blYkG diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$drawable.class deleted file mode 100644 index 23649a003b07b7feae12d3a85bfff923cce17f15..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1131 zcmaKr+fvg|6o&s@prthmZYs*5Ac_j8R6#|hoGhRyqciB>*|?K#YA{WhkcwV8K9Z9Q zXT0zMd??4Yc7dS`!_E4?tV8y{cGJKAe*Xb5iRB#naJ%Ju7B92t#T}+sOjAs+neH;Z zVY?G4@@&mHq$KAN2WO@#Wc_4FfC+I&R|hsAP8e`!*f;ag@LVH zBaU)ESEH~VR0PC|Ku1%PQx)hsl(GGAN1*qJtQ~|=P5AXy|HG4 zPIdQv_Wopl)1>Fp8VCIsn#!@RZTTwJcB79r89Js;OWC|_zPZQqwMjQdzu8+V&_4M( zaFP43PnW#Fi)RH|Mn=~KTFYTY(}k{jfqq)AIXZfw9G^0BHFTA~t|E`0cayF0CvRJz zy%MRNMw_(~1Uf4Fif)Z61FI^iM4?ytTHJ_KwWfo(xHi1kK24(~*WWdedmh#!S1*%$ zf%Mw=ruw2RjAG0}KMEEGI1F+)&tZte1r8TE40E`|;WCFS97a&cU`e3=I1>V$d{WU@ zLAChI+0<@KpU)8!xJln-AN@5fWZ4l>mQ5KYUq;EAQF3RL3>qbmM#-j8a%z;!8YRC* z$uemQf)}TFm7a>Eg0yYy7sO9fzD6-^l5@CDY&9A%P9}kNOzaQ;Fcn}%rV_Ns)&y-b zoggFI6J%vB!3k+4I4Msh=#ZTWPD`1fOXd@tk=+T-%5w>N_)q~pbb^io=Fx@)C*+Wl}%sP11JKTcjb<+oYYO zE2Lr4RZ@=h4rw>(UD62YJ<=%YebN}|8fh=-1JXXyb<%#)hoo`RN2CeT4bmj(W70v= zC!{ITr=(M)&q!xTH%VtnpOf;WFG%M|Uy@wXSEM587Re`lO{$Q-X_fC<<+da1T`$p5 znD?SEadqg&jyN-ptZQ@^^|CIqGu!CURk!Rr($Q!p{z~FV>sqVkNXo6PhMpsBg&^{l zbXayIU5Jt-s^T|ZC62L>hQvmX}m%Tg5k%WSu3Y{8KXEnkkK`g!(+r3hcpi5qBq zwI%RNSS}S{qazI;Lw6X3*i$-;;;I`s(i29BE@{uTCo8z#62HggdjB<2#es3~pkBqo zTmNt9pV6dZU9MmU8SDARme(3J1cg1-5;w+-uEZ_plh_Sw+U}xpqRs5ChZQ$027WQW z&B37s z%$bU~vCdh9cC=nC`0)w1z}adx^4ws-jWyei&X%O2u}+glTG^Qpt4;-Ot>&YzcNV*j zBVAm{m14JC#kO>Z*OsP;b zWs$N(2`E)L+$!HY(tYO>qilGrT;PV~+_A!<@8QNb-eIncpw?#ar#2w%JU*zM30Ox6 z){%pCL}49iSVth%k%@K0Vjam?M>y7zk99<39VuByP}Y%^b;M;IiCITz){&caL}wl8 zSx11@k)d_OXdOvfN0`=;r*%YX9jRJJu-1{Sb;N5O30p_V@FsEiI-uv#%E29YYR9kQ z{9=b+f~IZf5sAUswFy#_WwhGl<-dRI%-Iox^`&^+q-*Wn`o3GIF=-HqxVdjr6H|jP$E}joha;8QHA17`b0LMn=@AkumkKkw?^{M)s(^M)s-wM#j~Ik;l{lBaf>mj7+M7 zMyAx0MxIjBMxN$59pO2zkC2{I6o<8Xo@*y#1Sa h`nT}%Z)4_<$n+;%NE2rBidLl#&tR8_sh=&5%b%w%W@oj(jX<3E-8d4yVinWqBJ z9K^NG$m34j%O|g(=Y_n&wXz@$T%O(U1vJoNRK?nld4HkscDwL`V(upVx>Js7Ggm+d NP40D8OW4FJx?f|)VEh08 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$layout.class deleted file mode 100644 index c10537d5eb4971a5c9db06b6659586983ef01256..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 784 zcmaJ<%Wl&^6g`u7f@xZ(JQ`Y(wxP5I8X=ZcY$_pDL?9K^tu=P0=~VVic0c zKw`lM@KK0+-3kdQWpmECkGbd0*uQ@N_zB<@_F8CTv;4J7OM?b zPg!lU+GaIiwNuBlI-U!3jCJ}%N789)0vRz0h(m$3IhDZKB%C>GltBNVx>LzCmQDpx zM)f2J_2kwT9g)=}wb@i)YyOm}OkEJ2rqdl2u}n3`H_3`S)iatA%PX5X0q@Wll^(=$HdB;e9Z54z ztsY+vPf|HalySqO!FBU%fyRCm-P+ANLKTg_IrqrEeEEHZ7QZ3nuG=$-Q7& zfVc#~ixRF-G$adVuvR29JRMw8L%~q#NhPkPlR%hT9>j#ydOGCsfE$_a zOE72eWI`T^HByZj+^$l>bYh+)g7BRlS3{%a@WG1=A5Da^UVm>vK4&Pl!+059zR^Wy%-~N303SbR)awwo0e=&#eS=d-&^@G(l zRzF!?XZ4HK4OYKdEt3+DSUId7v%1OZ39FSf*3!5oP-=R6W@9+?WFURlYt{5%C{1fq z8`V{=G)nsdqAsv_w6Rt9yIP2P(I4bvj{9qY}@1EPzPLE2OZ^0ql1Rr*JHAz)|Ic!J%M)f^;2d;Ntago&4@~(U?Eu6;%3#Tw^VUFQ6!x@Gm!&!!ThI5!r zGWg(O}hhd0RMEzR|gKH+;R{{ffr Vk&-TwCx!~j#5uZYW0g*de*yLR<@Nvo diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$styleable.class deleted file mode 100644 index 19f2835925e7b5287d4ff4bcd735ced35358e22b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3743 zcma);`Fm4U5QgWpY15`vLh1qt6cA)_serqPN~Kz@1}P$OtGCH*dLg~H-rUqyHg^$s zTo4r$P*fBYf}jO)-&gd{@p;tmo2FoC6a3}<&N63a?##()fBd`uu!zi+KO=IdY%X6L zk{RX3l-C31t!lYLwh*rqZxCB)@-%UT({03d;!T{8JU5;rHW1GfFAy&hFVRk&?%?Qc z;vM2$Vkhw)@ji`vhsfcTjBgy<&@5{HOSiNkPORs)!A#CBo}P!S{QIAvYTW=^BTXrRn+ zZ7UsoMtn|uL3~MkMSM+sLwrkoM|@BGK>SGjM1QAn^fU1b@oQLq56clFu|_ZB`K^H! z*ey;rXb$WyBW1TY8yPcvr_IWAcUndawkM6W?WTOsNe!BnGD$M5khp4ek#WP;+E&6+Ka~wA^GTKj+;4XL#+P;~6KiZ?`*<16>!-x{yQ4OQr2*H){tA zF+izip2)c~Xl!KqiEIlUFcN9<+@Q(oaxy5)q+^q|4y-Toy&flJ`&Z`z)I)1GzKBVq z?FUG5YLV?GJ4kl620rd(8iCF%WwylWvi0UnEMm0?7sE>1Mv5hKbI$e=<>X`MIWls_ z(1oKHq(gWA^YyeFvfCQ;Wf1V35)PJHzGDTB=eF8G;J9g2V{!@eTWu%ZiJa<-*aShc z*-hEKM(U2U=+JD(jIdhB@;^F0Mt!%4Yed)wdMh=-!47-%5Ak(ljidder`MBUST~_*0=NL|VO^pR}7$5+t_x zyyaGpRV&ZQhFZBx+G^!)!L*%75-G0P9CZ+BPCGerh~>lzB13c$F5%Ixo1=ROpU4sc zkt2F&axX`{L?3YEIcTo)s%Bf8d8xvV2COtWiV8a?=g*_T_dG9jzPTh|I?S5O?Aq!r4;IT4Geqa;l=D zswk=|>Z*#;s-n88D6lGOtco(LqSC4;wkqnaiju3M>Z&NbDr&Ea@~ff)s%U~L`k;zd zsG=LHXoxC$qKdYtqBE*!jw<@2iWaG&OR8v;Dte`gcB!Ics%V-j`lgE3siJ$TXrL;3 zsERhKqLZpXr#S@`ec|1`O3&rzNQJ$B|P+r0nd8w*UgK8Q? zuvdek=pbK&#?IK2=~FM`vH;q($Xy%bI_V_KI-F`E~~ z^onS8Ugk$@HPDp|bQJ?#%|HtnsF8uL(Lf6|P?H9_Rs&rJMq6bU;uxypTWSjgW+fBK=X~OcBsgWIKl)P=~6Tq4klm(NJ}|4~Lvz3EF%QdLvrh8nDcNT>$VX^HB;0kc&;Hap}KvtRm6 ZzZ}FJe-+g?iblH%OH#MXeMN_nUYd7MZoQ-f(yoAyYtVC*E9R)@8c7I&xo2B!=}QP!nVQ(K_d%yiP62p2wFd!GyWve zS!ObY9YL*76?O&nEO_e%3VU29`Ys&?g?)jtE|`Jw3I~FUjTJr$#$&H<@}df#SS7Ys z#wi?f*-w*{u}6Zc4#Bh5SLKd1L3jd_&Gj&87NYJKLGv^n`o8&Y^S`Tik1qAKZlR4O!AwbpU@DJ@ z672@juimBU2f=Dd;P!t_Ymd|gOXXVL#}VR7V+G4)nXjD|%$KUMV5Lm>Hw!`OS&QL} z(28jZ7R$=!8)#sawpFZaSi^duzc1_t uV}LH2s4}OaiS_f4|shPW%+ZRu-yD)i6?=tD^- z#j7*$F~5)bhB^N34*;GqOfkT9f|~?6A)acZ{fsae-x<3*xA6vPR8A3#a zyMI!IVZS9hX+Fej)vDU#2?2lI7jbi(HD(fL2BL=@=!cB}32V$YaES}n>^w(IDHGv} HH9&R(l2|yQ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$attr.class deleted file mode 100644 index 59d012411ea0f102c05dd680c242d69ffeb8a821..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1466 zcmaKr*>W327==&U@*+jv+Doh?j)4SlLWqE{#{^;%2Z2Z&%W)tqrZv-%#!+UdQOj7Y zZ;&e1_n`WMDlT{c?%;ta{?iD`DGF}R`TFmk?*H`6{QAewzW}&^y%L_p=I~bqtQ2t$ zH%PmrEs`TONc*I1(kG;wqyy3psZY8^`jqqz=`+&1q|ZsWNneoOBYjDFpLCz}0qJYf zhoo;vyQFVPACbNz8PfNpCg}%KMEZ>s3#kIhj-fS%w!(<%eB3q)s;00IWmz64sc~6e zH~p;V8m`~53WYma>J;W_n|ZdM#5TX&bL}ioTwh`4aDCn8uB%WvT-&fNYByYNoNdYa z#edChC-VqB7?4eMNzwxo#?*W9v6 zt1VlP-?jZtl3J-xbV9malSYz3VeWzP)!gidTvLN`)3&9;g$sj9oW(6$OS{%x5s)3H z2NTKPHHFDRX>hD$>pJ6l-8GZ1Nw8L)_0m|{axSW+u{}^2T}{%&T~ZicIkO|TzMjPr zeyT1_U+dj#+I-tI`8sqxi%civmGPihaP34IDH!LZ(Q++KZNA_)<~Mz_xInSE2n>$p4VD!hz~*W&P6w5R25g^BWHht`Y}vj6&(%565bFl z|Fr-$)MYe|xBq$g_b>zO=^>9{UGNyuqaI^=+@q*V9!GT9V?s}QOzCNl8Ld5L^_<7N zUhp`o7dYx15Pg%6O|sq6vJhwsv?)yxaA1WvAxbZmsuo2c71Zm>@j9t1cU?ISYES$o zlmik6egHoTFNNcRi$J%)12y{f)xF*w*wWCR1=?Gn?FD{JA&jstX zFuBo_Q%@L76$=aDu5zy~eO{=sm>GXV7wzg&`#nPa>9Z3;W8W5vurk!8dOtfKDfdZ? z3|G>jmBO3|_TYR`Z1__>B{UbiBu8bb+`bXhsp4{PD9XZFU0h~HO@zG4q;+bhv*Ui% z@P^Rdm1f}|f3!0v)qxIf(eaBj@mVCejWj`mpJnY|J$T7Kv&5g-KqnY7>jcjV*|tJ*XsE$$EYf9 zqsu(`BfveZbJoVj-{#lV3(!q#bJWwu9L+SEqm{Pj=!9W}Ff8S*fX8TJhqvtW83w$? S1FqHZ5NnJvD`QsN$NF!&VU48# diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$dimen.class deleted file mode 100644 index 2a53c2adaa99a4eb7183bf4f9bccc9dc9759ff63..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1908 zcmaKtYf~IW6o%jC&bmr$F$PTt5h4o-tR!mGU^JpA26N%2;$_l1)66!^^iZ?23FeEx z$?6YQ`N1FHU+}+Jp3}RVVyq=a)p?)oKHYuZ?z79^|Ni+GfSa%t)UiGI+ZY~>V;MV4 zkC=9uwwU&qwwbNt!GlfjQFhxuOlV*C%bikyT zVx|UDlPP2}OcB!|lV&<%I$%neVy2X-$z++#D2_&v2+W6BdaR0|(JqS22FA8@5j3;h zJj-mMk|0%u&W)l>u_17^U-lE77bYy_E|l|*RTLQ;_uuz_74&lZ>^j}uHKfw=ED6Fa zw>m#nV((a+73P3SDhydlR37WV&?3q_37Xo(%|f8o-RwoVPfb)b1um6xROq+$8@9|d zea3vDPl}*3KV4eiFmVu?JWMpzlgGviTqz~6J#CBbY|tuHPW6^IIc2J6s9fc#gszLZ z(jlobmM$=9r#9$ad669p%#_n~WK>{Po@Y;=mwU04lJk9b?zdxiw$F6SM7n&=VkxVY zswC-b(oo@1oM&wt^%hXyot4Zd2CCJ0WPz!2Ub}JX6(&n_?Q`roEDHuVmdTx%WyJ;Fa#cD_w(E zx(U(&2z~*I8}zA8DoBSH|A6@2Pk%#k#1GEn9&xpkfK5E0PxKGw`Qm^443NnIhe0{y zFf2zLM&+2pxU4w5B&!ZD%U2vGl z#^H*5+hJDDIb4J$d%(GIk|Ag z3m?FTa$IW{7|NjDtpCe8WdD1m{q_6DPXH5G&Z7r68o%W5EQfB~WO~jt$@GHh7Sl_n z+f1*R?l8S(nqqpxG|lvuX@<#Rnq_*&G{>Zv=9yfkg)E9$EDH38QR2V%J(c)T=qS&K ztGthuII4za0Z|et)HS&kfwn^#Cy2HMx{t^@VH9tuK%nQS;%2P3wlp2nak#oSR&UU) z?7q+0pX{xh^gX)9LH~VquBfmaM}GOU9q5Ykc5E+-b=9|5hxTTsXnxuYc3tG3MAg{S z%X9^S%<9;>`lKw3VAMh{`YiNwIK$yAhXD@fI1F+a;&7hB1r8TE45KfLCEDYEod~q@ zadx1>iv8GK*Ipvf`L{7#qn~LH{ZlOD*c(xf?HMJ9M#-d6@@bT;8YQLbnZC+B`T+OIREc^YU=k1MHWM_{fa|zQnx{8))1-~AKW1G5UH||9 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$id.class deleted file mode 100644 index 18c0f0241eec5934aaaa2498e48e7e95101a4330..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1979 zcmaKsTXPge9L4{WWOLc91lmXvBcKE^LBf(m<&uboXe1IK28e>f(mOlZbTT`Gv$HW# z5yT5#5XB2#@PbzP;*(ZCSmlEszz=14PG_ysvhd}cU-!&xcc0G5AAkP#yNHa)4_TR# zmm4qUq_s^B$t$ER=~YrY=>lm3={1rfT_kNJT_SanUMF>vE|YpmZ;-Z=-Xsl>-XiTJ zy-gYveM!qMl#W41l zOjP!yxfrKuT){W~LJ~)DB}n;$jX_kxm-BHFEOXpsumw-Dv_d(FYv(x^&Byo!lj_jm zSDV6M9?NAyY;>sZBbbij2zzRd;-sQOPr9NwHS@;T?qo&nFY))dT=&18RB&J%Jgil) z@YdTs`e!tm#FQ7XgRJvHeamZuDuTkEs;N%!MrW$ag*4Go)wo^MPqc;8wP-;{r7$QJ zmV(s+jvu9kijEL0a_If<8=u5HmwDop$&6rDqJ)*X$WsjW2DwRW+Iawz_5Q{ z4)09F+*rpnLOWWk6ocf1F7jT#Q>edpxcselTgcPV?-pMZK(Z5=oqsr{!=? zrYT1#M=8fBGn8j2vy|hM6O@ybIm)w?=P0Krrzy`KvImN370~taF6x9Qis&#Lkhja|G=iSvyDE@CNbtcLF_+Q6BEW zGdq42?-%#@MQF2|JR%7=xAuZmWf`MZdFk(uy&3mJa=o~+GwRqbzA9CcU$RI_gLAaHe1=E?zM8C+G?dwZL@N} z+HU0m)o*1$?XdEo+G%A_?Xr?ryR8hVVJjo*AuA87N385od#&tK`>l+sF)NR%16CeW zk6Rg62dzw~C#*cFCapZhb9%yaUc(=XpduMGB#VM{pdX#6M-SSu8Rh6hH~LYHK{R6+ z#n^*hjG-3eXvHK;flkbz5+~7!(sRYRL_MengLt%fDF}t4P^H(fNw;-Nx`9n1_2h374}u4O zfImu{)S@TxGBfYJdHa_6_NR-d9>)XR|<>I}t?8H2ZNVqMqw-xqphVl|q3k(`L|(FW6y9zYUQo>4gkN{U TQBCFwSVx_^!>WZXtfKt|Zgggl diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$layout.class deleted file mode 100644 index c2357432a3dbf6d9d380c587c52927b61ae6c069..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 799 zcmah{O>fgc5Ph5P7}K;aA8nx|X+voX)IuDoxKu)_h(Ic+*J!<2(yeT7~_Hq`>Xzxqxm(^xt^ zQaSaLQDi399x;kmO){HL1-7nMnaa$K)JbMjn`oyqf$l#JI+Kv0#=c37dnr)e-Z>Vi z9oR8dJ42J|H+d52?7fU)ssux;WPB_$!}(>g=1$CvG-5foxfAdY(^O{%v7F5`)%!!4 zjx%e<=V7cTQq4nUGo738XmBy{LZG#;;!6kKJDX=pzcRe9akO_T&!msLSn;ulB_9EY zWe&GE+~#lxOHDkbi~eVmz#_|qu}ml7+vrp)vb%EK5T4Q3?$A%uK$~|HYxDXN$w7%^ zqD1mhB3U7|!0OzX5tbvc&)Z diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$string.class deleted file mode 100644 index 27d59799e8fc8168cf94ecad01eae6b2f419bb42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 480 zcmah_!AiqG5PjRGO&g=F)oSZO5foI!ARaAV3PPbMROvNr(rw)mcVUxMJ*eL#9t015 zfFC7J+M*}%GBfYZym`ZXe!YJHIKhU40#@_SbsUyqp>AW{MuTBDPI!{We!z{dbRvf` z@0>pcR#R-TnRn^_~Uf1iH&p$tY0 zLcOb98EWGTh=#!8;l_5u-!%f&37k#stJTSxwsc=j*0iNVkF2$Oy4zFX-$vPRd7!%S zLrDPwfy!ZCo<*QEwr!6F0~2s-6LhsNLlZRRffUUJok{wQGH;pU39T{j|k2h1{V?7i|55oiYSPh@j)jc^JD%vhJrQZ#V?(RFD>Ph#& zaZR8`+S#ha1-Arp>#jGxzp!mafvfIl?v&YD-jh$Hg|k?&Z~`+HW*JU0%rVR}oMJf5 za0WA3+z?p!|CIt$+}H7>-*fJE_LNIcF!!$-tk5qvO@DI^c@9A;&pBeIC^1u-m?==q zlqqJ46*DCxPC)Q1gy(4G5DVh;(g%q5@o|YT6K_7ldD7Nz1IoBas~j%>dn&?lzJR_4VVN2M&ymIp6z~#7yrQ{Y(__A& Z_HS_k?@6O{|m|+>xuvX diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$styleable.class deleted file mode 100644 index f6450a1fb9c411adc1bd35b2a94f39c0e53ccc7d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3758 zcma);`Cn9J6vodB0|Nu*Ft&iXOKvS>wr81=7)6eWS<^xR>tSK`7gITh+?a zwA3=Sv~)^~%JzM)Kc~;9dY;3eAq@7*_j#A|o^$Rw@4WEC-~C5KWS;yPk=tZz>3t!Y zRccJ>WWc;pDYwct;#J}`VmnQqA%5p{2eFfQ9VaBujrGI^Vk7Z9@dEK8?bPWmj@~48 z6MKlg#9PGMH0~kR5WPenaTjqnP4*G{iFb&1i37wzB9C0k&Lb8O-NZb?ql180OWZ@; z3z!g(y+^!H93l=A9}piB{lrJa$HXVZ5jZWW0?ZC#C$SAEixJ~EWnIixPNPH(P-3{Y zoen-FJ|jLSz97CNz9PORz9GIPz9YUTejt9NzmqxoiTIiLB`m*%<#!{oMla*}t$`KT zElxIQ4(u)?CATyisU5!4W@WlNEh7foQ%2f$Q@-b<2F*q@NiwXFnnus_Q;ur|p5J2i zdAY#I_+e{ptL?swxM4lB?6cmvd8^{c(=l2K_e-cQLTlW)D7M4CJ|XtKJT3<@*l*rcrk>&twv$4S}#!d!rQXzeBxF=@2@ z07=#t*>19fWM^yO<6fo_X!>YoE1WJ{Z_cD5R?BcPth8;USTfh=Y#&ihI(D8TBc~5t zIC?=kboW1BPrD(ztwCP~0nZx6!Ai?_tibWyRyznBH;rmc9mV`c+evpKr^!WZf*{%K zrtDrLQCQSu-T|z^gxb*xIq?47}DuKZ>W0T6i5DczKMJ z&v#rWxWY*3tl2A#gc>!Mu`PJLm*%?KZGVN;&L2js#YZ-oQ3sLcw38!;SVgQRGDH{Q5+3ckIl7bZ zi7XKiIiiOqYdGp9`iQ%TyNR{LJ;c4leZ>9513dO1M-LGX6ORy&5|0s&6HgH9h$o4s zh^L8X=-^q7o)ar9e;Ao|;u;!>vQP~f%S|`L+gI61^tQIxIhl)pDQ?66hjXQpRmG^1 zg;hmuRZ(75R9F>7Rz;mvQEF9GTNMRYMa@-Fc2!hf6~$LY{Z-KdRdhiWjZj4|RM8Gq zbVLfHMUPa`CRKDw70psbzf{pORdh`ijZ;PMRM9?FbWjydR7D?E z(MnZxQxy$WMNd`HR#kLX70p#ee^t?9Rdg9zB8Hb7+=y8N)IiJT92Rpxx1R^gb#a}% zfN}MJfxIX$V^$%X2M?EQk`PwJd|Li-BvBeGi6=s_(s-gQ7K-PktTZp>p}d64@={Tz z29-33V6O^$)z}*o4eQ29+!)J~(RiXfRufNzW3hOmA~r6bh?d7r#*tHS*leAfO z$rjlwugHGcDhFko9FkY1UtW_VvR(d?9rBOtG^O&o3CkO%N_LsC@}?OlyG^a^F%xC4 znI>B>rbH5xg56eOGxa7^#@}Ais@0(3>$h;zl&35^~?2-@7 dA?Y{$@)7R%7JNquvUmv^!Png?zar1Ne*t1G_e}r* diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R.class deleted file mode 100644 index 6d31f4dc53a865261d9caca3944b0fb240cd256f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 831 zcmaKqOHUgy6ots_zsnPw^2s+=KGyXi) zd2VurT|uL)D(nfGdGOW^6!tkz^(Y$#g#&@IE|`Jw3WtK4O%y%~CKIo3i>3-k?2_1P z;}kw|7-wll?XjS)L-6c%YMl*df{Fcu3ue!=gj<>FT4%lwulvUTdfMDp@b-YNhHbzif@HoZOwF}lOdpw&VSgw{Nf{n`Ri*bVL zlazLj6O<+kRw})XO znE2oi@JAW%Er}tT=*u}@ZTFt4?(aXoegm+84G&|u-T5(t=>kS^hsiQ6G95A9WqQqY zkLj4{K2w`%iRlf~GSge86{dGgt4!~i)|fspJs=Vpru953c{~!xs_<1q35ZRB%!@d( z0z+)uNql5#I$3YoMw}Si7U(}cU(tze3Y1RIZD<=bsy0zp*J=OAUu(POP{%E5F>rcm zTLmvwUH{SGSxYBWq`*6?wjI*C3$~{cqpXRes+F&!P>0^Q1 zvWbjc73iFv*`w=K;u=*cZkb3wX&vtCWLNETUAYwpDs+Wud@`A_4MVjv%GyN0-;5%i zR6^BkYMPzgQc*35P3^cG>beTr=c_hwH@tuML=^kU$sae;@wjR)7`Rk)l&(QewtLj(vit6t_zJ3Gn40|ya@SyoA!pk0FJPhn8u#Lc82euj5 zo4~d@*zRD5uvuEK$65-nZJ7&MgS5uFe5{REjzA}b^*>}hrGsH~`s6}<6bWu4O^{$Q!L1OMLRiLP2fKu=|2hzs!f$Q;%#&XN+{GGaU9A6ZeqO%-{j@PdGi}Y#PNNw*X?KQR7)A)gQr-&O+~(F813t!m U-eSPD2D4Shn3XXe;U3n00{4ZHdH?_b diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$dimen.class deleted file mode 100644 index f88136cc84e556de31f906ce0cdfdfbe7204226d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1917 zcmai#+g2P!6o&ue%s5IcF^WkB2oMelj3l0eiHeD$m>5nf9y&GMMNdIbHLJTP!QA*v zuDWn7FMI%B!FO@Fcg>JRXHDYG{=e?pRki#k9w?&Ga494%7EcyG%bY?J?~$J!JZkNiqGz)L{CVDP;PEDPjtkG}A+-117~3 zGc}l+Od*qDikJ?WG}95&0aL;hGqsqSOqR(E<7gO(z-7S^D^Cxfe?*8TYf(-;Ujx9>ckbba|hpQdZtl zNzz%Qp~9m$OWQU&oj~{QdC9zEpz_Wk3rv*r+Kn@(FkTuXue`j#WUtrVOT)7ThSrQV z#VvvUg~dIAf%P<^Lm%5TR^My48amrijfCFF&6K`^Jw=}jJ$GLY6it&03`VA<>7=V0 zmago2qVinR>zPeuqbxPiNj=fA3V*HBo!0HbBzb*n*3Y>qFtQdV-4ZI>X*&z`UBep= zZLJ)tN2-c1@MRTmW3`Iw9By!Uhr_!Z-sA8-hYvV>$l)UnH#w|v_?W{j4!1dc!r@a6 zpK(~{@HvM&9PVOu7%jTB|69AjIWDlCC>z)BHx6}3?Y!`UX;`J-raJuupT{U0A{u2+ zUdfhMa^{uHc_n{d$)Z6MInC9ht|u2*vGl}vjj-(JbOS90%_8sL?B;Fa3ol{(>- zn&FlDLD~nw=Rk3Tp6aB6ba3eph~NG2R}_c*%No8Wu67cziTm_K|1?i0|Kmr1RQ5Ua z%K?W$Ipi=bM;u0F#o;Acb$D66;xH!9IlL;R!)tQf;dOc5;SKqw!-Rax;ex#Aa7or2 zCgqgFw7l#vBWE4v#yDm$fmzfr zM|1@Xn8z~3>sX}AwM6&mDqWdtbUT*G-U`{NW0%fwpSlxJRz%m*(5>vl16sQeTewGB Mp&eInh;K0QALEVWF#rGn diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$drawable.class deleted file mode 100644 index fdcc2a0a863a91e4dc6b8888c1ca4c3ddf9eb970..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1155 zcma)5+fLL_6kTV4xmg7dh;kQ21XQY^T!)(|2?@~z4c@J%o#R+6E$MVbo{XPl`e5RN zAK*tB_dWxJA%ys{*6O~Tz4mGQ=kKrI04A|kL=PS`eJkKa0o|Bl^^(;zt5>XMSiNR7 z%jylQIaY63&9i#Ps>JF&s|8jLt3_5HSS_(qtd?21tX6VZ&Eb(ie;6hHN8eM4ABB$c z47tktT#2JvSQZfL0<8^2ZbhK|M8pZAJ%R31qD~maJ1P+9IW4&x>uOcgn9h^g!?s3) zZsp)S=cu!{q0{$hjpP3N8q$g0*$q^poq8Q@GI&OwmU4L8j>Z~4&?a1O-FJ3Xr~~qK z>>`hj&zAhqPZkB5Mn<;;npdN;rVHKhL;a+-PmOqb&roo8#N+i?T3^F$=xuv(V2lz;Kmekl`A`b%r5^8w|q?HyK9Im&0R$q5m-> z(8d$(K!p|isk^Pcguab4I&qJ_*B<(1EEL!wsRElcOg;^hRm0@gFc~&Xo(+?2!{ppB znKw-S4buw583?`z!dvuY6AR*&v7Zn>O!_uq)&!?;hqP5Mz&M!%@|ZYk{%$hBg3P37 zlFcbvWHv=k=2H}8F~vD)r8qAyq-d3GDK1KxqFr{RxFkDMT$Wc-bn#FD9y&pzfN8W~ x21U%G6?5poJi1V#yI7!ivq-ODiA*h1?Fv;sq-`dtCxiRAOI)Orx+!X->mOzr1?vC+ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$id.class deleted file mode 100644 index 268317627f957372b7eb2c5e3dc586a3d3a04f06..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1713 zcmaKsZ&w>d7{#9fLLkIaMl3}tt!-7Pr757+0 z-&cMZ&%E#)U-$w1P#*6c;yHRe_RYP&`LjFo+M>%uSqfKo1%PI zl<$=sHc@U*7AP1!0K|!s|>Fpmm8f{Eza(k8u#h7G&0GC$t=g+ z$-ca4aYBzpF6C8+^Oh6SZpWBAv4;C*sjcr-lDJ`_{Yr!n)5&epuB@N7^+kNcr3mqd z!%Mf*P8P*0He6}_+_u>@W%)?%p;6^hSuRuFpu9=BLb*y=rd*@EMOmS|O?ij1N_m%Z zow7!Gk8*=@lX8plK4qP9n{tP8m$E_mfbyYSD#{N^CZAju8lHErB*rx=H*4E*g!Y|y z!ZR|9U&|u?P>#tUYXuFm+~BAp5RC*I6?}JoPr~&;7BVt0t=4Jf+M!zNG>?SgZGHyCxw2DQ3bBxg)_g3 z`XwxX0__iz*W^C9e6T?th{0$;YJWehM#757&$`D;ukQ0w(EVPDdcez|E_oT!WiL=;b9n zt#lt^HS00z0B%4FZ22pFR$v?yj;+)d%4IWl(2{lUsKSL1vF#{{Wy$v z97Q*dqZudBi>J_vQ|QDQG~yik@B-R!30-&vO}K&{yp9&Ug$}%n2E2#>;8@h~`_Y{v?}7H^P}c*tZEU;U)`VZTv4#v|G^t diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$integer.class deleted file mode 100644 index 1d68ec96c9175b16ef03f670a204ee74d62ad433..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 490 zcma)2%SyvQ6g|@>O&e2N>$3`OR8SWNacOZ=5DG=1O1EJ$oz{_b29k-?mER;T1Q&jQ zA0^(@qC0VOALrb2&&>V!e0v9QhHW1%*2+(HxHULf_ps? zDx)K%$0nNcna-yStjAF4D6Q-TL;3J%$l!F%NHR3~O3SN!8q4&S#|a^=z7aeb@>CW5 z0(9)1${0MQt(?e|A?Rr>({94EOcHU>=X#VHHJXKqoN)0N3X{s*sw4{s`wP`ML$xE4 z#WVaHlcz#ns=~A~IJxH!JU|t-02O#1+Vr`9EM;gG$}r)25?;smQdowaKZH1?`?+*f zhFal7Rf%dcrsz`_Qf8Fh<5#ffIlV-&G6!P>R0rP!sG~_;6)QjD-8nq=qq28b=CBA~J{K1zHcF(EdZpy9QdPKWK3-JNE4*2t5;$?SuP z5B>mul=1r(Vq${$a?bhgXD>g0eg6UAB@R01V!QgKi(VT`7_#cKddzBz)efrxt0%0s zS?#hKvf69nX%o)`Ruk*YnNiXin~bGm5)j7%o7Ysv&c>6>*+dKU|EfD3FCyvmSmjiY z#}gC&v&ASn6{a>{2<%+HWg$~HR>z3hU2Sb&CN_kJ0f{ub0^>(Cy7pvBAI2H^23o#rl~d4 z&q1U^sV)L#Q=K~#Wx>hta_E&n>rh2kCORK%o+|yu@X5x>!CZcl9`56Thh?mI@EKMa z?l9bCxQCS{o(l~Ae@tMRHwKYR!r=X6t`(WyxM2=2=(Bg}?`fdT4oJ1xM9Ji%WU^8+ zxha_p5mzACIN=&a0kI&i?|*~%T9(%d8)Z^sgS2l4YArPd%!mF&$)mGMB*tc4p`c2Ux=+F=7 zM@92g>QoE*rQ zJ85)R>VfH+sjvfO9vE1Y!LLg#-6ccz@TkM!HB4VHlv+}Y>&dt$>>ckZVk#{YbJgKi zrg%Ym?p`LeBXL&hAw$^ITG)o-Ng{~fZ*kqXM)n^gC5AkHieh8M#7UJz?ftpvf+1gz z)#8Zat(n+ZT*=hZZ=a6%l!wTp5W+_gpvJKG|4xQ-DvT7@!|0|r60u|0`9p^@dS8xy z%1}s+sLD`Hz7&guBFc<%?)VMtW!7Gz=+DS8LaM|00G3fEl*j6icz4#J=}P7m*;LK& WtJY*yAufY8lqeUe>tO>csC@&j(Q1zX diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$style.class deleted file mode 100644 index f8a446ecb7e5740b7efc4d42a4fc7eeef4db1f06..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 928 zcma)4-A)rh7(LVfuB$DJqKKkEkrtH|yp))bCMHc9Okjg@)l9cT9kSi6yHkWKpULcn zi5EVA&*I+`7{6~NUK!h)bI#27cfQGd`Ss~DfT!58Foy^E_Y3%1MI9TgzOibu`p&Aw z>IbV$RzF!iBqd(6dc^9O)#EbUGM)&mdg|QljmJvHGW1oi9gW7)^!6j8PqZ(MjzR&^ z5!jfX*z1HRkw9~X%&rdA&TLIRJyNqZ^|T2nwe?C5hRXbFl|7#qYDb}wWFQu3Ov~k6 z1WLO))aJQBzS%kwD72#i4XW`L`;$>$#h&c*Xr~+bGB}d4=JVxc!MxFlKrt~FoMU%F z8r=?Lk|?@f>&kEtM|yDX25Kn%3)hcgH8DC!+=E6|^Gu+!>j#$>tixy$`|5?}W~GCz zQ+XzB+{Tg(2lFRd}v diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$styleable.class deleted file mode 100644 index c44783609d3818710fce7b1b4763d2197fcee4e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2950 zcma)-+jA3D9LImBP180F5EhUY3N2EgAP@l+l?r0DP%Q*nECkfLO}6Pmnys5nX}OjA z{eHhAH_`FIaq^(!s1Lq4;~(Yt{hp?jLXz?2^WAgK?{d!f>?Z&G``e!)vO<0cNUIzu z9rj6MsZynNfO=Xf>t&cYNE{*#Gh~3+O$-u4#2#WVLyizfiDSfZ;skM$IEBh(%ZW8a zKe2*vSimFp5&H>lNcos{nm9w8CC(A&i3`L<;u3M0xI$b-(UK}aJt7_x_kl8ln8M)` z;vR<~Vlq&oIQNhRt`XOX8^lfG7IB-nL)<0q5%-A)#J9vl)|<+wN5o^|Nx6JiF3*%0 z%}&yBJ3P~~+U&H~>REkCN_Mm=seW~(%S`t7no1Ow>+>zA;;v)IN5hJR#Mo9zpv6gf zEoPsc974&lL01pvH@VJ$9k<-I8L!uIZ4V)}1wxuF*GnsDD6rgOd9mIO&&4Sds4}-$ z*cQ9bax$Kh*#)9DnXz4F!YaI(%^Ax@mx*Kfd{Q!V{6v?Tv#Uq1zHoZRja%*ThLUKw zxJZFc)3r^{c2XUd=h>+Q+?Z1&e5++Ada+vN+F zz#x58e71~UoRy=}yPT14fBd1C^*qAq=}B97JN->|%Jx<(DQ#TXsl?Z;_cE!? zPFWi>echJ3#q8#XVYE3hGpS!PjB}Gduh)imm1%xFBXPmjR0^*}(oCl17=WMNeAUq`79`H zvLPrNi3qWYbDR0pPIM4kh|h^mVk<+o@hM7dCw35D5ML5s5naUBgh_NWEykxfVG%t< zg6Jh|VkfbSND_TSif~ww8A;9Fi$J|(+Uf9v*Pz3^gOx@d ziq@m(929*WMdzYu1B%W=(fJ_^7KAWr3}Lu1RGF1Up`dQ`1{*DAqa|##l#Rk{^rmjK zOgCDt8?Dfd-U0*0+hCRP4w|k+(|6JIJv4nEeO94O6S{oBrmNX>4V!+*rfWlitb7!z z%1U#Y?(Spvk5T0lRB1t#b-WfOyq4Q|-v!q&4VO?O`(&2vmpO7kT4Wes!9n~;9Kw&n zVf+Xj!AE}-ANeu4Bgf@|oRG(IQl7~v`B6^GPjW`Ga#ntobMl9rm%rqK{4Ez%NG_?V za#>Z&6;&%&RlQtO4RT#I$_=$dZmQ*SORbdKs!8sswQ^Ur$UW65_tkcED8YXCcI}rT OXaGB2FHdDqYW@SBp6Aj4 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R.class deleted file mode 100644 index 2e715995aa0fce4da252afe37ba3b3a851ddfe2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 867 zcmaiy+invv5QhIrleh_i9w>)WT6##2Kv#%M5I2>OkRp%*>bY; zT@U4?x?yNJR1vBCl8PEYemR5%nU>!TT)pl~E;*i7NIU_J}_vP`P*hFLOu zZoI-x|UAFa3XlVI-P@RZ(@JmXOo2G*Oelk<@YKkg2}jlQa)z60Iwe;RiwYdp-%N`E1Kuwui@O`a<`xiWh>l znn=N7sZ5;qIB>Mn)1D8i0%p@*s05OUm?Lpttu1r>jeL5 zDyY3%RqPp>stW|0b-ydy1Mkpa!WAzq& C6XII{ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/R.class b/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/R.class deleted file mode 100644 index 8b4739bb88af691d60b531183c141acddde3186e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 266 zcmZvW&1%9>5QWdg{Af(86zMaxF1(1#N;ieBf`XRpZ*H#jhHC;b7W-IT2`+p9AF4PJ zm(IXpzQdeh&i}^~fC>5`T6hTX7@$Y+r=~FVJE8URnh@NNGSh@!YzjTwZBku*$<(s* z6qiccL{_HZo9WhTvn4#ovdF5^WP4%FN~>RGwOG6n!ezOul>Ri$1%ENh<&TWu!Xpgs zMF{<7MOayUi+P%BRbvc?|80u6Im_xZi7Nx%@BsQ_!$H96vki36W{s}1#}qOVx~vYO E3n}U~wEzGB diff --git a/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/livedata/core/R.class b/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/livedata/core/R.class deleted file mode 100644 index 2c1a2b3ec85403d51b4c47b8c041fced6c1c23c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 294 zcmaiv%}N775QM8Y`=je>f{!2`)PsX~RJ;f|Ee4|G-aFgsgmDMPP0+{kBzW)vd?>Lu zcuzMJ^%ZnM|NMS^1GvPb#0dKZ4hoD3`L*j@e?u6ZoGu9IZD@rsu3aa0tCvRN12

  • s_6hpXAVHy;YYgmSN447c NOsP~N?5QTG{s2=QKyv^9 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/viewmodel/R.class b/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/viewmodel/R.class deleted file mode 100644 index 20bd03309d8e55db853abf08e764456731b6477c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 286 zcmaKn%}T>i5QWd=SJP;N423~% L5+TAw)I<6Qf7m_0 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$attr.class deleted file mode 100644 index cd8ae95fa1bdb5ea99a515f7de8118636a87c43f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 981 zcmZvaTTc{05QR^(_hDe!<{}H?6%|lf1r?Q>xJp7o6j_4L&1}2dILw%#7r|@%NoF2Q zeDDYOql{H8F+_Yh=bP@Ds?$C5^Vjzu0A{i3VH9^WpR<@KVFdS>EYlp*0n>e^w@eS1 z4w)V@9Wl)_y<=Knde5}T^nq!K=_AuJ(KLcKLbV5x^T-mTkA?>?h+bS{2nmB4`YfaRm5FXdO)TY&@)QY`ek$%?M+tJCE+Tp%(Jq}dp8q@RfV%D||_0B4569IoMigZ#B z)&9Pw)!}s&HIvvh4{Kqp=$dMq<6JmT^B02fc&yimJ4v8d4G+n0PVcG%Ovd`gleyR8gz;d}mh&bRm^fwYW`x zz$pEMK1!T~sKjBMQy%9O$vLHRPQjd0Hs=)2IVE&XA)QlB=M}+#>g=(+D2Zsj9yLcHg`7 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$color.class deleted file mode 100644 index 183e75424d5608ae2d08c07d724f160673a0b918..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 640 zcmZ`$%T60H6g|#kk_^LZ+7QBxRpAKd6Gk-l{Rr#Dk}^FJ7rjUC6fthJH0s9G1QH`zgHsebJ9z$ zVkLXGmSJlkNSJc-E4E@}<5YC{P}w&+Z(nB89x@bnzT7aBj&v#*X4^6o=fi$Sm}}lq zR0-QU;p&Ey2j!Du$==EVLwT}GaGGVp94S5+2r4(*JWGw1=_pc~r@};+tz5asP~A_| z#Mr;mLz9SO>1@2qZ+HAB4=|4~K!E80GcL@!Fo)?1wip`k%w?E!&5`0+FS_X5iG&_v z{*4&l=@X{t-%6-C3t~0rk|P=ANM3{m&;W!KKTsACGQ#rLN3e(d_#;IxFD{}^Ja`sh z0Zq!PSbAyR%};=OSQw)imc}TD-WZjzI!4V6V{pSl+6vTMrdA)zbnzA1Vwq|MVvB@6 KDSdoG1I;HP>V-!D diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$dimen.class deleted file mode 100644 index 6d3be6c4f774a6a994b1b5f006ff98980cad3224..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1887 zcmaKt+jiST6o&uFImVE72rY)zNt&cNw24W}xuG0F3xUwmoPcmp$I?WeL>^_ya+}o~ zo{2RVti=Tnz$@@BEcPDTT~Tqk`TtLvt(pCgM)qI-{P8D%+ps0nurv7U7``3HDt4J3 zG3_yJGwn0&Fn!0g%k(|d9@7s@`%DK+kC}dCQcOQF)tP=~3YmUkikJc>&GeY*kV!Gc zOm(IPQ^;hPBBmoI&2-Fk$doX}OiiW+lVviaI37hJun?xr6O{+`cAlp;Ft(-hppjuEY^Xchp6&2XlN5Ra)HI}WdB$D)I@nh;A){pg??H;Vaq(z z=Zxq2G!HuC)xz_269=Km!bDR)S!}GpOre0|X`6RPgI2CG>bE$_nNYnz#V*ejbW_X~ z7HKMDX#0+6Vj0&vEvh?ZmcCQplGTzV5{&wQd_8D%ONEg>xE>yLe zDoHw%)Kz#KXKC9;y$9&romb2&2CCJ0$pV#PUAunfEld{1C@W7dFxBsN_t5au0we3j zn*6T7;NsH0z|ck-(MzA$GFCrmH|sjvRrQ4K$gPyVf_+7w3te|_4&@Eg5*Ut5Q`4I+ zZ(2IC8;NSQG~KRjDH~;}iB4-tsv@1$wȇf7g+FzGH_+DY44sP7wIW@LNyNIg+y ze1R{^cnfP~++w-S@;1vmEbp?s$MQbQ2P_}5++kT~`H1B%%f~FAuzbq$8OsLC=PdVF z?qh8fO@YhjbS!Xz+o~nX#BpX6h#G8s-S$f1w=_mh$d+8+jVw3*2QI)EQ{!s@h6$R zF!914;Eyt%GcAN7dUM`q&&Qs3X4_xCfBXb6h1DF2xZD0Ei>Fx>FwOLgX@==J(=5{q zra7jUO!G{ym=>5`GnJX%FjbgrrYh50rbQ;jw8Z2vEoZQj!F_?DAdJ0to~vRn3~c2Z zag_U^9)){BO+c&(bhR`&b%EYv8QTx{1qvr*?I4V{l`l{{skjsA-Ca#<`i@r*###+J z_2&ER!^we`NzbKY9Q8lgQjYcZj;~^EH~Q!#!~dz%p=>^FzO~2mwMjQdKifMh&_4M( za*>CxPnW&Gi>m_dqhp%_sgH|i0v)aRif)Z61M4cNMWI*wRPsYr(@|+-S{UMRfx|@(!yGPgxXfXM!xau!Ib7o~iopyX&`1Bb1%YnfQ}R_% zFFkU$v>OZb{MC=!^ouOgpTa_x-4JEjkWunvlx!I#XGY1KQSxV$EE*-3M#-pA@@kaq zlD0wcp($RcrxK|k?HKfNS_RCY1GC6s4qcc> q9t-G4neL)O-=RuZzDTB)sCSt<@6lK!aEmlYZz@o>g#JI!3Hhl2 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$id.class deleted file mode 100644 index 0db91c28bf7d1d7af84a097d5693ef1cafe84f3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1683 zcmZ{kZ&y@R7{#9h3+VN6JWZq&8`ul#?!y zI-~{CE@_eUIcbTsN4i4VCoPk{Al)N%ByEzuCK=KrQl0de6qCLw%6CQi zUddq-zpiiCv3|!VkJY}VIJ@0N{R=gwvvKr@4HCJ zKrKn59qSs{8a1=jrL8#UcZyqS7Vnb!EY4I?qE#DN+Ihe^x0NdCx4B6yK2u0=rP;2} zW5K0a%Opz1U7Fi18<}wVnu&J!1y@&cucAPgS6jv*D^xo9deo0C1)bs{cms4J4cn!H+@3d-hcH7jrPp_qsNj6MoIqpvO zqr6YKPPsw3 zN%?@XPPs+7O}RtapnORANG=xT2RzMx6@%vHjVp<9jmnMMb{wHqN1oUzv-mwM;$Oy5 z8Dw3cL6#OA)dfd^!BJyylo=eA21l{MQEzaR92`{#N8!OydvKH=90>$R2*HsQ~HpXVSU)kh}K@7 z)}vmY(PLi5^${-<`dKfN`ly%Z^f52T_48g{&?mf{)Tg|>s9*B(vYzrXtxtP-MW699 zqtAM&=yP6X^_-V^{i>JO^y^;E>o>eyU=d1KM26QCbYB6@S3>U%qxDA7c@t>7W9Yk+ zXuBzN-3*#;4n21sEw_Y@yNrfgLBCx?yWK>$-9fY6MXy!SYIS61F>*++jZ^jz(L+S@ YEmnV$O{5#)%pUC9gqLuWg|Ig97gCf@o&W#< diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$integer.class deleted file mode 100644 index c786c2d282f90597764b6b228be44c0b9ffc76f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 460 zcmZ`#$x6de6g{`i(8kmbj#Y4@3w2=-mlih#p->d6bQ@lh*ZNBO0vV(`ze!vOF8lyL zO1!B>7vkm)XSfIM$LHHSfD7z7FtJ&EYQU_+z?O|28@q(VEEjo^`GH7%o#bkwLXoRP z`$|s|e=Zifm=kC~uzE_X{EARLJ{c2?eiBJSbEveuDdvGp??n(Z(itY9h{qyT<-P)q z{6S>|Tj^X*WlC@dTFbN_i!75&><@*G(nLiIFHS@xQ*U&%(q0m3y)a&dJ9kNuhVojK zQP${eCLV>08tN`A*fzR^?!Tu9ty1sBLQlQhU?#(y(EcOGIe*CHw-M^)Rh}w5a|l<5 zH;+4UH&0(d&r5oZtF;6JxIDYx0yNO#t%mlG`C!Sgx>I>UwR97H-62PH7^`3dP3{h} J2DY(|?iYm_UOxZ; diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$layout.class deleted file mode 100644 index 72d4754c79fe2e7084b35b5d6d05bd304f8ff0c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 778 zcmaJ<%Wl&^6g`uNlNi%9E{`@)lD46=1!^IdRBS3CRYV{a)U7pkrpW}`6FFl9E4~SN zfy9Cj;G+=tx)lO?XeoM+Hc`;3r_^rGGq0*j-}Nm3uVkCAWj4}uc(C9q|wrvObHDCs#}#V5@}T! z7gSHfNKdbA(J@&~b5kq?cCVhYkhu-xS#C0uDywpV!G9X9PH7?MNN3u<6sYg*p9wUM z&4jYuvCh<+B8^o3UPcLJ{IQ8;awc=l@ny1MXL?C968YH_R=_*SGL;`Ea=BEL?~i3R z$&H?T3KAnHDi2Oa7p*S@+DCD6Y3;r12*hgI}E_zY_dw-|0S z+(EB}rvmHOSqQB1oFI|eG#70_{91{+-zd@aof0j- zU83W=C2sg$iJLr@o|UjqgMo82F@=j6-9Xdh%xRMkwAU8ZYS_jDVwX;=-~gN0_ze;h Bsw4ma diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$string.class deleted file mode 100644 index 820bd0f48cd567e4bb08e34aacf634e14dc7d976..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 459 zcmZ`#O-sW-5PjRGNgJd6&}!R*Cj}KTh)0W;f>0<5ReBAZWLvkSyRb>CH-D3O5Ipz; z{88ehEqV|y^X9#IGY{tT>-_`31v)ND*eO0Yaaw_erh`2PEr!E1*ZwqvH{S)zh(Hs1BqOH}hF2%smeiQW^st@npn} z%=uchvIm*cjWjb-O&GksQo{5So~DBI&VZ}fXc<5GiRQ5|{_tRBy<{kNqhuZJ-s!oC z#I?+W?BUszFSv&?DjsY&4%!T@|1L4qa=V{!HSur5sfaR$`X4vW=|Ls>8bc*NN?n0^ z%Ao2J^9dPY>EsRUWjWrUYA?kZJnFrb0h_21E2I9iyuX}~yHR*WG2dqR-BuLUAgzFH NR0&<0TG+)F+TWxjUR(eG diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$style.class deleted file mode 100644 index 3b6cbbbf0a2218e4e763cd77cee5dda783a4e58f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 898 zcma)4%Wl&^6g`u7j3J2&E#Xn11ez46X<1SsRgsV)MMY|@0;_0ZPs>z}9qdUdE4~SN zfy9Cj;9Gco0pea$u>sU<&N(yp%suy7{`~XfCjgJIX`zL?#dnMNQb!Z3tiH19viioV z$Lc$)HC8`Z-6JJlu)5FcC94NjxK%t9SnL`ixx|9Fy!HX&eO|s!SjjJ^SSD@%HsA(U=v2e) zKaah<0(6{0hN4r-PA71>C_cVvAliv5uQ){{q%B(T@NC diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$styleable.class deleted file mode 100644 index 7fa6c357eb2d43d2684b7962c49d80a8c63246df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2920 zcmaKt+jmn%6vp?o=_P4^^Z?RAON&%22vk5trE;+vs1^b(76NKLO-|DTX-+*kDJ}Q= z{eHhAH__#T%asRRF7?3|*Yb~Y`F+!rQb_Xh`_9bl*?Z=jndIO9e*a5EmdTF+X_x(_ z2Yk|8s#IwMpq~0=og5$z5{HPx3>hMJ5yQj?v76Y#kR!xV;uvw9I6<5wP9byIQeqV` zNGu~9Ch&;8#6E%xQa(;QO`IXl66c8X#0BCaaf!H0Tp_L^X-O5J9ubd;`#_mNOl9*4 zagWUqQ4N$R_B~{RYs7Wp262fd;i}iPTE_Rtfmbt~k zHroT1lkt?yE)ccRjO{cNR^i2L%2+O{Odg-lFD0`kcJ!DzyZZF#3%h6BgwZZq4Qi^XhJQgl3ui;#c5 zm5S#I%q$py?1cxBx+(w6L~fIv*lPwS*_b~p?V0YF5p_jEu!>^Cg}3P0No&0m$JHya z3vXl)gVhsikN$=*W7qOZ6g6Jl;Fk~ygqQo|0JMks)74bFELwrM+L@%es_!TECqK`-r{e(^IAa)W- zVt_~y4igOW>swi0AwS@EsfY_oLfmRg(o7{=d-l?k#0e=6RRN-Mn53cIwzF|9C7D}2)m>$Ji>tuRn4Jk$yswZciQ zFjFi1)CxRx7;K3VXG}VXZJ(D}2@ptF^*ytuS0GJl6`_wZeI=FkdVDhn9%q zJpw(nTA&JAw%}J$zv$r%Sgt!qWC-8E(E!;cyV0tYJ!6wgs>FvLQ9b2<1fr!zNhIns zN+Z!S!xza)S!q_veOaj}%SvTvG{Vn_03)g*(Q+dgiB=esBGF1?GA2yHgb*fFV}enh zm8lh3nO2#V>7js5{~9OH;N%)kuI1#JoIEQM4V4>pV1-c+RvNQGztMoCjYv8NNnc0O zxk%cCq;DYUybv01hR|vbp*cU~&&q;OP#1cOg%+~VA{JWALM<%xwl1_p7h0+dEz^bG z0RzUnV3qM6iY`ad_fhl%6#Wo&R-jBPs(i$vD_L|Ei>_wTHK9OOJ`Po7rL9a?_p$mX z$nq(&gpp+}k3|WOlS;25Uk5Nc(w)XP4ZBl{&R2k;6G;s@anegF>R!5_f`KZ*x^ zOzy~Wc_1g`v7D4=a!P)Z)AF;Nk*u7R-{hS9Dd**Hxgh_@MHP}uYMNYDHF8DO$yL=T z*Hn{SSIu%mEs~pRsoYY_<+f^-J8F&GRbjcOy5+vwh6*KE4{z5#8G#0{;&t*=hNbp@ DT}RuW diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R.class deleted file mode 100644 index c69ea658a286671e50fdc3d4bba2a67054533749..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 747 zcmZ{i+iKfD5QhJ8Y;Wv3&H3OYP1@$roJHwnOK$>&f@#4GxnEn0yFppOYMnNZ)vH1; z@&I|LkY7py0jUzqH#`6AFq+Zr-Msu;6Qc)-5p=#fXZ&fR zv&>`)yMjicD!dakv*4{8DeTct^mRH83i|?OT`(i#6%GV78!H?NCS$LEyy=mhuHNxgI6j zjiT>^3o{IYwNl#lvvDo|M-{A8Df#p&rH5e(y5(DsvlT2>rkamrys5k?SgTIhJ4Aihr+hiDM;T3JC@Eh2`W}&|>>>K6) seY8>Mod!!Pa*}M3ZSn<~uWO2YNlue9vl4A&V3gmh-C>7EF^+q)GZes+x}3`%45>wa5lzvQYF zXH>eH+ZB5g_|J^Hce5khlx!RCO!J}IuvK}-P0hP*%a+&LtNE0WFWlbO`o)B_bpEj6 z0~d&q5XS$V6NX`3wQSewt=j0i!y_X3BNRzXj%X^R&I}~?U!YGhB4nbe*uW(&M2qvB M2<1YAE71tW2{L9sp8x;= diff --git a/colorpicker/build/intermediates/classes/debug/androidx/print/R.class b/colorpicker/build/intermediates/classes/debug/androidx/print/R.class deleted file mode 100644 index a0dd66d3dfec0fd0b556007b7af6dd59dcf48cf9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 258 zcmZ9G&uYRz5Ql#g^T)>61fRn8;36JddJ%dOg;cz6lBKT1jjU08El)xZeSkhx>1^=S zUHCEIH#0ClzhB<~X2@dnFpTgRAti*b+UWL;&>KH(2>!gO6d_$`qn4+Aq3l`~HJj0* zDP_HpRy)2+zuoGi>q%4DMpqYcu-ddDe<8#l&B>PPUAyftpX}sWCh!puvj5|(TwB!A xe2P`EQ)P=OJigOC;?H}WA(QAB2%c}CD+>=1XUH0OK%X<|>VPR`A`Cb^B!7IUGN%9l diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$attr.class deleted file mode 100644 index d76e3e97154ec02ff5535add75a7f48a21344689..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1014 zcmaiySx*!}6opU0EKJjE#UjI^BB+4MD5$7x;wT9TQDg`{7d_=nVbe`|YLIb_Kgsli zi4Xn&f0Xgwk{F_izMS*bcJHa`{{G|ZHvkLR@Gy!y?H@CkE?@+AnJm*H(=pRMrq@jO znNFAwK)1>RY)t&rATusxL+WlbDaw6!LxQ3#LsywIjrr_vqP2Afe;p9tiZ zO=RqPH}9$l{-SE)+RmWlM!=Hb3hcGW)Dm0NM3LRXl^r;{05H&i>LtW5;`%_!1I zIaG~?rrF6Y6;+eiR8LBc&{QeLk&1MvT6DY8&J>?nqA1Hjc$&bg#LXno8;1MkcIFP$ zvGOs4Ss!B<_i>)(0?S2~36@JNlPps#mszf`TxFTYcpgs#CjOg5pqJZ~LKW3Y&-M>= zK+iPxuVc7HzsM;4r9KLrkEp;Aol{EZ6x2Cobxv`eQ)1^7+BxNRPSKrHdgpWj@-_&5 z2GVOZDv=BF?Ccka&u;lTY0gc0xIygy+JHF<33Ooo_u)@&1z3@7DcWTwMONlg`u`mdsFmDnWA3~q!^S#DbC5^6h&?-z)k0=70`(+xrZ+Fpc@0EMfB2J l^wF1*^bz_g)Bx=r#3F|1HVbs74YzTV+@ne(ctp1<{sd7k$}|7~ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$color.class deleted file mode 100644 index 413ec2053a74ecc3917a5190f5c34c77b4d86807..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 673 zcmah`O-~d-6s)%&v%A9}Fu2HeuyNRl4tg+};6rjlB?acwGM);B5yXo_KcT*_LPTJ=^x| zgJ(}$c-BIXux+eULzM}qtVu;yL1wir(xK8$76dvWtp6cX8EXflw9*l}g&L2wOfLoN zmC&hHqjN{tEhP(cQQV|XUb{4xLow0rFI{k`jB-bW`tuiOgvPPWC1IhjjQlvc9LVB} z7-;UqeVYk=CfI||vu4ActCG;1WrkE??R^``8sa3AbXe^A>;>J!~ za@wng4hZeTOwTfepY5c`;(PbX}5?}>ud}?F;_wbwQ2I$7MDe7@!ie?;4(Tdwsbo?@cUlwyJ@NknyLu~MK VY;uYX?$wyBGKQ=Sv4clg`w5PwlZOBR diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$dimen.class deleted file mode 100644 index d30c1437f98abac4184f2d446d9e0ef160e51848..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1920 zcmai#*>W326o&uyZXs}JOu*pCn;b8REu65&gvAgrn1px(%ra@sw57I3J+7HiVsgVX zQGG!b7d!y3z`IbK(~?piN(ndT|7QAh_xVrvNPqqF$DaUh!j@3O-r%oe_+}jI*k`)W zbilOBbjY;F^exjq(|1e6ux%_KFC z6Pv3zXsKMMMp35N7Fg_;{ZOa52@AO^#k?~WMaDMzult`0dbxd8t#nrnskAhSgD^?0 zPA`<$+twzzIi`|wLzZHdHgsTU5@ntTO>G*@TwuAo*t2pUnJ8}xTq)$J&@by3%*7;CC0Z5S&sS4d!c+UDKSAj?%s^%fVoV5(=RSmlL;u8V46 zla?};8W^`*Ht4lHPtF8pi)lJCDzGX|lSfa=oi3!L+|N#bJ9ZcP3}+_N#eG%_Sy@ZP zac7ab3Qrqp(za1=0^Pf(CG(Df$~uQEFjdTJ*DsvHWMPcF^6~;R{a$x34bK)B*)-PV zw*>~5R}KY+wvvbrePYL0eYf4J>vUh$V|pWZ68Z`b6@4!B+FsexgHa==8JZVS|32YV<378RKk;Xq;Vn zC1YO6n^&^ul^l8{lU~WESF-Ar+fmiB+S89Y;>V;Qo zhga$d=>PCsFUd)Vm*r)LSLCY>Q}Q*3*X6Xs6h L$90_GYfSwMp^)Z2 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$drawable.class deleted file mode 100644 index 87a8509ec6e5d3630ae0c39f5128b58f9d1d1e37..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1158 zcma)*+fEZv6o&r|rKNQg+*GvXpeV>er3%WioJ2`Th$d+8?6_w-){VmqnNCHnjE`jI z!o&+7z=txfwF`t2LcCf3H|sF_Uwhg=e}DZ3Fp0Gsdhnq2TNW>}C}N7~CDSz1E2bHy z*G#iaZn(S3VY1)fj7 zj$P!@>(gZ&=y*|}b!2o)AhjA+Ji5>g9e7XbJB}AUSB_5^xe>a`-%^q0=YwP_{-kRH z?UhLFHQKE8An>A9U(u~mWq3mcl_=Deucex=D>|qeFKR!m$ED4|!?}5SN7?lcoaCN` z^~m+sXbpk%=J>YyqAZMJ%t9~vEcA1@%HbM^0S?zW+~6?CVTi*`4#ONq(3inufua9$ zBhbl5mV6adOHZ9`&y59o&l<%&`pNdtzs5qAJrZTvrcrWgl*}3>zedTjQF3jRj2k8I zM#;WW+Q29+LD~YrS3&U>J(WlWY1`OOh##hWn_}7|r*MbZYBXS+OakqgI2!(LD!_tl zNzf`&3EE^jK}NPG$jV%TbJ9w1US3GhAv+UXlrlk=%qO@cyAxcNR}vKXPys%4f{p^F z(S{l1FpCb%A&+?!P^PjrM{g=pwuHhzTh|Bp diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$id.class deleted file mode 100644 index f8a48784ac446ddd92e84380118f3f773e623d25..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1716 zcmai!T~i!I7=_;fmW5>vp~VmcgZWS)hHL;e21qm^q8LmfNl>H7(mOLO4YNHsGmD_c z`0bTH#_9{JyzmG3qb$#9)+#May*cOUkD2cG%)9&B@4x&iB6IS6MHVFPeq5Elewmj| zQiaqc4Uo1-LnK2|q;1kM(hg~al#s?qEz%UplFpG*(llw8R3m*%xJd+9zEj9gvntpOPMsJ|jIOeNL*A9+5UkUywBEF)1Q_Ns38dmF1hV zd>hD79Tq0F^)R)CHa5-z3049*(wUCTo{2bF?M#@KZpMKObcRK|Uj$M<9OZ$ObbesN zK>8X<8txd|#MW>tOKsYU3%;kknP%}GsmI{VKq|C)GfUgMoU@y0Aibv0iNR}139dBL z@i{EmG;8T3kP({}X48b)U%sKk9lpUvfgJzaN((iiwxr#{QK$ZG>95sSGSl2D>Yd9S z4sv7=$Z(;X^&-7JZg$Ldnbs|>Cpmz(WYBhK#X2KTAeG}Otu&J4$$ z$(~}%;Dj!NT&gP;=Pe~V&tuG;T*ZB})I|HWJTVcz)ULL1q7Tw`QCmA>q6K`!#Sr=X z(<^tXn9_~mT23o-D+&dAsTr6 zzaEkq{9qRFpE54}tQOSIg1w_=?8i@Qxt7BMa|{!#fi3j!?WK z7w?G1JJRuvfV?9k?}*7elJbtQydy8~h|D`u^N!%WBRlVi58fpKKPvP?jB4-zUOM}; z1V8!ZkD$GN^13_#R}VMHL(v%ZN#oClgCV~n@}uf<(ye-&lvJ;ivg&ivuPROkRMp87 z>WGs;b=1j_Qcj*!!%m)3$DE9)<4#7^(@w_JxRYnp2`3ZkStlpeDJQ4Z87I%F=bgNu zCY?;Fvrb-A=bTKd^G<5&f|D6F>ts&7Mop=$AxQITyiZ)zE7v4Y<-bN4JLkr$V2iDPm5wbHF jS)`Zalzl|>2+@3v)gNR7>4rG73;Qt{v0D54$=;?d%zAQXy1m0rUp-PSGXMv{%xlfOwk2p;?a z{wQ%$i{8Y`%)IyJ?OW#K^X(nL8MYl*SSvo&U{z7Vx{Xa6TZFyT2$Q9LAQE54MvYV` zjEc3d^eFbHVy3exfx3ipTWMu32*tyr0io21hmuh5DJ`$EX&{qZ5k$;1dvPeDfk;%2 z7i7uYsgz(VZRA)c1h=cTOgfQBQ^~?XPv~J1tKrN`BQ;cdd@r<&#ABQpufM;rof9hU zFk1Y>xrwtRl$R<`E%#3*;z78mpz5Lw+eVA9|DRV0joj)*LXW-cU?M|9*!jzeQ$C@^ zcO_KwES?HHb2L|nk;k35TgR`U=efMZwLB*SxIDYx3#g&NsDhOr^X^>X?PlQx#oSH! Wb%z|)WUhc!)VVvXmau_kw7vjMVr+i^ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$layout.class deleted file mode 100644 index 1a958234820e7cddb4b1a002a893b96fcf3a4031..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 811 zcma))T~8B16o%jFck4=F@e2f7XhA?_W4x4jLt;W~G(p4dX1X2PDZ4YxcGk!hzsc-{ zi5LC=f0Xf@Eio}c;>~%VIbZYc$IoBie*k!e!xq};m9N_9G_iy}QX`AUO zQ;%tnsn4`u$Fn+~3#=OJ^tq0t)7FGCVi6E00-HBfLT8iV+*zXpx_{N3N@lTiDvUC! zC*e?!|JkA=x@w%-Y$mXK^Ol)RT^LPLYiy#NN(DN%G&-G-q1ur)+Px7d@9m!nRF3V4 zvh9I3>V1|BRr*N|W6Jmg8_D=grkc;!$%>okIqit$rOljxcVdi6k7GHXE6VQ-q#31F zkG=%+SdX+B&!ka{=HRryfY$SKexMqf?18AsHVP#tg_4;< z$xoqViL?a4)+w&hDIgW3)q`&kUyJfO#afY6cuedq8nA&5of_!=8Gct(fR10vQT8i2 zs(vj;-EZV*`mG#yd@sjcUMs+B*J&|ujw;4zVM0%!>6J~%$p!h^qFM>tctYBui6tCh H6KlT#o0+&| diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$string.class deleted file mode 100644 index 9728b85b0c54e233415db4ef295ba4d524d242e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 492 zcma)2O-sW-5PjRPv@zORty&Q;T2K*#c(iya2!*0hrPr`cwsp&PSCVbjlfOwk2p;?a z{wQ(M7QKm=nR##K%^T+P>-_`38Ma;Iv7UXd;kbkxY7RCXY%w$v%k3ly`aBM_v2q|o zZl%$I)B_WksfY*4JTR~}L!l|Pv=}A$oqF9)bV|Y}1^8qZQLa2zr(hVueUH=bV}QI(O_Zzdn5i@C4g6EZ~0r{Sv-b(ZD*ZZ>(CZzO!nx z`oU_0)lXIrNQqah9QNb98IJ|le06GfCle)OX#&;nMB|CH{k_QQBOOSqBO@TX z0_(FA`(1Ms3AE}jL6=WFWgv6`=`uWd-F?U#BuQube~>;}A0Co)!&fmon9E0=c> zDD7yY?K6RVt9>X?=tM&rROc=BrsIK%eL3LKZZ8UCcqn7d=kv>geWMeBVq(uY$LSgx z-3euqD7tR;q#4GM9-ewhsE68&Ceo--o<&pZ?KiWcrvjCoAUyX_JBX%npq^{)R@&b@ zmM7A|b=+{^V$s26hARw93|AShF)U-Tj4k@+vnL8PxUCmTGxA;xj#WUfu=2k;Y|(GE zK>ukORrW!u%2qNaHyM+mjLB2RWGiEGMx2A-H3(PeJga4_WvoVJW+uV3oA< zCjqyxMyCqy{w?;i2+(wMDe`V1MbRy#D7%#uRkxPng6pKX=w3=u=iUO`dzH)sZ&5^y h8WPlDX@x00+zG|rk-;X#bGU~)#5JmFU=z2o{2MI_-_HO5 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$styleable.class deleted file mode 100644 index 8ac20698247841387db7bcbd0b6d251324f81b5b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2953 zcma)-+jA5}6vj^{n@zG=U>HCW2qZ|vfItLPR3eDcKs2zBU|>OwlikT?U^5eECn4c} zzu)h7`F+#fr_bsBx_kGZe}DT^M3%`95owWq z#rs22U#wJd4WOQs%Uan_93T!7hZr(I>?8(>Az~M?n<0mZBg9eS7;&69L7YV9lBL8d zqK{ZccuWuwdx*UR7oz!ciMUK$LDHfMKs_WL5%+)+lbFKh zW8yBG1~C~ZQtW%c1Xqb`#C75Zag(@3+$Qc2cZqw%ed1f<0rO4e*F)kF@wimJE0w28 z%qB1G`R#!f*sV?`XbJ3IB}Lm>lvKVv(rKmpdMqUh!?oiLyGh@3k|SY-LJ};iB+~4; zL9^BCq=%4lw9(m({tdo2;3RE-b$`&~`A&e4>O3J$wjX4a)a4m&wu3}Zd*EZ2DP);j zC~T9{YkU2HlG%BpHdu)rR?5!5n2r6mk17*K=krU+%&{GvR?e<&J^I}488>FMJs3)( z;KBk4IxOF@0>^XP?I3X66x^6oAbhj!qL8Pu5e`YGT$u{h@A17Hmepn{3{1GFn3xr@5g@*HQF>uoMIxmT< zmuDBjP#*>-kEuQU8&dO9-{|2Czx}bB;;d&8UUzrK#_bF@I<6C}R8m|&ze7o=Nv~y6 ztK-`1`+K`=f0Nb4hhesQ2`jBH8QQtdP|)MRyYdVl&v0C{#dUEl(pDy8W2nA0_XGzU zGHEA?SJP*?cG?=k`)_Egdp2=}lCs7`I=7ZcyVvh0>}Gg_6}BzjZVgyb@g)TScSC-&k zrv-oS^Q4?M;j5fZX@yx@;g?oerWLMfg>hQpomSYV6%J~JiCW>KR#>SOZfb?0TH&cy z*s2xIYK6I4;jdO$tQ9V6h0$8!wN}`z6^?6#>005tR#>kU?rX&XXvG<5#W85bNod7k zXvKMG#gS;msX&WF@pgd$S`APIEm`o3sGs$4KN!}XLo$Hx=x~7SlwD|*$?lQKMHLc4 zkEqV@?~!=1Srm(h%;H$Q#0z) zCt|`ROfWEEGA5YetV}7*%G9!~Ofw=n{VSY2os%m$xr&o#aPrJp+z6Z1V5vC^EHh_= zwd^9(dzH_)m#(423SXJvsA)rH<*p@l58h=mrjPy-9S zsS7R9g_i0<%XFc)z=-)aSYf_{qRUbAT@-x}Mc+rA6)4k)Dj%@uN)}zkq93y8Y9o@B zkBo|}G?nP;Ay)qwSw2CQW@K5zV^P9mxrO^KIEHCBgeuu1vt+N#k$uuE`|%16;Ai3> zeijblXW%fN{SiF#qjFo0$$dF4kK}|rm6P(LoRXj9v}EOs{3>VV4>>1)$$9x(E+|7T zs;P2GRmx>mEmu^nTvc^)P1VbFwMcHLrE*g(ms_e)ZmZRDM>We`)gkxPR#Yg$dU(6` Q$`CYy6|a>iGALF50rAf1-v9sr diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R.class deleted file mode 100644 index b418dbb43cffbf50514d72a4593f8e9c028390b3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 879 zcmaiy+fExX5QhH=NlenT980049K*4|s_G>bH%Lg8qE<>P?wza^j218QIvgI0DYU>)n+ZtXODl+jy?1I=jk_qFNm6$z=p!6LR(==(8$7lVstMtg4Q?Zj6Y3u zmYGapTTm-@6?O#mEO_e%3cH*q`aT^7g*}0?E|`Jw3j2bJjTJr#CS$K}^Pma`j1t=` z;}i}#?Wajf?UA6WL-36C)jAta1QWY^=k%VYF;ki9SZBTuuX@J+8YMT|N&7lE*WTvq z7iTqG*i5j}(JuC>jqjo?u`$!U*3OKQjJn5y=FfEK`{vB%*Q|GsF7=IWVF~XA%VkFe z)44QCv>QY}dY7gj1lwgN+W)=h#(1G%bBri|^l_@uO$F`JSTBVVtd`4S!B(l_UvUNH zH!R9NPE<66V7>H@d8^b!vbvnyB(jjUg2|NjAtP`HIZ@m8FH4KBj?Gt#hASVnW*z=sP=K*2Xpjif8B6v<>PNYn0VB+CTi)+ID!LlP0z3KfAQ4 zg4e31|7h^CsSOn=@Xm^DMYQgM?I;r}8zyl@TN}nT3gPjdS30cKsdR_6!FpWPCjz;} zFb?gqK>Os>4qdODRH;hOMi}eo&4XQSw$(1zl^aQ*B3GEkr;{0552KKr*n$xoYFd{z|JYNbBgVpk~^pH&MCihx&nC{ z1V04n4H}im1$lP*3&dx)e3LZiCOzCD_J3`_421+bF#G%PC$|DD$+i^jGLs@Jb1Cw& zBSk@aDLSQ}qDywC=#jlC`lL+JF9%W#%ApkJ`Fg{>C037ds+YN#^dlqph?Rgf8NY&ulhNlTzZ!rC7)m9cg(N-G_qYt>|;WqK-D zuY^vu8jT&HS4tMXM`Fs%w|f-plmdMEJ!_Z6@CD_-7;D@JB81-!{s%Ra`-rdGt$w2Uz8-jkVv+Z>txe8`oy2$Bh}9aWF$GZqLy1!w7y@%&x%AO>Pab X&IftKF4nnLW46K=vNFUoJjCiPujQ2` diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$dimen.class deleted file mode 100644 index 0ecd50e83918afc00a50a34f20965f4dfc3093af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1923 zcma)-+j1L45QhKp*+SrCVgiO(wqrX!B(`wEIVKzo0fR}1PXTk-jCRM;*sERF>?$_7 z;hCtppo$9~Ag{o?P;`%^l$TOc-1PtLPR~sLJ+so&fByUnz%3*tRI$_l+X%iJ#VU50 z9x&}OZ8PmN?JzxL+GYBlX^-g#rhTRZrbkRaGAX8?m}*QvGlfjQFhxuOlV*CvbjYNb z>P$7J22;pnm?EYlCe3urbjTDl)tQ=14W@+24C8nhvA{x@HcwO@)LMC-CV@#Zod=E7 znkQ+Jt2k(?Tw9|kQ)~*%_sV{(ZEnIs?ou)DL`9KF>b=+fPX*oF9;;S5tAJawq}-6DSlPM`3{9fUv!J0(y^#wnb{2b4?x~6LhQMSYM}>Y_zhGvb z=;w^*`YaFHQNvMHwtCKTisgQ```flV+haI0kuL7DT*%6r zDvsNW)Kqv}w`nVhx)bQ$JujJe3{=)WWPyodUaNNQ6vhi<Gk}UN+O$@=&YKZniFmHq19OjYG4(l8~;&6w<#~eQ4 z@F|DSIBanEoWmC!?qY2iO@Z0}QN6$gF0mS`q+Y#WJJKPwbn=B0u|~g8Rr(>mj8Qg4 zG|Ilbk~Od7&MO)8N*=wEO|RtCE1C65e!Y@qujJY*8TU%wy^?*e)B&&51h3Qwuha^! z)D5rH5UYYq!?(P2q0J6xAH99FnY0WR}^`VUND5Ys4O24lF2am-=@ zbEsgR=o%KWfE9{2u|yYaneNhcx;8iHhOCgiRkBmX9-ZL%jA`*P0OyX~L9zkUOl#99_PJZk=y!K(~FiNk zqd}*9c%FUS+1JqNxirQ}|M`Y=toJIuinU#@qe%wO$#YZNMFrX? zUndrMe0-|t1zx-;&^$7_CD5`OmNYGN!wdAY+Mc7Mm&)-eA~!-;`CBUT`1vr{67P6b zfwoel_UmQVdJyPn)mOAN%8YENpcI8(>1(07?^Sf9w`rj}zB&kNaba`lsBxYSDZ2il zmF$bK7P)$j<`772j_;~3%EBndEc797p`T%Z;X1=0!wrU;3_}dJ7={^cGmIdg##4de z|Fa{|!FLvX6_g9lon7t50{L@$@qoVC9Q`;JGVGF6hK(8~uZGF4VRCGkOdBTOhRM2N za&MRhFibNTrZI?{Ab1&scj&1=EQnjjenR{(>AQp}6P&_5(pJ3y<75(O!^Cm(cas4Y zWK)7>*^;1DrV^xOTY`+tCb%H21Q+F{1nsgT!DT5Ebjq#-S7djBtMXcc9==q7FP)&P zfN8X123gFa9dqcyJbF;1T`bW1S)^C7M5dOhc7-Y*(=?OR(}ah(Pn@NbdMR2!&p(-_ B36=l= diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$id.class deleted file mode 100644 index cce077bfbc10d08ade1fe8b76a08eb33693f892f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1719 zcmai!T~i!I7=_;kmW5>vp~Vm+Uy`U0LpFdK107AY3ZJ3?GnOOpA zjNe}QW30Zg$_syhKg#l)X06h))SGjj{+Q{0&%C?8{r=0ZA~G-Emt;}G-X~=l7?cHR zkV>Q`X^7M!jgTx!leS1lNZX__Qbd{{wMo;Ym~@VmkY-3bqzdU1(gjjVnj>YTc~VZg zMCyoQoTYl75?;$l^7H2v?fz z`aBlmByF2W$yl7^wqXO~FJCjkHs27}l^p%sN*gtywy4v_QIr3+^w;W3scp9MYWH#n zgA5rc8O=?znx`httUtAT=aZc7#4Quoqp)7x4)?1lFwU!O6C*2BI`PjPkXJ|(mG%`DNnpH1EjGJEHTB^t>ZLc#kN4R_I3ov__UFTD#IK0_sC%6B>OLn0-S4ER2b>J*l9M4_ zcJh=yvy$#H$c$w__6$#Z(r$!UGY$@BUJ zCok$LC)4_@lb7^4Co}rIlZw9JWLD2Pnb$8nc}2hKIZdGtQwGFQOHf(1};kh%4yB8)(DZ=)!ww!u#mKDq66P m>?}qx(#vql9wK^-Xuihk53-4L1Dx4|eVgzSZnEIl#{U4CE?;~A diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$integer.class deleted file mode 100644 index 92985f017256086b70f2eb842afd9919ace4a255..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 496 zcma)2%Sr=55UkE?lejT4J|pNw#mB)#JQ}gdZ|f??izJd%~y` z&&iyP0`_2f( zW)RLlQofE76UYmd#umEAV{tEB6j5?ffa9P+*!$PBgj(wLLZL_Al|Pn&C2aj^#R*?A z&!;7n(lnkjJaahLG9!;WanB#Uf}Usc0@uQf^x^XCelMVc8lxhXe$3l5g}3XO7i3d6 X;ny8-RGqmDmQm$iW;KU3ETZuRt6**& diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$layout.class deleted file mode 100644 index 83f9b22167e7652a60ae5c5979ce15a83831597f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 814 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 aE5->qo@=u15U$G%$jVAS@EyE`r9S~XO)`rB diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$color.class deleted file mode 100644 index cc00c78841e108be29fd65b7898942ba290a6a51..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 664 zcmah`T~8B16g{^e+jdz5SF031pwJrd!Hwa`2)vLOF^wi@c->5Qr)9{nL#9*2Cx4Ua zg9#7(0DhG5&f1U=V|=;i%$;-ZIhncnb#)D32QNY_;92#1fV~z%Jojwhvo+7&d$#V` z2hX|WP&+WWBrFY7AwN#fhSGi! zL(QFdU^1bP1$*#$-mJM3H6hgJS)#+DkoG`}$wYFyI}k-~jmj^R3z<1%b1T03>Ex(a zPP`>FcQZW?5PmjOo5^>|+XY9jPQ`_Ya367m2#XQ!`Lg88G8P-?6W0E-pRnwgBw7^X zo0$Tew5b_xdvsk zi#GGP$_h29sgZ!#Eg57GXBYn}^cHwYGD)iM44d7dLXN zpXbKOEN)7ttd^7+twp$gR`!vyPA7%jxnka-OjB*@XYc#33VOL`>^j-qHKEdMp2bOS zjk2do>>X=zr}wBNr^!+#ZC%Bh7E$I&+)%pSa1koq&HgL*Sf{QL;c_8ICSlvKVM{+( z=gd2G;^NNyWMO?x*W*OnBvVw6t!oous*u3;lyTkJxaFj!dW)N!GSxFwtnySs*TqcX zkfzjzE--61P29V3mmfyBT1-=^ma&o6=EpC}y;MlCe4m~B?bw|@W4fhNRXk_Dkkx9+ zEbDAilgUBd=53Sq7Es@vm&_-|vekLy2ouG;cJ0(Fj2Gs}D{mj+%2~tRrs35QhL*L_ z?p}oc%G^$bft5U^M;}|)Mm=gbYszlPT1F#cJ*RKMj-;;(eeMnpxQ1>;7)*6j(My-t z47Kb^CR;5cE_V{Jj>q(g{>Qvn{8yL(a?$6}F9tjY z#gNCa81WbtC6AXx+2dvLipQ9^;PI*u9*5`cSyAzr6Z0N7#7&O{E;9m`xl8vCR4|A+lrWDm+`u?)Vgd`8q!*ed ze-(P41#*6i{_aq_EmODMr)FEFUVBI*PpH$jsnK?+&tht`lrl6mSs$L#-hJ4>BhnI` LxQKmxgNc6t%lqR0 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$drawable.class deleted file mode 100644 index 24c53aba35dc8f8c76526015d036c7f019f87aa6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1149 zcmaizYg5xe6o%g|(9#+$E{K+L5kv)4s-U8Bw@|GzI)e`0jhi&qU`Uvdf_`%RNlrdE z;|G6$Kg#i(ZRt=3^~-smoXhUJo8;H;A3p(1qm)4&H`>0W@hpu#++=#rG{f|Q=@!#V zrrS)fnC>vWW}0Ps!!*bAmT8{JWLjW)$F#_#n3k92(3)i9{}6#-Ee$hI_DRe|n98Pf~)1p1E1ntl*&DNi7ORB=0Wc6J=vruT4lf2`G@ zRc)+iHYfXACS9A3anS!jOF443wmlU&X1$M2GW?G^9m?d>_O$l6o}<(C(a+|#@*R(S z9k|Hm^2s^ZccTS?wz2UIf%alhap*$VT;F+A+p?VSsj@uE$hE*$-i8WYer_b&qYv(m zKxZXXd-XP>?E6kw^c3A1RYup8UkL-Z@~N=v*ijJfcNW%1_i>gMn6tfxjm(pv7TQjU z&LEInpWIZt%D^}#4D@5bz#xYq4re(Ga~R=pj>9O2^BgX4xX57)11YQujQrn< z@RVOIJhnE;vOw;ybGSxdYMy=;18H_glxBlk$)i@Xsg;~+C9_(|uU4|Gm0W8j<66nP zRDwFB37^WP6Mb znT(N=oiWlf6XTdPVjPzzVq|4kjFVEv=$1V(PRZUFr{$R#Io?!&H=UxbfF*Qb85!I~ u7De=61v#wJU6km(+@n`;pG=jh_W@?`kWMpAGYMSBRniQt)JKyA z6;Zt41yQ`<1utloFFtAYgH=BG0sK&w=XBO8Eel`H`E}2wyU*;|KmPpfcM%ztA96A+ zFEwAvOIy1fl9x$2(krA6(nZn+(yJszx21;w=?bYpdWW=|^e$O=_ArO={jkG^fBom z=@Zf<=~L1v(r2VIq#LBOq|Zr3(ifz2q%TP>=_`^?x=9L1Uy~}NZ(8NMR=MTKde=*J z92LDdN?jcVi6hRmBkLN|zFyWoC-aR7U3JTWBOQ%l8my#_w62Y6j%3{0YUDZ6RtjTp zNk?TzvZXjp<0_u4l>*qNaEyQ?(PTf%B ztu0}&faNkFHagt!QA|g1ggs@WIH|g!Bi&J)>ILn&_GBg3TjKk;T+hF*RB>P&Jgir- z@Rr+M`e!tmM3*brLC$)yvE{Wv4MAZ~wbV^;M_1~Wi)rFUHEnm%IMHTK*Q1IX`C;G} zmx9$IjvuAPsv99#RSS_+aAZi#oRnb>o~c{kAx&9gK zI*GNvQdkbWG*0})y}(Bcb6d4PhL1k(;mg>ibI0R);ssNh3uWhaExOBYULuL}^0XYz z%M9fR`WsY*3a)NS_GEaGy@*L$9rv#J* zN|{ojXv!jGi4sz(a=2B#cVyH5of{S6;R>M}l?%s8i%7N0Yd+GwO(^%&_@cN^(bn~dC}`i*Q>_ZqoRZ80*Swi>x# zZ8P$K8Z@$9?J)A7+G%7+?J`nOyNwL15hJ7OAtMi~M~v)IdyVW<`;CmLaU+ka14bTG zj~kg#2aQasCyYF)ri?trb2`FvUc(PXP?8Kfl0!v0(U2|_q!<0@M?D76jzN@T2;CS# zHTIwx<0!@idNIXXpcS(y#YuGHG%8UqYn|NhBmCA3>VRb%c#N?T)B!OTt^RX jpawV5f?K%rM`ZdFK1dVp<|kT}Iy{G69+Gb*mEOMq7V4W3 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$integer.class deleted file mode 100644 index 13ec3801752d6d3ede7e2b72907194c9a10d7788..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 484 zcmah_O-sW-5Pj38O&e2N>t{U(QV;6EARaAV3PPbMROvNrlWpCSZeWwt-uzACLGa)Y z@JET0TJ$7dX6C&&Z{IQ>pKtE~F0k*QgstLJ4W%k9Y}?qiu}5epsYtWL9|_~@I8|d6 zh*ZVeS9%=#GqKRwj6gj?xudj7uL#BClOe(C#-SwC`%253Y&MeSUW_7Un*BHs(NGwb z;}vP84=N$pN~dxn4Z-bcEloEPNg`Qj_k|8ktipvimq8kv(1^#}?+uPto=ZZd6GW>| zICpVo0(q_S$nxN9D(1pP1yvVi*fv^(!+)P7G;*I82|e*{M^jEFwEnc=oG(}6a}ug~ z3Qq-|Ih3oz$m34jOQ)}(=cT;HwY($^T%O(U1=P@BRKdoN`CzH=cC+w;V(upVx)Y9S RGFQMR>f9YxE$m<&tuGQyXpsN_ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$layout.class deleted file mode 100644 index bddd09ce5d1bb97e984477e31271ba9bc0dc58ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 802 zcmah{O>fgc5Ph5P1kUb)!oEoP;>PR|m(ojYW0^(3$?V3*LOfs4|lPZDUUwx;NX)K)z zqm24VIMS0FkLZY2O{~eL0-M*XOr>>UbYe|v66KT?=>FrN(+L@>?dw##R|4hjonwK@ zff-Y^J=Cdsnmb00ndVeU> zu{C;p9?Vtbj2&Bf#^b@!;Bw@pKx03OuPn6Qo6JV)wdRGjqrFo(mmconzK2CDdGI+b zb6DYUhr?Yg)$xp8?SHET7FjQdWjYDojZVpsKGDBE`VAB*klm&!>u)6yV;%m`frC2M986FV#E)U=#x|B80`!oEe=m1^6l%wod za#a0Vj=JB-(ezt6Zuwr0+bk=S6ot>UY0}1MYqe@!h=_uU7{sN;O+gTfLX~dAB$?JJaRw%7>qdPhaUrH}~h<`R*C+=hyoOfKzO`C}Fku+`v%<78(xL9c(b{r5VpgX%KP~D4of^ zjCdxs3Z&}mK#zs#CwjubE*b2WR5CkfDDEHh7_7FA1w*wXmAD$+hr-2(F zRm>DDX39pKfZ%BeXJ};;3*z*`Cy0;n@ho8`-h6>M($-%C%D7Cc9IpH;eiEMmHJONz zl&J`5nTe2z5`*I8UZhn#w!%?8b!RJx!%%qzN7Z< XaS0zN={$K7sG>q#ph}5lIw}1D)mH6` diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$styleable.class deleted file mode 100644 index 9b76369c00d37ecc31cde814f7f10bade50ccd3e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3761 zcma);`Fm4U5QgWpY15_!LU5tTs>tG25jO-;sTQk+AVoBy*4yMZy^!8pZ*EGfxTE5R z3MjG*C?F~dQNXIW@4NmvK9Bl+(-bUi3ctMHS?0{lojEz}kN@->6OoznS48fSZKaQd zWLl{)r4s=2W~JOM+ld{->%>l)tR?>7bQiIkcmpRS&yAOfb;NpN1Mv#+D(%$i9**`B z`-r!Q{lweEJ2dVjRuWxAH}L@RAWhyS4iN7V?-K`!Lqs0AlwC$#M|2P~36Bl}VioZa z@i1UQJoW+cA#s>ELL4PNB6^6AiBE`6iDPhDQU#b@#BO3cP!=Obamu=wZJb7lkwA&z z+D=;@7bJ9+p3h#Ol0^=Qjmb zU^hD1pdql^jg%~FFfw}JPP3KiXtRtMY)>3)+fDhNlj<`Y$|T9KMn=|oo}Y4DEAaeA ztJ}*3M#c!-x{yQ4OQr1wH){ts zVSrLiKb3Q*&)CS+Q`r_eU?fuSxk0_v?qpDyi6 z+YgZB^DDN zv?MHSzhEXIa5DA+FNLdD7rXb>pD;50bQ^zg5)>gbc zM#|?nt`p2PQaWw=QX`={&1FO*Uhjpu_7>Y;Vzuyx5o`34Rz@!w=7q&j(B`0am0A9H zdhMzkTo>0OV`a1Y{5KZf=&ssMJBdFUDc@R2%i6`0kDr=tq+(7Ie=szWNRyZIlXg7{ zgY*_(vfS#ls^w)_S1tESbG6(jn6?l}BE>bEqgEo#X&Xllv7A^zWQcacB|O@7aCAT6 z6Imi4azrOhR&vxubQ2E{4-%`0hlq!XM~Fv>$9U{v!v+_?OiPBg}JQ0eO#uH_+P&_YXrFkh2W`Gs3%fQOmOgOz9POpH|E8+AiIK3K9XTj+;Olx)& zvpG>ruZ>pbWp1=u16{{J*E7%!3^b2{>KN!o4Rn(Rs@FjCHPFpqB-Q{{#cn~+TM@Jo zK^GwCLd1z9%pyd&jX@VPXcL1jVbI&7k-RL8R^{c6-X???{Z4pEz{_3mvW#sv!nS{l z->KlCI1}$g4W5Z{cqJy`k(hxu;tJfFS!jI<_ofZj8C;GIT#7(8;^le`FV!YIN}FYm zY?1x4RSw8DIV9WVuEN_}B*<(h?UNcJenbGo=87KSA zx$?G|D({#MdDjGTz;wxbW|h2e9+iV;wHz{QByV1j56n9G&}@{$W~&@AJLRa^BOjT= c(qnq$W8CpA_>K}}@ftLOue)1*L!LGN0oE@0P5=M^ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R.class deleted file mode 100644 index 62679e574dce3985bb30c748ae32549cdfa146a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 843 zcmaiy+fExX5QhH=NlemED5Zy#^Pw$=mQ}?ih#RCzND-9+;@-(x!D#VHUWb;)>J<_f zJOB?>_1^`g-t2Z)n$I5p9@{hX@aOIxz#gJDCa|WkuCSr-QP9f5O=9#QF@nyqbH*Pf zI?GI^@JY}pRuw)AnpyDHjTAOHPV`MW4hmZWWnC~M;}y0AH5)7J2qt5%f963IzA#E` zuZ&ap%Hc3gQfhYvbsd6dtOM(8I2255Zk^M6l*YWubk90-GQJuZfA)B}*!L)vQS@VQ$*_X;Qu)R|X$VswAw#gS{-Ud_TOLCf=AzzWR zi)VM?$9x|%1M_n_905FGoMM2h1fv8wA)acZ`xnCC?!F|1GutRaUTC9Ux9du|H(7OT zt_xesu9QxD{*z(`)1Ke^DY)utLh#T1bl;k#Gkit#!TYOK=kkp`eG3v;fz@Wm$=}}&UM6; KG7*NH0kU7XIX)c# diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$attr.class deleted file mode 100644 index 1a0191b82c90dff5f9f464fbb6f01ea286611654..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 990 zcmZ{iTTc{05QR^}Uf5v}XclBayrKdstDvHCQCuY;^$ znE2oi@JAV|T4IQomvg@9uBkfRGv9xF{RUtbD*;Avr}JY569tUmE|X)LV`?+qV>)2E z&veN2fa!>7p6LzK0@GWjMW%O5OHA*X9x{DkdPF2LOv`yx@^~VURn5JI5)i8bnO8~d z1P0mGZPGS1ZI@fFkyzu71o}^|SG0Be0;Q8{E80bksZ<0;+ze-jAw@tAT`#r5*@?HwJ_wG{tV zj$8CAjMCp2qQH5G3LMEhrSeX}yi+#s6wf;)^iCnYQ%>&`)jOs2PJzigAo$p%*XXHC zF37V}Um!mF?dzmDzZl>KarmnM(-acu!p!fNKlvSCQFf&0l$jJ+nM;wET`3AONYO3B z6g~1(ieA~5qF>4s1G1Q6P!6RyEr(N-c&GpmouN@cH?rgbdeDngD3X@YM|aUrUqaHQ f4^XHg)ed3~Lv)&1dZz=oag#itP9u0srz-sfEE2!= diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$color.class deleted file mode 100644 index 469d485549cfc936c25fd24645459bc7f9a592af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 649 zcmZ`$O-~d-6s+El+1+6f99iW{MFpcAoET3Ag@&qK`NVf}l6cO8Uyu)POM8(zb?(w!4dleQzjVQ_F0|VdsK0o5B+%F|b0x6Q(}nspIqfU^ zRrU=laj(pzIg<2XJ}Wldu^tOFXS+lPMWO7zk>jyqdA%o#+?F~&PtLUZHj+bSlf%tQ zyd%)w&CJX@{8CPArrvAs6db-fk!Lc(UBnS0%tyH6!-5Zsm~UZ=Z}R`q0*k&sF|rsY zpZg~&<8v(iOOMz5jX8c`108Qf*705y(yl@}5^E5CAI5vk5~3hBx33^BtK%icpein- zOCJ3a;67HEwXyoU`E7LqbmQ6-^|&!bGY+O`#qB9Nei*l9jJXxq++=HrHC}(6Tdc8G PBU>hhREBtp2UxiU8&GeM%kV!Gc zOf{xDQ^;hPBBmoI&2-Fk$doX}Obw+7VE&!LsWSl)U}E0xxiv)vj3|+Gf`d_xL&AHp`X@I*fh`d zCF8k1&x7`OrSN>s#6f7XFwxXc78@%tQz+ng+UA|npqZ%+oqXMh4EIoVP?qs1PKLRGV& zlB7LJO@+sCmbPrveSps0WyQQ=pqlNMEHF{5Yt=5ih4I1|W##Dwrh47(92$OFU})V~ zliwHUUtHQ37}!W7dg)_Z#_C6{MonkCs+Q0lxs}pau&?NIq3h1gfxK>-0)vrhXnND- zO-o01BT>z!rrVQS%0^jgqVwvh(Pt+r)>(CX&KKVk7+DXK&f2A&w3UVWq2ZN=wpWkT zsVd`3d{xHVSS#ZW%UzatSl(rMkL7)q4_H2A`H1Bn%R0-)EcaPHVfmEhGnUU;Hdwx3 zdBE}zYr|*=T)Vt!fh*iuHBmOMKCT_z(p?r^wzZwRZ~cow9qU_}*y;$on98 z=Ser|s!A@%2bceV_}veGO*-UnR`3mRxm|!QJf$vLk`1o z#9>sH9A1)ThnM9m4rB6)!>dv{ye7vTUYA!L-jHuPOvq~vZ^=oA>$2i7C8r%`e zIp;7hZ#pc~Kroc39yy1-Q)v+J9gQgP2AMGZ@1SjAIrPm_r5gL^rXB1+0+X z!4e&(WjZ;x=#bo|^RPnkRw+&ud-M(uXm_*hu$D&w4^!WBc$q^#rkP$b%`m-Ynq_*! zG{^LoX`bmF(*o0brZUq9rbQ;3X^H70(=wA{T48dSRx_w%@K|6l2xIS)=c?EX16#R9 z9OZtgN8xTz6Ae{R%}FiXGha9y(g=OW32|A z`oa6`qsf7mNzbJlKi%DSbo4?wK4oMzbd|rUB9EUBlI`(lZ$}_o zi`0Iz%~}rv9aVfqw?>trstRgR=+(ZK_B_4cP<0)ZHbxHn7ihNZ`Uej3&%@ow)oWy5 zAiXiMrS_DCF^pRnK+(b=hanDEISg~S#^E}L5e_#v+~jbJ!zhXwJP|0K=|Z53k1F{p zsF$8OTiT83N>3ZXefnz_=ygJ3(^i(1hq#fhGAby(i9g1m_oW@;ZtJ#1FG6`fcc{KdPRDea`8D*_9nP2uO#T>Lk0NINjeIcK?i1$#~eB_ sj~*kQs*PuW{PIo@BsHn^Yo^E%9hagAD-C#s{jB1 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$id.class deleted file mode 100644 index e5773c6be42ed5af55b3a6bdf1112628480398b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1692 zcmZ{k|5sE+7{=cLmW5>#nMfo|ORd1f6{t)=OEHQhHB>4~m)X0Q-GRGv>F!;G%IteT z^~ZGPhtBDT{(%0dPR}!J=hP{Gd7jVAT<*N@bKm8UKY#mOMCRnjk}OEv`?xFvgEB9h zq!Ot?8X`4GBP2`Gq%G1B(l%*~l#nJ!Ez%Upkh?UR;BpOfyBz92myeMzd49+5UkUy%&yF{w`aniP}1Dav<6 z`CiFk6XiB_)hKnju`bS(s1+rLy4!WTYwO%BcQ9@H_EM8McP|{4- z=WyWCtYs1)3|yP*Q?v{eiaS6yxKAjS)tR3|2~n}b{->bMAmnZ zVSzTwrETG|LT>W}-oI#_%`YqIot#?7=~Bv4hF6ixjZUi;XLn4E&*{}PGReBhEZ5!5 zzPxF1Lytu+wA@58$aA(rIoeQw!VOmw-_P!aBJyy+R37L z*@jxy&TW}pQJCt`RE0p&r*D0%%_bE3h zHz~I$A5hjPw<&ihcPZ=LbQ&DZ21mca(Q5m9iY6dXYXM^?cR7raLlKO*!KtSWE?FP!;R)Gy)qQ)qwK zye9X-<%0+0ff%d?r1tk8tC4Ub^0V&o(yRNt6m-9rq8{)vs7qdkblJ;O`jD4leb~#0 z)?S|0qh6lTN4$*bqh7}KvtB0jF)z>Q<6cha=e@k3PkK3}PkVV$zvSg*J?UjipYigF zKI>&#pYu}D=e^A6SubaBkZy!Kd+^)_yo5^T!`b*>4Chmz diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$integer.class deleted file mode 100644 index 8ac821d958dcd1e6964087eadf6a448e19c0a425..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 469 zcmaJ-OG^S#6#kCRI694KW)CCW)S_B6M9ZX&5C~FW;dZz)UhT?wC+1=9`c2UyXweVo zM@45$Y7=eF<9nPB&d2B5JAiZS*)Y*8K2>2>U|`F_j)h&qL6V9zOFUo1o{myAR)I)W zq&=m_kv9_yoy`c;Ba}KytMrmkJUSi{jBYfNgj!!|d7aIC8Q%#%WTerL0uc^Htnz&Y z8tJ`C2$s^RoXD8q^t6_7Hxx-CnP~Tg9>tLwE!?@1j}L-H?%;4GzaW%5LAc7dZ=);@ zmDHwrH(=5E5TJK(4WV+CxY N#@%Mtz&6&=`T}B{VnF}^ diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$layout.class deleted file mode 100644 index 9ecc4c98227029c5a9c5ffa025bcf85dbcfcd7be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 787 zcmaJ<%Wl&^6g`uNlNi&qZh5pNByB@qKrO_QicKY?iU_2Fy0ym6G?`#~B4^UVif=+* zAhF;B_$b7^ZiR#ty1D1v*E!dZU%!9+1n?3^F51|ser==M!V>z-dd!|M+hVrMY@690 zvmIvp%=*j@8hF~kGlA92Sbd>mX|>5h88ZloQ-RKcPH0UU&8*3kK<}TvRp~U5R)z7L z`e_*H(SJvDOje`Z%%=joi&dsFw_!ZaO=ePMRW8uIWzg!B4swolrtNEi>i)sGK<&f~ zsoEasOud_@k;*^HD4~i!FtJR|Wv)5DDc0;*&qyPYU(DPJc&AyW@{>f)W{T>afy{=v z(ZkQdrB+u{IZ}CW*1w*9CD1&MlN)#UgPG^CdZXFPIXjxjOX=YO9(q{DiU*&=Du*== z_c+|gN(0XYHg9neSZ1jpk=ZDCA5BzDXRa+;zzh1qZTe9hwAhnai)~9J=Mu@hMDj0@ zP9Us6@TnBnDGLY%Vg2ws#J94&LD4CT3Y)~e>j6AMm$D{$f0y5u9iZ!13RL}Cfx7P$ zX!y+nE#ED0$M*`{Wmy51-5_D$0(FewVoXn<=@m`rl23Hk7WFFF#$!U4HkNRR4%Ytw DyBn@1 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$string.class deleted file mode 100644 index 4ff52dfb0814762df9d4279d16ceefd794bc0218..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 468 zcmaJ-!Ab&A6g^MJ8J(sy)5@Y&1r^Z{Et57vAV`6Q+u_alv?t?x@n+O^eN(guTJ!;Z zRCGtBHqqvud(OS*9=M-h?;ijzu;ZeDTK>6?(-JJy9c($+W;jezo=%b=-^^ zRB9DSHPC^c3NwiHjDfWo?50#Qy<*589rqZlmhKCNaz`q0GZ}}%-19IdrP|REk9*w6 zj4wqieUJ&=NKzx!kily!B}^;kNg_z!>u}XKTK1p(sT8wEJ`~399xS#m8H&v)UZ%Tu zdSW7REwe1Udp6=z?xBd12OExq2E*<@#~3P^!;iTd`nTaoL@7hb=DRR#72V#QKkUe?Fn@YVH;J%+2uYRuokw QEr$)130<06*u)wd-+=XEUH||9 diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$style.class deleted file mode 100644 index 482628cf340ed715826c86900e5be6ec5bb491c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 907 zcma)4%Wl&^6g`ud6Jto~mO>vCD1jygYFd_5NL3`HNKuhmtH3InIMXndV+UuFmKEQG zyg*{X2k?n|sd8J#){wmcRb~`~|>M?AVyYgZzg@e5;^_4QAh&HJJTi z)@1gR*(S4J%pMXGubDk!_J-MG3!a510_(myGkc?vl8KB0)osPYku=@?*yv*&NTcIO zK(qxmE*Ey&(Qz!$m_gamk=mJUsIP}=wxPZ@AxWFBbbp}CMXT%uyihBSjHCdGK>ac; z?;=pz)sZ&O1@evNkwBpp_sOWrTkKDUJ(c*f$JTBq4rF*F6V2!I%Yu2U#{$K%dCwZB z9g%e_l;g3Y>(!2o`bn(&XWmq+(~%sg#5<^G;%5To-5@;owh!Y;5~vrNr<4x1PUKWN zSjLJ27xNAlxLoJ5$mIr?n_QMKZ(&M_427{1xCf z*6CEny?>AWtOL~DT#CF~NKtf4DJ-{~qT<>quDDK$tM0WFRh})tv)3p*@D4>JurWpz dhE|x+hniCFlmgbNpTm9JCA8^P4O_T_r9T#i)sX-I diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$styleable.class deleted file mode 100644 index 1dce1ebf9a67baf6dbc69460915315766cf21647..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2929 zcmaKt+jmn%6vp@D);0|i4npt~}^+sSm!mmVcDX@0+HSLXwx?cV=eK-ZS6KB>(>R`(GlmOnwYYo9y%N z4@je5DSsWHo>a(M*-soG4ibkLGDPeohKUhk7qOcmhlwM^QQ{bJoH#+8MCRa9Vihq+ zEF&By@Q6LcUV;l!0ZuzboF>i?XNhyfdEx?bk+?)$CaxfEn< zQjXi{nV!{dXS_Dg8c^cf)~2NT<&kbPHP~+|Q5dc-G@MSlj-4C}D;1JpSta3CC+)SG z19oZzDaRY#z3AWIIzx8Sa#v@)e#f;vgwz%ZX|Y@{qokq8aI57d`a3-ryX-@jxuwE3 z*#nl7^_0vm61Blh>@fSR;)~gswOmwrWqdxrl+2vi(QW4K>eZvq?VfQHMmxQc6bddZ zk)X?TZPT-zbf@KccDfI4%qbDR*|Pikv8K8rF`k!bODC;iB~xFB=+&#OF3_7_<#UI? zAbpetR##IX!`P~(zc4nwnn`P1Gih6CPhUUmaYFl*8ASt-z4#zfHx!=Pm)~Ru_L{{>))x-Tc&0mML~V%>tfJI#@hy6G%39|narKJq z!W$XH;FJlqM}I@=Ug{e^oYA*GaZ{Z2EW+vS%~-gdp=LX6dn=Xr8|QZ^3AE_7Om4T+ z*81!~kL7MMd-yPnb|+z`^d&<(-x=`wZFpCa;o}*Ni?pTFxE3ihld))Pd;SRyHx1d= z&Oy9tx2dDy*@P8J%9|6Z{2IcYPS#CWt?&dZ>sY+q95N%~N+u$o$>$Mimvs?YPsE4~ z?Ayq%4x*FTM0`PX5t|vZg9JAxxr&(-Qnj5*E=*^b!4pO>8H2 z5Gi7SND~ed4D#z+Syv`M;EI^4X@!AW;h|R8s1;6Xg_&C6 zr&d_16|QQ9v0CA+R@kc*4r_(UTH&)+SgjRqYlY!j;kj1Wt`*K}h51_Hzg8T9R-6LV zCyKWT^w4U8Drj)QucCg@!&xw-J4a*)-;vP(*(tlwDwo}3lYNyEK#!>I&>!Kr-|)ra z0mC1Q2aP~1CqaKsLV=u=1#?m!9gV19M3@nkv3SUc#NuVfq*%P%cm)$CV?q=YreJ~* z%E{ESoK%(PWLh+=)4$5e(>b}ClWRD61}D#q#iJpk7A!Mnf#t?*u)?TA(t0GFgQTw^ z>0BgjK+@NdbY2vVH=<}YM$w!ft;orOXhau!lZ6(t&>|LE%tB2p^p-BPL>F4B3oX-y z-Uh?QJ7A^pE{ZNk(f3gFeH8rwbylEEGpc;ZqAOW+6^nkvqN}6foO~Ru%t=d7R}ZlI zC&=!Wg8j>&yFE|27dJe8C3lbn*D<+SAFjQl2N$f6ICKM=q$STvSzZNma{bRV!Ci zy|D z03NF1x1mxm99x=icmA2tc*akEA07dGL)63=HWWT8Y$|*bG_r7;7~M;Zp!LH!oW{WM7#dmyOl5Ik#rx6Xzm!Pw638NJ78%vL5l)|sEf%bxM4FU?JN(!Ng4w72>F z)maVaHWSQuw2OUeC?(uWDI^7KDjunjax04DCQ*}GqA%6PUcwgFt{j{HLOg(Y z-~;$5#5jc15-+^$&Y7Ka=IqSRU*CTKcm=Zp4G(o}SMUfsWfbwagxwOJ5Q?2{>*Otg zP6?~c;n422o8#V~f7a^|s`k0~BrIP9Q)?7QDww_|thB>m7K2jZ5o-I)(-)|l;);w^-5Qn~kHm z_Z9Sc-lE2*Hcx7}&9U*P0C#Ygk&b&y^7i}%C|7gekpF^0DnQ)vuRw{>eMUJv_zmG# Bk7ob? diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerDialog.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerDialog.class deleted file mode 100644 index a3a0c2697f83964b8af8bd42eea32b06f0dda73a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6602 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 diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerSwatch.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerSwatch.class deleted file mode 100644 index e5f144053baf47da9f1d396314eae429f333af70..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2779 zcmb_eTUQfT6#h;U7!pQ75hMZ@C}J3_sfyH!^+GI|Hi#9A72DcjGQdcZp_Ad(o4x;s z{(?T&C83v9SD*UOAJx_GoMaL%hUG(7R?gn%w!eKp^UuG(KL>CDKgQ6F@hG~GlEcjy z-o``}lei_hbQJGMt_$yK$jAdza^<$uO;zJD|N&0a!PU4YdE z4Sy^>_dh@l%?drNu;Ijht!pup1EFD`P9Rz{6)`P zS#qpmGF#bA2FIvSOiBt+B8fRAYsNRNb|95u-ZZ#AO{mRt5Tli}gLCV-4#XHgs&_GYy|>_)^DLcp_jN zn9lT=ZwGFb=6tQ=8+sfJkAXjluW5BejGI><)M30K9^|8*JvPJ@D6Y1T6GQ%f5cXefKX#WQ5 zr@KD5!@3R0L0@nRSt)3IGtFrSEB1x5I(8|iYG3wR_8%7MzTgekoK`pJV=@FW_VG%u zWIPfz?7i{g8xllo&lYW zLQrA?r+0d>enC@@p~Oq|Le)lF>1p-0?F6a@>i`(lH+gy1DLV5`&ha<-kg#v=e39Ao z>$-%^uZtfN0zHTzBwHcBE<&=QDav-HD7zzRgy#|%;%IR89APw&-ZF-_A&l-Vgp7D( z3*q5k5qXLRqlCu$hVc|y2~B??x`mjWH3u`@=q}-q(X)-i2G6$qqL79;8i;Xxozl;d zJC9b3P{)g0AH^lSfwwr0v%yZ{GS2YiNLdfOhO?YeBP4lSDDE6B3MuY9zna2|8=*B3 z{@AB0wyaQs+#8JiiPi^Us&k}-qfgOR!m*ht;~8Rqp#8y_u5EObaJ;7JQAz>z(QuXD zO4r!_uPcpu%hIYE4bqZ+VzuK4^}j@oLh^yApj&DV#Jhf?FP=dUmk|FMx@23M$VW2Fl^l#%f&V4QBdK=EVTV_;jF$X}tN< diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorStateDrawable.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorStateDrawable.class deleted file mode 100644 index be876bb7d6c850d03da70dc03e08d246fd4f4c98..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1580 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 diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$bool.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$bool.class deleted file mode 100644 index a94f10b4838b39305799773dddab0884a412a41b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 595 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 diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$drawable.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$drawable.class deleted file mode 100644 index 38148740b911c90b2bae24ab8f1e2a0206e29935..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6832 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 diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$id.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$id.class deleted file mode 100644 index aff4644605e133a6e54a4da2c011de7ce5c0a6f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5519 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 OW1Y~a=>Ye!hQV)YTc7m+ diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$layout.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$layout.class deleted file mode 100644 index 412e602fd7439a9aaaaebc09f19affcb0b6a07b6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2892 zcmai$*MAgM9L3MvKte(^a6up-H34HIie0gyD2k#W*d1qQ$7Eo3W}TT0pd$8)1$!5J zuh;U?2VQ*Azrfym@4fxb-NYmt%gZ_6%&l{Nzgc+kkLNZ5*a1&BVF@m(TiXJs5sPs# zNs%rg)sfbbhLJ8M4JTbjswZ7eY9L)f8bMl5Y9w7rY9d`l8cDjE)J(dDvgIV(u1Tn(nF+n(!->gq(?}zNRN`XAU#Iv zAU)my(|{)(w0Z^K_53_cVz=O>ZXV`Q;D&ina^Ng*FsWv|Qg;0$&b=@W(!rypAgHnzJW0V2a;mIlO43xKJ}v{tKP*ed3lhAUNqpsJz>7u^}7?9le#@& zuyVi-L&n@F%<|sXYPaV^L7KZo*)r*J3zau8RYHs~Arf`PuWxiJo z<1Tk-I5zm+^J^DR;NoCa*^7%ovAVV|I$IC>GW}cn-GRTNkgRero(pS6L#bD9Y&9c& zd)nh_#!|U=;$S*AEGK0tyFITv@QM;Q`{VC2Ppp|UbTISNAc$?_1hJGM_M=KMa4?!H zdk3?yRF34?%puR*q$fz_u6=DUX=vG$|L8m2vg5Od)gU zMAEkoTI|~Dv})(rcgTV$@c(X#{#uUYbe@riWd~#YBuY}Z9QrFHiE0IFpJpq)-0zmB zagv88hrVaOuj*&!VDdjamHkVFOuA66H*L_kL|u-g{awEz<0ZEccKz!VzNOohCKb8o ztbg96>`CAI-Dwghr9eI^2UGuJVjh;{LX!q3V+-6L&y2yNrHbSv-(~0r13uff!ILui zC?xFKS?yV+Tu$VI)oyUJau~}G&EQ%(sGl3gVZN7xx{fWEIT$w2c0|iUDehsFQXxo> z^a|`Hy)f~;XqhL!9P)SX!(n-Mn8_Y}-QT=`N6d@7EDPlMjD>zu>Xa`pO~PWQt#!53 zor~M6OZIRuVy-WpWUtV)B&no+FhAsh^^0dO_jnv5ayQHH#?~cf>yor}3ER5lZCxU_E~#6W;H^vc)+K)HQUU8y1nW`<>rx8qQVr`;5bIJC z>rxi$QW@(~9B~DQ?IyZb{^}HW#D{P744lX9@R_3Ze5hW+S;EcL2{;?)$zLOIe&1qe zjU54A(8{1r4>K69>kS(82!lr5WH3@U8*HLCHE7YJ3`T2hFh-9x*i4Tz7_TQ7wCafl zll0~Wll2sXsd}2hbUnkMO}87&)Uyn>&>aR_>a7g6*4r3tt7jW@>g^1+*K-VZ&^sFJ zq<1#hMek~`o8H}E4?WjlPraAH-g+N{ef53@^Ys1(2k7|*2kL_i7U+Ww4$%t@4%LSl zEYgP?9Kiq_oGE&TbQ;vl7_MGHlX?{`>NSj2ucKAHfhp=uw5hkyq29)}>K)8c?_wAA z9_Fg|v9J07^VNqqM16$A)yG(>KEbi-Q@H9g6xHVl)fb4>m&nvtSf#$k8ubm%R^Q?R z^&Qr!@3CI}fNRx{xJmtl4eDpyt$x7+>Q_9fe#4XMcRZ{9z((~ap08siFOZumT!?eU No8;z;@dVC6>t9f?1Q!4R diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$string.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$string.class deleted file mode 100644 index 0caa5137bb6aaa7782200f7d107cd589b9b7fd2c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3267 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�m5Sv6WcrzWcB)pYfOnyX$^+3F>=LcOeV)GI2Y zUR4{^YigrTJpx#%PsSngO>O;lqBXzs_ zSlz2WQ4gz6?HNC_wSR7F`ofm_(nfq`|Mj){R(+#>w)&^~PLujxXQ>}_L-nIJ>L=Y& z{cQhw#4q-*K>VtEtKaNjW%%9xb%j6dUrG4W{|ZVT+y3=|f9zio_*bveLg#AI z1zPGNt#p~zdaDlUojR-!)mi!|T}Pjw>*~{VJ$;U@uP@RK^cA|HzE1C@Z`O_UoqBJ5 zzizA_)t-LZPQqW*P4w%!seV^C(;w^R`b#^<{$97#zv@={Z{0eibem9J-8R%nw+l7Z z?L)0~hfqh|G1Ogm3iZ{ULxXjf&`8}iG+uWLP1W5)vvrTqLftd8O!o?{*1bb{x=$#o z`-Wn=U#LR&4{g^2Lc8?9&~7~_bc`MxI!O-+ouP+@&eOv}m+0Z4tMrJ_4SHngRy`_o zw;mmOP>%^cuE&O+)#E}h>+zvC^@Py-dSd8PJt_3Ho*ep7PYM05r-uI3)50M=JzQVU z2shRO-@3>cg@Q)w{Ef(uZfAppVEpO&@8$quSbWSL$}U RmGydp?EjFvO}7*+{|6BE!4Cic diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$styleable.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$styleable.class deleted file mode 100644 index c735a43f92725b75f721bbb94bf6eea32e8ab3a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32245 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 - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/mergeDebugShaders/merger.xml b/colorpicker/build/intermediates/incremental/mergeDebugShaders/merger.xml deleted file mode 100644 index f400cc47fa..0000000000 --- a/colorpicker/build/intermediates/incremental/mergeDebugShaders/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugAssets/merger.xml b/colorpicker/build/intermediates/incremental/packageDebugAssets/merger.xml deleted file mode 100644 index 6c76fb7ce2..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugAssets/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/colorpicker/build/intermediates/incremental/packageDebugResources/compile-file-map.properties deleted file mode 100644 index 53e5cd6d56..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +++ /dev/null @@ -1,7 +0,0 @@ -#Wed Sep 12 16:45:01 UTC 2018 -/home/marcel/email/colorpicker/res/drawable-hdpi/ic_colorpicker_swatch_selected.png=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_colorpicker_swatch_selected.png -/home/marcel/email/colorpicker/res/drawable/color_picker_swatch.xml=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/drawable/color_picker_swatch.xml -/home/marcel/email/colorpicker/res/drawable-mdpi/ic_colorpicker_swatch_selected.png=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_colorpicker_swatch_selected.png -/home/marcel/email/colorpicker/res/drawable-xhdpi/ic_colorpicker_swatch_selected.png=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_colorpicker_swatch_selected.png -/home/marcel/email/colorpicker/res/layout/color_picker_swatch.xml=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_swatch.xml -/home/marcel/email/colorpicker/res/layout/color_picker_dialog.xml=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_dialog.xml diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-af/values-af.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-af/values-af.xml deleted file mode 100644 index bca7ef9f2d..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-af/values-af.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Kies \'n kleur" - "Kleur %1$d" - "Kleur %1$d gekies" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-am/values-am.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-am/values-am.xml deleted file mode 100644 index f71070eb39..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-am/values-am.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ቀለም ምረጥ" - "ቀለም %1$d" - "ቀለም %1$d ተመርጧል" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ar/values-ar.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ar/values-ar.xml deleted file mode 100644 index 9c214a8fce..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ar/values-ar.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "تحديد لون:" - "اللون %1$d" - "تم تحديد اللون %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-az/values-az.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-az/values-az.xml deleted file mode 100644 index 43d9264584..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-az/values-az.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Bir rəng seçin" - "Rəng %1$d" - "Rəng %1$d seçilib" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml deleted file mode 100644 index bc3c93e76d..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Izaberite boju" - "Boja %1$d" - "Boja %1$d je izabrana" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-be/values-be.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-be/values-be.xml deleted file mode 100644 index d8e62a5377..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-be/values-be.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Выберыце колер" - "Колер: %1$d" - "Выбраны колер %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bg/values-bg.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bg/values-bg.xml deleted file mode 100644 index 019f645987..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bg/values-bg.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Избиране на цвят" - "Цвят %1$d" - "Избрахте цвят %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bn/values-bn.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bn/values-bn.xml deleted file mode 100644 index 2f2f8442fc..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bn/values-bn.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "একটি রঙ বেছে নিন" - "রঙ %1$d" - "%1$d রঙ নির্বাচন করা হয়েছে" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bs/values-bs.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bs/values-bs.xml deleted file mode 100644 index 2f13383acb..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bs/values-bs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Odaberite boju" - "Boja %1$d" - "Boja %1$d je odabrana" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ca/values-ca.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ca/values-ca.xml deleted file mode 100644 index f2249788b6..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ca/values-ca.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selecciona un color" - "Color %1$d" - "S\'ha seleccionat el color %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-cs/values-cs.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-cs/values-cs.xml deleted file mode 100644 index f7de37616b..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-cs/values-cs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Vyberte barvu" - "Barva %1$d" - "Barva %1$d je vybrána" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-da/values-da.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-da/values-da.xml deleted file mode 100644 index 25778e5edf..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-da/values-da.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Vælg en farve" - "Farve %1$d" - "Farve %1$d valgt" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-de/values-de.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-de/values-de.xml deleted file mode 100644 index a190ce4b95..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-de/values-de.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Farbe auswählen:" - "Farbe %1$d" - "Farbe %1$d ausgewählt" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-el/values-el.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-el/values-el.xml deleted file mode 100644 index 8f2a493dc9..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-el/values-el.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Επιλέξτε χρώμα" - "Χρώμα %1$d" - "Επιλέχτηκε το χρώμα %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml deleted file mode 100644 index 44e1d348b0..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml deleted file mode 100644 index 44e1d348b0..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml deleted file mode 100644 index 44e1d348b0..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml deleted file mode 100644 index 44e1d348b0..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml deleted file mode 100644 index 8f2e4882af..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‎‏‏‎‎‎‏‎‏‎‏‎‏‎‎‎‎‏‎‎‏‎‏‎‏‎‎‏‎‏‎‎‎‏‏‏‎‏‏‏‏‏‏‎‎‏‎‏‏‎‎‏‎‎‏‏‏‏‏‎‎‏‏‎Select a Color‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‏‎‏‎‏‎‎‎‎‎‎‎‎‏‎‎‎‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‏‏‎‏‏‏‎‏‏‏‎‏‎‎‎‏‏‏‏‏‎‏‏‎‏‏‏‏‎‏‎‎‎Color ‎‏‎‎‏‏‎%1$d‎‏‎‎‏‏‏‎‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‏‏‏‎‎‎‏‎‏‏‎‏‎‏‏‎‏‏‏‏‎‎‏‎‏‎‏‎‎‎‏‏‎‎‏‎‏‏‏‎‎‎‎‏‎‏‏‎‏‏‎‏‏‏‎‏‎‎‎‎‏‎‏‎‎‎Color ‎‏‎‎‏‏‎%1$d‎‏‎‎‏‏‏‎ selected‎‏‎‎‏‎" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml deleted file mode 100644 index 098dc74d24..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Seleccionar un color" - "Color %1$d" - "Color %1$d seleccionado" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es/values-es.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es/values-es.xml deleted file mode 100644 index 984e1dd3ab..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es/values-es.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selecciona un color" - "Color %1$d" - "Color %1$d seleccionado" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-et/values-et.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-et/values-et.xml deleted file mode 100644 index cea87c08af..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-et/values-et.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Valige värv" - "Värv %1$d" - "Valitud on värv %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-eu/values-eu.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-eu/values-eu.xml deleted file mode 100644 index 8cb84a2a90..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-eu/values-eu.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Hautatu kolorea" - "%1$d" - "%1$d hautatu da" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fa/values-fa.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fa/values-fa.xml deleted file mode 100644 index 77d400b7e9..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fa/values-fa.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "انتخاب رنگ" - "رنگ %1$d" - "رنگ %1$d انتخاب شد" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fi/values-fi.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fi/values-fi.xml deleted file mode 100644 index a25c097069..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fi/values-fi.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Valitse väri" - "Väri %1$d" - "Väri %1$d on valittu" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml deleted file mode 100644 index dc3fd65a6d..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Sélectionnez une couleur" - "Couleur %1$d" - "Couleur %1$d sélectionnée" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr/values-fr.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr/values-fr.xml deleted file mode 100644 index cd4081ee8b..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr/values-fr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Sélectionner une couleur" - "Couleur %1$d" - "Couleur %1$d sélectionnée" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gl/values-gl.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gl/values-gl.xml deleted file mode 100644 index 8823794fce..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gl/values-gl.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selecciona unha cor" - "Cor %1$d" - "Seleccionouse a cor %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gu/values-gu.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gu/values-gu.xml deleted file mode 100644 index 5240f95e31..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gu/values-gu.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "એક રંગ પસંદ કરો" - "રંગ %1$d" - "રંગ %1$d પસંદ કર્યો" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hi/values-hi.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hi/values-hi.xml deleted file mode 100644 index 43976bc850..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hi/values-hi.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "कोई रंग चुनें:" - "रंग %1$d" - "रंग %1$d चयनित" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hr/values-hr.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hr/values-hr.xml deleted file mode 100644 index 053f98e274..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hr/values-hr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Odabir boje" - "Boja %1$d" - "Odabrana je boja %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hu/values-hu.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hu/values-hu.xml deleted file mode 100644 index 227df21852..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hu/values-hu.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Válasszon színt" - "%1$d. szín" - "%1$d. szín kiválasztva" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hy/values-hy.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hy/values-hy.xml deleted file mode 100644 index 154fa693a0..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hy/values-hy.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Ընտրեք գույնը" - "Գույնը %1$d" - "Ընտրվել է %1$d գույնը" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-in/values-in.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-in/values-in.xml deleted file mode 100644 index 88f7342419..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-in/values-in.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Pilih warna:" - "Warna %1$d" - "Warna %1$d dipilih" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-is/values-is.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-is/values-is.xml deleted file mode 100644 index 559aa4778b..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-is/values-is.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Veldu lit" - "Litur %1$d" - "Liturinn %1$d valinn" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-it/values-it.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-it/values-it.xml deleted file mode 100644 index 099bf1de5e..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-it/values-it.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Seleziona un colore" - "Colore %1$d" - "Colore selezionato: %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-iw/values-iw.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-iw/values-iw.xml deleted file mode 100644 index 1556e6a4f6..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-iw/values-iw.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "בחר צבע" - "צבע %1$d" - "צבע %1$d נבחר" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ja/values-ja.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ja/values-ja.xml deleted file mode 100644 index 74814b7000..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ja/values-ja.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "色の選択" - "色%1$d" - "色%1$dを選択しました" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ka/values-ka.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ka/values-ka.xml deleted file mode 100644 index f2587748a2..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ka/values-ka.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ფერის არჩევა" - "ფერი %1$d" - "არჩეულია ფერი %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kk/values-kk.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kk/values-kk.xml deleted file mode 100644 index 71c869deb7..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kk/values-kk.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Түсті таңдаңыз" - "%1$d түсі" - "%1$d түсі таңдалды" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-km/values-km.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-km/values-km.xml deleted file mode 100644 index 973ba1c1b6..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-km/values-km.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ជ្រើស​ពណ៌" - "ពណ៌ %1$d" - "បាន​ជ្រើស​ពណ៌ %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kn/values-kn.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kn/values-kn.xml deleted file mode 100644 index 2d2d325906..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kn/values-kn.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ಬಣ್ಣ ಆಯ್ಕೆಮಾಡಿ" - "ಬಣ್ಣ %1$d" - "%1$d ಬಣ್ಣವನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ko/values-ko.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ko/values-ko.xml deleted file mode 100644 index 2666491192..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ko/values-ko.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "색상 선택" - "색상 %1$d" - "색상 %1$d이(가) 선택됨" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ky/values-ky.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ky/values-ky.xml deleted file mode 100644 index 4ea7c00d7f..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ky/values-ky.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Түс тандаңыз" - "Түс %1$d" - "%1$d түс тандалды" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lo/values-lo.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lo/values-lo.xml deleted file mode 100644 index 468a4b6806..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lo/values-lo.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ເລືອກ​ສີ​" - "ສີ %1$d" - "​ເລືອກສີ %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lt/values-lt.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lt/values-lt.xml deleted file mode 100644 index 8bbab88b8a..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lt/values-lt.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Pasirinkite spalvą" - "%1$d spalva" - "%1$d spalva pasirinkta" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lv/values-lv.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lv/values-lv.xml deleted file mode 100644 index ba13356f1d..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lv/values-lv.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Krāsas atlase" - "Krāsa Nr. %1$d" - "Atlasīta krāsa Nr. %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mk/values-mk.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mk/values-mk.xml deleted file mode 100644 index facc60a3dd..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mk/values-mk.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Изберете боја" - "Боја %1$d" - "Избрана е %1$d боја" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ml/values-ml.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ml/values-ml.xml deleted file mode 100644 index 3a3fb88fbf..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ml/values-ml.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ഒരു വർണ്ണം തിരഞ്ഞെടുക്കുക" - "വർണ്ണം %1$d" - "വർണ്ണം %1$d തിരഞ്ഞെടുത്തു" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mn/values-mn.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mn/values-mn.xml deleted file mode 100644 index 1d4c61d733..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mn/values-mn.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Өнгө сонгоно уу" - "Өнгө %1$d" - "Өнгө %1$d сонгогдсон" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mr/values-mr.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mr/values-mr.xml deleted file mode 100644 index cf33a085af..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mr/values-mr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "एक रंग निवडा" - "रंग %1$d" - "%1$d रंग निवडला" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ms/values-ms.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ms/values-ms.xml deleted file mode 100644 index cfe44d08c3..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ms/values-ms.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Pilih Warna" - "Warna %1$d" - "Warna %1$d dipilih" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-my/values-my.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-my/values-my.xml deleted file mode 100644 index dd16f5dea3..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-my/values-my.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "အရောင်ကို ရွေးပါ" - "အရောင် %1$d" - "အရောင်ကို %1$d ရွေးပြီး" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nb/values-nb.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nb/values-nb.xml deleted file mode 100644 index d4b092783e..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nb/values-nb.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Velg en farge" - "Farge %1$d" - "Farge %1$d er valgt" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ne/values-ne.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ne/values-ne.xml deleted file mode 100644 index 672daca1ab..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ne/values-ne.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "एउटा रङ्ग चयन गर्नहोस्" - "रङ्ग %1$d" - "%1$d रङ्ग चयन गरियो" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nl/values-nl.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nl/values-nl.xml deleted file mode 100644 index 7044d14c7b..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nl/values-nl.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Een kleur selecteren" - "Kleur %1$d" - "Kleur %1$d geselecteerd" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-or/values-or.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-or/values-or.xml deleted file mode 100644 index 6dcf4ce97f..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-or/values-or.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ଗୋଟିଏ ରଙ୍ଗ ବାଛନ୍ତୁ" - "ରଙ୍ଗ %1$d" - "%1$d ରଙ୍ଗ ଚୟନ କରାଗଲା" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pa/values-pa.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pa/values-pa.xml deleted file mode 100644 index 8619da7987..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pa/values-pa.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ਇੱਕ ਰੰਗ ਚੁਣੋ" - "ਰੰਗ %1$d" - "ਰੰਗ %1$d ਚੁਣਿਆ ਗਿਆ" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pl/values-pl.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pl/values-pl.xml deleted file mode 100644 index 6a1aa1aa7f..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pl/values-pl.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Wybierz kolor" - "Kolor %1$d" - "Wybrałeś kolor %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml deleted file mode 100644 index 4432271efc..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selecionar uma Cor" - "Cor %1$d" - "Cor %1$d selecionada" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt/values-pt.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt/values-pt.xml deleted file mode 100644 index ab6e151169..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt/values-pt.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selecione uma cor" - "Cor %1$d" - "Cor %1$d selecionada" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ro/values-ro.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ro/values-ro.xml deleted file mode 100644 index eec4c7b488..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ro/values-ro.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selectați o culoare" - "Culoarea %1$d" - "Culoarea %1$d este selectată" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ru/values-ru.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ru/values-ru.xml deleted file mode 100644 index 345da7ce52..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ru/values-ru.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Выберите цвет" - "Цвет: %1$d" - "Выбран цвет %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-si/values-si.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-si/values-si.xml deleted file mode 100644 index e3b8d7be04..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-si/values-si.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "වර්ණයක් තෝරන්න" - "වර්ණය %1$d" - "%1$d වර්ණය තෝරාගන්නා ලදී" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sk/values-sk.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sk/values-sk.xml deleted file mode 100644 index 410ef02316..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sk/values-sk.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Vyberte farbu" - "Farba %1$d" - "Bola vybratá farba %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sl/values-sl.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sl/values-sl.xml deleted file mode 100644 index b46c9715a1..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sl/values-sl.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Izberite barvo:" - "Barva %1$d" - "Izbrana je barva %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sq/values-sq.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sq/values-sq.xml deleted file mode 100644 index 6f75e0663a..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sq/values-sq.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Zgjidh një ngjyrë" - "Ngjyra %1$d" - "U zgjodh ngjyra %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sr/values-sr.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sr/values-sr.xml deleted file mode 100644 index 1c10777906..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sr/values-sr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Изаберите боју" - "Боја %1$d" - "Боја %1$d је изабрана" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sv/values-sv.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sv/values-sv.xml deleted file mode 100644 index 8f3351be17..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sv/values-sv.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Välj en färg" - "Färg %1$d" - "Färg %1$d vald" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sw/values-sw.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sw/values-sw.xml deleted file mode 100644 index 8316b912df..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sw/values-sw.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Chagua Rangi" - "Rangi %1$d" - "Rangi %1$d iliyochaguliwa" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ta/values-ta.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ta/values-ta.xml deleted file mode 100644 index 7eb60134ff..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ta/values-ta.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "வண்ணத்தைத் தேர்ந்தெடுக்கவும்" - "வண்ணம் %1$d" - "வண்ணம் %1$d தேர்ந்தெடுக்கப்பட்டது" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-te/values-te.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-te/values-te.xml deleted file mode 100644 index 5cdec2e306..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-te/values-te.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "రంగును ఎంచుకోండి" - "రంగు %1$d" - "రంగు %1$d ఎంచుకోబడింది" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-th/values-th.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-th/values-th.xml deleted file mode 100644 index 17f2c85afe..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-th/values-th.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "เลือกสี" - "สี %1$d" - "เลือกสี %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tl/values-tl.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tl/values-tl.xml deleted file mode 100644 index 2551de2198..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tl/values-tl.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Pumili ng Kulay" - "Kulay na %1$d" - "Napili ang kulay na %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tr/values-tr.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tr/values-tr.xml deleted file mode 100644 index c99ea58fb4..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tr/values-tr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Bir Renk Seçin" - "Renk %1$d" - "Renk %1$d seçildi" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uk/values-uk.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uk/values-uk.xml deleted file mode 100644 index 3e1caec1ef..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uk/values-uk.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Вибрати колір" - "Колір %1$d" - "Вибрано колір: %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ur/values-ur.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ur/values-ur.xml deleted file mode 100644 index d80e484a00..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ur/values-ur.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ایک رنگ منتخب کریں" - "رنگ %1$d" - "رنگ %1$d منتخب کیا گیا" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uz/values-uz.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uz/values-uz.xml deleted file mode 100644 index 9b47d4535d..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uz/values-uz.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Rang tanlash" - "%1$d rangi" - "%1$d rangi tanlandi" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-vi/values-vi.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-vi/values-vi.xml deleted file mode 100644 index 10a7ae8081..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-vi/values-vi.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Chọn màu" - "Màu %1$d" - "Đã chọn màu %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml deleted file mode 100644 index aad5b88f33..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "选择颜色" - "颜色 %1$d" - "已选择颜色 %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml deleted file mode 100644 index 66c9d2b491..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "選取顏色" - "顏色 %1$d" - "已選取顏色 %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml deleted file mode 100644 index f82fe78efa..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "選取顏色" - "色彩 %1$d" - "已選取色彩 %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zu/values-zu.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zu/values-zu.xml deleted file mode 100644 index fd8215a1d4..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zu/values-zu.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Khetha umbala" - "Umbala we-%1$d" - "Umbala we-%1$d ukhethiwe" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml deleted file mode 100644 index 8285e4d0da..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - 64dip - 8dip - 4dip - 48dip - Select a Color - Color %1$d - Color %1$d selected - \ No newline at end of file diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merger.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merger.xml deleted file mode 100644 index ff23dc0d98..0000000000 --- a/colorpicker/build/intermediates/incremental/packageDebugResources/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - -"Kies \'n kleur""Kleur %1$d""Kleur %1$d gekies""ቀለም ምረጥ""ቀለም %1$d""ቀለም %1$d ተመርጧል""تحديد لون:""اللون %1$d""تم تحديد اللون %1$d""Bir rəng seçin""Rəng %1$d""Rəng %1$d seçilib""Izaberite boju""Boja %1$d""Boja %1$d je izabrana""Выберыце колер""Колер: %1$d""Выбраны колер %1$d""Избиране на цвят""Цвят %1$d""Избрахте цвят %1$d""একটি রঙ বেছে নিন""রঙ %1$d""%1$d রঙ নির্বাচন করা হয়েছে""Odaberite boju""Boja %1$d""Boja %1$d je odabrana""Selecciona un color""Color %1$d""S\'ha seleccionat el color %1$d""Vyberte barvu""Barva %1$d""Barva %1$d je vybrána""Vælg en farve""Farve %1$d""Farve %1$d valgt""Farbe auswählen:""Farbe %1$d""Farbe %1$d ausgewählt""Επιλέξτε χρώμα""Χρώμα %1$d""Επιλέχτηκε το χρώμα %1$d""Select a Colour""Colour %1$d""Colour %1$d selected""Select a Colour""Colour %1$d""Colour %1$d selected""Select a Colour""Colour %1$d""Colour %1$d selected""Select a Colour""Colour %1$d""Colour %1$d selected""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‎‏‏‎‎‎‏‎‏‎‏‎‏‎‎‎‎‏‎‎‏‎‏‎‏‎‎‏‎‏‎‎‎‏‏‏‎‏‏‏‏‏‏‎‎‏‎‏‏‎‎‏‎‎‏‏‏‏‏‎‎‏‏‎Select a Color‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‏‎‏‎‏‎‎‎‎‎‎‎‎‏‎‎‎‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‏‏‎‏‏‏‎‏‏‏‎‏‎‎‎‏‏‏‏‏‎‏‏‎‏‏‏‏‎‏‎‎‎Color ‎‏‎‎‏‏‎%1$d‎‏‎‎‏‏‏‎‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‏‏‏‎‎‎‏‎‏‏‎‏‎‏‏‎‏‏‏‏‎‎‏‎‏‎‏‎‎‎‏‏‎‎‏‎‏‏‏‎‎‎‎‏‎‏‏‎‏‏‎‏‏‏‎‏‎‎‎‎‏‎‏‎‎‎Color ‎‏‎‎‏‏‎%1$d‎‏‎‎‏‏‏‎ selected‎‏‎‎‏‎""Seleccionar un color""Color %1$d""Color %1$d seleccionado""Selecciona un color""Color %1$d""Color %1$d seleccionado""Valige värv""Värv %1$d""Valitud on värv %1$d""Hautatu kolorea""%1$d""%1$d hautatu da""انتخاب رنگ""رنگ %1$d""رنگ %1$d انتخاب شد""Valitse väri""Väri %1$d""Väri %1$d on valittu""Sélectionnez une couleur""Couleur %1$d""Couleur %1$d sélectionnée""Sélectionner une couleur""Couleur %1$d""Couleur %1$d sélectionnée""Selecciona unha cor""Cor %1$d""Seleccionouse a cor %1$d""એક રંગ પસંદ કરો""રંગ %1$d""રંગ %1$d પસંદ કર્યો""कोई रंग चुनें:""रंग %1$d""रंग %1$d चयनित""Odabir boje""Boja %1$d""Odabrana je boja %1$d""Válasszon színt""%1$d. szín""%1$d. szín kiválasztva""Ընտրեք գույնը""Գույնը %1$d""Ընտրվել է %1$d գույնը""Pilih warna:""Warna %1$d""Warna %1$d dipilih""Veldu lit""Litur %1$d""Liturinn %1$d valinn""Seleziona un colore""Colore %1$d""Colore selezionato: %1$d""בחר צבע""צבע %1$d""צבע %1$d נבחר""色の選択""色%1$d""色%1$dを選択しました""ფერის არჩევა""ფერი %1$d""არჩეულია ფერი %1$d""Түсті таңдаңыз""%1$d түсі""%1$d түсі таңдалды""ជ្រើស​ពណ៌""ពណ៌ %1$d""បាន​ជ្រើស​ពណ៌ %1$d""ಬಣ್ಣ ಆಯ್ಕೆಮಾಡಿ""ಬಣ್ಣ %1$d""%1$d ಬಣ್ಣವನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ""색상 선택""색상 %1$d""색상 %1$d이(가) 선택됨""Түс тандаңыз""Түс %1$d""%1$d түс тандалды""ເລືອກ​ສີ​""ສີ %1$d""​ເລືອກສີ %1$d""Pasirinkite spalvą""%1$d spalva""%1$d spalva pasirinkta""Krāsas atlase""Krāsa Nr. %1$d""Atlasīta krāsa Nr. %1$d""Изберете боја""Боја %1$d""Избрана е %1$d боја""ഒരു വർണ്ണം തിരഞ്ഞെടുക്കുക""വർണ്ണം %1$d""വർണ്ണം %1$d തിരഞ്ഞെടുത്തു""Өнгө сонгоно уу""Өнгө %1$d""Өнгө %1$d сонгогдсон""एक रंग निवडा""रंग %1$d""%1$d रंग निवडला""Pilih Warna""Warna %1$d""Warna %1$d dipilih""အရောင်ကို ရွေးပါ""အရောင် %1$d""အရောင်ကို %1$d ရွေးပြီး""Velg en farge""Farge %1$d""Farge %1$d er valgt""एउटा रङ्ग चयन गर्नहोस्""रङ्ग %1$d""%1$d रङ्ग चयन गरियो""Een kleur selecteren""Kleur %1$d""Kleur %1$d geselecteerd""ଗୋଟିଏ ରଙ୍ଗ ବାଛନ୍ତୁ""ରଙ୍ଗ %1$d""%1$d ରଙ୍ଗ ଚୟନ କରାଗଲା""ਇੱਕ ਰੰਗ ਚੁਣੋ""ਰੰਗ %1$d""ਰੰਗ %1$d ਚੁਣਿਆ ਗਿਆ""Wybierz kolor""Kolor %1$d""Wybrałeś kolor %1$d""Selecionar uma Cor""Cor %1$d""Cor %1$d selecionada""Selecione uma cor""Cor %1$d""Cor %1$d selecionada""Selectați o culoare""Culoarea %1$d""Culoarea %1$d este selectată""Выберите цвет""Цвет: %1$d""Выбран цвет %1$d""වර්ණයක් තෝරන්න""වර්ණය %1$d""%1$d වර්ණය තෝරාගන්නා ලදී""Vyberte farbu""Farba %1$d""Bola vybratá farba %1$d""Izberite barvo:""Barva %1$d""Izbrana je barva %1$d""Zgjidh një ngjyrë""Ngjyra %1$d""U zgjodh ngjyra %1$d""Изаберите боју""Боја %1$d""Боја %1$d је изабрана""Välj en färg""Färg %1$d""Färg %1$d vald""Chagua Rangi""Rangi %1$d""Rangi %1$d iliyochaguliwa""வண்ணத்தைத் தேர்ந்தெடுக்கவும்""வண்ணம் %1$d""வண்ணம் %1$d தேர்ந்தெடுக்கப்பட்டது""రంగును ఎంచుకోండి""రంగు %1$d""రంగు %1$d ఎంచుకోబడింది""เลือกสี""สี %1$d""เลือกสี %1$d""Pumili ng Kulay""Kulay na %1$d""Napili ang kulay na %1$d""Bir Renk Seçin""Renk %1$d""Renk %1$d seçildi""Вибрати колір""Колір %1$d""Вибрано колір: %1$d""ایک رنگ منتخب کریں""رنگ %1$d""رنگ %1$d منتخب کیا گیا""Rang tanlash""%1$d rangi""%1$d rangi tanlandi""Chọn màu""Màu %1$d""Đã chọn màu %1$d""选择颜色""颜色 %1$d""已选择颜色 %1$d""選取顏色""顏色 %1$d""已選取顏色 %1$d""選取顏色""色彩 %1$d""已選取色彩 %1$d""Khetha umbala""Umbala we-%1$d""Umbala we-%1$d ukhethiwe"64dip48dip8dip4dipSelect a ColorColor %1$dColor %1$d selected \ No newline at end of file diff --git a/colorpicker/build/intermediates/intermediate-jars/debug/classes.jar b/colorpicker/build/intermediates/intermediate-jars/debug/classes.jar deleted file mode 100644 index e771a2339199c0d47e9c7fd63d77eb6d5d857c14..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10574 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 CGz?w< diff --git a/colorpicker/build/intermediates/intermediate-jars/debug/res.jar b/colorpicker/build/intermediates/intermediate-jars/debug/res.jar deleted file mode 100644 index 15cb0ecb3e219d1701294bfdf0fe3f5cb5d208e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22 NcmWIWW@Tf*000g10H*)| diff --git a/colorpicker/build/intermediates/javaPrecompile/debug/annotationProcessors.json b/colorpicker/build/intermediates/javaPrecompile/debug/annotationProcessors.json deleted file mode 100644 index 0637a088a0..0000000000 --- a/colorpicker/build/intermediates/javaPrecompile/debug/annotationProcessors.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/colorpicker/build/intermediates/manifests/aapt/debug/AndroidManifest.xml b/colorpicker/build/intermediates/manifests/aapt/debug/AndroidManifest.xml deleted file mode 100644 index eb1b931444..0000000000 --- a/colorpicker/build/intermediates/manifests/aapt/debug/AndroidManifest.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/colorpicker/build/intermediates/manifests/aapt/debug/output.json b/colorpicker/build/intermediates/manifests/aapt/debug/output.json deleted file mode 100644 index 27c26eeec1..0000000000 --- a/colorpicker/build/intermediates/manifests/aapt/debug/output.json +++ /dev/null @@ -1 +0,0 @@ -[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"colorpicker-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.android.colorpicker","split":""}}] \ No newline at end of file diff --git a/colorpicker/build/intermediates/manifests/full/debug/AndroidManifest.xml b/colorpicker/build/intermediates/manifests/full/debug/AndroidManifest.xml deleted file mode 100644 index eb1b931444..0000000000 --- a/colorpicker/build/intermediates/manifests/full/debug/AndroidManifest.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/colorpicker/build/intermediates/manifests/full/debug/output.json b/colorpicker/build/intermediates/manifests/full/debug/output.json deleted file mode 100644 index 03d1f25f1d..0000000000 --- a/colorpicker/build/intermediates/manifests/full/debug/output.json +++ /dev/null @@ -1 +0,0 @@ -[{"outputType":{"type":"MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"colorpicker-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.android.colorpicker","split":""}}] \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_colorpicker_swatch_selected.png b/colorpicker/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_colorpicker_swatch_selected.png deleted file mode 100644 index 3cbfe1a840d085dc922421217f0fc590d4681b5c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2414 zcmZ`*Yg7{07Cs;#VG>S=MoN0~5sn&aK2pb^RG`K}e57T*0=0ahkq@vUA2n*BX@i>M zql_`l@sXM~YHCG}i&1NQXOU)VKFGRCrRI2Pe%!V0kGs#>=R0Sg{jG1Wb$;xf&Nxg} zN8wQb0ChUenW;qDH%B6ryO+G4ssval#f<_$U6$I{Ah_}lIm4vx2i3hgv&xI!NgC4) z0G<&5f>Z!jl_9}90M3#Cmwrdk z8DaZMZTuE@^j-u}FXs-{-K7+0!LDJ`QK_G{VtM@;YU4R}t%jpLxQacyAcZ3d3w5D~ zclT~Cwtg#_+{QmOv-@h5UGbUXrNWuLGkbTd*u}p6n14}><{-e zOq0wO3#$;Gs)4#bRKKelU3Lrn4%er)-b0awdIa)zp9?3cG&5t(KQkS7#mV-Wki$Fu z+Hf2}@E?OIQ{KeyQH>~ul}}085K?Han{#x{!Q<3LKQUa8=85$BGj^{qrEAi6f%2{_ z1Swg*6(T@p97t>&$25&yO>!z(T1h%IS~KRom28jESRi^y_zA_vm6es@Lsgx!Hoooc z{@E*f$jnB{V8l}1h@U2T75O~Xq$gdOm8=KIyuiS5TWS_zeeCLX+qm1zinnuvcjraT z){NjYi3;z)`Yq&Iynt)h&9bz%vH7GJ`t5l8ySceHLp1>#QjVQt;`*vW)v2V0BAQ|z z-{lh}QaP@9$D|bF(;GDZhh)i7!{wSmZg*N;UER*-VarmbNTp++N7I;GRvYxVx2Mo{ zUrXZB^zGsK-#oCA1P6HLcPPEcU(eU;KTVM|o#_9mi36kPr8@@)ak_Z-Y=@T{bC{<`C-%?Om1cPM)8o+d{J zMj1DtAJZlfWc&}~ogAA&x0Ut3<5ywDGwH7vjnkdqD5j)&7q(|g&TkO9e^cM`TVs$&>*~W#y{=eULYYRSEP7J`F z9T7ndGJ>@PXUmV2$aZ9Xs|$W0r2_KTz~Ad@Cqc5Zl5!&>qbqtBK)LcOwZMx5HyIB& zT=I?r2+JlH*WsG>S%|#O+?DZ&n2{r^5AB;~>>5CeV&+qzs^pI=Nj=wSZ)cQVW_J93 zk}mr4sS_t&jX9};lAe&zOP4OKA`pm&ThjJF%-bDM-Oy)|p;CCd)n-yXWB_I3euArb zCXYLF&oq?B<2?xaY`22mJ*488Op1q9X zxww{!pav#{^T6+Yz)Ww^{9TN&u1GC#EtI`CZ4@)v@hE~mwUlUrOrD?ZFE2=NJb$;T zDLxZX!GKm^d+R4ACLW&b5}q4=`O=T5qf3L5Wt)Ain4LJOs4YOm{zmK0HI9Ds@rzv7 zAx;6swZZqVS~eb>9yE!GimGPXtvZ^j=hB14EqLiA-%SRe%cxm@ z<>ux#-H#l*?}e2#+8Z3Kh*k0)*ZC|IibNtKwQ(R(wavnt=646`Dl%s5>~E*1r!Nl- z49JU%i;pNPJVZ2m*?wVzwg?ik4rJh)qct=7& zenG(sKR!O5#pA688+^ACuCx!5Of8gHWM-wIei&`!f&ZSlh|V7w{gB}3caxDl_Tt5t zqc#4-j9bl?1)Cc&Xw~~MU#fEUSB?1gq+AVSS1@)l@}!bOIWW*F;ehGE4aofDX*6x0 z|50x>O_z(6mD%iVxW^Nny=q>qtwDpbB!nbalP!-O8Mk&E=}gn|#)eJJ3OD-%ymgI4 zTfE~~g5pVP!q>E9UH^Xz5CFyt8gG9_H|x5XWw$5L#-6vYccL39Xdb;W1BwSYCeXvQ|*3TAy2?VyB<9=Kkr_|83cbb*=K6RO6NB z(T2*g!jS9Y!(|0=+4d)6*-8MGBnvAulBJo2rKcsyo@8ZjX>CTbvnP?9@RvsZhY%Uf zIu(-m{|QH^PAny1+cyP|=n!svP%IlzSkb|3J$htND4WR+VkO3Ov%k$ffbMeGxq5$K G@_zuE;6>m7 diff --git a/colorpicker/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_colorpicker_swatch_selected.png b/colorpicker/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_colorpicker_swatch_selected.png deleted file mode 100644 index acbdecac269ea57935434357d986e8b974c10351..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1662 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 diff --git a/colorpicker/build/intermediates/packaged_res/debug/drawable/color_picker_swatch.xml b/colorpicker/build/intermediates/packaged_res/debug/drawable/color_picker_swatch.xml deleted file mode 100644 index db71091aa1..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/drawable/color_picker_swatch.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_dialog.xml b/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_dialog.xml deleted file mode 100644 index 75e0366e20..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_dialog.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_swatch.xml b/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_swatch.xml deleted file mode 100644 index 1495820688..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_swatch.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-af/values-af.xml b/colorpicker/build/intermediates/packaged_res/debug/values-af/values-af.xml deleted file mode 100644 index bca7ef9f2d..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-af/values-af.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Kies \'n kleur" - "Kleur %1$d" - "Kleur %1$d gekies" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-am/values-am.xml b/colorpicker/build/intermediates/packaged_res/debug/values-am/values-am.xml deleted file mode 100644 index f71070eb39..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-am/values-am.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ቀለም ምረጥ" - "ቀለም %1$d" - "ቀለም %1$d ተመርጧል" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ar/values-ar.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ar/values-ar.xml deleted file mode 100644 index 9c214a8fce..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ar/values-ar.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "تحديد لون:" - "اللون %1$d" - "تم تحديد اللون %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-az/values-az.xml b/colorpicker/build/intermediates/packaged_res/debug/values-az/values-az.xml deleted file mode 100644 index 43d9264584..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-az/values-az.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Bir rəng seçin" - "Rəng %1$d" - "Rəng %1$d seçilib" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-b+sr+Latn/values-b+sr+Latn.xml b/colorpicker/build/intermediates/packaged_res/debug/values-b+sr+Latn/values-b+sr+Latn.xml deleted file mode 100644 index bc3c93e76d..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-b+sr+Latn/values-b+sr+Latn.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Izaberite boju" - "Boja %1$d" - "Boja %1$d je izabrana" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-be/values-be.xml b/colorpicker/build/intermediates/packaged_res/debug/values-be/values-be.xml deleted file mode 100644 index d8e62a5377..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-be/values-be.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Выберыце колер" - "Колер: %1$d" - "Выбраны колер %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-bg/values-bg.xml b/colorpicker/build/intermediates/packaged_res/debug/values-bg/values-bg.xml deleted file mode 100644 index 019f645987..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-bg/values-bg.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Избиране на цвят" - "Цвят %1$d" - "Избрахте цвят %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-bn/values-bn.xml b/colorpicker/build/intermediates/packaged_res/debug/values-bn/values-bn.xml deleted file mode 100644 index 2f2f8442fc..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-bn/values-bn.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "একটি রঙ বেছে নিন" - "রঙ %1$d" - "%1$d রঙ নির্বাচন করা হয়েছে" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-bs/values-bs.xml b/colorpicker/build/intermediates/packaged_res/debug/values-bs/values-bs.xml deleted file mode 100644 index 2f13383acb..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-bs/values-bs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Odaberite boju" - "Boja %1$d" - "Boja %1$d je odabrana" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ca/values-ca.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ca/values-ca.xml deleted file mode 100644 index f2249788b6..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ca/values-ca.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selecciona un color" - "Color %1$d" - "S\'ha seleccionat el color %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-cs/values-cs.xml b/colorpicker/build/intermediates/packaged_res/debug/values-cs/values-cs.xml deleted file mode 100644 index f7de37616b..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-cs/values-cs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Vyberte barvu" - "Barva %1$d" - "Barva %1$d je vybrána" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-da/values-da.xml b/colorpicker/build/intermediates/packaged_res/debug/values-da/values-da.xml deleted file mode 100644 index 25778e5edf..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-da/values-da.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Vælg en farve" - "Farve %1$d" - "Farve %1$d valgt" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-de/values-de.xml b/colorpicker/build/intermediates/packaged_res/debug/values-de/values-de.xml deleted file mode 100644 index a190ce4b95..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-de/values-de.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Farbe auswählen:" - "Farbe %1$d" - "Farbe %1$d ausgewählt" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-el/values-el.xml b/colorpicker/build/intermediates/packaged_res/debug/values-el/values-el.xml deleted file mode 100644 index 8f2a493dc9..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-el/values-el.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Επιλέξτε χρώμα" - "Χρώμα %1$d" - "Επιλέχτηκε το χρώμα %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-en-rAU/values-en-rAU.xml b/colorpicker/build/intermediates/packaged_res/debug/values-en-rAU/values-en-rAU.xml deleted file mode 100644 index 44e1d348b0..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-en-rAU/values-en-rAU.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-en-rCA/values-en-rCA.xml b/colorpicker/build/intermediates/packaged_res/debug/values-en-rCA/values-en-rCA.xml deleted file mode 100644 index 44e1d348b0..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-en-rCA/values-en-rCA.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-en-rGB/values-en-rGB.xml b/colorpicker/build/intermediates/packaged_res/debug/values-en-rGB/values-en-rGB.xml deleted file mode 100644 index 44e1d348b0..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-en-rGB/values-en-rGB.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-en-rIN/values-en-rIN.xml b/colorpicker/build/intermediates/packaged_res/debug/values-en-rIN/values-en-rIN.xml deleted file mode 100644 index 44e1d348b0..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-en-rIN/values-en-rIN.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-en-rXC/values-en-rXC.xml b/colorpicker/build/intermediates/packaged_res/debug/values-en-rXC/values-en-rXC.xml deleted file mode 100644 index 8f2e4882af..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-en-rXC/values-en-rXC.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‎‏‏‎‎‎‏‎‏‎‏‎‏‎‎‎‎‏‎‎‏‎‏‎‏‎‎‏‎‏‎‎‎‏‏‏‎‏‏‏‏‏‏‎‎‏‎‏‏‎‎‏‎‎‏‏‏‏‏‎‎‏‏‎Select a Color‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‏‎‏‎‏‎‎‎‎‎‎‎‎‏‎‎‎‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‏‏‎‏‏‏‎‏‏‏‎‏‎‎‎‏‏‏‏‏‎‏‏‎‏‏‏‏‎‏‎‎‎Color ‎‏‎‎‏‏‎%1$d‎‏‎‎‏‏‏‎‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‏‏‏‎‎‎‏‎‏‏‎‏‎‏‏‎‏‏‏‏‎‎‏‎‏‎‏‎‎‎‏‏‎‎‏‎‏‏‏‎‎‎‎‏‎‏‏‎‏‏‎‏‏‏‎‏‎‎‎‎‏‎‏‎‎‎Color ‎‏‎‎‏‏‎%1$d‎‏‎‎‏‏‏‎ selected‎‏‎‎‏‎" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-es-rUS/values-es-rUS.xml b/colorpicker/build/intermediates/packaged_res/debug/values-es-rUS/values-es-rUS.xml deleted file mode 100644 index 098dc74d24..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-es-rUS/values-es-rUS.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Seleccionar un color" - "Color %1$d" - "Color %1$d seleccionado" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-es/values-es.xml b/colorpicker/build/intermediates/packaged_res/debug/values-es/values-es.xml deleted file mode 100644 index 984e1dd3ab..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-es/values-es.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selecciona un color" - "Color %1$d" - "Color %1$d seleccionado" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-et/values-et.xml b/colorpicker/build/intermediates/packaged_res/debug/values-et/values-et.xml deleted file mode 100644 index cea87c08af..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-et/values-et.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Valige värv" - "Värv %1$d" - "Valitud on värv %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-eu/values-eu.xml b/colorpicker/build/intermediates/packaged_res/debug/values-eu/values-eu.xml deleted file mode 100644 index 8cb84a2a90..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-eu/values-eu.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Hautatu kolorea" - "%1$d" - "%1$d hautatu da" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-fa/values-fa.xml b/colorpicker/build/intermediates/packaged_res/debug/values-fa/values-fa.xml deleted file mode 100644 index 77d400b7e9..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-fa/values-fa.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "انتخاب رنگ" - "رنگ %1$d" - "رنگ %1$d انتخاب شد" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-fi/values-fi.xml b/colorpicker/build/intermediates/packaged_res/debug/values-fi/values-fi.xml deleted file mode 100644 index a25c097069..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-fi/values-fi.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Valitse väri" - "Väri %1$d" - "Väri %1$d on valittu" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-fr-rCA/values-fr-rCA.xml b/colorpicker/build/intermediates/packaged_res/debug/values-fr-rCA/values-fr-rCA.xml deleted file mode 100644 index dc3fd65a6d..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-fr-rCA/values-fr-rCA.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Sélectionnez une couleur" - "Couleur %1$d" - "Couleur %1$d sélectionnée" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-fr/values-fr.xml b/colorpicker/build/intermediates/packaged_res/debug/values-fr/values-fr.xml deleted file mode 100644 index cd4081ee8b..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-fr/values-fr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Sélectionner une couleur" - "Couleur %1$d" - "Couleur %1$d sélectionnée" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-gl/values-gl.xml b/colorpicker/build/intermediates/packaged_res/debug/values-gl/values-gl.xml deleted file mode 100644 index 8823794fce..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-gl/values-gl.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selecciona unha cor" - "Cor %1$d" - "Seleccionouse a cor %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-gu/values-gu.xml b/colorpicker/build/intermediates/packaged_res/debug/values-gu/values-gu.xml deleted file mode 100644 index 5240f95e31..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-gu/values-gu.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "એક રંગ પસંદ કરો" - "રંગ %1$d" - "રંગ %1$d પસંદ કર્યો" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-hi/values-hi.xml b/colorpicker/build/intermediates/packaged_res/debug/values-hi/values-hi.xml deleted file mode 100644 index 43976bc850..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-hi/values-hi.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "कोई रंग चुनें:" - "रंग %1$d" - "रंग %1$d चयनित" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-hr/values-hr.xml b/colorpicker/build/intermediates/packaged_res/debug/values-hr/values-hr.xml deleted file mode 100644 index 053f98e274..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-hr/values-hr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Odabir boje" - "Boja %1$d" - "Odabrana je boja %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-hu/values-hu.xml b/colorpicker/build/intermediates/packaged_res/debug/values-hu/values-hu.xml deleted file mode 100644 index 227df21852..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-hu/values-hu.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Válasszon színt" - "%1$d. szín" - "%1$d. szín kiválasztva" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-hy/values-hy.xml b/colorpicker/build/intermediates/packaged_res/debug/values-hy/values-hy.xml deleted file mode 100644 index 154fa693a0..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-hy/values-hy.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Ընտրեք գույնը" - "Գույնը %1$d" - "Ընտրվել է %1$d գույնը" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-in/values-in.xml b/colorpicker/build/intermediates/packaged_res/debug/values-in/values-in.xml deleted file mode 100644 index 88f7342419..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-in/values-in.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Pilih warna:" - "Warna %1$d" - "Warna %1$d dipilih" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-is/values-is.xml b/colorpicker/build/intermediates/packaged_res/debug/values-is/values-is.xml deleted file mode 100644 index 559aa4778b..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-is/values-is.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Veldu lit" - "Litur %1$d" - "Liturinn %1$d valinn" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-it/values-it.xml b/colorpicker/build/intermediates/packaged_res/debug/values-it/values-it.xml deleted file mode 100644 index 099bf1de5e..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-it/values-it.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Seleziona un colore" - "Colore %1$d" - "Colore selezionato: %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-iw/values-iw.xml b/colorpicker/build/intermediates/packaged_res/debug/values-iw/values-iw.xml deleted file mode 100644 index 1556e6a4f6..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-iw/values-iw.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "בחר צבע" - "צבע %1$d" - "צבע %1$d נבחר" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ja/values-ja.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ja/values-ja.xml deleted file mode 100644 index 74814b7000..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ja/values-ja.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "色の選択" - "色%1$d" - "色%1$dを選択しました" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ka/values-ka.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ka/values-ka.xml deleted file mode 100644 index f2587748a2..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ka/values-ka.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ფერის არჩევა" - "ფერი %1$d" - "არჩეულია ფერი %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-kk/values-kk.xml b/colorpicker/build/intermediates/packaged_res/debug/values-kk/values-kk.xml deleted file mode 100644 index 71c869deb7..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-kk/values-kk.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Түсті таңдаңыз" - "%1$d түсі" - "%1$d түсі таңдалды" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-km/values-km.xml b/colorpicker/build/intermediates/packaged_res/debug/values-km/values-km.xml deleted file mode 100644 index 973ba1c1b6..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-km/values-km.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ជ្រើស​ពណ៌" - "ពណ៌ %1$d" - "បាន​ជ្រើស​ពណ៌ %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-kn/values-kn.xml b/colorpicker/build/intermediates/packaged_res/debug/values-kn/values-kn.xml deleted file mode 100644 index 2d2d325906..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-kn/values-kn.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ಬಣ್ಣ ಆಯ್ಕೆಮಾಡಿ" - "ಬಣ್ಣ %1$d" - "%1$d ಬಣ್ಣವನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ko/values-ko.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ko/values-ko.xml deleted file mode 100644 index 2666491192..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ko/values-ko.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "색상 선택" - "색상 %1$d" - "색상 %1$d이(가) 선택됨" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ky/values-ky.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ky/values-ky.xml deleted file mode 100644 index 4ea7c00d7f..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ky/values-ky.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Түс тандаңыз" - "Түс %1$d" - "%1$d түс тандалды" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-lo/values-lo.xml b/colorpicker/build/intermediates/packaged_res/debug/values-lo/values-lo.xml deleted file mode 100644 index 468a4b6806..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-lo/values-lo.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ເລືອກ​ສີ​" - "ສີ %1$d" - "​ເລືອກສີ %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-lt/values-lt.xml b/colorpicker/build/intermediates/packaged_res/debug/values-lt/values-lt.xml deleted file mode 100644 index 8bbab88b8a..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-lt/values-lt.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Pasirinkite spalvą" - "%1$d spalva" - "%1$d spalva pasirinkta" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-lv/values-lv.xml b/colorpicker/build/intermediates/packaged_res/debug/values-lv/values-lv.xml deleted file mode 100644 index ba13356f1d..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-lv/values-lv.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Krāsas atlase" - "Krāsa Nr. %1$d" - "Atlasīta krāsa Nr. %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-mk/values-mk.xml b/colorpicker/build/intermediates/packaged_res/debug/values-mk/values-mk.xml deleted file mode 100644 index facc60a3dd..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-mk/values-mk.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Изберете боја" - "Боја %1$d" - "Избрана е %1$d боја" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ml/values-ml.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ml/values-ml.xml deleted file mode 100644 index 3a3fb88fbf..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ml/values-ml.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ഒരു വർണ്ണം തിരഞ്ഞെടുക്കുക" - "വർണ്ണം %1$d" - "വർണ്ണം %1$d തിരഞ്ഞെടുത്തു" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-mn/values-mn.xml b/colorpicker/build/intermediates/packaged_res/debug/values-mn/values-mn.xml deleted file mode 100644 index 1d4c61d733..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-mn/values-mn.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Өнгө сонгоно уу" - "Өнгө %1$d" - "Өнгө %1$d сонгогдсон" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-mr/values-mr.xml b/colorpicker/build/intermediates/packaged_res/debug/values-mr/values-mr.xml deleted file mode 100644 index cf33a085af..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-mr/values-mr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "एक रंग निवडा" - "रंग %1$d" - "%1$d रंग निवडला" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ms/values-ms.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ms/values-ms.xml deleted file mode 100644 index cfe44d08c3..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ms/values-ms.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Pilih Warna" - "Warna %1$d" - "Warna %1$d dipilih" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-my/values-my.xml b/colorpicker/build/intermediates/packaged_res/debug/values-my/values-my.xml deleted file mode 100644 index dd16f5dea3..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-my/values-my.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "အရောင်ကို ရွေးပါ" - "အရောင် %1$d" - "အရောင်ကို %1$d ရွေးပြီး" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-nb/values-nb.xml b/colorpicker/build/intermediates/packaged_res/debug/values-nb/values-nb.xml deleted file mode 100644 index d4b092783e..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-nb/values-nb.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Velg en farge" - "Farge %1$d" - "Farge %1$d er valgt" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ne/values-ne.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ne/values-ne.xml deleted file mode 100644 index 672daca1ab..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ne/values-ne.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "एउटा रङ्ग चयन गर्नहोस्" - "रङ्ग %1$d" - "%1$d रङ्ग चयन गरियो" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-nl/values-nl.xml b/colorpicker/build/intermediates/packaged_res/debug/values-nl/values-nl.xml deleted file mode 100644 index 7044d14c7b..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-nl/values-nl.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Een kleur selecteren" - "Kleur %1$d" - "Kleur %1$d geselecteerd" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-or/values-or.xml b/colorpicker/build/intermediates/packaged_res/debug/values-or/values-or.xml deleted file mode 100644 index 6dcf4ce97f..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-or/values-or.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ଗୋଟିଏ ରଙ୍ଗ ବାଛନ୍ତୁ" - "ରଙ୍ଗ %1$d" - "%1$d ରଙ୍ଗ ଚୟନ କରାଗଲା" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-pa/values-pa.xml b/colorpicker/build/intermediates/packaged_res/debug/values-pa/values-pa.xml deleted file mode 100644 index 8619da7987..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-pa/values-pa.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ਇੱਕ ਰੰਗ ਚੁਣੋ" - "ਰੰਗ %1$d" - "ਰੰਗ %1$d ਚੁਣਿਆ ਗਿਆ" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-pl/values-pl.xml b/colorpicker/build/intermediates/packaged_res/debug/values-pl/values-pl.xml deleted file mode 100644 index 6a1aa1aa7f..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-pl/values-pl.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Wybierz kolor" - "Kolor %1$d" - "Wybrałeś kolor %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-pt-rPT/values-pt-rPT.xml b/colorpicker/build/intermediates/packaged_res/debug/values-pt-rPT/values-pt-rPT.xml deleted file mode 100644 index 4432271efc..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-pt-rPT/values-pt-rPT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selecionar uma Cor" - "Cor %1$d" - "Cor %1$d selecionada" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-pt/values-pt.xml b/colorpicker/build/intermediates/packaged_res/debug/values-pt/values-pt.xml deleted file mode 100644 index ab6e151169..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-pt/values-pt.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selecione uma cor" - "Cor %1$d" - "Cor %1$d selecionada" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ro/values-ro.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ro/values-ro.xml deleted file mode 100644 index eec4c7b488..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ro/values-ro.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Selectați o culoare" - "Culoarea %1$d" - "Culoarea %1$d este selectată" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ru/values-ru.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ru/values-ru.xml deleted file mode 100644 index 345da7ce52..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ru/values-ru.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Выберите цвет" - "Цвет: %1$d" - "Выбран цвет %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-si/values-si.xml b/colorpicker/build/intermediates/packaged_res/debug/values-si/values-si.xml deleted file mode 100644 index e3b8d7be04..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-si/values-si.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "වර්ණයක් තෝරන්න" - "වර්ණය %1$d" - "%1$d වර්ණය තෝරාගන්නා ලදී" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sk/values-sk.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sk/values-sk.xml deleted file mode 100644 index 410ef02316..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-sk/values-sk.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Vyberte farbu" - "Farba %1$d" - "Bola vybratá farba %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sl/values-sl.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sl/values-sl.xml deleted file mode 100644 index b46c9715a1..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-sl/values-sl.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Izberite barvo:" - "Barva %1$d" - "Izbrana je barva %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sq/values-sq.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sq/values-sq.xml deleted file mode 100644 index 6f75e0663a..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-sq/values-sq.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Zgjidh një ngjyrë" - "Ngjyra %1$d" - "U zgjodh ngjyra %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sr/values-sr.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sr/values-sr.xml deleted file mode 100644 index 1c10777906..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-sr/values-sr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Изаберите боју" - "Боја %1$d" - "Боја %1$d је изабрана" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sv/values-sv.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sv/values-sv.xml deleted file mode 100644 index 8f3351be17..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-sv/values-sv.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Välj en färg" - "Färg %1$d" - "Färg %1$d vald" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sw/values-sw.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sw/values-sw.xml deleted file mode 100644 index 8316b912df..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-sw/values-sw.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Chagua Rangi" - "Rangi %1$d" - "Rangi %1$d iliyochaguliwa" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ta/values-ta.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ta/values-ta.xml deleted file mode 100644 index 7eb60134ff..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ta/values-ta.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "வண்ணத்தைத் தேர்ந்தெடுக்கவும்" - "வண்ணம் %1$d" - "வண்ணம் %1$d தேர்ந்தெடுக்கப்பட்டது" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-te/values-te.xml b/colorpicker/build/intermediates/packaged_res/debug/values-te/values-te.xml deleted file mode 100644 index 5cdec2e306..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-te/values-te.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "రంగును ఎంచుకోండి" - "రంగు %1$d" - "రంగు %1$d ఎంచుకోబడింది" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-th/values-th.xml b/colorpicker/build/intermediates/packaged_res/debug/values-th/values-th.xml deleted file mode 100644 index 17f2c85afe..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-th/values-th.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "เลือกสี" - "สี %1$d" - "เลือกสี %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-tl/values-tl.xml b/colorpicker/build/intermediates/packaged_res/debug/values-tl/values-tl.xml deleted file mode 100644 index 2551de2198..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-tl/values-tl.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Pumili ng Kulay" - "Kulay na %1$d" - "Napili ang kulay na %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-tr/values-tr.xml b/colorpicker/build/intermediates/packaged_res/debug/values-tr/values-tr.xml deleted file mode 100644 index c99ea58fb4..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-tr/values-tr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Bir Renk Seçin" - "Renk %1$d" - "Renk %1$d seçildi" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-uk/values-uk.xml b/colorpicker/build/intermediates/packaged_res/debug/values-uk/values-uk.xml deleted file mode 100644 index 3e1caec1ef..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-uk/values-uk.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Вибрати колір" - "Колір %1$d" - "Вибрано колір: %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ur/values-ur.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ur/values-ur.xml deleted file mode 100644 index d80e484a00..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-ur/values-ur.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "ایک رنگ منتخب کریں" - "رنگ %1$d" - "رنگ %1$d منتخب کیا گیا" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-uz/values-uz.xml b/colorpicker/build/intermediates/packaged_res/debug/values-uz/values-uz.xml deleted file mode 100644 index 9b47d4535d..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-uz/values-uz.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Rang tanlash" - "%1$d rangi" - "%1$d rangi tanlandi" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-vi/values-vi.xml b/colorpicker/build/intermediates/packaged_res/debug/values-vi/values-vi.xml deleted file mode 100644 index 10a7ae8081..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-vi/values-vi.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Chọn màu" - "Màu %1$d" - "Đã chọn màu %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rCN/values-zh-rCN.xml b/colorpicker/build/intermediates/packaged_res/debug/values-zh-rCN/values-zh-rCN.xml deleted file mode 100644 index aad5b88f33..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rCN/values-zh-rCN.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "选择颜色" - "颜色 %1$d" - "已选择颜色 %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rHK/values-zh-rHK.xml b/colorpicker/build/intermediates/packaged_res/debug/values-zh-rHK/values-zh-rHK.xml deleted file mode 100644 index 66c9d2b491..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rHK/values-zh-rHK.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "選取顏色" - "顏色 %1$d" - "已選取顏色 %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rTW/values-zh-rTW.xml b/colorpicker/build/intermediates/packaged_res/debug/values-zh-rTW/values-zh-rTW.xml deleted file mode 100644 index f82fe78efa..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rTW/values-zh-rTW.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "選取顏色" - "色彩 %1$d" - "已選取色彩 %1$d" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-zu/values-zu.xml b/colorpicker/build/intermediates/packaged_res/debug/values-zu/values-zu.xml deleted file mode 100644 index fd8215a1d4..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values-zu/values-zu.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - "Khetha umbala" - "Umbala we-%1$d" - "Umbala we-%1$d ukhethiwe" - \ No newline at end of file diff --git a/colorpicker/build/intermediates/packaged_res/debug/values/values.xml b/colorpicker/build/intermediates/packaged_res/debug/values/values.xml deleted file mode 100644 index 8285e4d0da..0000000000 --- a/colorpicker/build/intermediates/packaged_res/debug/values/values.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - 64dip - 8dip - 4dip - 48dip - Select a Color - Color %1$d - Color %1$d selected - \ No newline at end of file diff --git a/colorpicker/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/colorpicker/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt deleted file mode 100644 index 929316eb2b..0000000000 --- a/colorpicker/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt +++ /dev/null @@ -1,1591 +0,0 @@ -com.android.colorpicker -int anim abc_fade_in 0x7f010001 -int anim abc_fade_out 0x7f010002 -int anim abc_grow_fade_in_from_bottom 0x7f010003 -int anim abc_popup_enter 0x7f010004 -int anim abc_popup_exit 0x7f010005 -int anim abc_shrink_fade_out_from_bottom 0x7f010006 -int anim abc_slide_in_bottom 0x7f010007 -int anim abc_slide_in_top 0x7f010008 -int anim abc_slide_out_bottom 0x7f010009 -int anim abc_slide_out_top 0x7f01000a -int anim abc_tooltip_enter 0x7f01000b -int anim abc_tooltip_exit 0x7f01000c -int attr actionBarDivider 0x7f040001 -int attr actionBarItemBackground 0x7f040002 -int attr actionBarPopupTheme 0x7f040003 -int attr actionBarSize 0x7f040004 -int attr actionBarSplitStyle 0x7f040005 -int attr actionBarStyle 0x7f040006 -int attr actionBarTabBarStyle 0x7f040007 -int attr actionBarTabStyle 0x7f040008 -int attr actionBarTabTextStyle 0x7f040009 -int attr actionBarTheme 0x7f04000a -int attr actionBarWidgetTheme 0x7f04000b -int attr actionButtonStyle 0x7f04000c -int attr actionDropDownStyle 0x7f04000d -int attr actionLayout 0x7f04000e -int attr actionMenuTextAppearance 0x7f04000f -int attr actionMenuTextColor 0x7f040010 -int attr actionModeBackground 0x7f040011 -int attr actionModeCloseButtonStyle 0x7f040012 -int attr actionModeCloseDrawable 0x7f040013 -int attr actionModeCopyDrawable 0x7f040014 -int attr actionModeCutDrawable 0x7f040015 -int attr actionModeFindDrawable 0x7f040016 -int attr actionModePasteDrawable 0x7f040017 -int attr actionModePopupWindowStyle 0x7f040018 -int attr actionModeSelectAllDrawable 0x7f040019 -int attr actionModeShareDrawable 0x7f04001a -int attr actionModeSplitBackground 0x7f04001b -int attr actionModeStyle 0x7f04001c -int attr actionModeWebSearchDrawable 0x7f04001d -int attr actionOverflowButtonStyle 0x7f04001e -int attr actionOverflowMenuStyle 0x7f04001f -int attr actionProviderClass 0x7f040020 -int attr actionViewClass 0x7f040021 -int attr activityChooserViewStyle 0x7f040022 -int attr alertDialogButtonGroupStyle 0x7f040023 -int attr alertDialogCenterButtons 0x7f040024 -int attr alertDialogStyle 0x7f040025 -int attr alertDialogTheme 0x7f040026 -int attr allowStacking 0x7f040027 -int attr alpha 0x7f040028 -int attr alphabeticModifiers 0x7f040029 -int attr arrowHeadLength 0x7f04002a -int attr arrowShaftLength 0x7f04002b -int attr autoCompleteTextViewStyle 0x7f04002c -int attr autoSizeMaxTextSize 0x7f04002d -int attr autoSizeMinTextSize 0x7f04002e -int attr autoSizePresetSizes 0x7f04002f -int attr autoSizeStepGranularity 0x7f040030 -int attr autoSizeTextType 0x7f040031 -int attr background 0x7f040032 -int attr backgroundSplit 0x7f040033 -int attr backgroundStacked 0x7f040034 -int attr backgroundTint 0x7f040035 -int attr backgroundTintMode 0x7f040036 -int attr barLength 0x7f040037 -int attr borderlessButtonStyle 0x7f040038 -int attr buttonBarButtonStyle 0x7f040039 -int attr buttonBarNegativeButtonStyle 0x7f04003a -int attr buttonBarNeutralButtonStyle 0x7f04003b -int attr buttonBarPositiveButtonStyle 0x7f04003c -int attr buttonBarStyle 0x7f04003d -int attr buttonGravity 0x7f04003e -int attr buttonIconDimen 0x7f04003f -int attr buttonPanelSideLayout 0x7f040040 -int attr buttonStyle 0x7f040041 -int attr buttonStyleSmall 0x7f040042 -int attr buttonTint 0x7f040043 -int attr buttonTintMode 0x7f040044 -int attr checkboxStyle 0x7f040045 -int attr checkedTextViewStyle 0x7f040046 -int attr closeIcon 0x7f040047 -int attr closeItemLayout 0x7f040048 -int attr collapseContentDescription 0x7f040049 -int attr collapseIcon 0x7f04004a -int attr color 0x7f04004b -int attr colorAccent 0x7f04004c -int attr colorBackgroundFloating 0x7f04004d -int attr colorButtonNormal 0x7f04004e -int attr colorControlActivated 0x7f04004f -int attr colorControlHighlight 0x7f040050 -int attr colorControlNormal 0x7f040051 -int attr colorError 0x7f040052 -int attr colorPrimary 0x7f040053 -int attr colorPrimaryDark 0x7f040054 -int attr colorSwitchThumbNormal 0x7f040055 -int attr commitIcon 0x7f040056 -int attr contentDescription 0x7f040057 -int attr contentInsetEnd 0x7f040058 -int attr contentInsetEndWithActions 0x7f040059 -int attr contentInsetLeft 0x7f04005a -int attr contentInsetRight 0x7f04005b -int attr contentInsetStart 0x7f04005c -int attr contentInsetStartWithNavigation 0x7f04005d -int attr controlBackground 0x7f04005e -int attr coordinatorLayoutStyle 0x7f04005f -int attr customNavigationLayout 0x7f040060 -int attr defaultQueryHint 0x7f040061 -int attr dialogCornerRadius 0x7f040062 -int attr dialogPreferredPadding 0x7f040063 -int attr dialogTheme 0x7f040064 -int attr displayOptions 0x7f040065 -int attr divider 0x7f040066 -int attr dividerHorizontal 0x7f040067 -int attr dividerPadding 0x7f040068 -int attr dividerVertical 0x7f040069 -int attr drawableSize 0x7f04006a -int attr drawerArrowStyle 0x7f04006b -int attr dropDownListViewStyle 0x7f04006c -int attr dropdownListPreferredItemHeight 0x7f04006d -int attr editTextBackground 0x7f04006e -int attr editTextColor 0x7f04006f -int attr editTextStyle 0x7f040070 -int attr elevation 0x7f040071 -int attr expandActivityOverflowButtonDrawable 0x7f040072 -int attr firstBaselineToTopHeight 0x7f040073 -int attr font 0x7f040074 -int attr fontFamily 0x7f040075 -int attr fontProviderAuthority 0x7f040076 -int attr fontProviderCerts 0x7f040077 -int attr fontProviderFetchStrategy 0x7f040078 -int attr fontProviderFetchTimeout 0x7f040079 -int attr fontProviderPackage 0x7f04007a -int attr fontProviderQuery 0x7f04007b -int attr fontStyle 0x7f04007c -int attr fontVariationSettings 0x7f04007d -int attr fontWeight 0x7f04007e -int attr gapBetweenBars 0x7f04007f -int attr goIcon 0x7f040080 -int attr height 0x7f040081 -int attr hideOnContentScroll 0x7f040082 -int attr homeAsUpIndicator 0x7f040083 -int attr homeLayout 0x7f040084 -int attr icon 0x7f040085 -int attr iconTint 0x7f040086 -int attr iconTintMode 0x7f040087 -int attr iconifiedByDefault 0x7f040088 -int attr imageButtonStyle 0x7f040089 -int attr indeterminateProgressStyle 0x7f04008a -int attr initialActivityCount 0x7f04008b -int attr isLightTheme 0x7f04008c -int attr itemPadding 0x7f04008d -int attr keylines 0x7f04008e -int attr lastBaselineToBottomHeight 0x7f04008f -int attr layout 0x7f040090 -int attr layout_anchor 0x7f040091 -int attr layout_anchorGravity 0x7f040092 -int attr layout_behavior 0x7f040093 -int attr layout_dodgeInsetEdges 0x7f040094 -int attr layout_insetEdge 0x7f040095 -int attr layout_keyline 0x7f040096 -int attr lineHeight 0x7f040097 -int attr listChoiceBackgroundIndicator 0x7f040098 -int attr listDividerAlertDialog 0x7f040099 -int attr listItemLayout 0x7f04009a -int attr listLayout 0x7f04009b -int attr listMenuViewStyle 0x7f04009c -int attr listPopupWindowStyle 0x7f04009d -int attr listPreferredItemHeight 0x7f04009e -int attr listPreferredItemHeightLarge 0x7f04009f -int attr listPreferredItemHeightSmall 0x7f0400a0 -int attr listPreferredItemPaddingLeft 0x7f0400a1 -int attr listPreferredItemPaddingRight 0x7f0400a2 -int attr logo 0x7f0400a3 -int attr logoDescription 0x7f0400a4 -int attr maxButtonHeight 0x7f0400a5 -int attr measureWithLargestChild 0x7f0400a6 -int attr multiChoiceItemLayout 0x7f0400a7 -int attr navigationContentDescription 0x7f0400a8 -int attr navigationIcon 0x7f0400a9 -int attr navigationMode 0x7f0400aa -int attr numericModifiers 0x7f0400ab -int attr overlapAnchor 0x7f0400ac -int attr paddingBottomNoButtons 0x7f0400ad -int attr paddingEnd 0x7f0400ae -int attr paddingStart 0x7f0400af -int attr paddingTopNoTitle 0x7f0400b0 -int attr panelBackground 0x7f0400b1 -int attr panelMenuListTheme 0x7f0400b2 -int attr panelMenuListWidth 0x7f0400b3 -int attr popupMenuStyle 0x7f0400b4 -int attr popupTheme 0x7f0400b5 -int attr popupWindowStyle 0x7f0400b6 -int attr preserveIconSpacing 0x7f0400b7 -int attr progressBarPadding 0x7f0400b8 -int attr progressBarStyle 0x7f0400b9 -int attr queryBackground 0x7f0400ba -int attr queryHint 0x7f0400bb -int attr radioButtonStyle 0x7f0400bc -int attr ratingBarStyle 0x7f0400bd -int attr ratingBarStyleIndicator 0x7f0400be -int attr ratingBarStyleSmall 0x7f0400bf -int attr searchHintIcon 0x7f0400c0 -int attr searchIcon 0x7f0400c1 -int attr searchViewStyle 0x7f0400c2 -int attr seekBarStyle 0x7f0400c3 -int attr selectableItemBackground 0x7f0400c4 -int attr selectableItemBackgroundBorderless 0x7f0400c5 -int attr showAsAction 0x7f0400c6 -int attr showDividers 0x7f0400c7 -int attr showText 0x7f0400c8 -int attr showTitle 0x7f0400c9 -int attr singleChoiceItemLayout 0x7f0400ca -int attr spinBars 0x7f0400cb -int attr spinnerDropDownItemStyle 0x7f0400cc -int attr spinnerStyle 0x7f0400cd -int attr splitTrack 0x7f0400ce -int attr srcCompat 0x7f0400cf -int attr state_above_anchor 0x7f0400d0 -int attr statusBarBackground 0x7f0400d1 -int attr subMenuArrow 0x7f0400d2 -int attr submitBackground 0x7f0400d3 -int attr subtitle 0x7f0400d4 -int attr subtitleTextAppearance 0x7f0400d5 -int attr subtitleTextColor 0x7f0400d6 -int attr subtitleTextStyle 0x7f0400d7 -int attr suggestionRowLayout 0x7f0400d8 -int attr switchMinWidth 0x7f0400d9 -int attr switchPadding 0x7f0400da -int attr switchStyle 0x7f0400db -int attr switchTextAppearance 0x7f0400dc -int attr textAllCaps 0x7f0400dd -int attr textAppearanceLargePopupMenu 0x7f0400de -int attr textAppearanceListItem 0x7f0400df -int attr textAppearanceListItemSecondary 0x7f0400e0 -int attr textAppearanceListItemSmall 0x7f0400e1 -int attr textAppearancePopupMenuHeader 0x7f0400e2 -int attr textAppearanceSearchResultSubtitle 0x7f0400e3 -int attr textAppearanceSearchResultTitle 0x7f0400e4 -int attr textAppearanceSmallPopupMenu 0x7f0400e5 -int attr textColorAlertDialogListItem 0x7f0400e6 -int attr textColorSearchUrl 0x7f0400e7 -int attr theme 0x7f0400e8 -int attr thickness 0x7f0400e9 -int attr thumbTextPadding 0x7f0400ea -int attr thumbTint 0x7f0400eb -int attr thumbTintMode 0x7f0400ec -int attr tickMark 0x7f0400ed -int attr tickMarkTint 0x7f0400ee -int attr tickMarkTintMode 0x7f0400ef -int attr tint 0x7f0400f0 -int attr tintMode 0x7f0400f1 -int attr title 0x7f0400f2 -int attr titleMargin 0x7f0400f3 -int attr titleMarginBottom 0x7f0400f4 -int attr titleMarginEnd 0x7f0400f5 -int attr titleMarginStart 0x7f0400f6 -int attr titleMarginTop 0x7f0400f7 -int attr titleMargins 0x7f0400f8 -int attr titleTextAppearance 0x7f0400f9 -int attr titleTextColor 0x7f0400fa -int attr titleTextStyle 0x7f0400fb -int attr toolbarNavigationButtonStyle 0x7f0400fc -int attr toolbarStyle 0x7f0400fd -int attr tooltipForegroundColor 0x7f0400fe -int attr tooltipFrameBackground 0x7f0400ff -int attr tooltipText 0x7f040100 -int attr track 0x7f040101 -int attr trackTint 0x7f040102 -int attr trackTintMode 0x7f040103 -int attr ttcIndex 0x7f040104 -int attr viewInflaterClass 0x7f040105 -int attr voiceIcon 0x7f040106 -int attr windowActionBar 0x7f040107 -int attr windowActionBarOverlay 0x7f040108 -int attr windowActionModeOverlay 0x7f040109 -int attr windowFixedHeightMajor 0x7f04010a -int attr windowFixedHeightMinor 0x7f04010b -int attr windowFixedWidthMajor 0x7f04010c -int attr windowFixedWidthMinor 0x7f04010d -int attr windowMinWidthMajor 0x7f04010e -int attr windowMinWidthMinor 0x7f04010f -int attr windowNoTitle 0x7f040110 -int bool abc_action_bar_embed_tabs 0x7f050001 -int bool abc_allow_stacked_button_bar 0x7f050002 -int bool abc_config_actionMenuItemAllCaps 0x7f050003 -int color abc_background_cache_hint_selector_material_dark 0x7f060001 -int color abc_background_cache_hint_selector_material_light 0x7f060002 -int color abc_btn_colored_borderless_text_material 0x7f060003 -int color abc_btn_colored_text_material 0x7f060004 -int color abc_color_highlight_material 0x7f060005 -int color abc_hint_foreground_material_dark 0x7f060006 -int color abc_hint_foreground_material_light 0x7f060007 -int color abc_input_method_navigation_guard 0x7f060008 -int color abc_primary_text_disable_only_material_dark 0x7f060009 -int color abc_primary_text_disable_only_material_light 0x7f06000a -int color abc_primary_text_material_dark 0x7f06000b -int color abc_primary_text_material_light 0x7f06000c -int color abc_search_url_text 0x7f06000d -int color abc_search_url_text_normal 0x7f06000e -int color abc_search_url_text_pressed 0x7f06000f -int color abc_search_url_text_selected 0x7f060010 -int color abc_secondary_text_material_dark 0x7f060011 -int color abc_secondary_text_material_light 0x7f060012 -int color abc_tint_btn_checkable 0x7f060013 -int color abc_tint_default 0x7f060014 -int color abc_tint_edittext 0x7f060015 -int color abc_tint_seek_thumb 0x7f060016 -int color abc_tint_spinner 0x7f060017 -int color abc_tint_switch_track 0x7f060018 -int color accent_material_dark 0x7f060019 -int color accent_material_light 0x7f06001a -int color background_floating_material_dark 0x7f06001b -int color background_floating_material_light 0x7f06001c -int color background_material_dark 0x7f06001d -int color background_material_light 0x7f06001e -int color bright_foreground_disabled_material_dark 0x7f06001f -int color bright_foreground_disabled_material_light 0x7f060020 -int color bright_foreground_inverse_material_dark 0x7f060021 -int color bright_foreground_inverse_material_light 0x7f060022 -int color bright_foreground_material_dark 0x7f060023 -int color bright_foreground_material_light 0x7f060024 -int color button_material_dark 0x7f060025 -int color button_material_light 0x7f060026 -int color dim_foreground_disabled_material_dark 0x7f060027 -int color dim_foreground_disabled_material_light 0x7f060028 -int color dim_foreground_material_dark 0x7f060029 -int color dim_foreground_material_light 0x7f06002a -int color error_color_material_dark 0x7f06002b -int color error_color_material_light 0x7f06002c -int color foreground_material_dark 0x7f06002d -int color foreground_material_light 0x7f06002e -int color highlighted_text_material_dark 0x7f06002f -int color highlighted_text_material_light 0x7f060030 -int color material_blue_grey_800 0x7f060031 -int color material_blue_grey_900 0x7f060032 -int color material_blue_grey_950 0x7f060033 -int color material_deep_teal_200 0x7f060034 -int color material_deep_teal_500 0x7f060035 -int color material_grey_100 0x7f060036 -int color material_grey_300 0x7f060037 -int color material_grey_50 0x7f060038 -int color material_grey_600 0x7f060039 -int color material_grey_800 0x7f06003a -int color material_grey_850 0x7f06003b -int color material_grey_900 0x7f06003c -int color notification_action_color_filter 0x7f06003d -int color notification_icon_bg_color 0x7f06003e -int color primary_dark_material_dark 0x7f06003f -int color primary_dark_material_light 0x7f060040 -int color primary_material_dark 0x7f060041 -int color primary_material_light 0x7f060042 -int color primary_text_default_material_dark 0x7f060043 -int color primary_text_default_material_light 0x7f060044 -int color primary_text_disabled_material_dark 0x7f060045 -int color primary_text_disabled_material_light 0x7f060046 -int color ripple_material_dark 0x7f060047 -int color ripple_material_light 0x7f060048 -int color secondary_text_default_material_dark 0x7f060049 -int color secondary_text_default_material_light 0x7f06004a -int color secondary_text_disabled_material_dark 0x7f06004b -int color secondary_text_disabled_material_light 0x7f06004c -int color switch_thumb_disabled_material_dark 0x7f06004d -int color switch_thumb_disabled_material_light 0x7f06004e -int color switch_thumb_material_dark 0x7f06004f -int color switch_thumb_material_light 0x7f060050 -int color switch_thumb_normal_material_dark 0x7f060051 -int color switch_thumb_normal_material_light 0x7f060052 -int color tooltip_background_dark 0x7f060053 -int color tooltip_background_light 0x7f060054 -int dimen abc_action_bar_content_inset_material 0x7f080001 -int dimen abc_action_bar_content_inset_with_nav 0x7f080002 -int dimen abc_action_bar_default_height_material 0x7f080003 -int dimen abc_action_bar_default_padding_end_material 0x7f080004 -int dimen abc_action_bar_default_padding_start_material 0x7f080005 -int dimen abc_action_bar_elevation_material 0x7f080006 -int dimen abc_action_bar_icon_vertical_padding_material 0x7f080007 -int dimen abc_action_bar_overflow_padding_end_material 0x7f080008 -int dimen abc_action_bar_overflow_padding_start_material 0x7f080009 -int dimen abc_action_bar_stacked_max_height 0x7f08000a -int dimen abc_action_bar_stacked_tab_max_width 0x7f08000b -int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08000c -int dimen abc_action_bar_subtitle_top_margin_material 0x7f08000d -int dimen abc_action_button_min_height_material 0x7f08000e -int dimen abc_action_button_min_width_material 0x7f08000f -int dimen abc_action_button_min_width_overflow_material 0x7f080010 -int dimen abc_alert_dialog_button_bar_height 0x7f080011 -int dimen abc_alert_dialog_button_dimen 0x7f080012 -int dimen abc_button_inset_horizontal_material 0x7f080013 -int dimen abc_button_inset_vertical_material 0x7f080014 -int dimen abc_button_padding_horizontal_material 0x7f080015 -int dimen abc_button_padding_vertical_material 0x7f080016 -int dimen abc_cascading_menus_min_smallest_width 0x7f080017 -int dimen abc_config_prefDialogWidth 0x7f080018 -int dimen abc_control_corner_material 0x7f080019 -int dimen abc_control_inset_material 0x7f08001a -int dimen abc_control_padding_material 0x7f08001b -int dimen abc_dialog_corner_radius_material 0x7f08001c -int dimen abc_dialog_fixed_height_major 0x7f08001d -int dimen abc_dialog_fixed_height_minor 0x7f08001e -int dimen abc_dialog_fixed_width_major 0x7f08001f -int dimen abc_dialog_fixed_width_minor 0x7f080020 -int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080021 -int dimen abc_dialog_list_padding_top_no_title 0x7f080022 -int dimen abc_dialog_min_width_major 0x7f080023 -int dimen abc_dialog_min_width_minor 0x7f080024 -int dimen abc_dialog_padding_material 0x7f080025 -int dimen abc_dialog_padding_top_material 0x7f080026 -int dimen abc_dialog_title_divider_material 0x7f080027 -int dimen abc_disabled_alpha_material_dark 0x7f080028 -int dimen abc_disabled_alpha_material_light 0x7f080029 -int dimen abc_dropdownitem_icon_width 0x7f08002a -int dimen abc_dropdownitem_text_padding_left 0x7f08002b -int dimen abc_dropdownitem_text_padding_right 0x7f08002c -int dimen abc_edit_text_inset_bottom_material 0x7f08002d -int dimen abc_edit_text_inset_horizontal_material 0x7f08002e -int dimen abc_edit_text_inset_top_material 0x7f08002f -int dimen abc_floating_window_z 0x7f080030 -int dimen abc_list_item_padding_horizontal_material 0x7f080031 -int dimen abc_panel_menu_list_width 0x7f080032 -int dimen abc_progress_bar_height_material 0x7f080033 -int dimen abc_search_view_preferred_height 0x7f080034 -int dimen abc_search_view_preferred_width 0x7f080035 -int dimen abc_seekbar_track_background_height_material 0x7f080036 -int dimen abc_seekbar_track_progress_height_material 0x7f080037 -int dimen abc_select_dialog_padding_start_material 0x7f080038 -int dimen abc_switch_padding 0x7f080039 -int dimen abc_text_size_body_1_material 0x7f08003a -int dimen abc_text_size_body_2_material 0x7f08003b -int dimen abc_text_size_button_material 0x7f08003c -int dimen abc_text_size_caption_material 0x7f08003d -int dimen abc_text_size_display_1_material 0x7f08003e -int dimen abc_text_size_display_2_material 0x7f08003f -int dimen abc_text_size_display_3_material 0x7f080040 -int dimen abc_text_size_display_4_material 0x7f080041 -int dimen abc_text_size_headline_material 0x7f080042 -int dimen abc_text_size_large_material 0x7f080043 -int dimen abc_text_size_medium_material 0x7f080044 -int dimen abc_text_size_menu_header_material 0x7f080045 -int dimen abc_text_size_menu_material 0x7f080046 -int dimen abc_text_size_small_material 0x7f080047 -int dimen abc_text_size_subhead_material 0x7f080048 -int dimen abc_text_size_subtitle_material_toolbar 0x7f080049 -int dimen abc_text_size_title_material 0x7f08004a -int dimen abc_text_size_title_material_toolbar 0x7f08004b -int dimen color_swatch_large 0x7f08004c -int dimen color_swatch_margins_large 0x7f08004d -int dimen color_swatch_margins_small 0x7f08004e -int dimen color_swatch_small 0x7f08004f -int dimen compat_button_inset_horizontal_material 0x7f080050 -int dimen compat_button_inset_vertical_material 0x7f080051 -int dimen compat_button_padding_horizontal_material 0x7f080052 -int dimen compat_button_padding_vertical_material 0x7f080053 -int dimen compat_control_corner_material 0x7f080054 -int dimen compat_notification_large_icon_max_height 0x7f080055 -int dimen compat_notification_large_icon_max_width 0x7f080056 -int dimen disabled_alpha_material_dark 0x7f080057 -int dimen disabled_alpha_material_light 0x7f080058 -int dimen highlight_alpha_material_colored 0x7f080059 -int dimen highlight_alpha_material_dark 0x7f08005a -int dimen highlight_alpha_material_light 0x7f08005b -int dimen hint_alpha_material_dark 0x7f08005c -int dimen hint_alpha_material_light 0x7f08005d -int dimen hint_pressed_alpha_material_dark 0x7f08005e -int dimen hint_pressed_alpha_material_light 0x7f08005f -int dimen notification_action_icon_size 0x7f080060 -int dimen notification_action_text_size 0x7f080061 -int dimen notification_big_circle_margin 0x7f080062 -int dimen notification_content_margin_start 0x7f080063 -int dimen notification_large_icon_height 0x7f080064 -int dimen notification_large_icon_width 0x7f080065 -int dimen notification_main_column_padding_top 0x7f080066 -int dimen notification_media_narrow_margin 0x7f080067 -int dimen notification_right_icon_size 0x7f080068 -int dimen notification_right_side_padding_top 0x7f080069 -int dimen notification_small_icon_background_padding 0x7f08006a -int dimen notification_small_icon_size_as_large 0x7f08006b -int dimen notification_subtext_size 0x7f08006c -int dimen notification_top_pad 0x7f08006d -int dimen notification_top_pad_large_text 0x7f08006e -int dimen tooltip_corner_radius 0x7f08006f -int dimen tooltip_horizontal_padding 0x7f080070 -int dimen tooltip_margin 0x7f080071 -int dimen tooltip_precise_anchor_extra_offset 0x7f080072 -int dimen tooltip_precise_anchor_threshold 0x7f080073 -int dimen tooltip_vertical_padding 0x7f080074 -int dimen tooltip_y_offset_non_touch 0x7f080075 -int dimen tooltip_y_offset_touch 0x7f080076 -int drawable abc_ab_share_pack_mtrl_alpha 0x7f090001 -int drawable abc_action_bar_item_background_material 0x7f090002 -int drawable abc_btn_borderless_material 0x7f090003 -int drawable abc_btn_check_material 0x7f090004 -int drawable abc_btn_check_to_on_mtrl_000 0x7f090005 -int drawable abc_btn_check_to_on_mtrl_015 0x7f090006 -int drawable abc_btn_colored_material 0x7f090007 -int drawable abc_btn_default_mtrl_shape 0x7f090008 -int drawable abc_btn_radio_material 0x7f090009 -int drawable abc_btn_radio_to_on_mtrl_000 0x7f09000a -int drawable abc_btn_radio_to_on_mtrl_015 0x7f09000b -int drawable abc_btn_switch_to_on_mtrl_00001 0x7f09000c -int drawable abc_btn_switch_to_on_mtrl_00012 0x7f09000d -int drawable abc_cab_background_internal_bg 0x7f09000e -int drawable abc_cab_background_top_material 0x7f09000f -int drawable abc_cab_background_top_mtrl_alpha 0x7f090010 -int drawable abc_control_background_material 0x7f090011 -int drawable abc_dialog_material_background 0x7f090012 -int drawable abc_edit_text_material 0x7f090013 -int drawable abc_ic_ab_back_material 0x7f090014 -int drawable abc_ic_arrow_drop_right_black_24dp 0x7f090015 -int drawable abc_ic_clear_material 0x7f090016 -int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f090017 -int drawable abc_ic_go_search_api_material 0x7f090018 -int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f090019 -int drawable abc_ic_menu_cut_mtrl_alpha 0x7f09001a -int drawable abc_ic_menu_overflow_material 0x7f09001b -int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f09001c -int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f09001d -int drawable abc_ic_menu_share_mtrl_alpha 0x7f09001e -int drawable abc_ic_search_api_material 0x7f09001f -int drawable abc_ic_star_black_16dp 0x7f090020 -int drawable abc_ic_star_black_36dp 0x7f090021 -int drawable abc_ic_star_black_48dp 0x7f090022 -int drawable abc_ic_star_half_black_16dp 0x7f090023 -int drawable abc_ic_star_half_black_36dp 0x7f090024 -int drawable abc_ic_star_half_black_48dp 0x7f090025 -int drawable abc_ic_voice_search_api_material 0x7f090026 -int drawable abc_item_background_holo_dark 0x7f090027 -int drawable abc_item_background_holo_light 0x7f090028 -int drawable abc_list_divider_material 0x7f090029 -int drawable abc_list_divider_mtrl_alpha 0x7f09002a -int drawable abc_list_focused_holo 0x7f09002b -int drawable abc_list_longpressed_holo 0x7f09002c -int drawable abc_list_pressed_holo_dark 0x7f09002d -int drawable abc_list_pressed_holo_light 0x7f09002e -int drawable abc_list_selector_background_transition_holo_dark 0x7f09002f -int drawable abc_list_selector_background_transition_holo_light 0x7f090030 -int drawable abc_list_selector_disabled_holo_dark 0x7f090031 -int drawable abc_list_selector_disabled_holo_light 0x7f090032 -int drawable abc_list_selector_holo_dark 0x7f090033 -int drawable abc_list_selector_holo_light 0x7f090034 -int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f090035 -int drawable abc_popup_background_mtrl_mult 0x7f090036 -int drawable abc_ratingbar_indicator_material 0x7f090037 -int drawable abc_ratingbar_material 0x7f090038 -int drawable abc_ratingbar_small_material 0x7f090039 -int drawable abc_scrubber_control_off_mtrl_alpha 0x7f09003a -int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f09003b -int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f09003c -int drawable abc_scrubber_primary_mtrl_alpha 0x7f09003d -int drawable abc_scrubber_track_mtrl_alpha 0x7f09003e -int drawable abc_seekbar_thumb_material 0x7f09003f -int drawable abc_seekbar_tick_mark_material 0x7f090040 -int drawable abc_seekbar_track_material 0x7f090041 -int drawable abc_spinner_mtrl_am_alpha 0x7f090042 -int drawable abc_spinner_textfield_background_material 0x7f090043 -int drawable abc_switch_thumb_material 0x7f090044 -int drawable abc_switch_track_mtrl_alpha 0x7f090045 -int drawable abc_tab_indicator_material 0x7f090046 -int drawable abc_tab_indicator_mtrl_alpha 0x7f090047 -int drawable abc_text_cursor_material 0x7f090048 -int drawable abc_text_select_handle_left_mtrl_dark 0x7f090049 -int drawable abc_text_select_handle_left_mtrl_light 0x7f09004a -int drawable abc_text_select_handle_middle_mtrl_dark 0x7f09004b -int drawable abc_text_select_handle_middle_mtrl_light 0x7f09004c -int drawable abc_text_select_handle_right_mtrl_dark 0x7f09004d -int drawable abc_text_select_handle_right_mtrl_light 0x7f09004e -int drawable abc_textfield_activated_mtrl_alpha 0x7f09004f -int drawable abc_textfield_default_mtrl_alpha 0x7f090050 -int drawable abc_textfield_search_activated_mtrl_alpha 0x7f090051 -int drawable abc_textfield_search_default_mtrl_alpha 0x7f090052 -int drawable abc_textfield_search_material 0x7f090053 -int drawable abc_vector_test 0x7f090054 -int drawable color_picker_swatch 0x7f090055 -int drawable ic_colorpicker_swatch_selected 0x7f090056 -int drawable notification_action_background 0x7f090057 -int drawable notification_bg 0x7f090058 -int drawable notification_bg_low 0x7f090059 -int drawable notification_bg_low_normal 0x7f09005a -int drawable notification_bg_low_pressed 0x7f09005b -int drawable notification_bg_normal 0x7f09005c -int drawable notification_bg_normal_pressed 0x7f09005d -int drawable notification_icon_background 0x7f09005e -int drawable notification_template_icon_bg 0x7f09005f -int drawable notification_template_icon_low_bg 0x7f090060 -int drawable notification_tile_bg 0x7f090061 -int drawable notify_panel_notification_icon_bg 0x7f090062 -int drawable tooltip_frame_dark 0x7f090063 -int drawable tooltip_frame_light 0x7f090064 -int id action_bar 0x7f0c0001 -int id action_bar_activity_content 0x7f0c0002 -int id action_bar_container 0x7f0c0003 -int id action_bar_root 0x7f0c0004 -int id action_bar_spinner 0x7f0c0005 -int id action_bar_subtitle 0x7f0c0006 -int id action_bar_title 0x7f0c0007 -int id action_container 0x7f0c0008 -int id action_context_bar 0x7f0c0009 -int id action_divider 0x7f0c000a -int id action_image 0x7f0c000b -int id action_menu_divider 0x7f0c000c -int id action_menu_presenter 0x7f0c000d -int id action_mode_bar 0x7f0c000e -int id action_mode_bar_stub 0x7f0c000f -int id action_mode_close_button 0x7f0c0010 -int id action_text 0x7f0c0011 -int id actions 0x7f0c0012 -int id activity_chooser_view_content 0x7f0c0013 -int id add 0x7f0c0014 -int id alertTitle 0x7f0c0015 -int id async 0x7f0c0016 -int id blocking 0x7f0c0017 -int id bottom 0x7f0c0018 -int id buttonPanel 0x7f0c0019 -int id checkbox 0x7f0c001a -int id chronometer 0x7f0c001b -int id color_picker 0x7f0c001c -int id color_picker_checkmark 0x7f0c001d -int id color_picker_swatch 0x7f0c001e -int id content 0x7f0c001f -int id contentPanel 0x7f0c0020 -int id custom 0x7f0c0021 -int id customPanel 0x7f0c0022 -int id decor_content_parent 0x7f0c0023 -int id default_activity_button 0x7f0c0024 -int id edit_query 0x7f0c0025 -int id end 0x7f0c0026 -int id expand_activities_button 0x7f0c0027 -int id expanded_menu 0x7f0c0028 -int id forever 0x7f0c0029 -int id group_divider 0x7f0c002a -int id home 0x7f0c002b -int id icon 0x7f0c002c -int id icon_group 0x7f0c002d -int id image 0x7f0c002e -int id info 0x7f0c002f -int id italic 0x7f0c0030 -int id left 0x7f0c0031 -int id line1 0x7f0c0032 -int id line3 0x7f0c0033 -int id listMode 0x7f0c0034 -int id list_item 0x7f0c0035 -int id message 0x7f0c0036 -int id multiply 0x7f0c0037 -int id none 0x7f0c0038 -int id normal 0x7f0c0039 -int id notification_background 0x7f0c003a -int id notification_main_column 0x7f0c003b -int id notification_main_column_container 0x7f0c003c -int id parentPanel 0x7f0c003d -int id progress_circular 0x7f0c003e -int id progress_horizontal 0x7f0c003f -int id radio 0x7f0c0040 -int id right 0x7f0c0041 -int id right_icon 0x7f0c0042 -int id right_side 0x7f0c0043 -int id screen 0x7f0c0044 -int id scrollIndicatorDown 0x7f0c0045 -int id scrollIndicatorUp 0x7f0c0046 -int id scrollView 0x7f0c0047 -int id search_badge 0x7f0c0048 -int id search_bar 0x7f0c0049 -int id search_button 0x7f0c004a -int id search_close_btn 0x7f0c004b -int id search_edit_frame 0x7f0c004c -int id search_go_btn 0x7f0c004d -int id search_mag_icon 0x7f0c004e -int id search_plate 0x7f0c004f -int id search_src_text 0x7f0c0050 -int id search_voice_btn 0x7f0c0051 -int id select_dialog_listview 0x7f0c0052 -int id shortcut 0x7f0c0053 -int id spacer 0x7f0c0054 -int id split_action_bar 0x7f0c0055 -int id src_atop 0x7f0c0056 -int id src_in 0x7f0c0057 -int id src_over 0x7f0c0058 -int id start 0x7f0c0059 -int id submenuarrow 0x7f0c005a -int id submit_area 0x7f0c005b -int id tabMode 0x7f0c005c -int id tag_transition_group 0x7f0c005d -int id tag_unhandled_key_event_manager 0x7f0c005e -int id tag_unhandled_key_listeners 0x7f0c005f -int id text 0x7f0c0060 -int id text2 0x7f0c0061 -int id textSpacerNoButtons 0x7f0c0062 -int id textSpacerNoTitle 0x7f0c0063 -int id time 0x7f0c0064 -int id title 0x7f0c0065 -int id titleDividerNoCustom 0x7f0c0066 -int id title_template 0x7f0c0067 -int id top 0x7f0c0068 -int id topPanel 0x7f0c0069 -int id uniform 0x7f0c006a -int id up 0x7f0c006b -int id wrap_content 0x7f0c006c -int integer abc_config_activityDefaultDur 0x7f0d0001 -int integer abc_config_activityShortDur 0x7f0d0002 -int integer cancel_button_image_alpha 0x7f0d0003 -int integer config_tooltipAnimTime 0x7f0d0004 -int integer status_bar_notification_info_maxnum 0x7f0d0005 -int layout abc_action_bar_title_item 0x7f0f0001 -int layout abc_action_bar_up_container 0x7f0f0002 -int layout abc_action_menu_item_layout 0x7f0f0003 -int layout abc_action_menu_layout 0x7f0f0004 -int layout abc_action_mode_bar 0x7f0f0005 -int layout abc_action_mode_close_item_material 0x7f0f0006 -int layout abc_activity_chooser_view 0x7f0f0007 -int layout abc_activity_chooser_view_list_item 0x7f0f0008 -int layout abc_alert_dialog_button_bar_material 0x7f0f0009 -int layout abc_alert_dialog_material 0x7f0f000a -int layout abc_alert_dialog_title_material 0x7f0f000b -int layout abc_cascading_menu_item_layout 0x7f0f000c -int layout abc_dialog_title_material 0x7f0f000d -int layout abc_expanded_menu_layout 0x7f0f000e -int layout abc_list_menu_item_checkbox 0x7f0f000f -int layout abc_list_menu_item_icon 0x7f0f0010 -int layout abc_list_menu_item_layout 0x7f0f0011 -int layout abc_list_menu_item_radio 0x7f0f0012 -int layout abc_popup_menu_header_item_layout 0x7f0f0013 -int layout abc_popup_menu_item_layout 0x7f0f0014 -int layout abc_screen_content_include 0x7f0f0015 -int layout abc_screen_simple 0x7f0f0016 -int layout abc_screen_simple_overlay_action_mode 0x7f0f0017 -int layout abc_screen_toolbar 0x7f0f0018 -int layout abc_search_dropdown_item_icons_2line 0x7f0f0019 -int layout abc_search_view 0x7f0f001a -int layout abc_select_dialog_material 0x7f0f001b -int layout abc_tooltip 0x7f0f001c -int layout color_picker_dialog 0x7f0f001d -int layout color_picker_swatch 0x7f0f001e -int layout notification_action 0x7f0f001f -int layout notification_action_tombstone 0x7f0f0020 -int layout notification_template_custom_big 0x7f0f0021 -int layout notification_template_icon_group 0x7f0f0022 -int layout notification_template_part_chronometer 0x7f0f0023 -int layout notification_template_part_time 0x7f0f0024 -int layout select_dialog_item_material 0x7f0f0025 -int layout select_dialog_multichoice_material 0x7f0f0026 -int layout select_dialog_singlechoice_material 0x7f0f0027 -int layout support_simple_spinner_dropdown_item 0x7f0f0028 -int string abc_action_bar_home_description 0x7f150001 -int string abc_action_bar_up_description 0x7f150002 -int string abc_action_menu_overflow_description 0x7f150003 -int string abc_action_mode_done 0x7f150004 -int string abc_activity_chooser_view_see_all 0x7f150005 -int string abc_activitychooserview_choose_application 0x7f150006 -int string abc_capital_off 0x7f150007 -int string abc_capital_on 0x7f150008 -int string abc_font_family_body_1_material 0x7f150009 -int string abc_font_family_body_2_material 0x7f15000a -int string abc_font_family_button_material 0x7f15000b -int string abc_font_family_caption_material 0x7f15000c -int string abc_font_family_display_1_material 0x7f15000d -int string abc_font_family_display_2_material 0x7f15000e -int string abc_font_family_display_3_material 0x7f15000f -int string abc_font_family_display_4_material 0x7f150010 -int string abc_font_family_headline_material 0x7f150011 -int string abc_font_family_menu_material 0x7f150012 -int string abc_font_family_subhead_material 0x7f150013 -int string abc_font_family_title_material 0x7f150014 -int string abc_menu_alt_shortcut_label 0x7f150015 -int string abc_menu_ctrl_shortcut_label 0x7f150016 -int string abc_menu_delete_shortcut_label 0x7f150017 -int string abc_menu_enter_shortcut_label 0x7f150018 -int string abc_menu_function_shortcut_label 0x7f150019 -int string abc_menu_meta_shortcut_label 0x7f15001a -int string abc_menu_shift_shortcut_label 0x7f15001b -int string abc_menu_space_shortcut_label 0x7f15001c -int string abc_menu_sym_shortcut_label 0x7f15001d -int string abc_prepend_shortcut_label 0x7f15001e -int string abc_search_hint 0x7f15001f -int string abc_searchview_description_clear 0x7f150020 -int string abc_searchview_description_query 0x7f150021 -int string abc_searchview_description_search 0x7f150022 -int string abc_searchview_description_submit 0x7f150023 -int string abc_searchview_description_voice 0x7f150024 -int string abc_shareactionprovider_share_with 0x7f150025 -int string abc_shareactionprovider_share_with_application 0x7f150026 -int string abc_toolbar_collapse_description 0x7f150027 -int string color_picker_default_title 0x7f150028 -int string color_swatch_description 0x7f150029 -int string color_swatch_description_selected 0x7f15002a -int string search_menu_title 0x7f15002b -int string status_bar_notification_info_overflow 0x7f15002c -int style AlertDialog_AppCompat 0x7f160001 -int style AlertDialog_AppCompat_Light 0x7f160002 -int style Animation_AppCompat_Dialog 0x7f160003 -int style Animation_AppCompat_DropDownUp 0x7f160004 -int style Animation_AppCompat_Tooltip 0x7f160005 -int style Base_AlertDialog_AppCompat 0x7f160006 -int style Base_AlertDialog_AppCompat_Light 0x7f160007 -int style Base_Animation_AppCompat_Dialog 0x7f160008 -int style Base_Animation_AppCompat_DropDownUp 0x7f160009 -int style Base_Animation_AppCompat_Tooltip 0x7f16000a -int style Base_DialogWindowTitleBackground_AppCompat 0x7f16000b -int style Base_DialogWindowTitle_AppCompat 0x7f16000c -int style Base_TextAppearance_AppCompat 0x7f16000d -int style Base_TextAppearance_AppCompat_Body1 0x7f16000e -int style Base_TextAppearance_AppCompat_Body2 0x7f16000f -int style Base_TextAppearance_AppCompat_Button 0x7f160010 -int style Base_TextAppearance_AppCompat_Caption 0x7f160011 -int style Base_TextAppearance_AppCompat_Display1 0x7f160012 -int style Base_TextAppearance_AppCompat_Display2 0x7f160013 -int style Base_TextAppearance_AppCompat_Display3 0x7f160014 -int style Base_TextAppearance_AppCompat_Display4 0x7f160015 -int style Base_TextAppearance_AppCompat_Headline 0x7f160016 -int style Base_TextAppearance_AppCompat_Inverse 0x7f160017 -int style Base_TextAppearance_AppCompat_Large 0x7f160018 -int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f160019 -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16001a -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f16001b -int style Base_TextAppearance_AppCompat_Medium 0x7f16001c -int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f16001d -int style Base_TextAppearance_AppCompat_Menu 0x7f16001e -int style Base_TextAppearance_AppCompat_SearchResult 0x7f16001f -int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f160020 -int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f160021 -int style Base_TextAppearance_AppCompat_Small 0x7f160022 -int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f160023 -int style Base_TextAppearance_AppCompat_Subhead 0x7f160024 -int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f160025 -int style Base_TextAppearance_AppCompat_Title 0x7f160026 -int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f160027 -int style Base_TextAppearance_AppCompat_Tooltip 0x7f160028 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f160029 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f16002a -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f16002b -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16002c -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16002d -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16002e -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f16002f -int style Base_TextAppearance_AppCompat_Widget_Button 0x7f160030 -int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160031 -int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f160032 -int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160033 -int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f160034 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160035 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160036 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160037 -int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f160038 -int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f160039 -int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f16003a -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f16003b -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f16003c -int style Base_ThemeOverlay_AppCompat 0x7f16003d -int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f16003e -int style Base_ThemeOverlay_AppCompat_Dark 0x7f16003f -int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160040 -int style Base_ThemeOverlay_AppCompat_Dialog 0x7f160041 -int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f160042 -int style Base_ThemeOverlay_AppCompat_Light 0x7f160043 -int style Base_Theme_AppCompat 0x7f160044 -int style Base_Theme_AppCompat_CompactMenu 0x7f160045 -int style Base_Theme_AppCompat_Dialog 0x7f160046 -int style Base_Theme_AppCompat_DialogWhenLarge 0x7f160047 -int style Base_Theme_AppCompat_Dialog_Alert 0x7f160048 -int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f160049 -int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f16004a -int style Base_Theme_AppCompat_Light 0x7f16004b -int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f16004c -int style Base_Theme_AppCompat_Light_Dialog 0x7f16004d -int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f16004e -int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f16004f -int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f160050 -int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f160051 -int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f160052 -int style Base_V21_Theme_AppCompat 0x7f160053 -int style Base_V21_Theme_AppCompat_Dialog 0x7f160054 -int style Base_V21_Theme_AppCompat_Light 0x7f160055 -int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f160056 -int style Base_V22_Theme_AppCompat 0x7f160057 -int style Base_V22_Theme_AppCompat_Light 0x7f160058 -int style Base_V23_Theme_AppCompat 0x7f160059 -int style Base_V23_Theme_AppCompat_Light 0x7f16005a -int style Base_V26_Theme_AppCompat 0x7f16005b -int style Base_V26_Theme_AppCompat_Light 0x7f16005c -int style Base_V26_Widget_AppCompat_Toolbar 0x7f16005d -int style Base_V28_Theme_AppCompat 0x7f16005e -int style Base_V28_Theme_AppCompat_Light 0x7f16005f -int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f160060 -int style Base_V7_Theme_AppCompat 0x7f160061 -int style Base_V7_Theme_AppCompat_Dialog 0x7f160062 -int style Base_V7_Theme_AppCompat_Light 0x7f160063 -int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f160064 -int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f160065 -int style Base_V7_Widget_AppCompat_EditText 0x7f160066 -int style Base_V7_Widget_AppCompat_Toolbar 0x7f160067 -int style Base_Widget_AppCompat_ActionBar 0x7f160068 -int style Base_Widget_AppCompat_ActionBar_Solid 0x7f160069 -int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f16006a -int style Base_Widget_AppCompat_ActionBar_TabText 0x7f16006b -int style Base_Widget_AppCompat_ActionBar_TabView 0x7f16006c -int style Base_Widget_AppCompat_ActionButton 0x7f16006d -int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f16006e -int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f16006f -int style Base_Widget_AppCompat_ActionMode 0x7f160070 -int style Base_Widget_AppCompat_ActivityChooserView 0x7f160071 -int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f160072 -int style Base_Widget_AppCompat_Button 0x7f160073 -int style Base_Widget_AppCompat_ButtonBar 0x7f160074 -int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f160075 -int style Base_Widget_AppCompat_Button_Borderless 0x7f160076 -int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f160077 -int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160078 -int style Base_Widget_AppCompat_Button_Colored 0x7f160079 -int style Base_Widget_AppCompat_Button_Small 0x7f16007a -int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f16007b -int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f16007c -int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f16007d -int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f16007e -int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f16007f -int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f160080 -int style Base_Widget_AppCompat_EditText 0x7f160081 -int style Base_Widget_AppCompat_ImageButton 0x7f160082 -int style Base_Widget_AppCompat_Light_ActionBar 0x7f160083 -int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f160084 -int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f160085 -int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f160086 -int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f160087 -int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f160088 -int style Base_Widget_AppCompat_Light_PopupMenu 0x7f160089 -int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f16008a -int style Base_Widget_AppCompat_ListMenuView 0x7f16008b -int style Base_Widget_AppCompat_ListPopupWindow 0x7f16008c -int style Base_Widget_AppCompat_ListView 0x7f16008d -int style Base_Widget_AppCompat_ListView_DropDown 0x7f16008e -int style Base_Widget_AppCompat_ListView_Menu 0x7f16008f -int style Base_Widget_AppCompat_PopupMenu 0x7f160090 -int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f160091 -int style Base_Widget_AppCompat_PopupWindow 0x7f160092 -int style Base_Widget_AppCompat_ProgressBar 0x7f160093 -int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f160094 -int style Base_Widget_AppCompat_RatingBar 0x7f160095 -int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f160096 -int style Base_Widget_AppCompat_RatingBar_Small 0x7f160097 -int style Base_Widget_AppCompat_SearchView 0x7f160098 -int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f160099 -int style Base_Widget_AppCompat_SeekBar 0x7f16009a -int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f16009b -int style Base_Widget_AppCompat_Spinner 0x7f16009c -int style Base_Widget_AppCompat_Spinner_Underlined 0x7f16009d -int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f16009e -int style Base_Widget_AppCompat_Toolbar 0x7f16009f -int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1600a0 -int style Platform_AppCompat 0x7f1600a1 -int style Platform_AppCompat_Light 0x7f1600a2 -int style Platform_ThemeOverlay_AppCompat 0x7f1600a3 -int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1600a4 -int style Platform_ThemeOverlay_AppCompat_Light 0x7f1600a5 -int style Platform_V21_AppCompat 0x7f1600a6 -int style Platform_V21_AppCompat_Light 0x7f1600a7 -int style Platform_V25_AppCompat 0x7f1600a8 -int style Platform_V25_AppCompat_Light 0x7f1600a9 -int style Platform_Widget_AppCompat_Spinner 0x7f1600aa -int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1600ab -int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1600ac -int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1600ad -int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1600ae -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1600af -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1600b0 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1600b1 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1600b2 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1600b3 -int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1600b4 -int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1600b5 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1600b6 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1600b7 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1600b8 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1600b9 -int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1600ba -int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1600bb -int style TextAppearance_AppCompat 0x7f1600bc -int style TextAppearance_AppCompat_Body1 0x7f1600bd -int style TextAppearance_AppCompat_Body2 0x7f1600be -int style TextAppearance_AppCompat_Button 0x7f1600bf -int style TextAppearance_AppCompat_Caption 0x7f1600c0 -int style TextAppearance_AppCompat_Display1 0x7f1600c1 -int style TextAppearance_AppCompat_Display2 0x7f1600c2 -int style TextAppearance_AppCompat_Display3 0x7f1600c3 -int style TextAppearance_AppCompat_Display4 0x7f1600c4 -int style TextAppearance_AppCompat_Headline 0x7f1600c5 -int style TextAppearance_AppCompat_Inverse 0x7f1600c6 -int style TextAppearance_AppCompat_Large 0x7f1600c7 -int style TextAppearance_AppCompat_Large_Inverse 0x7f1600c8 -int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1600c9 -int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1600ca -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1600cb -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1600cc -int style TextAppearance_AppCompat_Medium 0x7f1600cd -int style TextAppearance_AppCompat_Medium_Inverse 0x7f1600ce -int style TextAppearance_AppCompat_Menu 0x7f1600cf -int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1600d0 -int style TextAppearance_AppCompat_SearchResult_Title 0x7f1600d1 -int style TextAppearance_AppCompat_Small 0x7f1600d2 -int style TextAppearance_AppCompat_Small_Inverse 0x7f1600d3 -int style TextAppearance_AppCompat_Subhead 0x7f1600d4 -int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1600d5 -int style TextAppearance_AppCompat_Title 0x7f1600d6 -int style TextAppearance_AppCompat_Title_Inverse 0x7f1600d7 -int style TextAppearance_AppCompat_Tooltip 0x7f1600d8 -int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1600d9 -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1600da -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1600db -int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1600dc -int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1600dd -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1600de -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1600df -int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1600e0 -int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1600e1 -int style TextAppearance_AppCompat_Widget_Button 0x7f1600e2 -int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1600e3 -int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1600e4 -int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1600e5 -int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1600e6 -int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1600e7 -int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1600e8 -int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1600e9 -int style TextAppearance_AppCompat_Widget_Switch 0x7f1600ea -int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1600eb -int style TextAppearance_Compat_Notification 0x7f1600ec -int style TextAppearance_Compat_Notification_Info 0x7f1600ed -int style TextAppearance_Compat_Notification_Line2 0x7f1600ee -int style TextAppearance_Compat_Notification_Time 0x7f1600ef -int style TextAppearance_Compat_Notification_Title 0x7f1600f0 -int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1600f1 -int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1600f2 -int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1600f3 -int style ThemeOverlay_AppCompat 0x7f1600f4 -int style ThemeOverlay_AppCompat_ActionBar 0x7f1600f5 -int style ThemeOverlay_AppCompat_Dark 0x7f1600f6 -int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1600f7 -int style ThemeOverlay_AppCompat_Dialog 0x7f1600f8 -int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f1600f9 -int style ThemeOverlay_AppCompat_Light 0x7f1600fa -int style Theme_AppCompat 0x7f1600fb -int style Theme_AppCompat_CompactMenu 0x7f1600fc -int style Theme_AppCompat_DayNight 0x7f1600fd -int style Theme_AppCompat_DayNight_DarkActionBar 0x7f1600fe -int style Theme_AppCompat_DayNight_Dialog 0x7f1600ff -int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f160100 -int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f160101 -int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f160102 -int style Theme_AppCompat_DayNight_NoActionBar 0x7f160103 -int style Theme_AppCompat_Dialog 0x7f160104 -int style Theme_AppCompat_DialogWhenLarge 0x7f160105 -int style Theme_AppCompat_Dialog_Alert 0x7f160106 -int style Theme_AppCompat_Dialog_MinWidth 0x7f160107 -int style Theme_AppCompat_Light 0x7f160108 -int style Theme_AppCompat_Light_DarkActionBar 0x7f160109 -int style Theme_AppCompat_Light_Dialog 0x7f16010a -int style Theme_AppCompat_Light_DialogWhenLarge 0x7f16010b -int style Theme_AppCompat_Light_Dialog_Alert 0x7f16010c -int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f16010d -int style Theme_AppCompat_Light_NoActionBar 0x7f16010e -int style Theme_AppCompat_NoActionBar 0x7f16010f -int style Widget_AppCompat_ActionBar 0x7f160110 -int style Widget_AppCompat_ActionBar_Solid 0x7f160111 -int style Widget_AppCompat_ActionBar_TabBar 0x7f160112 -int style Widget_AppCompat_ActionBar_TabText 0x7f160113 -int style Widget_AppCompat_ActionBar_TabView 0x7f160114 -int style Widget_AppCompat_ActionButton 0x7f160115 -int style Widget_AppCompat_ActionButton_CloseMode 0x7f160116 -int style Widget_AppCompat_ActionButton_Overflow 0x7f160117 -int style Widget_AppCompat_ActionMode 0x7f160118 -int style Widget_AppCompat_ActivityChooserView 0x7f160119 -int style Widget_AppCompat_AutoCompleteTextView 0x7f16011a -int style Widget_AppCompat_Button 0x7f16011b -int style Widget_AppCompat_ButtonBar 0x7f16011c -int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f16011d -int style Widget_AppCompat_Button_Borderless 0x7f16011e -int style Widget_AppCompat_Button_Borderless_Colored 0x7f16011f -int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160120 -int style Widget_AppCompat_Button_Colored 0x7f160121 -int style Widget_AppCompat_Button_Small 0x7f160122 -int style Widget_AppCompat_CompoundButton_CheckBox 0x7f160123 -int style Widget_AppCompat_CompoundButton_RadioButton 0x7f160124 -int style Widget_AppCompat_CompoundButton_Switch 0x7f160125 -int style Widget_AppCompat_DrawerArrowToggle 0x7f160126 -int style Widget_AppCompat_DropDownItem_Spinner 0x7f160127 -int style Widget_AppCompat_EditText 0x7f160128 -int style Widget_AppCompat_ImageButton 0x7f160129 -int style Widget_AppCompat_Light_ActionBar 0x7f16012a -int style Widget_AppCompat_Light_ActionBar_Solid 0x7f16012b -int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f16012c -int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f16012d -int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f16012e -int style Widget_AppCompat_Light_ActionBar_TabText 0x7f16012f -int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f160130 -int style Widget_AppCompat_Light_ActionBar_TabView 0x7f160131 -int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f160132 -int style Widget_AppCompat_Light_ActionButton 0x7f160133 -int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f160134 -int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f160135 -int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f160136 -int style Widget_AppCompat_Light_ActivityChooserView 0x7f160137 -int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f160138 -int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f160139 -int style Widget_AppCompat_Light_ListPopupWindow 0x7f16013a -int style Widget_AppCompat_Light_ListView_DropDown 0x7f16013b -int style Widget_AppCompat_Light_PopupMenu 0x7f16013c -int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f16013d -int style Widget_AppCompat_Light_SearchView 0x7f16013e -int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f16013f -int style Widget_AppCompat_ListMenuView 0x7f160140 -int style Widget_AppCompat_ListPopupWindow 0x7f160141 -int style Widget_AppCompat_ListView 0x7f160142 -int style Widget_AppCompat_ListView_DropDown 0x7f160143 -int style Widget_AppCompat_ListView_Menu 0x7f160144 -int style Widget_AppCompat_PopupMenu 0x7f160145 -int style Widget_AppCompat_PopupMenu_Overflow 0x7f160146 -int style Widget_AppCompat_PopupWindow 0x7f160147 -int style Widget_AppCompat_ProgressBar 0x7f160148 -int style Widget_AppCompat_ProgressBar_Horizontal 0x7f160149 -int style Widget_AppCompat_RatingBar 0x7f16014a -int style Widget_AppCompat_RatingBar_Indicator 0x7f16014b -int style Widget_AppCompat_RatingBar_Small 0x7f16014c -int style Widget_AppCompat_SearchView 0x7f16014d -int style Widget_AppCompat_SearchView_ActionBar 0x7f16014e -int style Widget_AppCompat_SeekBar 0x7f16014f -int style Widget_AppCompat_SeekBar_Discrete 0x7f160150 -int style Widget_AppCompat_Spinner 0x7f160151 -int style Widget_AppCompat_Spinner_DropDown 0x7f160152 -int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f160153 -int style Widget_AppCompat_Spinner_Underlined 0x7f160154 -int style Widget_AppCompat_TextView_SpinnerItem 0x7f160155 -int style Widget_AppCompat_Toolbar 0x7f160156 -int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f160157 -int style Widget_Compat_NotificationActionContainer 0x7f160158 -int style Widget_Compat_NotificationActionText 0x7f160159 -int style Widget_Support_CoordinatorLayout 0x7f16015a -int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f040060, 0x7f040065, 0x7f040066, 0x7f040071, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f04008a, 0x7f04008d, 0x7f0400a3, 0x7f0400aa, 0x7f0400b5, 0x7f0400b8, 0x7f0400b9, 0x7f0400d4, 0x7f0400d7, 0x7f0400f2, 0x7f0400fb } -int styleable ActionBar_background 0 -int styleable ActionBar_backgroundSplit 1 -int styleable ActionBar_backgroundStacked 2 -int styleable ActionBar_contentInsetEnd 3 -int styleable ActionBar_contentInsetEndWithActions 4 -int styleable ActionBar_contentInsetLeft 5 -int styleable ActionBar_contentInsetRight 6 -int styleable ActionBar_contentInsetStart 7 -int styleable ActionBar_contentInsetStartWithNavigation 8 -int styleable ActionBar_customNavigationLayout 9 -int styleable ActionBar_displayOptions 10 -int styleable ActionBar_divider 11 -int styleable ActionBar_elevation 12 -int styleable ActionBar_height 13 -int styleable ActionBar_hideOnContentScroll 14 -int styleable ActionBar_homeAsUpIndicator 15 -int styleable ActionBar_homeLayout 16 -int styleable ActionBar_icon 17 -int styleable ActionBar_indeterminateProgressStyle 18 -int styleable ActionBar_itemPadding 19 -int styleable ActionBar_logo 20 -int styleable ActionBar_navigationMode 21 -int styleable ActionBar_popupTheme 22 -int styleable ActionBar_progressBarPadding 23 -int styleable ActionBar_progressBarStyle 24 -int styleable ActionBar_subtitle 25 -int styleable ActionBar_subtitleTextStyle 26 -int styleable ActionBar_title 27 -int styleable ActionBar_titleTextStyle 28 -int[] styleable ActionBarLayout { 0x010100b3 } -int styleable ActionBarLayout_android_layout_gravity 0 -int[] styleable ActionMenuItemView { 0x0101013f } -int styleable ActionMenuItemView_android_minWidth 0 -int[] styleable ActionMode { 0x7f040032, 0x7f040033, 0x7f040048, 0x7f040081, 0x7f0400d7, 0x7f0400fb } -int styleable ActionMode_background 0 -int styleable ActionMode_backgroundSplit 1 -int styleable ActionMode_closeItemLayout 2 -int styleable ActionMode_height 3 -int styleable ActionMode_subtitleTextStyle 4 -int styleable ActionMode_titleTextStyle 5 -int[] styleable ActivityChooserView { 0x7f040072, 0x7f04008b } -int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 -int styleable ActivityChooserView_initialActivityCount 1 -int[] styleable AlertDialog { 0x010100f2, 0x7f04003f, 0x7f040040, 0x7f04009a, 0x7f04009b, 0x7f0400a7, 0x7f0400c9, 0x7f0400ca } -int styleable AlertDialog_android_layout 0 -int styleable AlertDialog_buttonIconDimen 1 -int styleable AlertDialog_buttonPanelSideLayout 2 -int styleable AlertDialog_listItemLayout 3 -int styleable AlertDialog_listLayout 4 -int styleable AlertDialog_multiChoiceItemLayout 5 -int styleable AlertDialog_showTitle 6 -int styleable AlertDialog_singleChoiceItemLayout 7 -int[] styleable AnimatedStateListDrawableCompat { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 } -int styleable AnimatedStateListDrawableCompat_android_constantSize 0 -int styleable AnimatedStateListDrawableCompat_android_dither 1 -int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2 -int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3 -int styleable AnimatedStateListDrawableCompat_android_variablePadding 4 -int styleable AnimatedStateListDrawableCompat_android_visible 5 -int[] styleable AnimatedStateListDrawableItem { 0x01010199, 0x010100d0 } -int styleable AnimatedStateListDrawableItem_android_drawable 0 -int styleable AnimatedStateListDrawableItem_android_id 1 -int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x0101044a, 0x0101044b, 0x01010449 } -int styleable AnimatedStateListDrawableTransition_android_drawable 0 -int styleable AnimatedStateListDrawableTransition_android_fromId 1 -int styleable AnimatedStateListDrawableTransition_android_reversible 2 -int styleable AnimatedStateListDrawableTransition_android_toId 3 -int[] styleable AppCompatImageView { 0x01010119, 0x7f0400cf, 0x7f0400f0, 0x7f0400f1 } -int styleable AppCompatImageView_android_src 0 -int styleable AppCompatImageView_srcCompat 1 -int styleable AppCompatImageView_tint 2 -int styleable AppCompatImageView_tintMode 3 -int[] styleable AppCompatSeekBar { 0x01010142, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef } -int styleable AppCompatSeekBar_android_thumb 0 -int styleable AppCompatSeekBar_tickMark 1 -int styleable AppCompatSeekBar_tickMarkTint 2 -int styleable AppCompatSeekBar_tickMarkTintMode 3 -int[] styleable AppCompatTextHelper { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 } -int styleable AppCompatTextHelper_android_drawableBottom 0 -int styleable AppCompatTextHelper_android_drawableEnd 1 -int styleable AppCompatTextHelper_android_drawableLeft 2 -int styleable AppCompatTextHelper_android_drawableRight 3 -int styleable AppCompatTextHelper_android_drawableStart 4 -int styleable AppCompatTextHelper_android_drawableTop 5 -int styleable AppCompatTextHelper_android_textAppearance 6 -int[] styleable AppCompatTextView { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040073, 0x7f040075, 0x7f04008f, 0x7f040097, 0x7f0400dd } -int styleable AppCompatTextView_android_textAppearance 0 -int styleable AppCompatTextView_autoSizeMaxTextSize 1 -int styleable AppCompatTextView_autoSizeMinTextSize 2 -int styleable AppCompatTextView_autoSizePresetSizes 3 -int styleable AppCompatTextView_autoSizeStepGranularity 4 -int styleable AppCompatTextView_autoSizeTextType 5 -int styleable AppCompatTextView_firstBaselineToTopHeight 6 -int styleable AppCompatTextView_fontFamily 7 -int styleable AppCompatTextView_lastBaselineToBottomHeight 8 -int styleable AppCompatTextView_lineHeight 9 -int styleable AppCompatTextView_textAllCaps 10 -int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040041, 0x7f040042, 0x7f040045, 0x7f040046, 0x7f04004c, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f04005e, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040067, 0x7f040069, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040083, 0x7f040089, 0x7f040098, 0x7f040099, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a2, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b6, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400cc, 0x7f0400cd, 0x7f0400db, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040105, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110 } -int styleable AppCompatTheme_actionBarDivider 0 -int styleable AppCompatTheme_actionBarItemBackground 1 -int styleable AppCompatTheme_actionBarPopupTheme 2 -int styleable AppCompatTheme_actionBarSize 3 -int styleable AppCompatTheme_actionBarSplitStyle 4 -int styleable AppCompatTheme_actionBarStyle 5 -int styleable AppCompatTheme_actionBarTabBarStyle 6 -int styleable AppCompatTheme_actionBarTabStyle 7 -int styleable AppCompatTheme_actionBarTabTextStyle 8 -int styleable AppCompatTheme_actionBarTheme 9 -int styleable AppCompatTheme_actionBarWidgetTheme 10 -int styleable AppCompatTheme_actionButtonStyle 11 -int styleable AppCompatTheme_actionDropDownStyle 12 -int styleable AppCompatTheme_actionMenuTextAppearance 13 -int styleable AppCompatTheme_actionMenuTextColor 14 -int styleable AppCompatTheme_actionModeBackground 15 -int styleable AppCompatTheme_actionModeCloseButtonStyle 16 -int styleable AppCompatTheme_actionModeCloseDrawable 17 -int styleable AppCompatTheme_actionModeCopyDrawable 18 -int styleable AppCompatTheme_actionModeCutDrawable 19 -int styleable AppCompatTheme_actionModeFindDrawable 20 -int styleable AppCompatTheme_actionModePasteDrawable 21 -int styleable AppCompatTheme_actionModePopupWindowStyle 22 -int styleable AppCompatTheme_actionModeSelectAllDrawable 23 -int styleable AppCompatTheme_actionModeShareDrawable 24 -int styleable AppCompatTheme_actionModeSplitBackground 25 -int styleable AppCompatTheme_actionModeStyle 26 -int styleable AppCompatTheme_actionModeWebSearchDrawable 27 -int styleable AppCompatTheme_actionOverflowButtonStyle 28 -int styleable AppCompatTheme_actionOverflowMenuStyle 29 -int styleable AppCompatTheme_activityChooserViewStyle 30 -int styleable AppCompatTheme_alertDialogButtonGroupStyle 31 -int styleable AppCompatTheme_alertDialogCenterButtons 32 -int styleable AppCompatTheme_alertDialogStyle 33 -int styleable AppCompatTheme_alertDialogTheme 34 -int styleable AppCompatTheme_android_windowAnimationStyle 35 -int styleable AppCompatTheme_android_windowIsFloating 36 -int styleable AppCompatTheme_autoCompleteTextViewStyle 37 -int styleable AppCompatTheme_borderlessButtonStyle 38 -int styleable AppCompatTheme_buttonBarButtonStyle 39 -int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 -int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 -int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 -int styleable AppCompatTheme_buttonBarStyle 43 -int styleable AppCompatTheme_buttonStyle 44 -int styleable AppCompatTheme_buttonStyleSmall 45 -int styleable AppCompatTheme_checkboxStyle 46 -int styleable AppCompatTheme_checkedTextViewStyle 47 -int styleable AppCompatTheme_colorAccent 48 -int styleable AppCompatTheme_colorBackgroundFloating 49 -int styleable AppCompatTheme_colorButtonNormal 50 -int styleable AppCompatTheme_colorControlActivated 51 -int styleable AppCompatTheme_colorControlHighlight 52 -int styleable AppCompatTheme_colorControlNormal 53 -int styleable AppCompatTheme_colorError 54 -int styleable AppCompatTheme_colorPrimary 55 -int styleable AppCompatTheme_colorPrimaryDark 56 -int styleable AppCompatTheme_colorSwitchThumbNormal 57 -int styleable AppCompatTheme_controlBackground 58 -int styleable AppCompatTheme_dialogCornerRadius 59 -int styleable AppCompatTheme_dialogPreferredPadding 60 -int styleable AppCompatTheme_dialogTheme 61 -int styleable AppCompatTheme_dividerHorizontal 62 -int styleable AppCompatTheme_dividerVertical 63 -int styleable AppCompatTheme_dropDownListViewStyle 64 -int styleable AppCompatTheme_dropdownListPreferredItemHeight 65 -int styleable AppCompatTheme_editTextBackground 66 -int styleable AppCompatTheme_editTextColor 67 -int styleable AppCompatTheme_editTextStyle 68 -int styleable AppCompatTheme_homeAsUpIndicator 69 -int styleable AppCompatTheme_imageButtonStyle 70 -int styleable AppCompatTheme_listChoiceBackgroundIndicator 71 -int styleable AppCompatTheme_listDividerAlertDialog 72 -int styleable AppCompatTheme_listMenuViewStyle 73 -int styleable AppCompatTheme_listPopupWindowStyle 74 -int styleable AppCompatTheme_listPreferredItemHeight 75 -int styleable AppCompatTheme_listPreferredItemHeightLarge 76 -int styleable AppCompatTheme_listPreferredItemHeightSmall 77 -int styleable AppCompatTheme_listPreferredItemPaddingLeft 78 -int styleable AppCompatTheme_listPreferredItemPaddingRight 79 -int styleable AppCompatTheme_panelBackground 80 -int styleable AppCompatTheme_panelMenuListTheme 81 -int styleable AppCompatTheme_panelMenuListWidth 82 -int styleable AppCompatTheme_popupMenuStyle 83 -int styleable AppCompatTheme_popupWindowStyle 84 -int styleable AppCompatTheme_radioButtonStyle 85 -int styleable AppCompatTheme_ratingBarStyle 86 -int styleable AppCompatTheme_ratingBarStyleIndicator 87 -int styleable AppCompatTheme_ratingBarStyleSmall 88 -int styleable AppCompatTheme_searchViewStyle 89 -int styleable AppCompatTheme_seekBarStyle 90 -int styleable AppCompatTheme_selectableItemBackground 91 -int styleable AppCompatTheme_selectableItemBackgroundBorderless 92 -int styleable AppCompatTheme_spinnerDropDownItemStyle 93 -int styleable AppCompatTheme_spinnerStyle 94 -int styleable AppCompatTheme_switchStyle 95 -int styleable AppCompatTheme_textAppearanceLargePopupMenu 96 -int styleable AppCompatTheme_textAppearanceListItem 97 -int styleable AppCompatTheme_textAppearanceListItemSecondary 98 -int styleable AppCompatTheme_textAppearanceListItemSmall 99 -int styleable AppCompatTheme_textAppearancePopupMenuHeader 100 -int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 101 -int styleable AppCompatTheme_textAppearanceSearchResultTitle 102 -int styleable AppCompatTheme_textAppearanceSmallPopupMenu 103 -int styleable AppCompatTheme_textColorAlertDialogListItem 104 -int styleable AppCompatTheme_textColorSearchUrl 105 -int styleable AppCompatTheme_toolbarNavigationButtonStyle 106 -int styleable AppCompatTheme_toolbarStyle 107 -int styleable AppCompatTheme_tooltipForegroundColor 108 -int styleable AppCompatTheme_tooltipFrameBackground 109 -int styleable AppCompatTheme_viewInflaterClass 110 -int styleable AppCompatTheme_windowActionBar 111 -int styleable AppCompatTheme_windowActionBarOverlay 112 -int styleable AppCompatTheme_windowActionModeOverlay 113 -int styleable AppCompatTheme_windowFixedHeightMajor 114 -int styleable AppCompatTheme_windowFixedHeightMinor 115 -int styleable AppCompatTheme_windowFixedWidthMajor 116 -int styleable AppCompatTheme_windowFixedWidthMinor 117 -int styleable AppCompatTheme_windowMinWidthMajor 118 -int styleable AppCompatTheme_windowMinWidthMinor 119 -int styleable AppCompatTheme_windowNoTitle 120 -int[] styleable ButtonBarLayout { 0x7f040027 } -int styleable ButtonBarLayout_allowStacking 0 -int[] styleable ColorStateListItem { 0x7f040028, 0x0101031f, 0x010101a5 } -int styleable ColorStateListItem_alpha 0 -int styleable ColorStateListItem_android_alpha 1 -int styleable ColorStateListItem_android_color 2 -int[] styleable CompoundButton { 0x01010107, 0x7f040043, 0x7f040044 } -int styleable CompoundButton_android_button 0 -int styleable CompoundButton_buttonTint 1 -int styleable CompoundButton_buttonTintMode 2 -int[] styleable CoordinatorLayout { 0x7f04008e, 0x7f0400d1 } -int styleable CoordinatorLayout_keylines 0 -int styleable CoordinatorLayout_statusBarBackground 1 -int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 } -int styleable CoordinatorLayout_Layout_android_layout_gravity 0 -int styleable CoordinatorLayout_Layout_layout_anchor 1 -int styleable CoordinatorLayout_Layout_layout_anchorGravity 2 -int styleable CoordinatorLayout_Layout_layout_behavior 3 -int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4 -int styleable CoordinatorLayout_Layout_layout_insetEdge 5 -int styleable CoordinatorLayout_Layout_layout_keyline 6 -int[] styleable DrawerArrowToggle { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004b, 0x7f04006a, 0x7f04007f, 0x7f0400cb, 0x7f0400e9 } -int styleable DrawerArrowToggle_arrowHeadLength 0 -int styleable DrawerArrowToggle_arrowShaftLength 1 -int styleable DrawerArrowToggle_barLength 2 -int styleable DrawerArrowToggle_color 3 -int styleable DrawerArrowToggle_drawableSize 4 -int styleable DrawerArrowToggle_gapBetweenBars 5 -int styleable DrawerArrowToggle_spinBars 6 -int styleable DrawerArrowToggle_thickness 7 -int[] styleable FontFamily { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b } -int styleable FontFamily_fontProviderAuthority 0 -int styleable FontFamily_fontProviderCerts 1 -int styleable FontFamily_fontProviderFetchStrategy 2 -int styleable FontFamily_fontProviderFetchTimeout 3 -int styleable FontFamily_fontProviderPackage 4 -int styleable FontFamily_fontProviderQuery 5 -int[] styleable FontFamilyFont { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 } -int styleable FontFamilyFont_android_font 0 -int styleable FontFamilyFont_android_fontStyle 1 -int styleable FontFamilyFont_android_fontVariationSettings 2 -int styleable FontFamilyFont_android_fontWeight 3 -int styleable FontFamilyFont_android_ttcIndex 4 -int styleable FontFamilyFont_font 5 -int styleable FontFamilyFont_fontStyle 6 -int styleable FontFamilyFont_fontVariationSettings 7 -int styleable FontFamilyFont_fontWeight 8 -int styleable FontFamilyFont_ttcIndex 9 -int[] styleable GradientColor { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 } -int styleable GradientColor_android_centerColor 0 -int styleable GradientColor_android_centerX 1 -int styleable GradientColor_android_centerY 2 -int styleable GradientColor_android_endColor 3 -int styleable GradientColor_android_endX 4 -int styleable GradientColor_android_endY 5 -int styleable GradientColor_android_gradientRadius 6 -int styleable GradientColor_android_startColor 7 -int styleable GradientColor_android_startX 8 -int styleable GradientColor_android_startY 9 -int styleable GradientColor_android_tileMode 10 -int styleable GradientColor_android_type 11 -int[] styleable GradientColorItem { 0x010101a5, 0x01010514 } -int styleable GradientColorItem_android_color 0 -int styleable GradientColorItem_android_offset 1 -int[] styleable LinearLayoutCompat { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f040066, 0x7f040068, 0x7f0400a6, 0x7f0400c7 } -int styleable LinearLayoutCompat_android_baselineAligned 0 -int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1 -int styleable LinearLayoutCompat_android_gravity 2 -int styleable LinearLayoutCompat_android_orientation 3 -int styleable LinearLayoutCompat_android_weightSum 4 -int styleable LinearLayoutCompat_divider 5 -int styleable LinearLayoutCompat_dividerPadding 6 -int styleable LinearLayoutCompat_measureWithLargestChild 7 -int styleable LinearLayoutCompat_showDividers 8 -int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 } -int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 -int styleable LinearLayoutCompat_Layout_android_layout_height 1 -int styleable LinearLayoutCompat_Layout_android_layout_weight 2 -int styleable LinearLayoutCompat_Layout_android_layout_width 3 -int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } -int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 -int styleable ListPopupWindow_android_dropDownVerticalOffset 1 -int[] styleable MenuGroup { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 } -int styleable MenuGroup_android_checkableBehavior 0 -int styleable MenuGroup_android_enabled 1 -int styleable MenuGroup_android_id 2 -int styleable MenuGroup_android_menuCategory 3 -int styleable MenuGroup_android_orderInCategory 4 -int styleable MenuGroup_android_visible 5 -int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040057, 0x7f040086, 0x7f040087, 0x7f0400ab, 0x7f0400c6, 0x7f040100 } -int styleable MenuItem_actionLayout 0 -int styleable MenuItem_actionProviderClass 1 -int styleable MenuItem_actionViewClass 2 -int styleable MenuItem_alphabeticModifiers 3 -int styleable MenuItem_android_alphabeticShortcut 4 -int styleable MenuItem_android_checkable 5 -int styleable MenuItem_android_checked 6 -int styleable MenuItem_android_enabled 7 -int styleable MenuItem_android_icon 8 -int styleable MenuItem_android_id 9 -int styleable MenuItem_android_menuCategory 10 -int styleable MenuItem_android_numericShortcut 11 -int styleable MenuItem_android_onClick 12 -int styleable MenuItem_android_orderInCategory 13 -int styleable MenuItem_android_title 14 -int styleable MenuItem_android_titleCondensed 15 -int styleable MenuItem_android_visible 16 -int styleable MenuItem_contentDescription 17 -int styleable MenuItem_iconTint 18 -int styleable MenuItem_iconTintMode 19 -int styleable MenuItem_numericModifiers 20 -int styleable MenuItem_showAsAction 21 -int styleable MenuItem_tooltipText 22 -int[] styleable MenuView { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f0400b7, 0x7f0400d2 } -int styleable MenuView_android_headerBackground 0 -int styleable MenuView_android_horizontalDivider 1 -int styleable MenuView_android_itemBackground 2 -int styleable MenuView_android_itemIconDisabledAlpha 3 -int styleable MenuView_android_itemTextAppearance 4 -int styleable MenuView_android_verticalDivider 5 -int styleable MenuView_android_windowAnimationStyle 6 -int styleable MenuView_preserveIconSpacing 7 -int styleable MenuView_subMenuArrow 8 -int[] styleable PopupWindow { 0x010102c9, 0x01010176, 0x7f0400ac } -int styleable PopupWindow_android_popupAnimationStyle 0 -int styleable PopupWindow_android_popupBackground 1 -int styleable PopupWindow_overlapAnchor 2 -int[] styleable PopupWindowBackgroundState { 0x7f0400d0 } -int styleable PopupWindowBackgroundState_state_above_anchor 0 -int[] styleable RecycleListView { 0x7f0400ad, 0x7f0400b0 } -int styleable RecycleListView_paddingBottomNoButtons 0 -int styleable RecycleListView_paddingTopNoTitle 1 -int[] styleable SearchView { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040047, 0x7f040056, 0x7f040061, 0x7f040080, 0x7f040088, 0x7f040090, 0x7f0400ba, 0x7f0400bb, 0x7f0400c0, 0x7f0400c1, 0x7f0400d3, 0x7f0400d8, 0x7f040106 } -int styleable SearchView_android_focusable 0 -int styleable SearchView_android_imeOptions 1 -int styleable SearchView_android_inputType 2 -int styleable SearchView_android_maxWidth 3 -int styleable SearchView_closeIcon 4 -int styleable SearchView_commitIcon 5 -int styleable SearchView_defaultQueryHint 6 -int styleable SearchView_goIcon 7 -int styleable SearchView_iconifiedByDefault 8 -int styleable SearchView_layout 9 -int styleable SearchView_queryBackground 10 -int styleable SearchView_queryHint 11 -int styleable SearchView_searchHintIcon 12 -int styleable SearchView_searchIcon 13 -int styleable SearchView_submitBackground 14 -int styleable SearchView_suggestionRowLayout 15 -int styleable SearchView_voiceIcon 16 -int[] styleable Spinner { 0x01010262, 0x010100b2, 0x01010176, 0x0101017b, 0x7f0400b5 } -int styleable Spinner_android_dropDownWidth 0 -int styleable Spinner_android_entries 1 -int styleable Spinner_android_popupBackground 2 -int styleable Spinner_android_prompt 3 -int styleable Spinner_popupTheme 4 -int[] styleable StateListDrawable { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 } -int styleable StateListDrawable_android_constantSize 0 -int styleable StateListDrawable_android_dither 1 -int styleable StateListDrawable_android_enterFadeDuration 2 -int styleable StateListDrawable_android_exitFadeDuration 3 -int styleable StateListDrawable_android_variablePadding 4 -int styleable StateListDrawable_android_visible 5 -int[] styleable StateListDrawableItem { 0x01010199 } -int styleable StateListDrawableItem_android_drawable 0 -int[] styleable SwitchCompat { 0x01010125, 0x01010124, 0x01010142, 0x7f0400c8, 0x7f0400ce, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f040101, 0x7f040102, 0x7f040103 } -int styleable SwitchCompat_android_textOff 0 -int styleable SwitchCompat_android_textOn 1 -int styleable SwitchCompat_android_thumb 2 -int styleable SwitchCompat_showText 3 -int styleable SwitchCompat_splitTrack 4 -int styleable SwitchCompat_switchMinWidth 5 -int styleable SwitchCompat_switchPadding 6 -int styleable SwitchCompat_switchTextAppearance 7 -int styleable SwitchCompat_thumbTextPadding 8 -int styleable SwitchCompat_thumbTint 9 -int styleable SwitchCompat_thumbTintMode 10 -int styleable SwitchCompat_track 11 -int styleable SwitchCompat_trackTint 12 -int styleable SwitchCompat_trackTintMode 13 -int[] styleable TextAppearance { 0x010103ac, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x01010098, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040075, 0x7f0400dd } -int styleable TextAppearance_android_fontFamily 0 -int styleable TextAppearance_android_shadowColor 1 -int styleable TextAppearance_android_shadowDx 2 -int styleable TextAppearance_android_shadowDy 3 -int styleable TextAppearance_android_shadowRadius 4 -int styleable TextAppearance_android_textColor 5 -int styleable TextAppearance_android_textColorHint 6 -int styleable TextAppearance_android_textColorLink 7 -int styleable TextAppearance_android_textSize 8 -int styleable TextAppearance_android_textStyle 9 -int styleable TextAppearance_android_typeface 10 -int styleable TextAppearance_fontFamily 11 -int styleable TextAppearance_textAllCaps 12 -int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f04003e, 0x7f040049, 0x7f04004a, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a8, 0x7f0400a9, 0x7f0400b5, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa } -int styleable Toolbar_android_gravity 0 -int styleable Toolbar_android_minHeight 1 -int styleable Toolbar_buttonGravity 2 -int styleable Toolbar_collapseContentDescription 3 -int styleable Toolbar_collapseIcon 4 -int styleable Toolbar_contentInsetEnd 5 -int styleable Toolbar_contentInsetEndWithActions 6 -int styleable Toolbar_contentInsetLeft 7 -int styleable Toolbar_contentInsetRight 8 -int styleable Toolbar_contentInsetStart 9 -int styleable Toolbar_contentInsetStartWithNavigation 10 -int styleable Toolbar_logo 11 -int styleable Toolbar_logoDescription 12 -int styleable Toolbar_maxButtonHeight 13 -int styleable Toolbar_navigationContentDescription 14 -int styleable Toolbar_navigationIcon 15 -int styleable Toolbar_popupTheme 16 -int styleable Toolbar_subtitle 17 -int styleable Toolbar_subtitleTextAppearance 18 -int styleable Toolbar_subtitleTextColor 19 -int styleable Toolbar_title 20 -int styleable Toolbar_titleMargin 21 -int styleable Toolbar_titleMarginBottom 22 -int styleable Toolbar_titleMarginEnd 23 -int styleable Toolbar_titleMarginStart 24 -int styleable Toolbar_titleMarginTop 25 -int styleable Toolbar_titleMargins 26 -int styleable Toolbar_titleTextAppearance 27 -int styleable Toolbar_titleTextColor 28 -int[] styleable View { 0x010100da, 0x01010000, 0x7f0400ae, 0x7f0400af, 0x7f0400e8 } -int styleable View_android_focusable 0 -int styleable View_android_theme 1 -int styleable View_paddingEnd 2 -int styleable View_paddingStart 3 -int styleable View_theme 4 -int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f040035, 0x7f040036 } -int styleable ViewBackgroundHelper_android_background 0 -int styleable ViewBackgroundHelper_backgroundTint 1 -int styleable ViewBackgroundHelper_backgroundTintMode 2 -int[] styleable ViewStubCompat { 0x010100d0, 0x010100f3, 0x010100f2 } -int styleable ViewStubCompat_android_id 0 -int styleable ViewStubCompat_android_inflatedId 1 -int styleable ViewStubCompat_android_layout 2 diff --git a/colorpicker/build/intermediates/symbols/debug/R.txt b/colorpicker/build/intermediates/symbols/debug/R.txt deleted file mode 100644 index c83ea0371e..0000000000 --- a/colorpicker/build/intermediates/symbols/debug/R.txt +++ /dev/null @@ -1,1590 +0,0 @@ -int anim abc_fade_in 0x7f010001 -int anim abc_fade_out 0x7f010002 -int anim abc_grow_fade_in_from_bottom 0x7f010003 -int anim abc_popup_enter 0x7f010004 -int anim abc_popup_exit 0x7f010005 -int anim abc_shrink_fade_out_from_bottom 0x7f010006 -int anim abc_slide_in_bottom 0x7f010007 -int anim abc_slide_in_top 0x7f010008 -int anim abc_slide_out_bottom 0x7f010009 -int anim abc_slide_out_top 0x7f01000a -int anim abc_tooltip_enter 0x7f01000b -int anim abc_tooltip_exit 0x7f01000c -int attr actionBarDivider 0x7f040001 -int attr actionBarItemBackground 0x7f040002 -int attr actionBarPopupTheme 0x7f040003 -int attr actionBarSize 0x7f040004 -int attr actionBarSplitStyle 0x7f040005 -int attr actionBarStyle 0x7f040006 -int attr actionBarTabBarStyle 0x7f040007 -int attr actionBarTabStyle 0x7f040008 -int attr actionBarTabTextStyle 0x7f040009 -int attr actionBarTheme 0x7f04000a -int attr actionBarWidgetTheme 0x7f04000b -int attr actionButtonStyle 0x7f04000c -int attr actionDropDownStyle 0x7f04000d -int attr actionLayout 0x7f04000e -int attr actionMenuTextAppearance 0x7f04000f -int attr actionMenuTextColor 0x7f040010 -int attr actionModeBackground 0x7f040011 -int attr actionModeCloseButtonStyle 0x7f040012 -int attr actionModeCloseDrawable 0x7f040013 -int attr actionModeCopyDrawable 0x7f040014 -int attr actionModeCutDrawable 0x7f040015 -int attr actionModeFindDrawable 0x7f040016 -int attr actionModePasteDrawable 0x7f040017 -int attr actionModePopupWindowStyle 0x7f040018 -int attr actionModeSelectAllDrawable 0x7f040019 -int attr actionModeShareDrawable 0x7f04001a -int attr actionModeSplitBackground 0x7f04001b -int attr actionModeStyle 0x7f04001c -int attr actionModeWebSearchDrawable 0x7f04001d -int attr actionOverflowButtonStyle 0x7f04001e -int attr actionOverflowMenuStyle 0x7f04001f -int attr actionProviderClass 0x7f040020 -int attr actionViewClass 0x7f040021 -int attr activityChooserViewStyle 0x7f040022 -int attr alertDialogButtonGroupStyle 0x7f040023 -int attr alertDialogCenterButtons 0x7f040024 -int attr alertDialogStyle 0x7f040025 -int attr alertDialogTheme 0x7f040026 -int attr allowStacking 0x7f040027 -int attr alpha 0x7f040028 -int attr alphabeticModifiers 0x7f040029 -int attr arrowHeadLength 0x7f04002a -int attr arrowShaftLength 0x7f04002b -int attr autoCompleteTextViewStyle 0x7f04002c -int attr autoSizeMaxTextSize 0x7f04002d -int attr autoSizeMinTextSize 0x7f04002e -int attr autoSizePresetSizes 0x7f04002f -int attr autoSizeStepGranularity 0x7f040030 -int attr autoSizeTextType 0x7f040031 -int attr background 0x7f040032 -int attr backgroundSplit 0x7f040033 -int attr backgroundStacked 0x7f040034 -int attr backgroundTint 0x7f040035 -int attr backgroundTintMode 0x7f040036 -int attr barLength 0x7f040037 -int attr borderlessButtonStyle 0x7f040038 -int attr buttonBarButtonStyle 0x7f040039 -int attr buttonBarNegativeButtonStyle 0x7f04003a -int attr buttonBarNeutralButtonStyle 0x7f04003b -int attr buttonBarPositiveButtonStyle 0x7f04003c -int attr buttonBarStyle 0x7f04003d -int attr buttonGravity 0x7f04003e -int attr buttonIconDimen 0x7f04003f -int attr buttonPanelSideLayout 0x7f040040 -int attr buttonStyle 0x7f040041 -int attr buttonStyleSmall 0x7f040042 -int attr buttonTint 0x7f040043 -int attr buttonTintMode 0x7f040044 -int attr checkboxStyle 0x7f040045 -int attr checkedTextViewStyle 0x7f040046 -int attr closeIcon 0x7f040047 -int attr closeItemLayout 0x7f040048 -int attr collapseContentDescription 0x7f040049 -int attr collapseIcon 0x7f04004a -int attr color 0x7f04004b -int attr colorAccent 0x7f04004c -int attr colorBackgroundFloating 0x7f04004d -int attr colorButtonNormal 0x7f04004e -int attr colorControlActivated 0x7f04004f -int attr colorControlHighlight 0x7f040050 -int attr colorControlNormal 0x7f040051 -int attr colorError 0x7f040052 -int attr colorPrimary 0x7f040053 -int attr colorPrimaryDark 0x7f040054 -int attr colorSwitchThumbNormal 0x7f040055 -int attr commitIcon 0x7f040056 -int attr contentDescription 0x7f040057 -int attr contentInsetEnd 0x7f040058 -int attr contentInsetEndWithActions 0x7f040059 -int attr contentInsetLeft 0x7f04005a -int attr contentInsetRight 0x7f04005b -int attr contentInsetStart 0x7f04005c -int attr contentInsetStartWithNavigation 0x7f04005d -int attr controlBackground 0x7f04005e -int attr coordinatorLayoutStyle 0x7f04005f -int attr customNavigationLayout 0x7f040060 -int attr defaultQueryHint 0x7f040061 -int attr dialogCornerRadius 0x7f040062 -int attr dialogPreferredPadding 0x7f040063 -int attr dialogTheme 0x7f040064 -int attr displayOptions 0x7f040065 -int attr divider 0x7f040066 -int attr dividerHorizontal 0x7f040067 -int attr dividerPadding 0x7f040068 -int attr dividerVertical 0x7f040069 -int attr drawableSize 0x7f04006a -int attr drawerArrowStyle 0x7f04006b -int attr dropDownListViewStyle 0x7f04006c -int attr dropdownListPreferredItemHeight 0x7f04006d -int attr editTextBackground 0x7f04006e -int attr editTextColor 0x7f04006f -int attr editTextStyle 0x7f040070 -int attr elevation 0x7f040071 -int attr expandActivityOverflowButtonDrawable 0x7f040072 -int attr firstBaselineToTopHeight 0x7f040073 -int attr font 0x7f040074 -int attr fontFamily 0x7f040075 -int attr fontProviderAuthority 0x7f040076 -int attr fontProviderCerts 0x7f040077 -int attr fontProviderFetchStrategy 0x7f040078 -int attr fontProviderFetchTimeout 0x7f040079 -int attr fontProviderPackage 0x7f04007a -int attr fontProviderQuery 0x7f04007b -int attr fontStyle 0x7f04007c -int attr fontVariationSettings 0x7f04007d -int attr fontWeight 0x7f04007e -int attr gapBetweenBars 0x7f04007f -int attr goIcon 0x7f040080 -int attr height 0x7f040081 -int attr hideOnContentScroll 0x7f040082 -int attr homeAsUpIndicator 0x7f040083 -int attr homeLayout 0x7f040084 -int attr icon 0x7f040085 -int attr iconTint 0x7f040086 -int attr iconTintMode 0x7f040087 -int attr iconifiedByDefault 0x7f040088 -int attr imageButtonStyle 0x7f040089 -int attr indeterminateProgressStyle 0x7f04008a -int attr initialActivityCount 0x7f04008b -int attr isLightTheme 0x7f04008c -int attr itemPadding 0x7f04008d -int attr keylines 0x7f04008e -int attr lastBaselineToBottomHeight 0x7f04008f -int attr layout 0x7f040090 -int attr layout_anchor 0x7f040091 -int attr layout_anchorGravity 0x7f040092 -int attr layout_behavior 0x7f040093 -int attr layout_dodgeInsetEdges 0x7f040094 -int attr layout_insetEdge 0x7f040095 -int attr layout_keyline 0x7f040096 -int attr lineHeight 0x7f040097 -int attr listChoiceBackgroundIndicator 0x7f040098 -int attr listDividerAlertDialog 0x7f040099 -int attr listItemLayout 0x7f04009a -int attr listLayout 0x7f04009b -int attr listMenuViewStyle 0x7f04009c -int attr listPopupWindowStyle 0x7f04009d -int attr listPreferredItemHeight 0x7f04009e -int attr listPreferredItemHeightLarge 0x7f04009f -int attr listPreferredItemHeightSmall 0x7f0400a0 -int attr listPreferredItemPaddingLeft 0x7f0400a1 -int attr listPreferredItemPaddingRight 0x7f0400a2 -int attr logo 0x7f0400a3 -int attr logoDescription 0x7f0400a4 -int attr maxButtonHeight 0x7f0400a5 -int attr measureWithLargestChild 0x7f0400a6 -int attr multiChoiceItemLayout 0x7f0400a7 -int attr navigationContentDescription 0x7f0400a8 -int attr navigationIcon 0x7f0400a9 -int attr navigationMode 0x7f0400aa -int attr numericModifiers 0x7f0400ab -int attr overlapAnchor 0x7f0400ac -int attr paddingBottomNoButtons 0x7f0400ad -int attr paddingEnd 0x7f0400ae -int attr paddingStart 0x7f0400af -int attr paddingTopNoTitle 0x7f0400b0 -int attr panelBackground 0x7f0400b1 -int attr panelMenuListTheme 0x7f0400b2 -int attr panelMenuListWidth 0x7f0400b3 -int attr popupMenuStyle 0x7f0400b4 -int attr popupTheme 0x7f0400b5 -int attr popupWindowStyle 0x7f0400b6 -int attr preserveIconSpacing 0x7f0400b7 -int attr progressBarPadding 0x7f0400b8 -int attr progressBarStyle 0x7f0400b9 -int attr queryBackground 0x7f0400ba -int attr queryHint 0x7f0400bb -int attr radioButtonStyle 0x7f0400bc -int attr ratingBarStyle 0x7f0400bd -int attr ratingBarStyleIndicator 0x7f0400be -int attr ratingBarStyleSmall 0x7f0400bf -int attr searchHintIcon 0x7f0400c0 -int attr searchIcon 0x7f0400c1 -int attr searchViewStyle 0x7f0400c2 -int attr seekBarStyle 0x7f0400c3 -int attr selectableItemBackground 0x7f0400c4 -int attr selectableItemBackgroundBorderless 0x7f0400c5 -int attr showAsAction 0x7f0400c6 -int attr showDividers 0x7f0400c7 -int attr showText 0x7f0400c8 -int attr showTitle 0x7f0400c9 -int attr singleChoiceItemLayout 0x7f0400ca -int attr spinBars 0x7f0400cb -int attr spinnerDropDownItemStyle 0x7f0400cc -int attr spinnerStyle 0x7f0400cd -int attr splitTrack 0x7f0400ce -int attr srcCompat 0x7f0400cf -int attr state_above_anchor 0x7f0400d0 -int attr statusBarBackground 0x7f0400d1 -int attr subMenuArrow 0x7f0400d2 -int attr submitBackground 0x7f0400d3 -int attr subtitle 0x7f0400d4 -int attr subtitleTextAppearance 0x7f0400d5 -int attr subtitleTextColor 0x7f0400d6 -int attr subtitleTextStyle 0x7f0400d7 -int attr suggestionRowLayout 0x7f0400d8 -int attr switchMinWidth 0x7f0400d9 -int attr switchPadding 0x7f0400da -int attr switchStyle 0x7f0400db -int attr switchTextAppearance 0x7f0400dc -int attr textAllCaps 0x7f0400dd -int attr textAppearanceLargePopupMenu 0x7f0400de -int attr textAppearanceListItem 0x7f0400df -int attr textAppearanceListItemSecondary 0x7f0400e0 -int attr textAppearanceListItemSmall 0x7f0400e1 -int attr textAppearancePopupMenuHeader 0x7f0400e2 -int attr textAppearanceSearchResultSubtitle 0x7f0400e3 -int attr textAppearanceSearchResultTitle 0x7f0400e4 -int attr textAppearanceSmallPopupMenu 0x7f0400e5 -int attr textColorAlertDialogListItem 0x7f0400e6 -int attr textColorSearchUrl 0x7f0400e7 -int attr theme 0x7f0400e8 -int attr thickness 0x7f0400e9 -int attr thumbTextPadding 0x7f0400ea -int attr thumbTint 0x7f0400eb -int attr thumbTintMode 0x7f0400ec -int attr tickMark 0x7f0400ed -int attr tickMarkTint 0x7f0400ee -int attr tickMarkTintMode 0x7f0400ef -int attr tint 0x7f0400f0 -int attr tintMode 0x7f0400f1 -int attr title 0x7f0400f2 -int attr titleMargin 0x7f0400f3 -int attr titleMarginBottom 0x7f0400f4 -int attr titleMarginEnd 0x7f0400f5 -int attr titleMarginStart 0x7f0400f6 -int attr titleMarginTop 0x7f0400f7 -int attr titleMargins 0x7f0400f8 -int attr titleTextAppearance 0x7f0400f9 -int attr titleTextColor 0x7f0400fa -int attr titleTextStyle 0x7f0400fb -int attr toolbarNavigationButtonStyle 0x7f0400fc -int attr toolbarStyle 0x7f0400fd -int attr tooltipForegroundColor 0x7f0400fe -int attr tooltipFrameBackground 0x7f0400ff -int attr tooltipText 0x7f040100 -int attr track 0x7f040101 -int attr trackTint 0x7f040102 -int attr trackTintMode 0x7f040103 -int attr ttcIndex 0x7f040104 -int attr viewInflaterClass 0x7f040105 -int attr voiceIcon 0x7f040106 -int attr windowActionBar 0x7f040107 -int attr windowActionBarOverlay 0x7f040108 -int attr windowActionModeOverlay 0x7f040109 -int attr windowFixedHeightMajor 0x7f04010a -int attr windowFixedHeightMinor 0x7f04010b -int attr windowFixedWidthMajor 0x7f04010c -int attr windowFixedWidthMinor 0x7f04010d -int attr windowMinWidthMajor 0x7f04010e -int attr windowMinWidthMinor 0x7f04010f -int attr windowNoTitle 0x7f040110 -int bool abc_action_bar_embed_tabs 0x7f050001 -int bool abc_allow_stacked_button_bar 0x7f050002 -int bool abc_config_actionMenuItemAllCaps 0x7f050003 -int color abc_background_cache_hint_selector_material_dark 0x7f060001 -int color abc_background_cache_hint_selector_material_light 0x7f060002 -int color abc_btn_colored_borderless_text_material 0x7f060003 -int color abc_btn_colored_text_material 0x7f060004 -int color abc_color_highlight_material 0x7f060005 -int color abc_hint_foreground_material_dark 0x7f060006 -int color abc_hint_foreground_material_light 0x7f060007 -int color abc_input_method_navigation_guard 0x7f060008 -int color abc_primary_text_disable_only_material_dark 0x7f060009 -int color abc_primary_text_disable_only_material_light 0x7f06000a -int color abc_primary_text_material_dark 0x7f06000b -int color abc_primary_text_material_light 0x7f06000c -int color abc_search_url_text 0x7f06000d -int color abc_search_url_text_normal 0x7f06000e -int color abc_search_url_text_pressed 0x7f06000f -int color abc_search_url_text_selected 0x7f060010 -int color abc_secondary_text_material_dark 0x7f060011 -int color abc_secondary_text_material_light 0x7f060012 -int color abc_tint_btn_checkable 0x7f060013 -int color abc_tint_default 0x7f060014 -int color abc_tint_edittext 0x7f060015 -int color abc_tint_seek_thumb 0x7f060016 -int color abc_tint_spinner 0x7f060017 -int color abc_tint_switch_track 0x7f060018 -int color accent_material_dark 0x7f060019 -int color accent_material_light 0x7f06001a -int color background_floating_material_dark 0x7f06001b -int color background_floating_material_light 0x7f06001c -int color background_material_dark 0x7f06001d -int color background_material_light 0x7f06001e -int color bright_foreground_disabled_material_dark 0x7f06001f -int color bright_foreground_disabled_material_light 0x7f060020 -int color bright_foreground_inverse_material_dark 0x7f060021 -int color bright_foreground_inverse_material_light 0x7f060022 -int color bright_foreground_material_dark 0x7f060023 -int color bright_foreground_material_light 0x7f060024 -int color button_material_dark 0x7f060025 -int color button_material_light 0x7f060026 -int color dim_foreground_disabled_material_dark 0x7f060027 -int color dim_foreground_disabled_material_light 0x7f060028 -int color dim_foreground_material_dark 0x7f060029 -int color dim_foreground_material_light 0x7f06002a -int color error_color_material_dark 0x7f06002b -int color error_color_material_light 0x7f06002c -int color foreground_material_dark 0x7f06002d -int color foreground_material_light 0x7f06002e -int color highlighted_text_material_dark 0x7f06002f -int color highlighted_text_material_light 0x7f060030 -int color material_blue_grey_800 0x7f060031 -int color material_blue_grey_900 0x7f060032 -int color material_blue_grey_950 0x7f060033 -int color material_deep_teal_200 0x7f060034 -int color material_deep_teal_500 0x7f060035 -int color material_grey_100 0x7f060036 -int color material_grey_300 0x7f060037 -int color material_grey_50 0x7f060038 -int color material_grey_600 0x7f060039 -int color material_grey_800 0x7f06003a -int color material_grey_850 0x7f06003b -int color material_grey_900 0x7f06003c -int color notification_action_color_filter 0x7f06003d -int color notification_icon_bg_color 0x7f06003e -int color primary_dark_material_dark 0x7f06003f -int color primary_dark_material_light 0x7f060040 -int color primary_material_dark 0x7f060041 -int color primary_material_light 0x7f060042 -int color primary_text_default_material_dark 0x7f060043 -int color primary_text_default_material_light 0x7f060044 -int color primary_text_disabled_material_dark 0x7f060045 -int color primary_text_disabled_material_light 0x7f060046 -int color ripple_material_dark 0x7f060047 -int color ripple_material_light 0x7f060048 -int color secondary_text_default_material_dark 0x7f060049 -int color secondary_text_default_material_light 0x7f06004a -int color secondary_text_disabled_material_dark 0x7f06004b -int color secondary_text_disabled_material_light 0x7f06004c -int color switch_thumb_disabled_material_dark 0x7f06004d -int color switch_thumb_disabled_material_light 0x7f06004e -int color switch_thumb_material_dark 0x7f06004f -int color switch_thumb_material_light 0x7f060050 -int color switch_thumb_normal_material_dark 0x7f060051 -int color switch_thumb_normal_material_light 0x7f060052 -int color tooltip_background_dark 0x7f060053 -int color tooltip_background_light 0x7f060054 -int dimen abc_action_bar_content_inset_material 0x7f080001 -int dimen abc_action_bar_content_inset_with_nav 0x7f080002 -int dimen abc_action_bar_default_height_material 0x7f080003 -int dimen abc_action_bar_default_padding_end_material 0x7f080004 -int dimen abc_action_bar_default_padding_start_material 0x7f080005 -int dimen abc_action_bar_elevation_material 0x7f080006 -int dimen abc_action_bar_icon_vertical_padding_material 0x7f080007 -int dimen abc_action_bar_overflow_padding_end_material 0x7f080008 -int dimen abc_action_bar_overflow_padding_start_material 0x7f080009 -int dimen abc_action_bar_stacked_max_height 0x7f08000a -int dimen abc_action_bar_stacked_tab_max_width 0x7f08000b -int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08000c -int dimen abc_action_bar_subtitle_top_margin_material 0x7f08000d -int dimen abc_action_button_min_height_material 0x7f08000e -int dimen abc_action_button_min_width_material 0x7f08000f -int dimen abc_action_button_min_width_overflow_material 0x7f080010 -int dimen abc_alert_dialog_button_bar_height 0x7f080011 -int dimen abc_alert_dialog_button_dimen 0x7f080012 -int dimen abc_button_inset_horizontal_material 0x7f080013 -int dimen abc_button_inset_vertical_material 0x7f080014 -int dimen abc_button_padding_horizontal_material 0x7f080015 -int dimen abc_button_padding_vertical_material 0x7f080016 -int dimen abc_cascading_menus_min_smallest_width 0x7f080017 -int dimen abc_config_prefDialogWidth 0x7f080018 -int dimen abc_control_corner_material 0x7f080019 -int dimen abc_control_inset_material 0x7f08001a -int dimen abc_control_padding_material 0x7f08001b -int dimen abc_dialog_corner_radius_material 0x7f08001c -int dimen abc_dialog_fixed_height_major 0x7f08001d -int dimen abc_dialog_fixed_height_minor 0x7f08001e -int dimen abc_dialog_fixed_width_major 0x7f08001f -int dimen abc_dialog_fixed_width_minor 0x7f080020 -int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080021 -int dimen abc_dialog_list_padding_top_no_title 0x7f080022 -int dimen abc_dialog_min_width_major 0x7f080023 -int dimen abc_dialog_min_width_minor 0x7f080024 -int dimen abc_dialog_padding_material 0x7f080025 -int dimen abc_dialog_padding_top_material 0x7f080026 -int dimen abc_dialog_title_divider_material 0x7f080027 -int dimen abc_disabled_alpha_material_dark 0x7f080028 -int dimen abc_disabled_alpha_material_light 0x7f080029 -int dimen abc_dropdownitem_icon_width 0x7f08002a -int dimen abc_dropdownitem_text_padding_left 0x7f08002b -int dimen abc_dropdownitem_text_padding_right 0x7f08002c -int dimen abc_edit_text_inset_bottom_material 0x7f08002d -int dimen abc_edit_text_inset_horizontal_material 0x7f08002e -int dimen abc_edit_text_inset_top_material 0x7f08002f -int dimen abc_floating_window_z 0x7f080030 -int dimen abc_list_item_padding_horizontal_material 0x7f080031 -int dimen abc_panel_menu_list_width 0x7f080032 -int dimen abc_progress_bar_height_material 0x7f080033 -int dimen abc_search_view_preferred_height 0x7f080034 -int dimen abc_search_view_preferred_width 0x7f080035 -int dimen abc_seekbar_track_background_height_material 0x7f080036 -int dimen abc_seekbar_track_progress_height_material 0x7f080037 -int dimen abc_select_dialog_padding_start_material 0x7f080038 -int dimen abc_switch_padding 0x7f080039 -int dimen abc_text_size_body_1_material 0x7f08003a -int dimen abc_text_size_body_2_material 0x7f08003b -int dimen abc_text_size_button_material 0x7f08003c -int dimen abc_text_size_caption_material 0x7f08003d -int dimen abc_text_size_display_1_material 0x7f08003e -int dimen abc_text_size_display_2_material 0x7f08003f -int dimen abc_text_size_display_3_material 0x7f080040 -int dimen abc_text_size_display_4_material 0x7f080041 -int dimen abc_text_size_headline_material 0x7f080042 -int dimen abc_text_size_large_material 0x7f080043 -int dimen abc_text_size_medium_material 0x7f080044 -int dimen abc_text_size_menu_header_material 0x7f080045 -int dimen abc_text_size_menu_material 0x7f080046 -int dimen abc_text_size_small_material 0x7f080047 -int dimen abc_text_size_subhead_material 0x7f080048 -int dimen abc_text_size_subtitle_material_toolbar 0x7f080049 -int dimen abc_text_size_title_material 0x7f08004a -int dimen abc_text_size_title_material_toolbar 0x7f08004b -int dimen color_swatch_large 0x7f08004c -int dimen color_swatch_margins_large 0x7f08004d -int dimen color_swatch_margins_small 0x7f08004e -int dimen color_swatch_small 0x7f08004f -int dimen compat_button_inset_horizontal_material 0x7f080050 -int dimen compat_button_inset_vertical_material 0x7f080051 -int dimen compat_button_padding_horizontal_material 0x7f080052 -int dimen compat_button_padding_vertical_material 0x7f080053 -int dimen compat_control_corner_material 0x7f080054 -int dimen compat_notification_large_icon_max_height 0x7f080055 -int dimen compat_notification_large_icon_max_width 0x7f080056 -int dimen disabled_alpha_material_dark 0x7f080057 -int dimen disabled_alpha_material_light 0x7f080058 -int dimen highlight_alpha_material_colored 0x7f080059 -int dimen highlight_alpha_material_dark 0x7f08005a -int dimen highlight_alpha_material_light 0x7f08005b -int dimen hint_alpha_material_dark 0x7f08005c -int dimen hint_alpha_material_light 0x7f08005d -int dimen hint_pressed_alpha_material_dark 0x7f08005e -int dimen hint_pressed_alpha_material_light 0x7f08005f -int dimen notification_action_icon_size 0x7f080060 -int dimen notification_action_text_size 0x7f080061 -int dimen notification_big_circle_margin 0x7f080062 -int dimen notification_content_margin_start 0x7f080063 -int dimen notification_large_icon_height 0x7f080064 -int dimen notification_large_icon_width 0x7f080065 -int dimen notification_main_column_padding_top 0x7f080066 -int dimen notification_media_narrow_margin 0x7f080067 -int dimen notification_right_icon_size 0x7f080068 -int dimen notification_right_side_padding_top 0x7f080069 -int dimen notification_small_icon_background_padding 0x7f08006a -int dimen notification_small_icon_size_as_large 0x7f08006b -int dimen notification_subtext_size 0x7f08006c -int dimen notification_top_pad 0x7f08006d -int dimen notification_top_pad_large_text 0x7f08006e -int dimen tooltip_corner_radius 0x7f08006f -int dimen tooltip_horizontal_padding 0x7f080070 -int dimen tooltip_margin 0x7f080071 -int dimen tooltip_precise_anchor_extra_offset 0x7f080072 -int dimen tooltip_precise_anchor_threshold 0x7f080073 -int dimen tooltip_vertical_padding 0x7f080074 -int dimen tooltip_y_offset_non_touch 0x7f080075 -int dimen tooltip_y_offset_touch 0x7f080076 -int drawable abc_ab_share_pack_mtrl_alpha 0x7f090001 -int drawable abc_action_bar_item_background_material 0x7f090002 -int drawable abc_btn_borderless_material 0x7f090003 -int drawable abc_btn_check_material 0x7f090004 -int drawable abc_btn_check_to_on_mtrl_000 0x7f090005 -int drawable abc_btn_check_to_on_mtrl_015 0x7f090006 -int drawable abc_btn_colored_material 0x7f090007 -int drawable abc_btn_default_mtrl_shape 0x7f090008 -int drawable abc_btn_radio_material 0x7f090009 -int drawable abc_btn_radio_to_on_mtrl_000 0x7f09000a -int drawable abc_btn_radio_to_on_mtrl_015 0x7f09000b -int drawable abc_btn_switch_to_on_mtrl_00001 0x7f09000c -int drawable abc_btn_switch_to_on_mtrl_00012 0x7f09000d -int drawable abc_cab_background_internal_bg 0x7f09000e -int drawable abc_cab_background_top_material 0x7f09000f -int drawable abc_cab_background_top_mtrl_alpha 0x7f090010 -int drawable abc_control_background_material 0x7f090011 -int drawable abc_dialog_material_background 0x7f090012 -int drawable abc_edit_text_material 0x7f090013 -int drawable abc_ic_ab_back_material 0x7f090014 -int drawable abc_ic_arrow_drop_right_black_24dp 0x7f090015 -int drawable abc_ic_clear_material 0x7f090016 -int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f090017 -int drawable abc_ic_go_search_api_material 0x7f090018 -int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f090019 -int drawable abc_ic_menu_cut_mtrl_alpha 0x7f09001a -int drawable abc_ic_menu_overflow_material 0x7f09001b -int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f09001c -int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f09001d -int drawable abc_ic_menu_share_mtrl_alpha 0x7f09001e -int drawable abc_ic_search_api_material 0x7f09001f -int drawable abc_ic_star_black_16dp 0x7f090020 -int drawable abc_ic_star_black_36dp 0x7f090021 -int drawable abc_ic_star_black_48dp 0x7f090022 -int drawable abc_ic_star_half_black_16dp 0x7f090023 -int drawable abc_ic_star_half_black_36dp 0x7f090024 -int drawable abc_ic_star_half_black_48dp 0x7f090025 -int drawable abc_ic_voice_search_api_material 0x7f090026 -int drawable abc_item_background_holo_dark 0x7f090027 -int drawable abc_item_background_holo_light 0x7f090028 -int drawable abc_list_divider_material 0x7f090029 -int drawable abc_list_divider_mtrl_alpha 0x7f09002a -int drawable abc_list_focused_holo 0x7f09002b -int drawable abc_list_longpressed_holo 0x7f09002c -int drawable abc_list_pressed_holo_dark 0x7f09002d -int drawable abc_list_pressed_holo_light 0x7f09002e -int drawable abc_list_selector_background_transition_holo_dark 0x7f09002f -int drawable abc_list_selector_background_transition_holo_light 0x7f090030 -int drawable abc_list_selector_disabled_holo_dark 0x7f090031 -int drawable abc_list_selector_disabled_holo_light 0x7f090032 -int drawable abc_list_selector_holo_dark 0x7f090033 -int drawable abc_list_selector_holo_light 0x7f090034 -int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f090035 -int drawable abc_popup_background_mtrl_mult 0x7f090036 -int drawable abc_ratingbar_indicator_material 0x7f090037 -int drawable abc_ratingbar_material 0x7f090038 -int drawable abc_ratingbar_small_material 0x7f090039 -int drawable abc_scrubber_control_off_mtrl_alpha 0x7f09003a -int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f09003b -int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f09003c -int drawable abc_scrubber_primary_mtrl_alpha 0x7f09003d -int drawable abc_scrubber_track_mtrl_alpha 0x7f09003e -int drawable abc_seekbar_thumb_material 0x7f09003f -int drawable abc_seekbar_tick_mark_material 0x7f090040 -int drawable abc_seekbar_track_material 0x7f090041 -int drawable abc_spinner_mtrl_am_alpha 0x7f090042 -int drawable abc_spinner_textfield_background_material 0x7f090043 -int drawable abc_switch_thumb_material 0x7f090044 -int drawable abc_switch_track_mtrl_alpha 0x7f090045 -int drawable abc_tab_indicator_material 0x7f090046 -int drawable abc_tab_indicator_mtrl_alpha 0x7f090047 -int drawable abc_text_cursor_material 0x7f090048 -int drawable abc_text_select_handle_left_mtrl_dark 0x7f090049 -int drawable abc_text_select_handle_left_mtrl_light 0x7f09004a -int drawable abc_text_select_handle_middle_mtrl_dark 0x7f09004b -int drawable abc_text_select_handle_middle_mtrl_light 0x7f09004c -int drawable abc_text_select_handle_right_mtrl_dark 0x7f09004d -int drawable abc_text_select_handle_right_mtrl_light 0x7f09004e -int drawable abc_textfield_activated_mtrl_alpha 0x7f09004f -int drawable abc_textfield_default_mtrl_alpha 0x7f090050 -int drawable abc_textfield_search_activated_mtrl_alpha 0x7f090051 -int drawable abc_textfield_search_default_mtrl_alpha 0x7f090052 -int drawable abc_textfield_search_material 0x7f090053 -int drawable abc_vector_test 0x7f090054 -int drawable color_picker_swatch 0x7f090055 -int drawable ic_colorpicker_swatch_selected 0x7f090056 -int drawable notification_action_background 0x7f090057 -int drawable notification_bg 0x7f090058 -int drawable notification_bg_low 0x7f090059 -int drawable notification_bg_low_normal 0x7f09005a -int drawable notification_bg_low_pressed 0x7f09005b -int drawable notification_bg_normal 0x7f09005c -int drawable notification_bg_normal_pressed 0x7f09005d -int drawable notification_icon_background 0x7f09005e -int drawable notification_template_icon_bg 0x7f09005f -int drawable notification_template_icon_low_bg 0x7f090060 -int drawable notification_tile_bg 0x7f090061 -int drawable notify_panel_notification_icon_bg 0x7f090062 -int drawable tooltip_frame_dark 0x7f090063 -int drawable tooltip_frame_light 0x7f090064 -int id action_bar 0x7f0c0001 -int id action_bar_activity_content 0x7f0c0002 -int id action_bar_container 0x7f0c0003 -int id action_bar_root 0x7f0c0004 -int id action_bar_spinner 0x7f0c0005 -int id action_bar_subtitle 0x7f0c0006 -int id action_bar_title 0x7f0c0007 -int id action_container 0x7f0c0008 -int id action_context_bar 0x7f0c0009 -int id action_divider 0x7f0c000a -int id action_image 0x7f0c000b -int id action_menu_divider 0x7f0c000c -int id action_menu_presenter 0x7f0c000d -int id action_mode_bar 0x7f0c000e -int id action_mode_bar_stub 0x7f0c000f -int id action_mode_close_button 0x7f0c0010 -int id action_text 0x7f0c0011 -int id actions 0x7f0c0012 -int id activity_chooser_view_content 0x7f0c0013 -int id add 0x7f0c0014 -int id alertTitle 0x7f0c0015 -int id async 0x7f0c0016 -int id blocking 0x7f0c0017 -int id bottom 0x7f0c0018 -int id buttonPanel 0x7f0c0019 -int id checkbox 0x7f0c001a -int id chronometer 0x7f0c001b -int id color_picker 0x7f0c001c -int id color_picker_checkmark 0x7f0c001d -int id color_picker_swatch 0x7f0c001e -int id content 0x7f0c001f -int id contentPanel 0x7f0c0020 -int id custom 0x7f0c0021 -int id customPanel 0x7f0c0022 -int id decor_content_parent 0x7f0c0023 -int id default_activity_button 0x7f0c0024 -int id edit_query 0x7f0c0025 -int id end 0x7f0c0026 -int id expand_activities_button 0x7f0c0027 -int id expanded_menu 0x7f0c0028 -int id forever 0x7f0c0029 -int id group_divider 0x7f0c002a -int id home 0x7f0c002b -int id icon 0x7f0c002c -int id icon_group 0x7f0c002d -int id image 0x7f0c002e -int id info 0x7f0c002f -int id italic 0x7f0c0030 -int id left 0x7f0c0031 -int id line1 0x7f0c0032 -int id line3 0x7f0c0033 -int id listMode 0x7f0c0034 -int id list_item 0x7f0c0035 -int id message 0x7f0c0036 -int id multiply 0x7f0c0037 -int id none 0x7f0c0038 -int id normal 0x7f0c0039 -int id notification_background 0x7f0c003a -int id notification_main_column 0x7f0c003b -int id notification_main_column_container 0x7f0c003c -int id parentPanel 0x7f0c003d -int id progress_circular 0x7f0c003e -int id progress_horizontal 0x7f0c003f -int id radio 0x7f0c0040 -int id right 0x7f0c0041 -int id right_icon 0x7f0c0042 -int id right_side 0x7f0c0043 -int id screen 0x7f0c0044 -int id scrollIndicatorDown 0x7f0c0045 -int id scrollIndicatorUp 0x7f0c0046 -int id scrollView 0x7f0c0047 -int id search_badge 0x7f0c0048 -int id search_bar 0x7f0c0049 -int id search_button 0x7f0c004a -int id search_close_btn 0x7f0c004b -int id search_edit_frame 0x7f0c004c -int id search_go_btn 0x7f0c004d -int id search_mag_icon 0x7f0c004e -int id search_plate 0x7f0c004f -int id search_src_text 0x7f0c0050 -int id search_voice_btn 0x7f0c0051 -int id select_dialog_listview 0x7f0c0052 -int id shortcut 0x7f0c0053 -int id spacer 0x7f0c0054 -int id split_action_bar 0x7f0c0055 -int id src_atop 0x7f0c0056 -int id src_in 0x7f0c0057 -int id src_over 0x7f0c0058 -int id start 0x7f0c0059 -int id submenuarrow 0x7f0c005a -int id submit_area 0x7f0c005b -int id tabMode 0x7f0c005c -int id tag_transition_group 0x7f0c005d -int id tag_unhandled_key_event_manager 0x7f0c005e -int id tag_unhandled_key_listeners 0x7f0c005f -int id text 0x7f0c0060 -int id text2 0x7f0c0061 -int id textSpacerNoButtons 0x7f0c0062 -int id textSpacerNoTitle 0x7f0c0063 -int id time 0x7f0c0064 -int id title 0x7f0c0065 -int id titleDividerNoCustom 0x7f0c0066 -int id title_template 0x7f0c0067 -int id top 0x7f0c0068 -int id topPanel 0x7f0c0069 -int id uniform 0x7f0c006a -int id up 0x7f0c006b -int id wrap_content 0x7f0c006c -int integer abc_config_activityDefaultDur 0x7f0d0001 -int integer abc_config_activityShortDur 0x7f0d0002 -int integer cancel_button_image_alpha 0x7f0d0003 -int integer config_tooltipAnimTime 0x7f0d0004 -int integer status_bar_notification_info_maxnum 0x7f0d0005 -int layout abc_action_bar_title_item 0x7f0f0001 -int layout abc_action_bar_up_container 0x7f0f0002 -int layout abc_action_menu_item_layout 0x7f0f0003 -int layout abc_action_menu_layout 0x7f0f0004 -int layout abc_action_mode_bar 0x7f0f0005 -int layout abc_action_mode_close_item_material 0x7f0f0006 -int layout abc_activity_chooser_view 0x7f0f0007 -int layout abc_activity_chooser_view_list_item 0x7f0f0008 -int layout abc_alert_dialog_button_bar_material 0x7f0f0009 -int layout abc_alert_dialog_material 0x7f0f000a -int layout abc_alert_dialog_title_material 0x7f0f000b -int layout abc_cascading_menu_item_layout 0x7f0f000c -int layout abc_dialog_title_material 0x7f0f000d -int layout abc_expanded_menu_layout 0x7f0f000e -int layout abc_list_menu_item_checkbox 0x7f0f000f -int layout abc_list_menu_item_icon 0x7f0f0010 -int layout abc_list_menu_item_layout 0x7f0f0011 -int layout abc_list_menu_item_radio 0x7f0f0012 -int layout abc_popup_menu_header_item_layout 0x7f0f0013 -int layout abc_popup_menu_item_layout 0x7f0f0014 -int layout abc_screen_content_include 0x7f0f0015 -int layout abc_screen_simple 0x7f0f0016 -int layout abc_screen_simple_overlay_action_mode 0x7f0f0017 -int layout abc_screen_toolbar 0x7f0f0018 -int layout abc_search_dropdown_item_icons_2line 0x7f0f0019 -int layout abc_search_view 0x7f0f001a -int layout abc_select_dialog_material 0x7f0f001b -int layout abc_tooltip 0x7f0f001c -int layout color_picker_dialog 0x7f0f001d -int layout color_picker_swatch 0x7f0f001e -int layout notification_action 0x7f0f001f -int layout notification_action_tombstone 0x7f0f0020 -int layout notification_template_custom_big 0x7f0f0021 -int layout notification_template_icon_group 0x7f0f0022 -int layout notification_template_part_chronometer 0x7f0f0023 -int layout notification_template_part_time 0x7f0f0024 -int layout select_dialog_item_material 0x7f0f0025 -int layout select_dialog_multichoice_material 0x7f0f0026 -int layout select_dialog_singlechoice_material 0x7f0f0027 -int layout support_simple_spinner_dropdown_item 0x7f0f0028 -int string abc_action_bar_home_description 0x7f150001 -int string abc_action_bar_up_description 0x7f150002 -int string abc_action_menu_overflow_description 0x7f150003 -int string abc_action_mode_done 0x7f150004 -int string abc_activity_chooser_view_see_all 0x7f150005 -int string abc_activitychooserview_choose_application 0x7f150006 -int string abc_capital_off 0x7f150007 -int string abc_capital_on 0x7f150008 -int string abc_font_family_body_1_material 0x7f150009 -int string abc_font_family_body_2_material 0x7f15000a -int string abc_font_family_button_material 0x7f15000b -int string abc_font_family_caption_material 0x7f15000c -int string abc_font_family_display_1_material 0x7f15000d -int string abc_font_family_display_2_material 0x7f15000e -int string abc_font_family_display_3_material 0x7f15000f -int string abc_font_family_display_4_material 0x7f150010 -int string abc_font_family_headline_material 0x7f150011 -int string abc_font_family_menu_material 0x7f150012 -int string abc_font_family_subhead_material 0x7f150013 -int string abc_font_family_title_material 0x7f150014 -int string abc_menu_alt_shortcut_label 0x7f150015 -int string abc_menu_ctrl_shortcut_label 0x7f150016 -int string abc_menu_delete_shortcut_label 0x7f150017 -int string abc_menu_enter_shortcut_label 0x7f150018 -int string abc_menu_function_shortcut_label 0x7f150019 -int string abc_menu_meta_shortcut_label 0x7f15001a -int string abc_menu_shift_shortcut_label 0x7f15001b -int string abc_menu_space_shortcut_label 0x7f15001c -int string abc_menu_sym_shortcut_label 0x7f15001d -int string abc_prepend_shortcut_label 0x7f15001e -int string abc_search_hint 0x7f15001f -int string abc_searchview_description_clear 0x7f150020 -int string abc_searchview_description_query 0x7f150021 -int string abc_searchview_description_search 0x7f150022 -int string abc_searchview_description_submit 0x7f150023 -int string abc_searchview_description_voice 0x7f150024 -int string abc_shareactionprovider_share_with 0x7f150025 -int string abc_shareactionprovider_share_with_application 0x7f150026 -int string abc_toolbar_collapse_description 0x7f150027 -int string color_picker_default_title 0x7f150028 -int string color_swatch_description 0x7f150029 -int string color_swatch_description_selected 0x7f15002a -int string search_menu_title 0x7f15002b -int string status_bar_notification_info_overflow 0x7f15002c -int style AlertDialog_AppCompat 0x7f160001 -int style AlertDialog_AppCompat_Light 0x7f160002 -int style Animation_AppCompat_Dialog 0x7f160003 -int style Animation_AppCompat_DropDownUp 0x7f160004 -int style Animation_AppCompat_Tooltip 0x7f160005 -int style Base_AlertDialog_AppCompat 0x7f160006 -int style Base_AlertDialog_AppCompat_Light 0x7f160007 -int style Base_Animation_AppCompat_Dialog 0x7f160008 -int style Base_Animation_AppCompat_DropDownUp 0x7f160009 -int style Base_Animation_AppCompat_Tooltip 0x7f16000a -int style Base_DialogWindowTitleBackground_AppCompat 0x7f16000b -int style Base_DialogWindowTitle_AppCompat 0x7f16000c -int style Base_TextAppearance_AppCompat 0x7f16000d -int style Base_TextAppearance_AppCompat_Body1 0x7f16000e -int style Base_TextAppearance_AppCompat_Body2 0x7f16000f -int style Base_TextAppearance_AppCompat_Button 0x7f160010 -int style Base_TextAppearance_AppCompat_Caption 0x7f160011 -int style Base_TextAppearance_AppCompat_Display1 0x7f160012 -int style Base_TextAppearance_AppCompat_Display2 0x7f160013 -int style Base_TextAppearance_AppCompat_Display3 0x7f160014 -int style Base_TextAppearance_AppCompat_Display4 0x7f160015 -int style Base_TextAppearance_AppCompat_Headline 0x7f160016 -int style Base_TextAppearance_AppCompat_Inverse 0x7f160017 -int style Base_TextAppearance_AppCompat_Large 0x7f160018 -int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f160019 -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16001a -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f16001b -int style Base_TextAppearance_AppCompat_Medium 0x7f16001c -int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f16001d -int style Base_TextAppearance_AppCompat_Menu 0x7f16001e -int style Base_TextAppearance_AppCompat_SearchResult 0x7f16001f -int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f160020 -int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f160021 -int style Base_TextAppearance_AppCompat_Small 0x7f160022 -int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f160023 -int style Base_TextAppearance_AppCompat_Subhead 0x7f160024 -int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f160025 -int style Base_TextAppearance_AppCompat_Title 0x7f160026 -int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f160027 -int style Base_TextAppearance_AppCompat_Tooltip 0x7f160028 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f160029 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f16002a -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f16002b -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16002c -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16002d -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16002e -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f16002f -int style Base_TextAppearance_AppCompat_Widget_Button 0x7f160030 -int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160031 -int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f160032 -int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160033 -int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f160034 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160035 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160036 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160037 -int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f160038 -int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f160039 -int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f16003a -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f16003b -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f16003c -int style Base_ThemeOverlay_AppCompat 0x7f16003d -int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f16003e -int style Base_ThemeOverlay_AppCompat_Dark 0x7f16003f -int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160040 -int style Base_ThemeOverlay_AppCompat_Dialog 0x7f160041 -int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f160042 -int style Base_ThemeOverlay_AppCompat_Light 0x7f160043 -int style Base_Theme_AppCompat 0x7f160044 -int style Base_Theme_AppCompat_CompactMenu 0x7f160045 -int style Base_Theme_AppCompat_Dialog 0x7f160046 -int style Base_Theme_AppCompat_DialogWhenLarge 0x7f160047 -int style Base_Theme_AppCompat_Dialog_Alert 0x7f160048 -int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f160049 -int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f16004a -int style Base_Theme_AppCompat_Light 0x7f16004b -int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f16004c -int style Base_Theme_AppCompat_Light_Dialog 0x7f16004d -int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f16004e -int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f16004f -int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f160050 -int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f160051 -int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f160052 -int style Base_V21_Theme_AppCompat 0x7f160053 -int style Base_V21_Theme_AppCompat_Dialog 0x7f160054 -int style Base_V21_Theme_AppCompat_Light 0x7f160055 -int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f160056 -int style Base_V22_Theme_AppCompat 0x7f160057 -int style Base_V22_Theme_AppCompat_Light 0x7f160058 -int style Base_V23_Theme_AppCompat 0x7f160059 -int style Base_V23_Theme_AppCompat_Light 0x7f16005a -int style Base_V26_Theme_AppCompat 0x7f16005b -int style Base_V26_Theme_AppCompat_Light 0x7f16005c -int style Base_V26_Widget_AppCompat_Toolbar 0x7f16005d -int style Base_V28_Theme_AppCompat 0x7f16005e -int style Base_V28_Theme_AppCompat_Light 0x7f16005f -int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f160060 -int style Base_V7_Theme_AppCompat 0x7f160061 -int style Base_V7_Theme_AppCompat_Dialog 0x7f160062 -int style Base_V7_Theme_AppCompat_Light 0x7f160063 -int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f160064 -int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f160065 -int style Base_V7_Widget_AppCompat_EditText 0x7f160066 -int style Base_V7_Widget_AppCompat_Toolbar 0x7f160067 -int style Base_Widget_AppCompat_ActionBar 0x7f160068 -int style Base_Widget_AppCompat_ActionBar_Solid 0x7f160069 -int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f16006a -int style Base_Widget_AppCompat_ActionBar_TabText 0x7f16006b -int style Base_Widget_AppCompat_ActionBar_TabView 0x7f16006c -int style Base_Widget_AppCompat_ActionButton 0x7f16006d -int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f16006e -int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f16006f -int style Base_Widget_AppCompat_ActionMode 0x7f160070 -int style Base_Widget_AppCompat_ActivityChooserView 0x7f160071 -int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f160072 -int style Base_Widget_AppCompat_Button 0x7f160073 -int style Base_Widget_AppCompat_ButtonBar 0x7f160074 -int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f160075 -int style Base_Widget_AppCompat_Button_Borderless 0x7f160076 -int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f160077 -int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160078 -int style Base_Widget_AppCompat_Button_Colored 0x7f160079 -int style Base_Widget_AppCompat_Button_Small 0x7f16007a -int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f16007b -int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f16007c -int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f16007d -int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f16007e -int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f16007f -int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f160080 -int style Base_Widget_AppCompat_EditText 0x7f160081 -int style Base_Widget_AppCompat_ImageButton 0x7f160082 -int style Base_Widget_AppCompat_Light_ActionBar 0x7f160083 -int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f160084 -int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f160085 -int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f160086 -int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f160087 -int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f160088 -int style Base_Widget_AppCompat_Light_PopupMenu 0x7f160089 -int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f16008a -int style Base_Widget_AppCompat_ListMenuView 0x7f16008b -int style Base_Widget_AppCompat_ListPopupWindow 0x7f16008c -int style Base_Widget_AppCompat_ListView 0x7f16008d -int style Base_Widget_AppCompat_ListView_DropDown 0x7f16008e -int style Base_Widget_AppCompat_ListView_Menu 0x7f16008f -int style Base_Widget_AppCompat_PopupMenu 0x7f160090 -int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f160091 -int style Base_Widget_AppCompat_PopupWindow 0x7f160092 -int style Base_Widget_AppCompat_ProgressBar 0x7f160093 -int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f160094 -int style Base_Widget_AppCompat_RatingBar 0x7f160095 -int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f160096 -int style Base_Widget_AppCompat_RatingBar_Small 0x7f160097 -int style Base_Widget_AppCompat_SearchView 0x7f160098 -int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f160099 -int style Base_Widget_AppCompat_SeekBar 0x7f16009a -int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f16009b -int style Base_Widget_AppCompat_Spinner 0x7f16009c -int style Base_Widget_AppCompat_Spinner_Underlined 0x7f16009d -int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f16009e -int style Base_Widget_AppCompat_Toolbar 0x7f16009f -int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1600a0 -int style Platform_AppCompat 0x7f1600a1 -int style Platform_AppCompat_Light 0x7f1600a2 -int style Platform_ThemeOverlay_AppCompat 0x7f1600a3 -int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1600a4 -int style Platform_ThemeOverlay_AppCompat_Light 0x7f1600a5 -int style Platform_V21_AppCompat 0x7f1600a6 -int style Platform_V21_AppCompat_Light 0x7f1600a7 -int style Platform_V25_AppCompat 0x7f1600a8 -int style Platform_V25_AppCompat_Light 0x7f1600a9 -int style Platform_Widget_AppCompat_Spinner 0x7f1600aa -int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1600ab -int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1600ac -int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1600ad -int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1600ae -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1600af -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1600b0 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1600b1 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1600b2 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1600b3 -int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1600b4 -int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1600b5 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1600b6 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1600b7 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1600b8 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1600b9 -int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1600ba -int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1600bb -int style TextAppearance_AppCompat 0x7f1600bc -int style TextAppearance_AppCompat_Body1 0x7f1600bd -int style TextAppearance_AppCompat_Body2 0x7f1600be -int style TextAppearance_AppCompat_Button 0x7f1600bf -int style TextAppearance_AppCompat_Caption 0x7f1600c0 -int style TextAppearance_AppCompat_Display1 0x7f1600c1 -int style TextAppearance_AppCompat_Display2 0x7f1600c2 -int style TextAppearance_AppCompat_Display3 0x7f1600c3 -int style TextAppearance_AppCompat_Display4 0x7f1600c4 -int style TextAppearance_AppCompat_Headline 0x7f1600c5 -int style TextAppearance_AppCompat_Inverse 0x7f1600c6 -int style TextAppearance_AppCompat_Large 0x7f1600c7 -int style TextAppearance_AppCompat_Large_Inverse 0x7f1600c8 -int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1600c9 -int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1600ca -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1600cb -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1600cc -int style TextAppearance_AppCompat_Medium 0x7f1600cd -int style TextAppearance_AppCompat_Medium_Inverse 0x7f1600ce -int style TextAppearance_AppCompat_Menu 0x7f1600cf -int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1600d0 -int style TextAppearance_AppCompat_SearchResult_Title 0x7f1600d1 -int style TextAppearance_AppCompat_Small 0x7f1600d2 -int style TextAppearance_AppCompat_Small_Inverse 0x7f1600d3 -int style TextAppearance_AppCompat_Subhead 0x7f1600d4 -int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1600d5 -int style TextAppearance_AppCompat_Title 0x7f1600d6 -int style TextAppearance_AppCompat_Title_Inverse 0x7f1600d7 -int style TextAppearance_AppCompat_Tooltip 0x7f1600d8 -int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1600d9 -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1600da -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1600db -int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1600dc -int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1600dd -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1600de -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1600df -int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1600e0 -int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1600e1 -int style TextAppearance_AppCompat_Widget_Button 0x7f1600e2 -int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1600e3 -int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1600e4 -int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1600e5 -int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1600e6 -int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1600e7 -int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1600e8 -int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1600e9 -int style TextAppearance_AppCompat_Widget_Switch 0x7f1600ea -int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1600eb -int style TextAppearance_Compat_Notification 0x7f1600ec -int style TextAppearance_Compat_Notification_Info 0x7f1600ed -int style TextAppearance_Compat_Notification_Line2 0x7f1600ee -int style TextAppearance_Compat_Notification_Time 0x7f1600ef -int style TextAppearance_Compat_Notification_Title 0x7f1600f0 -int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1600f1 -int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1600f2 -int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1600f3 -int style ThemeOverlay_AppCompat 0x7f1600f4 -int style ThemeOverlay_AppCompat_ActionBar 0x7f1600f5 -int style ThemeOverlay_AppCompat_Dark 0x7f1600f6 -int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1600f7 -int style ThemeOverlay_AppCompat_Dialog 0x7f1600f8 -int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f1600f9 -int style ThemeOverlay_AppCompat_Light 0x7f1600fa -int style Theme_AppCompat 0x7f1600fb -int style Theme_AppCompat_CompactMenu 0x7f1600fc -int style Theme_AppCompat_DayNight 0x7f1600fd -int style Theme_AppCompat_DayNight_DarkActionBar 0x7f1600fe -int style Theme_AppCompat_DayNight_Dialog 0x7f1600ff -int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f160100 -int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f160101 -int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f160102 -int style Theme_AppCompat_DayNight_NoActionBar 0x7f160103 -int style Theme_AppCompat_Dialog 0x7f160104 -int style Theme_AppCompat_DialogWhenLarge 0x7f160105 -int style Theme_AppCompat_Dialog_Alert 0x7f160106 -int style Theme_AppCompat_Dialog_MinWidth 0x7f160107 -int style Theme_AppCompat_Light 0x7f160108 -int style Theme_AppCompat_Light_DarkActionBar 0x7f160109 -int style Theme_AppCompat_Light_Dialog 0x7f16010a -int style Theme_AppCompat_Light_DialogWhenLarge 0x7f16010b -int style Theme_AppCompat_Light_Dialog_Alert 0x7f16010c -int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f16010d -int style Theme_AppCompat_Light_NoActionBar 0x7f16010e -int style Theme_AppCompat_NoActionBar 0x7f16010f -int style Widget_AppCompat_ActionBar 0x7f160110 -int style Widget_AppCompat_ActionBar_Solid 0x7f160111 -int style Widget_AppCompat_ActionBar_TabBar 0x7f160112 -int style Widget_AppCompat_ActionBar_TabText 0x7f160113 -int style Widget_AppCompat_ActionBar_TabView 0x7f160114 -int style Widget_AppCompat_ActionButton 0x7f160115 -int style Widget_AppCompat_ActionButton_CloseMode 0x7f160116 -int style Widget_AppCompat_ActionButton_Overflow 0x7f160117 -int style Widget_AppCompat_ActionMode 0x7f160118 -int style Widget_AppCompat_ActivityChooserView 0x7f160119 -int style Widget_AppCompat_AutoCompleteTextView 0x7f16011a -int style Widget_AppCompat_Button 0x7f16011b -int style Widget_AppCompat_ButtonBar 0x7f16011c -int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f16011d -int style Widget_AppCompat_Button_Borderless 0x7f16011e -int style Widget_AppCompat_Button_Borderless_Colored 0x7f16011f -int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160120 -int style Widget_AppCompat_Button_Colored 0x7f160121 -int style Widget_AppCompat_Button_Small 0x7f160122 -int style Widget_AppCompat_CompoundButton_CheckBox 0x7f160123 -int style Widget_AppCompat_CompoundButton_RadioButton 0x7f160124 -int style Widget_AppCompat_CompoundButton_Switch 0x7f160125 -int style Widget_AppCompat_DrawerArrowToggle 0x7f160126 -int style Widget_AppCompat_DropDownItem_Spinner 0x7f160127 -int style Widget_AppCompat_EditText 0x7f160128 -int style Widget_AppCompat_ImageButton 0x7f160129 -int style Widget_AppCompat_Light_ActionBar 0x7f16012a -int style Widget_AppCompat_Light_ActionBar_Solid 0x7f16012b -int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f16012c -int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f16012d -int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f16012e -int style Widget_AppCompat_Light_ActionBar_TabText 0x7f16012f -int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f160130 -int style Widget_AppCompat_Light_ActionBar_TabView 0x7f160131 -int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f160132 -int style Widget_AppCompat_Light_ActionButton 0x7f160133 -int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f160134 -int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f160135 -int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f160136 -int style Widget_AppCompat_Light_ActivityChooserView 0x7f160137 -int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f160138 -int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f160139 -int style Widget_AppCompat_Light_ListPopupWindow 0x7f16013a -int style Widget_AppCompat_Light_ListView_DropDown 0x7f16013b -int style Widget_AppCompat_Light_PopupMenu 0x7f16013c -int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f16013d -int style Widget_AppCompat_Light_SearchView 0x7f16013e -int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f16013f -int style Widget_AppCompat_ListMenuView 0x7f160140 -int style Widget_AppCompat_ListPopupWindow 0x7f160141 -int style Widget_AppCompat_ListView 0x7f160142 -int style Widget_AppCompat_ListView_DropDown 0x7f160143 -int style Widget_AppCompat_ListView_Menu 0x7f160144 -int style Widget_AppCompat_PopupMenu 0x7f160145 -int style Widget_AppCompat_PopupMenu_Overflow 0x7f160146 -int style Widget_AppCompat_PopupWindow 0x7f160147 -int style Widget_AppCompat_ProgressBar 0x7f160148 -int style Widget_AppCompat_ProgressBar_Horizontal 0x7f160149 -int style Widget_AppCompat_RatingBar 0x7f16014a -int style Widget_AppCompat_RatingBar_Indicator 0x7f16014b -int style Widget_AppCompat_RatingBar_Small 0x7f16014c -int style Widget_AppCompat_SearchView 0x7f16014d -int style Widget_AppCompat_SearchView_ActionBar 0x7f16014e -int style Widget_AppCompat_SeekBar 0x7f16014f -int style Widget_AppCompat_SeekBar_Discrete 0x7f160150 -int style Widget_AppCompat_Spinner 0x7f160151 -int style Widget_AppCompat_Spinner_DropDown 0x7f160152 -int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f160153 -int style Widget_AppCompat_Spinner_Underlined 0x7f160154 -int style Widget_AppCompat_TextView_SpinnerItem 0x7f160155 -int style Widget_AppCompat_Toolbar 0x7f160156 -int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f160157 -int style Widget_Compat_NotificationActionContainer 0x7f160158 -int style Widget_Compat_NotificationActionText 0x7f160159 -int style Widget_Support_CoordinatorLayout 0x7f16015a -int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f040060, 0x7f040065, 0x7f040066, 0x7f040071, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f04008a, 0x7f04008d, 0x7f0400a3, 0x7f0400aa, 0x7f0400b5, 0x7f0400b8, 0x7f0400b9, 0x7f0400d4, 0x7f0400d7, 0x7f0400f2, 0x7f0400fb } -int styleable ActionBar_background 0 -int styleable ActionBar_backgroundSplit 1 -int styleable ActionBar_backgroundStacked 2 -int styleable ActionBar_contentInsetEnd 3 -int styleable ActionBar_contentInsetEndWithActions 4 -int styleable ActionBar_contentInsetLeft 5 -int styleable ActionBar_contentInsetRight 6 -int styleable ActionBar_contentInsetStart 7 -int styleable ActionBar_contentInsetStartWithNavigation 8 -int styleable ActionBar_customNavigationLayout 9 -int styleable ActionBar_displayOptions 10 -int styleable ActionBar_divider 11 -int styleable ActionBar_elevation 12 -int styleable ActionBar_height 13 -int styleable ActionBar_hideOnContentScroll 14 -int styleable ActionBar_homeAsUpIndicator 15 -int styleable ActionBar_homeLayout 16 -int styleable ActionBar_icon 17 -int styleable ActionBar_indeterminateProgressStyle 18 -int styleable ActionBar_itemPadding 19 -int styleable ActionBar_logo 20 -int styleable ActionBar_navigationMode 21 -int styleable ActionBar_popupTheme 22 -int styleable ActionBar_progressBarPadding 23 -int styleable ActionBar_progressBarStyle 24 -int styleable ActionBar_subtitle 25 -int styleable ActionBar_subtitleTextStyle 26 -int styleable ActionBar_title 27 -int styleable ActionBar_titleTextStyle 28 -int[] styleable ActionBarLayout { 0x010100b3 } -int styleable ActionBarLayout_android_layout_gravity 0 -int[] styleable ActionMenuItemView { 0x0101013f } -int styleable ActionMenuItemView_android_minWidth 0 -int[] styleable ActionMode { 0x7f040032, 0x7f040033, 0x7f040048, 0x7f040081, 0x7f0400d7, 0x7f0400fb } -int styleable ActionMode_background 0 -int styleable ActionMode_backgroundSplit 1 -int styleable ActionMode_closeItemLayout 2 -int styleable ActionMode_height 3 -int styleable ActionMode_subtitleTextStyle 4 -int styleable ActionMode_titleTextStyle 5 -int[] styleable ActivityChooserView { 0x7f040072, 0x7f04008b } -int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 -int styleable ActivityChooserView_initialActivityCount 1 -int[] styleable AlertDialog { 0x010100f2, 0x7f04003f, 0x7f040040, 0x7f04009a, 0x7f04009b, 0x7f0400a7, 0x7f0400c9, 0x7f0400ca } -int styleable AlertDialog_android_layout 0 -int styleable AlertDialog_buttonIconDimen 1 -int styleable AlertDialog_buttonPanelSideLayout 2 -int styleable AlertDialog_listItemLayout 3 -int styleable AlertDialog_listLayout 4 -int styleable AlertDialog_multiChoiceItemLayout 5 -int styleable AlertDialog_showTitle 6 -int styleable AlertDialog_singleChoiceItemLayout 7 -int[] styleable AnimatedStateListDrawableCompat { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 } -int styleable AnimatedStateListDrawableCompat_android_constantSize 0 -int styleable AnimatedStateListDrawableCompat_android_dither 1 -int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2 -int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3 -int styleable AnimatedStateListDrawableCompat_android_variablePadding 4 -int styleable AnimatedStateListDrawableCompat_android_visible 5 -int[] styleable AnimatedStateListDrawableItem { 0x01010199, 0x010100d0 } -int styleable AnimatedStateListDrawableItem_android_drawable 0 -int styleable AnimatedStateListDrawableItem_android_id 1 -int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x0101044a, 0x0101044b, 0x01010449 } -int styleable AnimatedStateListDrawableTransition_android_drawable 0 -int styleable AnimatedStateListDrawableTransition_android_fromId 1 -int styleable AnimatedStateListDrawableTransition_android_reversible 2 -int styleable AnimatedStateListDrawableTransition_android_toId 3 -int[] styleable AppCompatImageView { 0x01010119, 0x7f0400cf, 0x7f0400f0, 0x7f0400f1 } -int styleable AppCompatImageView_android_src 0 -int styleable AppCompatImageView_srcCompat 1 -int styleable AppCompatImageView_tint 2 -int styleable AppCompatImageView_tintMode 3 -int[] styleable AppCompatSeekBar { 0x01010142, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef } -int styleable AppCompatSeekBar_android_thumb 0 -int styleable AppCompatSeekBar_tickMark 1 -int styleable AppCompatSeekBar_tickMarkTint 2 -int styleable AppCompatSeekBar_tickMarkTintMode 3 -int[] styleable AppCompatTextHelper { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 } -int styleable AppCompatTextHelper_android_drawableBottom 0 -int styleable AppCompatTextHelper_android_drawableEnd 1 -int styleable AppCompatTextHelper_android_drawableLeft 2 -int styleable AppCompatTextHelper_android_drawableRight 3 -int styleable AppCompatTextHelper_android_drawableStart 4 -int styleable AppCompatTextHelper_android_drawableTop 5 -int styleable AppCompatTextHelper_android_textAppearance 6 -int[] styleable AppCompatTextView { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040073, 0x7f040075, 0x7f04008f, 0x7f040097, 0x7f0400dd } -int styleable AppCompatTextView_android_textAppearance 0 -int styleable AppCompatTextView_autoSizeMaxTextSize 1 -int styleable AppCompatTextView_autoSizeMinTextSize 2 -int styleable AppCompatTextView_autoSizePresetSizes 3 -int styleable AppCompatTextView_autoSizeStepGranularity 4 -int styleable AppCompatTextView_autoSizeTextType 5 -int styleable AppCompatTextView_firstBaselineToTopHeight 6 -int styleable AppCompatTextView_fontFamily 7 -int styleable AppCompatTextView_lastBaselineToBottomHeight 8 -int styleable AppCompatTextView_lineHeight 9 -int styleable AppCompatTextView_textAllCaps 10 -int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040041, 0x7f040042, 0x7f040045, 0x7f040046, 0x7f04004c, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f04005e, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040067, 0x7f040069, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040083, 0x7f040089, 0x7f040098, 0x7f040099, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a2, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b6, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400cc, 0x7f0400cd, 0x7f0400db, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040105, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110 } -int styleable AppCompatTheme_actionBarDivider 0 -int styleable AppCompatTheme_actionBarItemBackground 1 -int styleable AppCompatTheme_actionBarPopupTheme 2 -int styleable AppCompatTheme_actionBarSize 3 -int styleable AppCompatTheme_actionBarSplitStyle 4 -int styleable AppCompatTheme_actionBarStyle 5 -int styleable AppCompatTheme_actionBarTabBarStyle 6 -int styleable AppCompatTheme_actionBarTabStyle 7 -int styleable AppCompatTheme_actionBarTabTextStyle 8 -int styleable AppCompatTheme_actionBarTheme 9 -int styleable AppCompatTheme_actionBarWidgetTheme 10 -int styleable AppCompatTheme_actionButtonStyle 11 -int styleable AppCompatTheme_actionDropDownStyle 12 -int styleable AppCompatTheme_actionMenuTextAppearance 13 -int styleable AppCompatTheme_actionMenuTextColor 14 -int styleable AppCompatTheme_actionModeBackground 15 -int styleable AppCompatTheme_actionModeCloseButtonStyle 16 -int styleable AppCompatTheme_actionModeCloseDrawable 17 -int styleable AppCompatTheme_actionModeCopyDrawable 18 -int styleable AppCompatTheme_actionModeCutDrawable 19 -int styleable AppCompatTheme_actionModeFindDrawable 20 -int styleable AppCompatTheme_actionModePasteDrawable 21 -int styleable AppCompatTheme_actionModePopupWindowStyle 22 -int styleable AppCompatTheme_actionModeSelectAllDrawable 23 -int styleable AppCompatTheme_actionModeShareDrawable 24 -int styleable AppCompatTheme_actionModeSplitBackground 25 -int styleable AppCompatTheme_actionModeStyle 26 -int styleable AppCompatTheme_actionModeWebSearchDrawable 27 -int styleable AppCompatTheme_actionOverflowButtonStyle 28 -int styleable AppCompatTheme_actionOverflowMenuStyle 29 -int styleable AppCompatTheme_activityChooserViewStyle 30 -int styleable AppCompatTheme_alertDialogButtonGroupStyle 31 -int styleable AppCompatTheme_alertDialogCenterButtons 32 -int styleable AppCompatTheme_alertDialogStyle 33 -int styleable AppCompatTheme_alertDialogTheme 34 -int styleable AppCompatTheme_android_windowAnimationStyle 35 -int styleable AppCompatTheme_android_windowIsFloating 36 -int styleable AppCompatTheme_autoCompleteTextViewStyle 37 -int styleable AppCompatTheme_borderlessButtonStyle 38 -int styleable AppCompatTheme_buttonBarButtonStyle 39 -int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 -int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 -int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 -int styleable AppCompatTheme_buttonBarStyle 43 -int styleable AppCompatTheme_buttonStyle 44 -int styleable AppCompatTheme_buttonStyleSmall 45 -int styleable AppCompatTheme_checkboxStyle 46 -int styleable AppCompatTheme_checkedTextViewStyle 47 -int styleable AppCompatTheme_colorAccent 48 -int styleable AppCompatTheme_colorBackgroundFloating 49 -int styleable AppCompatTheme_colorButtonNormal 50 -int styleable AppCompatTheme_colorControlActivated 51 -int styleable AppCompatTheme_colorControlHighlight 52 -int styleable AppCompatTheme_colorControlNormal 53 -int styleable AppCompatTheme_colorError 54 -int styleable AppCompatTheme_colorPrimary 55 -int styleable AppCompatTheme_colorPrimaryDark 56 -int styleable AppCompatTheme_colorSwitchThumbNormal 57 -int styleable AppCompatTheme_controlBackground 58 -int styleable AppCompatTheme_dialogCornerRadius 59 -int styleable AppCompatTheme_dialogPreferredPadding 60 -int styleable AppCompatTheme_dialogTheme 61 -int styleable AppCompatTheme_dividerHorizontal 62 -int styleable AppCompatTheme_dividerVertical 63 -int styleable AppCompatTheme_dropDownListViewStyle 64 -int styleable AppCompatTheme_dropdownListPreferredItemHeight 65 -int styleable AppCompatTheme_editTextBackground 66 -int styleable AppCompatTheme_editTextColor 67 -int styleable AppCompatTheme_editTextStyle 68 -int styleable AppCompatTheme_homeAsUpIndicator 69 -int styleable AppCompatTheme_imageButtonStyle 70 -int styleable AppCompatTheme_listChoiceBackgroundIndicator 71 -int styleable AppCompatTheme_listDividerAlertDialog 72 -int styleable AppCompatTheme_listMenuViewStyle 73 -int styleable AppCompatTheme_listPopupWindowStyle 74 -int styleable AppCompatTheme_listPreferredItemHeight 75 -int styleable AppCompatTheme_listPreferredItemHeightLarge 76 -int styleable AppCompatTheme_listPreferredItemHeightSmall 77 -int styleable AppCompatTheme_listPreferredItemPaddingLeft 78 -int styleable AppCompatTheme_listPreferredItemPaddingRight 79 -int styleable AppCompatTheme_panelBackground 80 -int styleable AppCompatTheme_panelMenuListTheme 81 -int styleable AppCompatTheme_panelMenuListWidth 82 -int styleable AppCompatTheme_popupMenuStyle 83 -int styleable AppCompatTheme_popupWindowStyle 84 -int styleable AppCompatTheme_radioButtonStyle 85 -int styleable AppCompatTheme_ratingBarStyle 86 -int styleable AppCompatTheme_ratingBarStyleIndicator 87 -int styleable AppCompatTheme_ratingBarStyleSmall 88 -int styleable AppCompatTheme_searchViewStyle 89 -int styleable AppCompatTheme_seekBarStyle 90 -int styleable AppCompatTheme_selectableItemBackground 91 -int styleable AppCompatTheme_selectableItemBackgroundBorderless 92 -int styleable AppCompatTheme_spinnerDropDownItemStyle 93 -int styleable AppCompatTheme_spinnerStyle 94 -int styleable AppCompatTheme_switchStyle 95 -int styleable AppCompatTheme_textAppearanceLargePopupMenu 96 -int styleable AppCompatTheme_textAppearanceListItem 97 -int styleable AppCompatTheme_textAppearanceListItemSecondary 98 -int styleable AppCompatTheme_textAppearanceListItemSmall 99 -int styleable AppCompatTheme_textAppearancePopupMenuHeader 100 -int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 101 -int styleable AppCompatTheme_textAppearanceSearchResultTitle 102 -int styleable AppCompatTheme_textAppearanceSmallPopupMenu 103 -int styleable AppCompatTheme_textColorAlertDialogListItem 104 -int styleable AppCompatTheme_textColorSearchUrl 105 -int styleable AppCompatTheme_toolbarNavigationButtonStyle 106 -int styleable AppCompatTheme_toolbarStyle 107 -int styleable AppCompatTheme_tooltipForegroundColor 108 -int styleable AppCompatTheme_tooltipFrameBackground 109 -int styleable AppCompatTheme_viewInflaterClass 110 -int styleable AppCompatTheme_windowActionBar 111 -int styleable AppCompatTheme_windowActionBarOverlay 112 -int styleable AppCompatTheme_windowActionModeOverlay 113 -int styleable AppCompatTheme_windowFixedHeightMajor 114 -int styleable AppCompatTheme_windowFixedHeightMinor 115 -int styleable AppCompatTheme_windowFixedWidthMajor 116 -int styleable AppCompatTheme_windowFixedWidthMinor 117 -int styleable AppCompatTheme_windowMinWidthMajor 118 -int styleable AppCompatTheme_windowMinWidthMinor 119 -int styleable AppCompatTheme_windowNoTitle 120 -int[] styleable ButtonBarLayout { 0x7f040027 } -int styleable ButtonBarLayout_allowStacking 0 -int[] styleable ColorStateListItem { 0x7f040028, 0x0101031f, 0x010101a5 } -int styleable ColorStateListItem_alpha 0 -int styleable ColorStateListItem_android_alpha 1 -int styleable ColorStateListItem_android_color 2 -int[] styleable CompoundButton { 0x01010107, 0x7f040043, 0x7f040044 } -int styleable CompoundButton_android_button 0 -int styleable CompoundButton_buttonTint 1 -int styleable CompoundButton_buttonTintMode 2 -int[] styleable CoordinatorLayout { 0x7f04008e, 0x7f0400d1 } -int styleable CoordinatorLayout_keylines 0 -int styleable CoordinatorLayout_statusBarBackground 1 -int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 } -int styleable CoordinatorLayout_Layout_android_layout_gravity 0 -int styleable CoordinatorLayout_Layout_layout_anchor 1 -int styleable CoordinatorLayout_Layout_layout_anchorGravity 2 -int styleable CoordinatorLayout_Layout_layout_behavior 3 -int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4 -int styleable CoordinatorLayout_Layout_layout_insetEdge 5 -int styleable CoordinatorLayout_Layout_layout_keyline 6 -int[] styleable DrawerArrowToggle { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004b, 0x7f04006a, 0x7f04007f, 0x7f0400cb, 0x7f0400e9 } -int styleable DrawerArrowToggle_arrowHeadLength 0 -int styleable DrawerArrowToggle_arrowShaftLength 1 -int styleable DrawerArrowToggle_barLength 2 -int styleable DrawerArrowToggle_color 3 -int styleable DrawerArrowToggle_drawableSize 4 -int styleable DrawerArrowToggle_gapBetweenBars 5 -int styleable DrawerArrowToggle_spinBars 6 -int styleable DrawerArrowToggle_thickness 7 -int[] styleable FontFamily { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b } -int styleable FontFamily_fontProviderAuthority 0 -int styleable FontFamily_fontProviderCerts 1 -int styleable FontFamily_fontProviderFetchStrategy 2 -int styleable FontFamily_fontProviderFetchTimeout 3 -int styleable FontFamily_fontProviderPackage 4 -int styleable FontFamily_fontProviderQuery 5 -int[] styleable FontFamilyFont { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 } -int styleable FontFamilyFont_android_font 0 -int styleable FontFamilyFont_android_fontStyle 1 -int styleable FontFamilyFont_android_fontVariationSettings 2 -int styleable FontFamilyFont_android_fontWeight 3 -int styleable FontFamilyFont_android_ttcIndex 4 -int styleable FontFamilyFont_font 5 -int styleable FontFamilyFont_fontStyle 6 -int styleable FontFamilyFont_fontVariationSettings 7 -int styleable FontFamilyFont_fontWeight 8 -int styleable FontFamilyFont_ttcIndex 9 -int[] styleable GradientColor { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 } -int styleable GradientColor_android_centerColor 0 -int styleable GradientColor_android_centerX 1 -int styleable GradientColor_android_centerY 2 -int styleable GradientColor_android_endColor 3 -int styleable GradientColor_android_endX 4 -int styleable GradientColor_android_endY 5 -int styleable GradientColor_android_gradientRadius 6 -int styleable GradientColor_android_startColor 7 -int styleable GradientColor_android_startX 8 -int styleable GradientColor_android_startY 9 -int styleable GradientColor_android_tileMode 10 -int styleable GradientColor_android_type 11 -int[] styleable GradientColorItem { 0x010101a5, 0x01010514 } -int styleable GradientColorItem_android_color 0 -int styleable GradientColorItem_android_offset 1 -int[] styleable LinearLayoutCompat { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f040066, 0x7f040068, 0x7f0400a6, 0x7f0400c7 } -int styleable LinearLayoutCompat_android_baselineAligned 0 -int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1 -int styleable LinearLayoutCompat_android_gravity 2 -int styleable LinearLayoutCompat_android_orientation 3 -int styleable LinearLayoutCompat_android_weightSum 4 -int styleable LinearLayoutCompat_divider 5 -int styleable LinearLayoutCompat_dividerPadding 6 -int styleable LinearLayoutCompat_measureWithLargestChild 7 -int styleable LinearLayoutCompat_showDividers 8 -int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 } -int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 -int styleable LinearLayoutCompat_Layout_android_layout_height 1 -int styleable LinearLayoutCompat_Layout_android_layout_weight 2 -int styleable LinearLayoutCompat_Layout_android_layout_width 3 -int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } -int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 -int styleable ListPopupWindow_android_dropDownVerticalOffset 1 -int[] styleable MenuGroup { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 } -int styleable MenuGroup_android_checkableBehavior 0 -int styleable MenuGroup_android_enabled 1 -int styleable MenuGroup_android_id 2 -int styleable MenuGroup_android_menuCategory 3 -int styleable MenuGroup_android_orderInCategory 4 -int styleable MenuGroup_android_visible 5 -int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040057, 0x7f040086, 0x7f040087, 0x7f0400ab, 0x7f0400c6, 0x7f040100 } -int styleable MenuItem_actionLayout 0 -int styleable MenuItem_actionProviderClass 1 -int styleable MenuItem_actionViewClass 2 -int styleable MenuItem_alphabeticModifiers 3 -int styleable MenuItem_android_alphabeticShortcut 4 -int styleable MenuItem_android_checkable 5 -int styleable MenuItem_android_checked 6 -int styleable MenuItem_android_enabled 7 -int styleable MenuItem_android_icon 8 -int styleable MenuItem_android_id 9 -int styleable MenuItem_android_menuCategory 10 -int styleable MenuItem_android_numericShortcut 11 -int styleable MenuItem_android_onClick 12 -int styleable MenuItem_android_orderInCategory 13 -int styleable MenuItem_android_title 14 -int styleable MenuItem_android_titleCondensed 15 -int styleable MenuItem_android_visible 16 -int styleable MenuItem_contentDescription 17 -int styleable MenuItem_iconTint 18 -int styleable MenuItem_iconTintMode 19 -int styleable MenuItem_numericModifiers 20 -int styleable MenuItem_showAsAction 21 -int styleable MenuItem_tooltipText 22 -int[] styleable MenuView { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f0400b7, 0x7f0400d2 } -int styleable MenuView_android_headerBackground 0 -int styleable MenuView_android_horizontalDivider 1 -int styleable MenuView_android_itemBackground 2 -int styleable MenuView_android_itemIconDisabledAlpha 3 -int styleable MenuView_android_itemTextAppearance 4 -int styleable MenuView_android_verticalDivider 5 -int styleable MenuView_android_windowAnimationStyle 6 -int styleable MenuView_preserveIconSpacing 7 -int styleable MenuView_subMenuArrow 8 -int[] styleable PopupWindow { 0x010102c9, 0x01010176, 0x7f0400ac } -int styleable PopupWindow_android_popupAnimationStyle 0 -int styleable PopupWindow_android_popupBackground 1 -int styleable PopupWindow_overlapAnchor 2 -int[] styleable PopupWindowBackgroundState { 0x7f0400d0 } -int styleable PopupWindowBackgroundState_state_above_anchor 0 -int[] styleable RecycleListView { 0x7f0400ad, 0x7f0400b0 } -int styleable RecycleListView_paddingBottomNoButtons 0 -int styleable RecycleListView_paddingTopNoTitle 1 -int[] styleable SearchView { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040047, 0x7f040056, 0x7f040061, 0x7f040080, 0x7f040088, 0x7f040090, 0x7f0400ba, 0x7f0400bb, 0x7f0400c0, 0x7f0400c1, 0x7f0400d3, 0x7f0400d8, 0x7f040106 } -int styleable SearchView_android_focusable 0 -int styleable SearchView_android_imeOptions 1 -int styleable SearchView_android_inputType 2 -int styleable SearchView_android_maxWidth 3 -int styleable SearchView_closeIcon 4 -int styleable SearchView_commitIcon 5 -int styleable SearchView_defaultQueryHint 6 -int styleable SearchView_goIcon 7 -int styleable SearchView_iconifiedByDefault 8 -int styleable SearchView_layout 9 -int styleable SearchView_queryBackground 10 -int styleable SearchView_queryHint 11 -int styleable SearchView_searchHintIcon 12 -int styleable SearchView_searchIcon 13 -int styleable SearchView_submitBackground 14 -int styleable SearchView_suggestionRowLayout 15 -int styleable SearchView_voiceIcon 16 -int[] styleable Spinner { 0x01010262, 0x010100b2, 0x01010176, 0x0101017b, 0x7f0400b5 } -int styleable Spinner_android_dropDownWidth 0 -int styleable Spinner_android_entries 1 -int styleable Spinner_android_popupBackground 2 -int styleable Spinner_android_prompt 3 -int styleable Spinner_popupTheme 4 -int[] styleable StateListDrawable { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 } -int styleable StateListDrawable_android_constantSize 0 -int styleable StateListDrawable_android_dither 1 -int styleable StateListDrawable_android_enterFadeDuration 2 -int styleable StateListDrawable_android_exitFadeDuration 3 -int styleable StateListDrawable_android_variablePadding 4 -int styleable StateListDrawable_android_visible 5 -int[] styleable StateListDrawableItem { 0x01010199 } -int styleable StateListDrawableItem_android_drawable 0 -int[] styleable SwitchCompat { 0x01010125, 0x01010124, 0x01010142, 0x7f0400c8, 0x7f0400ce, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f040101, 0x7f040102, 0x7f040103 } -int styleable SwitchCompat_android_textOff 0 -int styleable SwitchCompat_android_textOn 1 -int styleable SwitchCompat_android_thumb 2 -int styleable SwitchCompat_showText 3 -int styleable SwitchCompat_splitTrack 4 -int styleable SwitchCompat_switchMinWidth 5 -int styleable SwitchCompat_switchPadding 6 -int styleable SwitchCompat_switchTextAppearance 7 -int styleable SwitchCompat_thumbTextPadding 8 -int styleable SwitchCompat_thumbTint 9 -int styleable SwitchCompat_thumbTintMode 10 -int styleable SwitchCompat_track 11 -int styleable SwitchCompat_trackTint 12 -int styleable SwitchCompat_trackTintMode 13 -int[] styleable TextAppearance { 0x010103ac, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x01010098, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040075, 0x7f0400dd } -int styleable TextAppearance_android_fontFamily 0 -int styleable TextAppearance_android_shadowColor 1 -int styleable TextAppearance_android_shadowDx 2 -int styleable TextAppearance_android_shadowDy 3 -int styleable TextAppearance_android_shadowRadius 4 -int styleable TextAppearance_android_textColor 5 -int styleable TextAppearance_android_textColorHint 6 -int styleable TextAppearance_android_textColorLink 7 -int styleable TextAppearance_android_textSize 8 -int styleable TextAppearance_android_textStyle 9 -int styleable TextAppearance_android_typeface 10 -int styleable TextAppearance_fontFamily 11 -int styleable TextAppearance_textAllCaps 12 -int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f04003e, 0x7f040049, 0x7f04004a, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a8, 0x7f0400a9, 0x7f0400b5, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa } -int styleable Toolbar_android_gravity 0 -int styleable Toolbar_android_minHeight 1 -int styleable Toolbar_buttonGravity 2 -int styleable Toolbar_collapseContentDescription 3 -int styleable Toolbar_collapseIcon 4 -int styleable Toolbar_contentInsetEnd 5 -int styleable Toolbar_contentInsetEndWithActions 6 -int styleable Toolbar_contentInsetLeft 7 -int styleable Toolbar_contentInsetRight 8 -int styleable Toolbar_contentInsetStart 9 -int styleable Toolbar_contentInsetStartWithNavigation 10 -int styleable Toolbar_logo 11 -int styleable Toolbar_logoDescription 12 -int styleable Toolbar_maxButtonHeight 13 -int styleable Toolbar_navigationContentDescription 14 -int styleable Toolbar_navigationIcon 15 -int styleable Toolbar_popupTheme 16 -int styleable Toolbar_subtitle 17 -int styleable Toolbar_subtitleTextAppearance 18 -int styleable Toolbar_subtitleTextColor 19 -int styleable Toolbar_title 20 -int styleable Toolbar_titleMargin 21 -int styleable Toolbar_titleMarginBottom 22 -int styleable Toolbar_titleMarginEnd 23 -int styleable Toolbar_titleMarginStart 24 -int styleable Toolbar_titleMarginTop 25 -int styleable Toolbar_titleMargins 26 -int styleable Toolbar_titleTextAppearance 27 -int styleable Toolbar_titleTextColor 28 -int[] styleable View { 0x010100da, 0x01010000, 0x7f0400ae, 0x7f0400af, 0x7f0400e8 } -int styleable View_android_focusable 0 -int styleable View_android_theme 1 -int styleable View_paddingEnd 2 -int styleable View_paddingStart 3 -int styleable View_theme 4 -int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f040035, 0x7f040036 } -int styleable ViewBackgroundHelper_android_background 0 -int styleable ViewBackgroundHelper_backgroundTint 1 -int styleable ViewBackgroundHelper_backgroundTintMode 2 -int[] styleable ViewStubCompat { 0x010100d0, 0x010100f3, 0x010100f2 } -int styleable ViewStubCompat_android_id 0 -int styleable ViewStubCompat_android_inflatedId 1 -int styleable ViewStubCompat_android_layout 2 diff --git a/colorpicker/build/intermediates/transforms/mergeJniLibs/debug/__content__.json b/colorpicker/build/intermediates/transforms/mergeJniLibs/debug/__content__.json deleted file mode 100644 index 49b1382fae..0000000000 --- a/colorpicker/build/intermediates/transforms/mergeJniLibs/debug/__content__.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"resources","index":0,"scopes":["PROJECT"],"types":["NATIVE_LIBS"],"format":"DIRECTORY","present":false}] \ No newline at end of file diff --git a/colorpicker/build/intermediates/transforms/stripDebugSymbol/debug/__content__.json b/colorpicker/build/intermediates/transforms/stripDebugSymbol/debug/__content__.json deleted file mode 100644 index 0637a088a0..0000000000 --- a/colorpicker/build/intermediates/transforms/stripDebugSymbol/debug/__content__.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/colorpicker/build/outputs/logs/manifest-merger-debug-report.txt b/colorpicker/build/outputs/logs/manifest-merger-debug-report.txt deleted file mode 100644 index 3d61210394..0000000000 --- a/colorpicker/build/outputs/logs/manifest-merger-debug-report.txt +++ /dev/null @@ -1,29 +0,0 @@ --- Merging decision tree log --- -manifest -ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12 -INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12 -INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12 -INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12 -INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12 -INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12 -INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12 - package - ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:17:5-38 - INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml - INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml - android:versionName - ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:19:5-30 - INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml - INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml - xmlns:android - ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:11-69 - android:versionCode - ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:18:5-28 - INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml - INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml -uses-sdk -ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:20:5-22:41 - android:targetSdkVersion - ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:22:9-38 - android:minSdkVersion - ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:21:9-35 diff --git a/colorpicker/project.properties b/colorpicker/project.properties deleted file mode 100644 index 36f15941e2..0000000000 --- a/colorpicker/project.properties +++ /dev/null @@ -1,15 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt - -# Project target. -target=android-15 -android.library=true diff --git a/colorpicker/res/drawable-hdpi/ic_colorpicker_swatch_selected.png b/colorpicker/res/drawable-hdpi/ic_colorpicker_swatch_selected.png deleted file mode 100644 index 3cbfe1a840d085dc922421217f0fc590d4681b5c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2414 zcmZ`*Yg7{07Cs;#VG>S=MoN0~5sn&aK2pb^RG`K}e57T*0=0ahkq@vUA2n*BX@i>M zql_`l@sXM~YHCG}i&1NQXOU)VKFGRCrRI2Pe%!V0kGs#>=R0Sg{jG1Wb$;xf&Nxg} zN8wQb0ChUenW;qDH%B6ryO+G4ssval#f<_$U6$I{Ah_}lIm4vx2i3hgv&xI!NgC4) z0G<&5f>Z!jl_9}90M3#Cmwrdk z8DaZMZTuE@^j-u}FXs-{-K7+0!LDJ`QK_G{VtM@;YU4R}t%jpLxQacyAcZ3d3w5D~ zclT~Cwtg#_+{QmOv-@h5UGbUXrNWuLGkbTd*u}p6n14}><{-e zOq0wO3#$;Gs)4#bRKKelU3Lrn4%er)-b0awdIa)zp9?3cG&5t(KQkS7#mV-Wki$Fu z+Hf2}@E?OIQ{KeyQH>~ul}}085K?Han{#x{!Q<3LKQUa8=85$BGj^{qrEAi6f%2{_ z1Swg*6(T@p97t>&$25&yO>!z(T1h%IS~KRom28jESRi^y_zA_vm6es@Lsgx!Hoooc z{@E*f$jnB{V8l}1h@U2T75O~Xq$gdOm8=KIyuiS5TWS_zeeCLX+qm1zinnuvcjraT z){NjYi3;z)`Yq&Iynt)h&9bz%vH7GJ`t5l8ySceHLp1>#QjVQt;`*vW)v2V0BAQ|z z-{lh}QaP@9$D|bF(;GDZhh)i7!{wSmZg*N;UER*-VarmbNTp++N7I;GRvYxVx2Mo{ zUrXZB^zGsK-#oCA1P6HLcPPEcU(eU;KTVM|o#_9mi36kPr8@@)ak_Z-Y=@T{bC{<`C-%?Om1cPM)8o+d{J zMj1DtAJZlfWc&}~ogAA&x0Ut3<5ywDGwH7vjnkdqD5j)&7q(|g&TkO9e^cM`TVs$&>*~W#y{=eULYYRSEP7J`F z9T7ndGJ>@PXUmV2$aZ9Xs|$W0r2_KTz~Ad@Cqc5Zl5!&>qbqtBK)LcOwZMx5HyIB& zT=I?r2+JlH*WsG>S%|#O+?DZ&n2{r^5AB;~>>5CeV&+qzs^pI=Nj=wSZ)cQVW_J93 zk}mr4sS_t&jX9};lAe&zOP4OKA`pm&ThjJF%-bDM-Oy)|p;CCd)n-yXWB_I3euArb zCXYLF&oq?B<2?xaY`22mJ*488Op1q9X zxww{!pav#{^T6+Yz)Ww^{9TN&u1GC#EtI`CZ4@)v@hE~mwUlUrOrD?ZFE2=NJb$;T zDLxZX!GKm^d+R4ACLW&b5}q4=`O=T5qf3L5Wt)Ain4LJOs4YOm{zmK0HI9Ds@rzv7 zAx;6swZZqVS~eb>9yE!GimGPXtvZ^j=hB14EqLiA-%SRe%cxm@ z<>ux#-H#l*?}e2#+8Z3Kh*k0)*ZC|IibNtKwQ(R(wavnt=646`Dl%s5>~E*1r!Nl- z49JU%i;pNPJVZ2m*?wVzwg?ik4rJh)qct=7& zenG(sKR!O5#pA688+^ACuCx!5Of8gHWM-wIei&`!f&ZSlh|V7w{gB}3caxDl_Tt5t zqc#4-j9bl?1)Cc&Xw~~MU#fEUSB?1gq+AVSS1@)l@}!bOIWW*F;ehGE4aofDX*6x0 z|50x>O_z(6mD%iVxW^Nny=q>qtwDpbB!nbalP!-O8Mk&E=}gn|#)eJJ3OD-%ymgI4 zTfE~~g5pVP!q>E9UH^Xz5CFyt8gG9_H|x5XWw$5L#-6vYccL39Xdb;W1BwSYCeXvQ|*3TAy2?VyB<9=Kkr_|83cbb*=K6RO6NB z(T2*g!jS9Y!(|0=+4d)6*-8MGBnvAulBJo2rKcsyo@8ZjX>CTbvnP?9@RvsZhY%Uf zIu(-m{|QH^PAny1+cyP|=n!svP%IlzSkb|3J$htND4WR+VkO3Ov%k$ffbMeGxq5$K G@_zuE;6>m7 diff --git a/colorpicker/res/drawable-mdpi/ic_colorpicker_swatch_selected.png b/colorpicker/res/drawable-mdpi/ic_colorpicker_swatch_selected.png deleted file mode 100644 index acbdecac269ea57935434357d986e8b974c10351..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1662 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 diff --git a/colorpicker/res/drawable/color_picker_swatch.xml b/colorpicker/res/drawable/color_picker_swatch.xml deleted file mode 100644 index db71091aa1..0000000000 --- a/colorpicker/res/drawable/color_picker_swatch.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - \ No newline at end of file diff --git a/colorpicker/res/layout/color_picker_dialog.xml b/colorpicker/res/layout/color_picker_dialog.xml deleted file mode 100644 index 75e0366e20..0000000000 --- a/colorpicker/res/layout/color_picker_dialog.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/colorpicker/res/layout/color_picker_swatch.xml b/colorpicker/res/layout/color_picker_swatch.xml deleted file mode 100644 index 1495820688..0000000000 --- a/colorpicker/res/layout/color_picker_swatch.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/colorpicker/res/values-af/strings.xml b/colorpicker/res/values-af/strings.xml deleted file mode 100644 index 2622bcd3e2..0000000000 --- a/colorpicker/res/values-af/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Kies \'n kleur" - "Kleur %1$d" - "Kleur %1$d gekies" - diff --git a/colorpicker/res/values-am/strings.xml b/colorpicker/res/values-am/strings.xml deleted file mode 100644 index 47bd2b8149..0000000000 --- a/colorpicker/res/values-am/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "ቀለም ምረጥ" - "ቀለም %1$d" - "ቀለም %1$d ተመርጧል" - diff --git a/colorpicker/res/values-ar/strings.xml b/colorpicker/res/values-ar/strings.xml deleted file mode 100644 index e619ee4e20..0000000000 --- a/colorpicker/res/values-ar/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "تحديد لون:" - "اللون %1$d" - "تم تحديد اللون %1$d" - diff --git a/colorpicker/res/values-az/strings.xml b/colorpicker/res/values-az/strings.xml deleted file mode 100644 index 14e3d02636..0000000000 --- a/colorpicker/res/values-az/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Bir rəng seçin" - "Rəng %1$d" - "Rəng %1$d seçilib" - diff --git a/colorpicker/res/values-b+sr+Latn/strings.xml b/colorpicker/res/values-b+sr+Latn/strings.xml deleted file mode 100644 index 73657dbd15..0000000000 --- a/colorpicker/res/values-b+sr+Latn/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Izaberite boju" - "Boja %1$d" - "Boja %1$d je izabrana" - diff --git a/colorpicker/res/values-be/strings.xml b/colorpicker/res/values-be/strings.xml deleted file mode 100644 index 1e84291dd9..0000000000 --- a/colorpicker/res/values-be/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Выберыце колер" - "Колер: %1$d" - "Выбраны колер %1$d" - diff --git a/colorpicker/res/values-bg/strings.xml b/colorpicker/res/values-bg/strings.xml deleted file mode 100644 index 979f2d6275..0000000000 --- a/colorpicker/res/values-bg/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Избиране на цвят" - "Цвят %1$d" - "Избрахте цвят %1$d" - diff --git a/colorpicker/res/values-bn/strings.xml b/colorpicker/res/values-bn/strings.xml deleted file mode 100644 index 3ded2f8211..0000000000 --- a/colorpicker/res/values-bn/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "একটি রঙ বেছে নিন" - "রঙ %1$d" - "%1$d রঙ নির্বাচন করা হয়েছে" - diff --git a/colorpicker/res/values-bs/strings.xml b/colorpicker/res/values-bs/strings.xml deleted file mode 100644 index 29a8b7cff3..0000000000 --- a/colorpicker/res/values-bs/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Odaberite boju" - "Boja %1$d" - "Boja %1$d je odabrana" - diff --git a/colorpicker/res/values-ca/strings.xml b/colorpicker/res/values-ca/strings.xml deleted file mode 100644 index 613b935d3c..0000000000 --- a/colorpicker/res/values-ca/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Selecciona un color" - "Color %1$d" - "S\'ha seleccionat el color %1$d" - diff --git a/colorpicker/res/values-cs/strings.xml b/colorpicker/res/values-cs/strings.xml deleted file mode 100644 index 08aaab87c7..0000000000 --- a/colorpicker/res/values-cs/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Vyberte barvu" - "Barva %1$d" - "Barva %1$d je vybrána" - diff --git a/colorpicker/res/values-da/strings.xml b/colorpicker/res/values-da/strings.xml deleted file mode 100644 index ff3bfb5933..0000000000 --- a/colorpicker/res/values-da/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Vælg en farve" - "Farve %1$d" - "Farve %1$d valgt" - diff --git a/colorpicker/res/values-de/strings.xml b/colorpicker/res/values-de/strings.xml deleted file mode 100644 index f8ef0ba149..0000000000 --- a/colorpicker/res/values-de/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Farbe auswählen:" - "Farbe %1$d" - "Farbe %1$d ausgewählt" - diff --git a/colorpicker/res/values-el/strings.xml b/colorpicker/res/values-el/strings.xml deleted file mode 100644 index d72feb0a61..0000000000 --- a/colorpicker/res/values-el/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Επιλέξτε χρώμα" - "Χρώμα %1$d" - "Επιλέχτηκε το χρώμα %1$d" - diff --git a/colorpicker/res/values-en-rAU/strings.xml b/colorpicker/res/values-en-rAU/strings.xml deleted file mode 100644 index 0d2fdc32cb..0000000000 --- a/colorpicker/res/values-en-rAU/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - diff --git a/colorpicker/res/values-en-rCA/strings.xml b/colorpicker/res/values-en-rCA/strings.xml deleted file mode 100644 index 0d2fdc32cb..0000000000 --- a/colorpicker/res/values-en-rCA/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - diff --git a/colorpicker/res/values-en-rGB/strings.xml b/colorpicker/res/values-en-rGB/strings.xml deleted file mode 100644 index 0d2fdc32cb..0000000000 --- a/colorpicker/res/values-en-rGB/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - diff --git a/colorpicker/res/values-en-rIN/strings.xml b/colorpicker/res/values-en-rIN/strings.xml deleted file mode 100644 index 0d2fdc32cb..0000000000 --- a/colorpicker/res/values-en-rIN/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Select a Colour" - "Colour %1$d" - "Colour %1$d selected" - diff --git a/colorpicker/res/values-en-rXC/strings.xml b/colorpicker/res/values-en-rXC/strings.xml deleted file mode 100644 index e170dad527..0000000000 --- a/colorpicker/res/values-en-rXC/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‎‏‏‎‎‎‏‎‏‎‏‎‏‎‎‎‎‏‎‎‏‎‏‎‏‎‎‏‎‏‎‎‎‏‏‏‎‏‏‏‏‏‏‎‎‏‎‏‏‎‎‏‎‎‏‏‏‏‏‎‎‏‏‎Select a Color‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‏‎‏‎‏‎‎‎‎‎‎‎‎‏‎‎‎‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‏‏‎‏‏‏‎‏‏‏‎‏‎‎‎‏‏‏‏‏‎‏‏‎‏‏‏‏‎‏‎‎‎Color ‎‏‎‎‏‏‎%1$d‎‏‎‎‏‏‏‎‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‏‏‏‎‎‎‏‎‏‏‎‏‎‏‏‎‏‏‏‏‎‎‏‎‏‎‏‎‎‎‏‏‎‎‏‎‏‏‏‎‎‎‎‏‎‏‏‎‏‏‎‏‏‏‎‏‎‎‎‎‏‎‏‎‎‎Color ‎‏‎‎‏‏‎%1$d‎‏‎‎‏‏‏‎ selected‎‏‎‎‏‎" - diff --git a/colorpicker/res/values-es-rUS/strings.xml b/colorpicker/res/values-es-rUS/strings.xml deleted file mode 100644 index c7ff625aef..0000000000 --- a/colorpicker/res/values-es-rUS/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Seleccionar un color" - "Color %1$d" - "Color %1$d seleccionado" - diff --git a/colorpicker/res/values-es/strings.xml b/colorpicker/res/values-es/strings.xml deleted file mode 100644 index 5a8db84e40..0000000000 --- a/colorpicker/res/values-es/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Selecciona un color" - "Color %1$d" - "Color %1$d seleccionado" - diff --git a/colorpicker/res/values-et/strings.xml b/colorpicker/res/values-et/strings.xml deleted file mode 100644 index 544e32cf0a..0000000000 --- a/colorpicker/res/values-et/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Valige värv" - "Värv %1$d" - "Valitud on värv %1$d" - diff --git a/colorpicker/res/values-eu/strings.xml b/colorpicker/res/values-eu/strings.xml deleted file mode 100644 index ddb1966476..0000000000 --- a/colorpicker/res/values-eu/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Hautatu kolorea" - "%1$d" - "%1$d hautatu da" - diff --git a/colorpicker/res/values-fa/strings.xml b/colorpicker/res/values-fa/strings.xml deleted file mode 100644 index ebc96f19bd..0000000000 --- a/colorpicker/res/values-fa/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "انتخاب رنگ" - "رنگ %1$d" - "رنگ %1$d انتخاب شد" - diff --git a/colorpicker/res/values-fi/strings.xml b/colorpicker/res/values-fi/strings.xml deleted file mode 100644 index 55298668fb..0000000000 --- a/colorpicker/res/values-fi/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Valitse väri" - "Väri %1$d" - "Väri %1$d on valittu" - diff --git a/colorpicker/res/values-fr-rCA/strings.xml b/colorpicker/res/values-fr-rCA/strings.xml deleted file mode 100644 index 4a68b78c9c..0000000000 --- a/colorpicker/res/values-fr-rCA/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Sélectionnez une couleur" - "Couleur %1$d" - "Couleur %1$d sélectionnée" - diff --git a/colorpicker/res/values-fr/strings.xml b/colorpicker/res/values-fr/strings.xml deleted file mode 100644 index 61ae1c34a2..0000000000 --- a/colorpicker/res/values-fr/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Sélectionner une couleur" - "Couleur %1$d" - "Couleur %1$d sélectionnée" - diff --git a/colorpicker/res/values-gl/strings.xml b/colorpicker/res/values-gl/strings.xml deleted file mode 100644 index 264956a4fe..0000000000 --- a/colorpicker/res/values-gl/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Selecciona unha cor" - "Cor %1$d" - "Seleccionouse a cor %1$d" - diff --git a/colorpicker/res/values-gu/strings.xml b/colorpicker/res/values-gu/strings.xml deleted file mode 100644 index 5b7215a748..0000000000 --- a/colorpicker/res/values-gu/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "એક રંગ પસંદ કરો" - "રંગ %1$d" - "રંગ %1$d પસંદ કર્યો" - diff --git a/colorpicker/res/values-hi/strings.xml b/colorpicker/res/values-hi/strings.xml deleted file mode 100644 index 7b27b66ca6..0000000000 --- a/colorpicker/res/values-hi/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "कोई रंग चुनें:" - "रंग %1$d" - "रंग %1$d चयनित" - diff --git a/colorpicker/res/values-hr/strings.xml b/colorpicker/res/values-hr/strings.xml deleted file mode 100644 index 2ad3fcf59f..0000000000 --- a/colorpicker/res/values-hr/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Odabir boje" - "Boja %1$d" - "Odabrana je boja %1$d" - diff --git a/colorpicker/res/values-hu/strings.xml b/colorpicker/res/values-hu/strings.xml deleted file mode 100644 index 4e2294409f..0000000000 --- a/colorpicker/res/values-hu/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Válasszon színt" - "%1$d. szín" - "%1$d. szín kiválasztva" - diff --git a/colorpicker/res/values-hy/strings.xml b/colorpicker/res/values-hy/strings.xml deleted file mode 100644 index 5a63133567..0000000000 --- a/colorpicker/res/values-hy/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Ընտրեք գույնը" - "Գույնը %1$d" - "Ընտրվել է %1$d գույնը" - diff --git a/colorpicker/res/values-in/strings.xml b/colorpicker/res/values-in/strings.xml deleted file mode 100644 index ef7d665780..0000000000 --- a/colorpicker/res/values-in/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Pilih warna:" - "Warna %1$d" - "Warna %1$d dipilih" - diff --git a/colorpicker/res/values-is/strings.xml b/colorpicker/res/values-is/strings.xml deleted file mode 100644 index 1998b88379..0000000000 --- a/colorpicker/res/values-is/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Veldu lit" - "Litur %1$d" - "Liturinn %1$d valinn" - diff --git a/colorpicker/res/values-it/strings.xml b/colorpicker/res/values-it/strings.xml deleted file mode 100644 index 8b899e47df..0000000000 --- a/colorpicker/res/values-it/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Seleziona un colore" - "Colore %1$d" - "Colore selezionato: %1$d" - diff --git a/colorpicker/res/values-iw/strings.xml b/colorpicker/res/values-iw/strings.xml deleted file mode 100644 index a4511f9cef..0000000000 --- a/colorpicker/res/values-iw/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "בחר צבע" - "צבע %1$d" - "צבע %1$d נבחר" - diff --git a/colorpicker/res/values-ja/strings.xml b/colorpicker/res/values-ja/strings.xml deleted file mode 100644 index 7454447680..0000000000 --- a/colorpicker/res/values-ja/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "色の選択" - "色%1$d" - "色%1$dを選択しました" - diff --git a/colorpicker/res/values-ka/strings.xml b/colorpicker/res/values-ka/strings.xml deleted file mode 100644 index 594ba6d605..0000000000 --- a/colorpicker/res/values-ka/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "ფერის არჩევა" - "ფერი %1$d" - "არჩეულია ფერი %1$d" - diff --git a/colorpicker/res/values-kk/strings.xml b/colorpicker/res/values-kk/strings.xml deleted file mode 100644 index 1eb2f26e72..0000000000 --- a/colorpicker/res/values-kk/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Түсті таңдаңыз" - "%1$d түсі" - "%1$d түсі таңдалды" - diff --git a/colorpicker/res/values-km/strings.xml b/colorpicker/res/values-km/strings.xml deleted file mode 100644 index 7ca023bdb8..0000000000 --- a/colorpicker/res/values-km/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "ជ្រើស​ពណ៌" - "ពណ៌ %1$d" - "បាន​ជ្រើស​ពណ៌ %1$d" - diff --git a/colorpicker/res/values-kn/strings.xml b/colorpicker/res/values-kn/strings.xml deleted file mode 100644 index 35becd1d9a..0000000000 --- a/colorpicker/res/values-kn/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "ಬಣ್ಣ ಆಯ್ಕೆಮಾಡಿ" - "ಬಣ್ಣ %1$d" - "%1$d ಬಣ್ಣವನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ" - diff --git a/colorpicker/res/values-ko/strings.xml b/colorpicker/res/values-ko/strings.xml deleted file mode 100644 index 5e06f99e42..0000000000 --- a/colorpicker/res/values-ko/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "색상 선택" - "색상 %1$d" - "색상 %1$d이(가) 선택됨" - diff --git a/colorpicker/res/values-ky/strings.xml b/colorpicker/res/values-ky/strings.xml deleted file mode 100644 index cb0f8897ca..0000000000 --- a/colorpicker/res/values-ky/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Түс тандаңыз" - "Түс %1$d" - "%1$d түс тандалды" - diff --git a/colorpicker/res/values-lo/strings.xml b/colorpicker/res/values-lo/strings.xml deleted file mode 100644 index 8f005fee2e..0000000000 --- a/colorpicker/res/values-lo/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "ເລືອກ​ສີ​" - "ສີ %1$d" - "​ເລືອກສີ %1$d" - diff --git a/colorpicker/res/values-lt/strings.xml b/colorpicker/res/values-lt/strings.xml deleted file mode 100644 index 16109525f4..0000000000 --- a/colorpicker/res/values-lt/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Pasirinkite spalvą" - "%1$d spalva" - "%1$d spalva pasirinkta" - diff --git a/colorpicker/res/values-lv/strings.xml b/colorpicker/res/values-lv/strings.xml deleted file mode 100644 index e844bce49b..0000000000 --- a/colorpicker/res/values-lv/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Krāsas atlase" - "Krāsa Nr. %1$d" - "Atlasīta krāsa Nr. %1$d" - diff --git a/colorpicker/res/values-mk/strings.xml b/colorpicker/res/values-mk/strings.xml deleted file mode 100644 index 46bf1c061a..0000000000 --- a/colorpicker/res/values-mk/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Изберете боја" - "Боја %1$d" - "Избрана е %1$d боја" - diff --git a/colorpicker/res/values-ml/strings.xml b/colorpicker/res/values-ml/strings.xml deleted file mode 100644 index d5c12305f3..0000000000 --- a/colorpicker/res/values-ml/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "ഒരു വർണ്ണം തിരഞ്ഞെടുക്കുക" - "വർണ്ണം %1$d" - "വർണ്ണം %1$d തിരഞ്ഞെടുത്തു" - diff --git a/colorpicker/res/values-mn/strings.xml b/colorpicker/res/values-mn/strings.xml deleted file mode 100644 index 25041c5962..0000000000 --- a/colorpicker/res/values-mn/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Өнгө сонгоно уу" - "Өнгө %1$d" - "Өнгө %1$d сонгогдсон" - diff --git a/colorpicker/res/values-mr/strings.xml b/colorpicker/res/values-mr/strings.xml deleted file mode 100644 index 8b9c6170db..0000000000 --- a/colorpicker/res/values-mr/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "एक रंग निवडा" - "रंग %1$d" - "%1$d रंग निवडला" - diff --git a/colorpicker/res/values-ms/strings.xml b/colorpicker/res/values-ms/strings.xml deleted file mode 100644 index fbac381a82..0000000000 --- a/colorpicker/res/values-ms/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Pilih Warna" - "Warna %1$d" - "Warna %1$d dipilih" - diff --git a/colorpicker/res/values-my/strings.xml b/colorpicker/res/values-my/strings.xml deleted file mode 100644 index eb3f1cbb86..0000000000 --- a/colorpicker/res/values-my/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "အရောင်ကို ရွေးပါ" - "အရောင် %1$d" - "အရောင်ကို %1$d ရွေးပြီး" - diff --git a/colorpicker/res/values-nb/strings.xml b/colorpicker/res/values-nb/strings.xml deleted file mode 100644 index ce5a81e702..0000000000 --- a/colorpicker/res/values-nb/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Velg en farge" - "Farge %1$d" - "Farge %1$d er valgt" - diff --git a/colorpicker/res/values-ne/strings.xml b/colorpicker/res/values-ne/strings.xml deleted file mode 100644 index d3a727536d..0000000000 --- a/colorpicker/res/values-ne/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "एउटा रङ्ग चयन गर्नहोस्" - "रङ्ग %1$d" - "%1$d रङ्ग चयन गरियो" - diff --git a/colorpicker/res/values-nl/strings.xml b/colorpicker/res/values-nl/strings.xml deleted file mode 100644 index 2dec3eaf13..0000000000 --- a/colorpicker/res/values-nl/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Een kleur selecteren" - "Kleur %1$d" - "Kleur %1$d geselecteerd" - diff --git a/colorpicker/res/values-or/strings.xml b/colorpicker/res/values-or/strings.xml deleted file mode 100644 index f2d2f28a82..0000000000 --- a/colorpicker/res/values-or/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "ଗୋଟିଏ ରଙ୍ଗ ବାଛନ୍ତୁ" - "ରଙ୍ଗ %1$d" - "%1$d ରଙ୍ଗ ଚୟନ କରାଗଲା" - diff --git a/colorpicker/res/values-pa/strings.xml b/colorpicker/res/values-pa/strings.xml deleted file mode 100644 index 9fecb18c3c..0000000000 --- a/colorpicker/res/values-pa/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "ਇੱਕ ਰੰਗ ਚੁਣੋ" - "ਰੰਗ %1$d" - "ਰੰਗ %1$d ਚੁਣਿਆ ਗਿਆ" - diff --git a/colorpicker/res/values-pl/strings.xml b/colorpicker/res/values-pl/strings.xml deleted file mode 100644 index 04b43ec8c9..0000000000 --- a/colorpicker/res/values-pl/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Wybierz kolor" - "Kolor %1$d" - "Wybrałeś kolor %1$d" - diff --git a/colorpicker/res/values-pt-rPT/strings.xml b/colorpicker/res/values-pt-rPT/strings.xml deleted file mode 100644 index 30fd75b87c..0000000000 --- a/colorpicker/res/values-pt-rPT/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Selecionar uma Cor" - "Cor %1$d" - "Cor %1$d selecionada" - diff --git a/colorpicker/res/values-pt/strings.xml b/colorpicker/res/values-pt/strings.xml deleted file mode 100644 index 5eca2e0858..0000000000 --- a/colorpicker/res/values-pt/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Selecione uma cor" - "Cor %1$d" - "Cor %1$d selecionada" - diff --git a/colorpicker/res/values-ro/strings.xml b/colorpicker/res/values-ro/strings.xml deleted file mode 100644 index bcc245d0e0..0000000000 --- a/colorpicker/res/values-ro/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Selectați o culoare" - "Culoarea %1$d" - "Culoarea %1$d este selectată" - diff --git a/colorpicker/res/values-ru/strings.xml b/colorpicker/res/values-ru/strings.xml deleted file mode 100644 index 0fc7a229f6..0000000000 --- a/colorpicker/res/values-ru/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Выберите цвет" - "Цвет: %1$d" - "Выбран цвет %1$d" - diff --git a/colorpicker/res/values-si/strings.xml b/colorpicker/res/values-si/strings.xml deleted file mode 100644 index 3aa4bf0d5a..0000000000 --- a/colorpicker/res/values-si/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "වර්ණයක් තෝරන්න" - "වර්ණය %1$d" - "%1$d වර්ණය තෝරාගන්නා ලදී" - diff --git a/colorpicker/res/values-sk/strings.xml b/colorpicker/res/values-sk/strings.xml deleted file mode 100644 index 900d3b2c23..0000000000 --- a/colorpicker/res/values-sk/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Vyberte farbu" - "Farba %1$d" - "Bola vybratá farba %1$d" - diff --git a/colorpicker/res/values-sl/strings.xml b/colorpicker/res/values-sl/strings.xml deleted file mode 100644 index e62c9d3243..0000000000 --- a/colorpicker/res/values-sl/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Izberite barvo:" - "Barva %1$d" - "Izbrana je barva %1$d" - diff --git a/colorpicker/res/values-sq/strings.xml b/colorpicker/res/values-sq/strings.xml deleted file mode 100644 index 2e21621c48..0000000000 --- a/colorpicker/res/values-sq/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Zgjidh një ngjyrë" - "Ngjyra %1$d" - "U zgjodh ngjyra %1$d" - diff --git a/colorpicker/res/values-sr/strings.xml b/colorpicker/res/values-sr/strings.xml deleted file mode 100644 index 6ca8340de3..0000000000 --- a/colorpicker/res/values-sr/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Изаберите боју" - "Боја %1$d" - "Боја %1$d је изабрана" - diff --git a/colorpicker/res/values-sv/strings.xml b/colorpicker/res/values-sv/strings.xml deleted file mode 100644 index ac2514b1b8..0000000000 --- a/colorpicker/res/values-sv/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Välj en färg" - "Färg %1$d" - "Färg %1$d vald" - diff --git a/colorpicker/res/values-sw/strings.xml b/colorpicker/res/values-sw/strings.xml deleted file mode 100644 index fb1d587f12..0000000000 --- a/colorpicker/res/values-sw/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Chagua Rangi" - "Rangi %1$d" - "Rangi %1$d iliyochaguliwa" - diff --git a/colorpicker/res/values-ta/strings.xml b/colorpicker/res/values-ta/strings.xml deleted file mode 100644 index bb5a952cfa..0000000000 --- a/colorpicker/res/values-ta/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "வண்ணத்தைத் தேர்ந்தெடுக்கவும்" - "வண்ணம் %1$d" - "வண்ணம் %1$d தேர்ந்தெடுக்கப்பட்டது" - diff --git a/colorpicker/res/values-te/strings.xml b/colorpicker/res/values-te/strings.xml deleted file mode 100644 index 97332f96bf..0000000000 --- a/colorpicker/res/values-te/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "రంగును ఎంచుకోండి" - "రంగు %1$d" - "రంగు %1$d ఎంచుకోబడింది" - diff --git a/colorpicker/res/values-th/strings.xml b/colorpicker/res/values-th/strings.xml deleted file mode 100644 index e2d2934c55..0000000000 --- a/colorpicker/res/values-th/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "เลือกสี" - "สี %1$d" - "เลือกสี %1$d" - diff --git a/colorpicker/res/values-tl/strings.xml b/colorpicker/res/values-tl/strings.xml deleted file mode 100644 index e7fb303cd0..0000000000 --- a/colorpicker/res/values-tl/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Pumili ng Kulay" - "Kulay na %1$d" - "Napili ang kulay na %1$d" - diff --git a/colorpicker/res/values-tr/strings.xml b/colorpicker/res/values-tr/strings.xml deleted file mode 100644 index 4157d964e3..0000000000 --- a/colorpicker/res/values-tr/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Bir Renk Seçin" - "Renk %1$d" - "Renk %1$d seçildi" - diff --git a/colorpicker/res/values-uk/strings.xml b/colorpicker/res/values-uk/strings.xml deleted file mode 100644 index a8bf87bd5e..0000000000 --- a/colorpicker/res/values-uk/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Вибрати колір" - "Колір %1$d" - "Вибрано колір: %1$d" - diff --git a/colorpicker/res/values-ur/strings.xml b/colorpicker/res/values-ur/strings.xml deleted file mode 100644 index f74847148e..0000000000 --- a/colorpicker/res/values-ur/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "ایک رنگ منتخب کریں" - "رنگ %1$d" - "رنگ %1$d منتخب کیا گیا" - diff --git a/colorpicker/res/values-uz/strings.xml b/colorpicker/res/values-uz/strings.xml deleted file mode 100644 index 81ac010742..0000000000 --- a/colorpicker/res/values-uz/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Rang tanlash" - "%1$d rangi" - "%1$d rangi tanlandi" - diff --git a/colorpicker/res/values-vi/strings.xml b/colorpicker/res/values-vi/strings.xml deleted file mode 100644 index e027169a72..0000000000 --- a/colorpicker/res/values-vi/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Chọn màu" - "Màu %1$d" - "Đã chọn màu %1$d" - diff --git a/colorpicker/res/values-zh-rCN/strings.xml b/colorpicker/res/values-zh-rCN/strings.xml deleted file mode 100644 index c1c1d58f20..0000000000 --- a/colorpicker/res/values-zh-rCN/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "选择颜色" - "颜色 %1$d" - "已选择颜色 %1$d" - diff --git a/colorpicker/res/values-zh-rHK/strings.xml b/colorpicker/res/values-zh-rHK/strings.xml deleted file mode 100644 index 5fffb7f923..0000000000 --- a/colorpicker/res/values-zh-rHK/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "選取顏色" - "顏色 %1$d" - "已選取顏色 %1$d" - diff --git a/colorpicker/res/values-zh-rTW/strings.xml b/colorpicker/res/values-zh-rTW/strings.xml deleted file mode 100644 index 86e4782e06..0000000000 --- a/colorpicker/res/values-zh-rTW/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "選取顏色" - "色彩 %1$d" - "已選取色彩 %1$d" - diff --git a/colorpicker/res/values-zu/strings.xml b/colorpicker/res/values-zu/strings.xml deleted file mode 100644 index 98e213f6b6..0000000000 --- a/colorpicker/res/values-zu/strings.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - "Khetha umbala" - "Umbala we-%1$d" - "Umbala we-%1$d ukhethiwe" - diff --git a/colorpicker/res/values/dimens.xml b/colorpicker/res/values/dimens.xml deleted file mode 100644 index fc78f2f748..0000000000 --- a/colorpicker/res/values/dimens.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - 64dip - 48dip - 8dip - 4dip - \ No newline at end of file diff --git a/colorpicker/res/values/strings.xml b/colorpicker/res/values/strings.xml deleted file mode 100644 index a9bf37aa6f..0000000000 --- a/colorpicker/res/values/strings.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Select a Color - - Color %1$d - - Color %1$d selected - \ No newline at end of file diff --git a/colorpicker/src/com/android/colorpicker/ColorPickerDialog.java b/colorpicker/src/com/android/colorpicker/ColorPickerDialog.java deleted file mode 100644 index aabc2d1b92..0000000000 --- a/colorpicker/src/com/android/colorpicker/ColorPickerDialog.java +++ /dev/null @@ -1,214 +0,0 @@ -/* - * Copyright (C) 2013 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.android.colorpicker; - -import android.app.Activity; -import android.app.Dialog; -import android.os.Bundle; -import android.view.LayoutInflater; -import android.view.View; -import android.widget.ProgressBar; - -import androidx.appcompat.app.AlertDialog; -import androidx.fragment.app.DialogFragment; - -import com.android.colorpicker.ColorPickerSwatch.OnColorSelectedListener; - -/** - * A dialog which takes in as input an array of colors and creates a palette allowing the user to - * select a specific color swatch, which invokes a listener. - */ -public class ColorPickerDialog extends DialogFragment implements OnColorSelectedListener { - - public static final int SIZE_LARGE = 1; - public static final int SIZE_SMALL = 2; - - protected AlertDialog mAlertDialog; - - protected static final String KEY_TITLE_ID = "title_id"; - protected static final String KEY_COLORS = "colors"; - protected static final String KEY_COLOR_CONTENT_DESCRIPTIONS = "color_content_descriptions"; - protected static final String KEY_SELECTED_COLOR = "selected_color"; - protected static final String KEY_COLUMNS = "columns"; - protected static final String KEY_SIZE = "size"; - - protected int mTitleResId = R.string.color_picker_default_title; - protected int[] mColors = null; - protected String[] mColorContentDescriptions = null; - protected int mSelectedColor; - protected int mColumns; - protected int mSize; - - private ColorPickerPalette mPalette; - private ProgressBar mProgress; - - protected OnColorSelectedListener mListener; - - public ColorPickerDialog() { - // Empty constructor required for dialog fragments. - } - - public static ColorPickerDialog newInstance(int titleResId, int[] colors, int selectedColor, - int columns, int size) { - ColorPickerDialog ret = new ColorPickerDialog(); - ret.initialize(titleResId, colors, selectedColor, columns, size); - return ret; - } - - public void initialize(int titleResId, int[] colors, int selectedColor, int columns, int size) { - setArguments(titleResId, columns, size); - setColors(colors, selectedColor); - } - - public void setArguments(int titleResId, int columns, int size) { - Bundle bundle = new Bundle(); - bundle.putInt(KEY_TITLE_ID, titleResId); - bundle.putInt(KEY_COLUMNS, columns); - bundle.putInt(KEY_SIZE, size); - setArguments(bundle); - } - - public void setOnColorSelectedListener(OnColorSelectedListener listener) { - mListener = listener; - } - - @Override - public void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - - if (getArguments() != null) { - mTitleResId = getArguments().getInt(KEY_TITLE_ID); - mColumns = getArguments().getInt(KEY_COLUMNS); - mSize = getArguments().getInt(KEY_SIZE); - } - - if (savedInstanceState != null) { - mColors = savedInstanceState.getIntArray(KEY_COLORS); - mSelectedColor = (Integer) savedInstanceState.getSerializable(KEY_SELECTED_COLOR); - mColorContentDescriptions = savedInstanceState.getStringArray( - KEY_COLOR_CONTENT_DESCRIPTIONS); - } - } - - @Override - public Dialog onCreateDialog(Bundle savedInstanceState) { - final Activity activity = getActivity(); - - View view = LayoutInflater.from(getActivity()).inflate(R.layout.color_picker_dialog, null); - mProgress = (ProgressBar) view.findViewById(android.R.id.progress); - mPalette = (ColorPickerPalette) view.findViewById(R.id.color_picker); - mPalette.init(mSize, mColumns, this); - - if (mColors != null) { - showPaletteView(); - } - - mAlertDialog = new AlertDialog.Builder(activity) - .setTitle(mTitleResId) - .setView(view) - .create(); - - return mAlertDialog; - } - - @Override - public void onColorSelected(int color) { - if (mListener != null) { - mListener.onColorSelected(color); - } - - if (getTargetFragment() instanceof OnColorSelectedListener) { - final OnColorSelectedListener listener = - (OnColorSelectedListener) getTargetFragment(); - listener.onColorSelected(color); - } - - if (color != mSelectedColor) { - mSelectedColor = color; - // Redraw palette to show checkmark on newly selected color before dismissing. - mPalette.drawPalette(mColors, mSelectedColor); - } - - dismiss(); - } - - public void showPaletteView() { - if (mProgress != null && mPalette != null) { - mProgress.setVisibility(View.GONE); - refreshPalette(); - mPalette.setVisibility(View.VISIBLE); - } - } - - public void showProgressBarView() { - if (mProgress != null && mPalette != null) { - mProgress.setVisibility(View.VISIBLE); - mPalette.setVisibility(View.GONE); - } - } - - public void setColors(int[] colors, int selectedColor) { - if (mColors != colors || mSelectedColor != selectedColor) { - mColors = colors; - mSelectedColor = selectedColor; - refreshPalette(); - } - } - - public void setColors(int[] colors) { - if (mColors != colors) { - mColors = colors; - refreshPalette(); - } - } - - public void setSelectedColor(int color) { - if (mSelectedColor != color) { - mSelectedColor = color; - refreshPalette(); - } - } - - public void setColorContentDescriptions(String[] colorContentDescriptions) { - if (mColorContentDescriptions != colorContentDescriptions) { - mColorContentDescriptions = colorContentDescriptions; - refreshPalette(); - } - } - - private void refreshPalette() { - if (mPalette != null && mColors != null) { - mPalette.drawPalette(mColors, mSelectedColor, mColorContentDescriptions); - } - } - - public int[] getColors() { - return mColors; - } - - public int getSelectedColor() { - return mSelectedColor; - } - - @Override - public void onSaveInstanceState(Bundle outState) { - super.onSaveInstanceState(outState); - outState.putIntArray(KEY_COLORS, mColors); - outState.putSerializable(KEY_SELECTED_COLOR, mSelectedColor); - outState.putStringArray(KEY_COLOR_CONTENT_DESCRIPTIONS, mColorContentDescriptions); - } -} diff --git a/colorpicker/src/com/android/colorpicker/ColorPickerPalette.java b/colorpicker/src/com/android/colorpicker/ColorPickerPalette.java deleted file mode 100644 index 9ca46c33f1..0000000000 --- a/colorpicker/src/com/android/colorpicker/ColorPickerPalette.java +++ /dev/null @@ -1,194 +0,0 @@ -/* - * Copyright (C) 2013 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.android.colorpicker; - -import android.content.Context; -import android.content.res.Resources; -import android.util.AttributeSet; -import android.view.View; -import android.view.ViewGroup; -import android.widget.ImageView; -import android.widget.TableLayout; -import android.widget.TableRow; - -import com.android.colorpicker.ColorPickerSwatch.OnColorSelectedListener; - -/** - * A color picker custom view which creates an grid of color squares. The number of squares per - * row (and the padding between the squares) is determined by the user. - */ -public class ColorPickerPalette extends TableLayout { - - public OnColorSelectedListener mOnColorSelectedListener; - - private String mDescription; - private String mDescriptionSelected; - - private int mSwatchLength; - private int mMarginSize; - private int mNumColumns; - - public ColorPickerPalette(Context context, AttributeSet attrs) { - super(context, attrs); - } - - public ColorPickerPalette(Context context) { - super(context); - } - - /** - * Initialize the size, columns, and listener. Size should be a pre-defined size (SIZE_LARGE - * or SIZE_SMALL) from ColorPickerDialogFragment. - */ - public void init(int size, int columns, OnColorSelectedListener listener) { - mNumColumns = columns; - Resources res = getResources(); - if (size == ColorPickerDialog.SIZE_LARGE) { - mSwatchLength = res.getDimensionPixelSize(R.dimen.color_swatch_large); - mMarginSize = res.getDimensionPixelSize(R.dimen.color_swatch_margins_large); - } else { - mSwatchLength = res.getDimensionPixelSize(R.dimen.color_swatch_small); - mMarginSize = res.getDimensionPixelSize(R.dimen.color_swatch_margins_small); - } - mOnColorSelectedListener = listener; - - mDescription = res.getString(R.string.color_swatch_description); - mDescriptionSelected = res.getString(R.string.color_swatch_description_selected); - } - - private TableRow createTableRow() { - TableRow row = new TableRow(getContext()); - ViewGroup.LayoutParams params = new ViewGroup.LayoutParams(LayoutParams.WRAP_CONTENT, - LayoutParams.WRAP_CONTENT); - row.setLayoutParams(params); - return row; - } - - /** - * Adds swatches to table in a serpentine format. - */ - public void drawPalette(int[] colors, int selectedColor) { - drawPalette(colors, selectedColor, null); - } - - /** - * Adds swatches to table in a serpentine format. - */ - public void drawPalette(int[] colors, int selectedColor, String[] colorContentDescriptions) { - if (colors == null) { - return; - } - - this.removeAllViews(); - int tableElements = 0; - int rowElements = 0; - int rowNumber = 0; - - // Fills the table with swatches based on the array of colors. - TableRow row = createTableRow(); - for (int color : colors) { - View colorSwatch = createColorSwatch(color, selectedColor); - setSwatchDescription(rowNumber, tableElements, rowElements, color == selectedColor, - colorSwatch, colorContentDescriptions); - addSwatchToRow(row, colorSwatch, rowNumber); - - tableElements++; - rowElements++; - if (rowElements == mNumColumns) { - addView(row); - row = createTableRow(); - rowElements = 0; - rowNumber++; - } - } - - // Create blank views to fill the row if the last row has not been filled. - if (rowElements > 0) { - while (rowElements != mNumColumns) { - addSwatchToRow(row, createBlankSpace(), rowNumber); - rowElements++; - } - addView(row); - } - } - - /** - * Appends a swatch to the end of the row for even-numbered rows (starting with row 0), - * to the beginning of a row for odd-numbered rows. - */ - private static void addSwatchToRow(TableRow row, View swatch, int rowNumber) { - if (rowNumber % 2 == 0) { - row.addView(swatch); - } else { - row.addView(swatch, 0); - } - } - - /** - * Add a content description to the specified swatch view. Because the colors get added in a - * snaking form, every other row will need to compensate for the fact that the colors are added - * in an opposite direction from their left->right/top->bottom order, which is how the system - * will arrange them for accessibility purposes. - */ - private void setSwatchDescription(int rowNumber, int index, int rowElements, boolean selected, - View swatch, String[] contentDescriptions) { - String description; - if (contentDescriptions != null && contentDescriptions.length > index) { - description = contentDescriptions[index]; - } else { - int accessibilityIndex; - if (rowNumber % 2 == 0) { - // We're in a regular-ordered row - accessibilityIndex = index + 1; - } else { - // We're in a backwards-ordered row. - int rowMax = ((rowNumber + 1) * mNumColumns); - accessibilityIndex = rowMax - rowElements; - } - - if (selected) { - description = String.format(mDescriptionSelected, accessibilityIndex); - } else { - description = String.format(mDescription, accessibilityIndex); - } - } - swatch.setContentDescription(description); - } - - /** - * Creates a blank space to fill the row. - */ - private ImageView createBlankSpace() { - ImageView view = new ImageView(getContext()); - TableRow.LayoutParams params = new TableRow.LayoutParams(mSwatchLength, mSwatchLength); - params.setMargins(mMarginSize, mMarginSize, mMarginSize, mMarginSize); - view.setLayoutParams(params); - return view; - } - - /** - * Creates a color swatch. - */ - private ColorPickerSwatch createColorSwatch(int color, int selectedColor) { - ColorPickerSwatch view = new ColorPickerSwatch(getContext(), color, - color == selectedColor, mOnColorSelectedListener); - TableRow.LayoutParams params = new TableRow.LayoutParams(mSwatchLength, mSwatchLength); - params.setMargins(mMarginSize, mMarginSize, mMarginSize, mMarginSize); - view.setLayoutParams(params); - return view; - } -} diff --git a/colorpicker/src/com/android/colorpicker/ColorPickerSwatch.java b/colorpicker/src/com/android/colorpicker/ColorPickerSwatch.java deleted file mode 100644 index a204c64763..0000000000 --- a/colorpicker/src/com/android/colorpicker/ColorPickerSwatch.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * Copyright (C) 2013 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.android.colorpicker; - -import android.content.Context; -import android.graphics.drawable.Drawable; -import android.view.LayoutInflater; -import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; - -/** - * Creates a circular swatch of a specified color. Adds a checkmark if marked as checked. - */ -public class ColorPickerSwatch extends FrameLayout implements View.OnClickListener { - private int mColor; - private ImageView mSwatchImage; - private ImageView mCheckmarkImage; - private OnColorSelectedListener mOnColorSelectedListener; - - /** - * Interface for a callback when a color square is selected. - */ - public interface OnColorSelectedListener { - - /** - * Called when a specific color square has been selected. - */ - public void onColorSelected(int color); - } - - public ColorPickerSwatch(Context context, int color, boolean checked, - OnColorSelectedListener listener) { - super(context); - mColor = color; - mOnColorSelectedListener = listener; - - LayoutInflater.from(context).inflate(R.layout.color_picker_swatch, this); - mSwatchImage = (ImageView) findViewById(R.id.color_picker_swatch); - mCheckmarkImage = (ImageView) findViewById(R.id.color_picker_checkmark); - setColor(color); - setChecked(checked); - setOnClickListener(this); - } - - protected void setColor(int color) { - Drawable[] colorDrawable = new Drawable[] - {getContext().getResources().getDrawable(R.drawable.color_picker_swatch)}; - mSwatchImage.setImageDrawable(new ColorStateDrawable(colorDrawable, color)); - } - - private void setChecked(boolean checked) { - if (checked) { - mCheckmarkImage.setVisibility(View.VISIBLE); - } else { - mCheckmarkImage.setVisibility(View.GONE); - } - } - - @Override - public void onClick(View v) { - if (mOnColorSelectedListener != null) { - mOnColorSelectedListener.onColorSelected(mColor); - } - } -} diff --git a/colorpicker/src/com/android/colorpicker/ColorStateDrawable.java b/colorpicker/src/com/android/colorpicker/ColorStateDrawable.java deleted file mode 100644 index 496f46cd5b..0000000000 --- a/colorpicker/src/com/android/colorpicker/ColorStateDrawable.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Copyright (C) 2013 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.android.colorpicker; - -import android.graphics.Color; -import android.graphics.PorterDuff; -import android.graphics.drawable.Drawable; -import android.graphics.drawable.LayerDrawable; - -/** - * A drawable which sets its color filter to a color specified by the user, and changes to a - * slightly darker color when pressed or focused. - */ -public class ColorStateDrawable extends LayerDrawable { - - private static final float PRESSED_STATE_MULTIPLIER = 0.70f; - - private int mColor; - - public ColorStateDrawable(Drawable[] layers, int color) { - super(layers); - mColor = color; - } - - @Override - protected boolean onStateChange(int[] states) { - boolean pressedOrFocused = false; - for (int state : states) { - if (state == android.R.attr.state_pressed || state == android.R.attr.state_focused) { - pressedOrFocused = true; - break; - } - } - - if (pressedOrFocused) { - super.setColorFilter(getPressedColor(mColor), PorterDuff.Mode.SRC_ATOP); - } else { - super.setColorFilter(mColor, PorterDuff.Mode.SRC_ATOP); - } - - return super.onStateChange(states); - } - - /** - * Given a particular color, adjusts its value by a multiplier. - */ - private static int getPressedColor(int color) { - float[] hsv = new float[3]; - Color.colorToHSV(color, hsv); - hsv[2] = hsv[2] * PRESSED_STATE_MULTIPLIER; - return Color.HSVToColor(hsv); - } - - @Override - public boolean isStateful() { - return true; - } -} diff --git a/colorpicker/src/com/android/colorpicker/HsvColorComparator.java b/colorpicker/src/com/android/colorpicker/HsvColorComparator.java deleted file mode 100644 index c44648f251..0000000000 --- a/colorpicker/src/com/android/colorpicker/HsvColorComparator.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Copyright (C) 2013 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.android.colorpicker; - -import android.graphics.Color; - -import java.util.Comparator; - -/** - * A color comparator which compares based on hue, saturation, and value. - */ -public class HsvColorComparator implements Comparator { - - @Override - public int compare(Integer lhs, Integer rhs) { - float[] hsv = new float[3]; - Color.colorToHSV(lhs, hsv); - float hue1 = hsv[0]; - float sat1 = hsv[1]; - float val1 = hsv[2]; - - float[] hsv2 = new float[3]; - Color.colorToHSV(rhs, hsv2); - float hue2 = hsv2[0]; - float sat2 = hsv2[1]; - float val2 = hsv2[2]; - - if (hue1 < hue2) { - return 1; - } else if (hue1 > hue2) { - return -1; - } else { - if (sat1 < sat2) { - return 1; - } else if (sat1 > sat2) { - return -1; - } else { - if (val1 < val2) { - return 1; - } else if (val1 > val2) { - return -1; - } - } - } - return 0; - } -}