code-troopers / android-betterpickers

[NO LONGER MAINTAINED] Android library for better Picker DialogFragments
2.68k stars 566 forks source link

Themes should use sensible system defaults #373

Open bpappin opened 6 years ago

bpappin commented 6 years ago

Being able to theme to the pickers is great, but would be much better if they simply used the system theme properties by default.

Almost all android apps now override:

<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>

Using at least those properties, would improve the easy of use immensely, and help developers keep consistency.