Android: Cannot style spinner divider
问题 I'm trying to create a theme for my first Android app, and it is driving me round the bend. I finally managed to figure out how to style items in a dropdown list, but now I can't change the colour of the divider between list items. I have searched similar questions on stackoverflow, and tried dozens of combinations, but nothing seems to work. Here is my styles.xml file (abbreviated for clarity): <?xml version="1.0" encoding="utf-8"?> <resources> <style name="MyTheme" parent="android:Theme