Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best backport of Android switch widget for 2.2? [closed]

Tags:

android

Im looking for a stable backport of android switch widget for 2.2. Please recommend open source library that you are using.

like image 637
Alexey Zakharov Avatar asked Feb 21 '13 17:02

Alexey Zakharov


1 Answers

https://github.com/BoD/android-switch-backport

or

https://github.com/pellucide/Android-Switch-Demo-pre-4.0/tree/master/android-switch-demo

Are a couple of easy options.

I also found it relatively simple to subclass SeekBar to get the effect desired (very similar to the iOS switch).

like image 107
Phil Avatar answered Sep 30 '22 16:09

Phil