Change the color of the line into the Contextual Action Bar
问题 I would like to change the color of the line that appears onto the contextual action bar; to be more clear I will put an image: You see the Light blue line just above the white area? How could I change its color? Thanks 回答1: You should first create your own 9-patch image with the colours which you want to use. For example an image like this : And after that in your application's theme you should add this (for Holo Theme) : <style name="Theme.MyAppTheme" parent="@android:style/Theme.Holo.Light