themed-toggle-button-group icon indicating copy to clipboard operation
themed-toggle-button-group copied to clipboard

Customisable toggle buttons inside a FlexboxLayout.

Results 11 themed-toggle-button-group issues
Sort by recently updated
recently updated
newest added

Is it possibile to add programmatically toggle's attributes like `toggle_textSize` and `margin`? I can’t find a solution

enhancement

**The code** /> /> /> **Screenshots** ![bug1](https://user-images.githubusercontent.com/37416025/130620817-87d4b4c8-6540-4ce9-8101-81e60d90ff8a.PNG) Only when I select a button it shows correctly. ![bug2](https://user-images.githubusercontent.com/37416025/130620821-08ec74af-4f33-420f-bdb0-895028139856.PNG)

bug

I tried creating an adapter and using FlexboxLayoutManager but it's not working, is there anyway to achieve multi selection with recyclerview? Thanks.

enhancement

Hello! Can u add function like clearCheck() in the radiogroup to your library. It's will be very usefull i think

enhancement

I have two buttons with single selection. When I click on an unselected button, and then quickly select the first again, while the animation is still running, the first button...

bug

At some point I would like to port this library to Jetpack Compose. Some points to consider: - [ ] Find a replacement method for laying out the container other...

enhancement
help wanted

How can I make all my ThemedButton have the same width with different textSize ? Note: My ThemedToggleButtonGroup is set to `app:flexDirection="column"`

enhancement

It should only support up and down, not left and right ![image](https://github.com/Bryanx/themed-toggle-button-group/assets/12530096/7252415c-a6ea-42f5-bee6-c50ee1a47713)

bug

Can we use a custom button layout for this. I need 3 textViews of different sizes in the button.

enhancement

**Is your feature request related to a problem? Please describe.** When I select the other button in the group, my recyclerview will automatically reload data from server. I observed that...

enhancement