HorizontalPicker
HorizontalPicker copied to clipboard
Android widget allowing user to select one item from set of them by swiping left and right.
it'd be cool to have methods to set the color and size of the selected item
Bug
Unable to display on LG Nexus5 phone.
Hi, may I know is this project no longer maintained? Currently I found that it crashes in lots of Android 7.0/ 7.1.1 and some of Android 6.0 / 5.0 devices....
How can we reduce the space between items ?
In your example I added a button which sets values to HorizontalPicker by setValues() method. When it is clicked, app crashes with NullPointerException `java.lang.NullPointerException at android.text.BoringLayout.getLineStart(BoringLayout.java:345) at android.text.Layout.getLineEnd(Layout.java:1130) at android.text.Layout.getLineExtent(Layout.java:955)...
_Failed to find style 'horizontalPickerStyle' in current theme (2 similar errors not shown) Couldn't resolve resource @dimen/textSize (2 similar errors not shown) java.lang.NumberFormatException: Color value '@color/textColor' must start with # ...
Can i change divider color ?
Hi, I am using this library, and I don't want to show edges. So I am setting "overScrollMode = never". But app getting crashed. Please refer following logs. Thanks. E/AndroidRuntime:...
Is it possible to set values of images in horizontal picker?