android-switch-backport icon indicating copy to clipboard operation
android-switch-backport copied to clipboard

A backport of the SwitchPreference component that was introduced on Android 4 (ICS / level 14). This port works on Android 2.1+ (Eclair MR1 / level 7).

Results 2 android-switch-backport issues
Sort by recently updated
recently updated
newest added

Failed to find style 'asb_switchStyle' in current theme java.lang.NullPointerException Exception details are logged in Window > Show View > Error Log java.lang.NullPointerException at android.text.Layout.getDesiredWidth(Layout.java:68) at org.jraf.android.backport.switchwidget.Switch.makeLayout(Switch.java:350) at org.jraf.android.backport.switchwidget.Switch.onMeasure(Switch.java:302) at android.view.View.measure(View.java:17430)...

Hi, I generated my custom style of Switch in this site : http://android-holo-colors.com/ I added the drawable folders to my project and I inflated the Custom Switch like this :...