I've got a toolbar at the bottom of my layout which I would like to be the same color as the action bar. I'm using the Holo Light with dark action bar theme, what is the hex code for this color? Thanks
The action bar's background hex value in the Theme.Holo.Light.DarkActionBar
theme is #222222. I picked it from the the image that is used as the action bar background:
<sdk>/platforms/android-17/data/res/drawable-xhdpi/ab_solid_dark_holo.9.png
The dark action bar itself is #030304, and the border beneath it is #33b5e5.
It is also worth noting that, if you want a replica of the action bar on the bottom, it's possible to use a split action bar on API 14+ through use of uiOptions="splitActionBarWhenNarrow"
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With