I am using the ActionBar
from the ActionBarSherlock
library. I am able to set the background color of my action bar using the ActionBar.setBackgroundDrawable(Color)
method. After changing the background color, I later need to revert it back to the original/default ActionBar
color.
How can I determine what the original/default color used for the ActionBar
was?