Skip to content

Instantly share code, notes, and snippets.

@togramago
togramago / ExtendedNumberPicker.java
Last active May 8, 2019 07:35
NumberPicker with transparent selection dividers via Reflection
package com.runup.myapplication2.app;
import android.content.Context;
import android.content.res.Resources;
import android.util.AttributeSet;
import android.widget.NumberPicker;
import java.lang.reflect.Field;
/**