nex3z / ToggleButtonGroup

A group of flowable toggle buttons, with multiple / single selection support and button customization.
Apache License 2.0
421 stars 49 forks source link

How to set RTL programatically..? i know about app:tbgRtl="true" in XML.. #55

Closed josephvijayandroiddev closed 4 years ago

nex3z commented 4 years ago

I added a setter for RTL in v1.2.1.

implementation 'com.nex3z:toggle-button-group:1.2.1'

Now you can use

toggleGroup.setRtl(true);

to enable RTL programmatically.

josephvijayandroiddev commented 4 years ago

Thank You Much