Sviatoslav Kostenko
Sviatoslav Kostenko
Fixed adding values programatically. Also fixed possible bug when there is no values and ENTER OR DPAD_CENTER button was clicked ( onItemClicked() listener was called despite of this ). Looks...
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)...
My app has a RelativeLayout as a parent of HorizontalPicker. It has INVIZIBLE or GONE visibility value at application startup. When I make RelativeLayout visible in my application, app crashes...
After two fast clicks on Menu button View behavior becomes very strange. BTW, beautiful library! 