eltos / SimpleDialogFragments

An Android library to create dialogs with ease and handle user interaction reliably, using fragments and material design.
Apache License 2.0
119 stars 17 forks source link

Color choice dialog - how to specify a number of colors in one line? #28

Closed isabsent closed 6 years ago

isabsent commented 6 years ago

Your default color choice dialog has 5 colors in one line. How can I change this value to 4? for example?

isabsent commented 6 years ago

Have found:

SimpleColorDialog.build().gridNumColumn(4);
eltos commented 6 years ago

Yes, sometimes it's helpful to take a look at the Wiki :) I guess that's why I even mentioned it in the issue-template ;)