I have implemented a Contextual ActionBar
, however i would like it it's background to match the ActionBar
. Is there a way of changing the background of the Contextual ActionBar
?
Asked
Active
Viewed 58 times
0

Naveen Tamrakar
- 3,349
- 1
- 19
- 28
-
http://stackoverflow.com/questions/10338289/contextual-actionbar-styles – Nabeel Thobani Nov 26 '14 at 06:44
1 Answers
3
try this
ActionBar actionbar = getActionBar();
actionbar.setBackgroundDrawable(new ColorDrawable(Color.parseColor("#90DED5")));

Faisal Khan
- 2,574
- 3
- 20
- 36