Questions tagged [overflow-menu]
94 questions
0
votes
0 answers
How to style arrow in ToolBar's overflow menu in JavaFx
The JavaFx ToolBar component has a built in feature, its overflow menu. Basically it is an arrow which shows on a pane the hidden toolbar elements which had not enough space on the bar.
My problem is that the arrow which opens this menu has too…

Five
- 378
- 2
- 19
0
votes
2 answers
How do I add 3 dot overflow menu on custom action bar for Oreo?
I want to add overflow menu on my custom action bar. I know, I can add new settings activity but that's too confusing, and I wanted to know the exact code to add those.
I have seen few posts, but it was limited to older SDKs. As I am using custom…

prasad_21
- 117
- 2
- 18
0
votes
2 answers
How to hold the overflow menu after I click it?
I have added some checkboxs in my overflow menu. I want my overflow menu to hold rather than disappear once I click the checkbox in the overflow menu. How can I do that? Thanks for help.
This is my menu xml file.
-

Indigen Shuo
- 1
- 4
0
votes
1 answer
Unable to Hide Android Overflow Menu When Certain Fragments Are Displayed
What I Have Achieved
I am working on an Android application that uses a navigation drawer, attached to my MainActivity, to display certain layouts upon the user's selection of a navigation item. I also created a menu resource file for an overflow…

Luke Blevins
- 1
- 2
0
votes
3 answers
Overflow Menu doesn't show
I have a problem with my app...the overflow menu is invisible! I can physically tap on the top-right part of my phone and the menu items show, but the three dots do not show.
Here is my xml:
0
votes
1 answer
actionOverflowButtonStyle and distance of menu from edge
The three dot overflow menu icon is so close to the edge of the screen that it is difficult to touch. I see that the style of the overflow button can be changed (via actionOverflowButtonStyle), but I can't find any documentation on what can be…

Casey Perkins
- 1,853
- 2
- 23
- 41
0
votes
0 answers
When using the default Navigation Drawer Activity, setting menu item fails on click
When I press the settings button in the default Android Studio Navigation Drawer Activity the application will fail.
Error code:
05-13 14:30:39.095 25705-25705/com.maxchehab.test1 E/AndroidRuntime: FATAL EXCEPTION: main
…
user4119200
0
votes
0 answers
Divider lines in overflow menu
Is it possible to put divider lines between groups of menu items in an overflow menu in Android?
Dividers are a standard feature of menus, and have been for at least 30 years. So it seems a bit weird if this isn't possible in a non-trivial way.
For…

Magnus
- 17,157
- 19
- 104
- 189
0
votes
3 answers
Nullpointer when using database from dialogfrag from an overflow menu
The dialog frag is being called in the onOptionsItemSelected method. From there, both the date picker and the clear history fragments seem to get null pointers when an sql db is called.
Main activity and dialogFrag class shown below. Stack trace…

Charlotte A.Wilson
- 51
- 4
0
votes
2 answers
How to Display Badges with Menu Items that are displayed in the overflow menu
I am Working on Android Menu Items. I can able to add Badges with the Items that are displayed in the Action Bar .But i want to show the same Badges with the Overflow Menu Items. Is there any solutions to Add Badges to Menu Items in overflow menu…

RAJESH KUMAR ARUMUGAM
- 1,560
- 21
- 35
0
votes
3 answers
How to add images to overflow menu in Android studio?
I am developing the overflow menu for latest android version as i am doing this,the text items are being added to the overflow menu but item images are not adding. so please help me to know how to add images to the overflow menu.
I have attached…

NarasimhaKolla
- 791
- 3
- 7
- 14
0
votes
1 answer
transparent padding in overflow menu in Jellybean
Im having a problem with the overflow menu in my device running API 16 Jellybean.
As you can see in the photo below it is rendered with transparent padding. I run the default Blank Activity of Android studio after creating a new project with a…

rica_elgort
- 1
- 3
0
votes
0 answers
Android Studio adds overflow menu in new project but not afterwards
I am using Android Studio 1.5.1. When I create a project with a blank activity for the first time, I see the overflow menu icon in the toolbar when I run the app on my phone. However, when I add a blank activity to the project after it has been…

Plex752
- 13
- 1
- 7
0
votes
2 answers
Customizing Overflow menu on a RecyclerView in android
I am following a project similar to this: http://www.javatpoint.com/android-popup-menu-example
I have created overflow menu on each item in my recyclerView. The menu is coming up properly. I have created menu item called Download, and another menu…

Sanjana Nair
- 2,663
- 6
- 26
- 44
0
votes
1 answer
Overflow menu in footer in android
I have created an Option menu and footer with 4 icons on it. I would like the overflow menu icon (Three dots icon) to be shown on the footer instead of top right? Is this possible?
If I put a over flow icon is it possible to access the menu.xml file…

Sanjana Nair
- 2,663
- 6
- 26
- 44