Bryan

Results 20 comments of Bryan

This feature would be really great!

Hello, I'm not sure what you are asking, do you want to see the db schema?

Yeah you can Change textSize: ```kotlin ThemedButton.applyToTexts { it.textSize = 20F } ``` Change margins of individual button: ```kotlin val params = RelativeLayout.LayoutParams(WRAP_CONTENT, MATCH_PARENT) params.setMargins(20,10,20,10) ThemedToggleButtonGroup.addView(btn, params) ``` You can...

I don't have an ideal solution for this. The text is cut off because of the standard padding on the text. You can use a typical extension function for padding,...

I will reopen this as I think this could be implemented more user-friendly and current solution may be a bit unintuitive.

I cannot reproduce this. Have you tested this with just the code you shared? It seems the height is only set on the inactive buttons.

There is no support for this right now. You will have to maintain the selected state in the adapter, maintain the styledattributes in the recyclerview. Demand a unique property for...

I agree that would be useful, PR's are welcome.

Hey thanks for reporting this. I will look into it.

Will be resolved in the next patch (1.3.1).