dewinjm / monthyear-picker

Month and Year picker library for Android
Apache License 2.0
35 stars 14 forks source link

Background color #9

Closed sharookh0077 closed 4 years ago

sharookh0077 commented 4 years ago

Hai, How to change background color of this datepicker?

dewinjm commented 4 years ago

Hi, sorry for answering late.

Add theandroid:background tag inside the Theme.AppCompat.Light.Dialog.Alert theme

<style name="AlertDialogCustom" parent="Theme.AppCompat.Light.Dialog.Alert">
    <item name="android:background">#FFFFFF</item>
</style>

This is a similar issue as #8