android-numberpicker icon indicating copy to clipboard operation
android-numberpicker copied to clipboard

A backport of the Android 4.2 NumberPicker

Results 7 android-numberpicker issues
Sort by recently updated
recently updated
newest added

Adds new AppCompat theme support, using the color accent of material to color the divider.

Using AppCompat theme caused error, but this theme is required by ActionBarActivity. Setting the NPWidget style only for the element solved the issue.

Added a function called getValueAsString() which will directly return the selected text value (if supplied mDisplayedValues in the picker) of the picker.

Here is build scripts for Gradle build system.

Added gradle files for building via gradle. Running the following will create a folder maven-deploy with .aar release build of the project. ``` ./gradlew clean build uploadArchives ``` gradlew.\* scripts...

Hi I've added a simple setTypeface() method to to make me able to set desirable font for the number picker. Please check it out. Regards, Fadishei