Unlike previous questions to customize actionbar as [A][B] ACTION_BAR or [A] ACTION_BAR [B],
I'd like to make [LOGO][A] ACTION_BAR [B][C] style. One button "A" is placed right-side of the logo (but left aligned) where normally title text is placed. (Note that A,B,C are buttons)
Is there another way except to use setCustomView()? small changes but replacing whole actionbar view makes lot of works.
Maybe a kind of overlaid button view and logo width value can help or replace title textview to ButtonView also can make it, but I hardly imagine how to acheive.