added method setButtonTextColor

This commit is contained in:
Chumva 2018-03-15 16:01:25 +02:00
parent 3b3eec8d91
commit dd76857828

View file

@ -88,6 +88,11 @@ public class BottomSheetItemWithTitleAndButton extends SimpleBottomSheetItem {
return this;
}
public BottomSheetItemWithTitleAndButton.Builder setButtonTextColor(int buttonTextColor) {
this.buttonTextColor = buttonTextColor;
return this;
}
public BottomSheetItemWithTitleAndButton create() {
return new BottomSheetItemWithTitleAndButton(
customView,