added method setButtonTextColor
This commit is contained in:
parent
3b3eec8d91
commit
dd76857828
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@ public class BottomSheetItemWithTitleAndButton extends SimpleBottomSheetItem {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public BottomSheetItemWithTitleAndButton.Builder setButtonTextColor(int buttonTextColor) {
|
||||||
|
this.buttonTextColor = buttonTextColor;
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
public BottomSheetItemWithTitleAndButton create() {
|
public BottomSheetItemWithTitleAndButton create() {
|
||||||
return new BottomSheetItemWithTitleAndButton(
|
return new BottomSheetItemWithTitleAndButton(
|
||||||
customView,
|
customView,
|
||||||
|
|
Loading…
Reference in a new issue