Hello,
In fact, the custom extensibility of the native Android control NumberPicker
is poor.
The appearance of NumberPicker is only relevant to the theme, which is mainly designed from the point of view of appearance consistency.
If you want to customize its appearance, then you need to rewrite a NumberPicker control, or set the theme to achieve this, you could refer to the following code:
android:theme="@android:style/Theme.NoTitleBar"
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.