Padding for a Spinner in a Style
- by jax
How to you add a default padding for Spinners using a style, I tried the following:
<style name="Spinner" parent="@android:style/Widget.Spinner">
<item name="android:background">@drawable/spinner</item>
<item name="android:padding">20dp</item>
</style>
the background works but there is still no padding around the control.