Is there a way to change the background color of the tab bar in the ActionBar without changing it in the one line version?
To clarify what I want: In portrait mode t
ColorDrawable colorDrawable = new ColorDrawable(Color.White); actionBar.SetStackedBackgroundDrawable(colorDrawable);
for xamarin folks.