Questions tagged [actionmenuview]

5 questions
17
votes
5 answers

How to use ActionMenuView?

Since SplitActionBar is no longer supported in Android 5.0, I am trying to use an ActionMenuView to achieve a SplitActionBar effect. But I could not find much information on how to use ActionMenuView. I know I can add a ActionMenuView in the layout…
jiu9x9uij
  • 323
  • 1
  • 2
  • 11
1
vote
1 answer

Overflow button overlap other actions icon in ActionMenuView

I Used ActionMenuView to render menus. But the overflow button of ActionMenuView overlap last action icon: This is my code:
Ali.M
  • 311
  • 6
  • 24
1
vote
0 answers

Why are menu items aligned so strangely on the ActionMenuView inside the toolbar?

Why are menu items aligned so strangely on the toolbar? It behaves even more strangely with smaller toolbar: I use the following code: MainActivity.java: @Override public boolean onCreateOptionsMenu(Menu menu) { …
Dmitry
  • 14,306
  • 23
  • 105
  • 189
0
votes
1 answer

Android ActionMenuView how to set size of menu item icons

How I can change size of menu item icons displayed in options menu inside ActionMenuView in Toolbar? I have vector drawables like this
Michał Ziobro
  • 10,759
  • 11
  • 88
  • 143
0
votes
1 answer

Highlight menu item in ActionMenuView after click

I am using an ActionMenuView to display set of filters that the user can select. After selecting a menu item in the ActionMenuView, I want this menu item to be highlighted until another menu item has been selected. How do I keep the highlight of the…
Tomirio
  • 149
  • 3
  • 12