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)