RMSwitch icon indicating copy to clipboard operation
RMSwitch copied to clipboard

A simple and customizable two or three states Switch View

Results 6 RMSwitch issues
Sort by recently updated
recently updated
newest added

For the record, you can get this library from jitpack using `com.github.RiccardoMoro:RMSwitch:1.2.3`

When using the RMSwitch with a ViewPager and a RecyclerView, the switches on the adjacent screen are showing incorrectly. The drawables are rendered incorrectly and clicking it does not move...

I have a `RecyclerView`, each item have a `RMTristateSwitch`, when update all data, I call to `adapter.notifyDataSetChanged()` and all `RMTristateSwitch` do an animation and it's very ugly. ¿How can I...

It is working fine when I am not using image for checked state but when I use is it is giving error. I am using it in Toolbar the code...

android switch loop does a iteration in 3... if you are calling an api it will call it 3 times, toasting 3 times. after the second time the toggle goes...

When I call setChecked inside a RecyclerView, the animation triggers when I don't want it to. Can you please make a method such as setChecked(boolean checked, boolean animate)?

enhancement