android - Action bar Action Item location -
i'm creating app useful user have options in actionbar.
this current situation:

as can see, item1 , item2 on right i'd have these on left side. possible?
if not possible, how simulate want? imageview buttons functioning actionbar?
i had similar issue wanted on left, in middle, , overflow on right. created custom layout 3 imagebuttons 3 elements. used <include> tag include layout in activities xml files.
i created baseactivity other activities extend , put menu functionality in there onmenuitemclicklistener() override them in activities if needed different functionality activity aside did in baseactivity. used popupmenu here (requires api >= 11).
Comments
Post a Comment