Closed StephaneBg closed 10 years ago
It should be possible to set the color with a resource id.
public Builder positiveColor(@ColorRes int colorResId) { this.mPositiveColour = mContext.getResources().getColor(colorResId); return this; }
Yep for sure, i'll add this today.
Okay this is added with the merge of your pull request.
It should be possible to set the color with a resource id.