Skip to content

Instantly share code, notes, and snippets.

@benpye
benpye / NumberPickerPreference.java
Created July 23, 2012 21:32 — forked from thom-nic/NumberPickerPreference.java
NumberPicker Preference Dialog for Android!
import android.content.Context;
import android.content.DialogInterface;
import android.content.res.TypedArray;
import android.preference.DialogPreference;
import android.util.AttributeSet;
import android.view.View;
import com.quietlycoding.android.picker.NumberPicker;
public class NumberPickerPreference extends DialogPreference {