hedzr / android-file-chooser

a lightweight file/folder chooser or picker
Apache License 2.0
284 stars 62 forks source link

Quick change color method #86

Open MHKalantarian opened 4 years ago

MHKalantarian commented 4 years ago

Is there any method to quickly change the teal color everywhere to something else? without having to edit the whole style file top to bottom?

MHKalantarian commented 4 years ago

Messiest thing I could come up with was:

Project level colors.xml

    <!--File Picker Colors-->
    <color name="material_deep_teal_200" tools:override="true">#ffb352</color>
    <color name="material_deep_teal_500" tools:override="true">#f58220</color>