Example usage for android.widget Switch subclass-usage

List of usage examples for android.widget Switch subclass-usage

Introduction

In this page you can find the example usage for android.widget Switch subclass-usage.

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);
    }