diff --git a/OsmAnd/src/net/osmand/plus/base/bottomsheetmenu/BottomSheetItemWithTitleAndButton.java b/OsmAnd/src/net/osmand/plus/base/bottomsheetmenu/BottomSheetItemWithTitleAndButton.java index 72d95c63a6..d8ceaf2d27 100644 --- a/OsmAnd/src/net/osmand/plus/base/bottomsheetmenu/BottomSheetItemWithTitleAndButton.java +++ b/OsmAnd/src/net/osmand/plus/base/bottomsheetmenu/BottomSheetItemWithTitleAndButton.java @@ -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,