Given an application which is themed via AppCompat (@style/Theme.AppCompat) and a layout using the framework's NumberPicker, is there a way to change its selectionDividersDistance[1]? Is this override even possible via XML, this is, without resorting to java reflection for example?
[1] selectionDividersDistance's styleable declaration)
You can use this library for doing it https://github.com/SimonVT/android-numberpicker. instead of styling and for styling
Override default NumberPicker style via activity theme:
And apply @style/AppTheme as activity theme.