gregkorossy / DateTimePicker

Material themed DateTimePickers from the Android framework for all API levels (API 14+)
Apache License 2.0
73 stars 17 forks source link

DateTimePicker style error #6

Closed tcqq closed 6 years ago

tcqq commented 6 years ago

When theme Uses MaterialComponents Instead of AppCompat the Button style error.

tim 20180618222100tim 20180618222103

Style:

    <style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorSecondary">@color/colorSecondary</item>
    </style>
tcqq commented 6 years ago

Fixed. #7

gregkorossy commented 6 years ago

Fixed in v1.0.7-alpha3 (technically in alpha1 but that one didn't produce this error).