button - Can switch (ToggleButton) for Android 4.0 be used in 2.3 -


android 4.0 introduces switch button (a different form of toggle button). possible through support library use button on 2.3 platform?

the short answer no, there no simple support library allows switch button used on 2.3, there several suggestions here.

i looking same things couple weeks ago, decided use checkbox widget on 2.3 since didn't want add unnecessary code old api.

one suggestion in link provided replace drawables of checkbox widget drawables showing slideswitch. doesn't slide (just clicks on , off), looks better checkbox.


Comments