Setting background color of android actionbar
问题 I am operating with the compatibility library v7. I am just trying to set the color of my actionbar (for Android 2.1 and above - though I run Android 4.4.2) to a solid color. However the color does not change. It remains the same. I have also tried creating a solid drawable with the color but that also does not change. Finally I tested if I could change the backgroudn of my layout and I could - it must be something about the actionbar background which I'm not getting. Here is the code: <?xml