Flat-Dialog-Android icon indicating copy to clipboard operation
Flat-Dialog-Android copied to clipboard

setFirstButtonColor and setSecondButtonColor doesn't work

Open andyrozman opened this issue 3 years ago • 2 comments

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

andyrozman avatar Feb 13 '22 13:02 andyrozman

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 avatar Nov 02 '22 20:11 brianmutiso

@brianmutiso thanks for helping out

mejdi14 avatar Apr 17 '23 15:04 mejdi14