From dd768578282c145d78e94cef0be5178d803035cf Mon Sep 17 00:00:00 2001 From: Chumva Date: Thu, 15 Mar 2018 16:01:25 +0200 Subject: [PATCH] added method setButtonTextColor --- .../bottomsheetmenu/BottomSheetItemWithTitleAndButton.java | 5 +++++ 1 file changed, 5 insertions(+) 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,