I'm using a NumberPicker. But by default it is in vertical mode. Can I set to horizontal mode?
This is my NumberPicker:
<NumberPicker
        android:id="@+id/numberpickercontrol"
        style="@style/AndroDev"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />