0

I added a Numberpicker to layout. And it didn't show arrows.

I followed Anirudh's answer in here

<style name="NumberPicker" parent="@android:style/Theme.Holo">
    <item name="android:NumberPicker_internalLayout">@layout/number_picker</item>
</style>

but NumberPicker_internalLayout wasn't recognized.

Community
  • 1
  • 1

1 Answers1

0

You could use custom number picker to do this. Custom number picker is the only way to this implementation.

Refer link Custom Number Picker

Anil Jadhav
  • 2,078
  • 1
  • 17
  • 31