Android numberpicker theme (plus minus buttons)
问题 I would like to change the NumberPicker theme, instead of the three value theme (eg: value 10): 9 10 11 I would like to have the plus and the minus button and the numer 10 in the middle. I read this: http://developer.android.com/reference/android/widget/NumberPicker.html I should change only the theme, to obtain what I wish. But how? I can't set the theme in my fragment: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android