List of usage examples for android.widget Switch subclass-usage
From source file org.mariotaku.twidere.view.themed.ThemedSwitch.java
public class ThemedSwitch extends Switch implements IThemedView { public ThemedSwitch(final Context context) { this(context, null); }
From source file org.getlantern.firetweet.view.themed.ThemedSwitch.java
public class ThemedSwitch extends Switch implements IThemedView { public ThemedSwitch(final Context context) { this(context, null); }
From source file de.vanita5.twittnuker.view.themed.ThemedSwitch.java
public class ThemedSwitch extends Switch implements IThemedView { public ThemedSwitch(final Context context) { this(context, null); }