Flat-Dialog-Android
Flat-Dialog-Android copied to clipboard
setFirstButtonColor and setSecondButtonColor doesn't work
Hi ! I am trying to set color on buttons, but it doesn't work correctly. If I set it then booth buttons get weird color, if I don't set then some default color is used. changingBackgroundColor might not be working correctly for all cases.
Andy
I checked the source code and below is the way it is set to work normally,
.setBackgroundColor(Color.parseColor("#ADD8E6")) .setFirstButtonColor(Color.parseColor("#FE0000"))
@brianmutiso thanks for helping out