RobertApikyan / SegmentedControl

Android SegmentedControl + multi row support
Apache License 2.0
162 stars 30 forks source link

Stroke color #2

Closed alaa7731 closed 6 years ago

alaa7731 commented 6 years ago

is there a way to change the stroke (border) color with the divider?

and thanks for your work, it's amazing

RobertApikyan commented 6 years ago

Hi again, thank you for positive feat back, Sure there is some methods and attributes in order to change the stock color, but I'm not clearly understand what you meant by saying color with the divider?

This is what you can archive with this attributes setSelectedStockColor = "#Purple" setUnSelectedStockColor ="#Grey" setSelectedBackgroundColor ="#Blue"

If this is will not help, please provide more details for clarification

image

alaa7731 commented 6 years ago

oh okay great thank you, i didn't saw it as i was searching from strockColor, not stockColor.

what i meant with the the divider is the strockColor, the divider lines between elements

RobertApikyan commented 6 years ago

Will be changed to strockColor, it's typo

alaa7731 commented 6 years ago

no problem, thank you for your effort man

RobertApikyan commented 6 years ago

Fixed typo stock -> stroke compile 'com.github.RobertApikyan:SegmentedControl:release_1.0.2'