I want to replicate the following layout:
I know I can set its height in my theme:
<item name="android:actionBarStyle">@style/Actionbar.Tall</item>
However this arranges all my views (icons + Title) in the middle (vertically).
One way to solve is it to make the bar translucent without a title and fake its height with a view below it.
Is this the correct way to do it or there a more "correct" approach?