Used to display the options of a application on android devices, this can be at the bottom of the application when the menu-button is pressed or in the overflow-menu of the actionbar.

learn more… | top users | synonyms

0
votes
1answer
26 views

Options Menu Icon is not showing up on tablet

I trying to get my option's menu icon that usually appears in the corner of the screen on my tablet. It is not there! I am currently using Android 4.2.2 for development. Here is the current Java ...
0
votes
1answer
23 views

ActionBar ShareActionProvider does not open on clicks

i add the ShareActionProvider to one of my Fragments Options menu: <item android:id="@+id/options_share_forecast" ...
0
votes
2answers
29 views

on OptionsMenu click listener

I simply want to the options menu to toggle my sliding menu but havent found the standard click listener for the options button. Is OnPrepareOptionsMenu the only method that fires when clicking the ...
0
votes
0answers
38 views

onCreateOptionsMenu() called twice in Fragment

I have a simple application with options menu, which changing at the start of fragments. The problem is that at the start any fragments except first onCreateOptionsMenu() called twice - within ...
1
vote
2answers
74 views

Options menu (actionbar) not showing

I have an Activity that displays a feed item, and it has a context menu to complete actions like sharing, adding to your favorites etc. I have moved the items from the context menu to options menu, so ...
0
votes
1answer
35 views

Simulating Menu Press action not working on all the Android

As in the later Androids, the menu button has been removed, I call the following code to open menu items when some one taps once in the UI. public void singleTapOnImage(View view) { ...
0
votes
2answers
72 views

how should I add some action Items to a dialog?

I have a custom dialog which I want to add it some action items with icon like android calender . here is manifest code to give theme to my activity : <activity ...
0
votes
0answers
134 views

onSaveInstanceState() vs. onRetainCustomNonConfigurationInstance()

I am using ActionBarSherlock, along with several MenuItems that I dynamically manage, depending on program state. Specifically, I save the MenuItems into instance variables in the Activity's ...
2
votes
1answer
75 views

Worklight optionsMenu

I'm trying to implement optionsMenu in a WL application, testing it in Android (sdk level 10 in my project settings, runtime is Android 4.0.3). But no menu is available. I'm connecting to my local ...
0
votes
0answers
28 views

How change color optionsmenu in the pressed state?

Goog Day! I can change color item options menu in all my Activity. But in pressed state color is defoult, and I don't know how change it. I use style: <style name="Theme_menu" ...
0
votes
2answers
31 views

There's a way to put an icon on the options menu in android 3+

There's a way to put an icon on the new options menu style in android? ps. I don't want use the actionBar for that.
0
votes
1answer
49 views

New page in menu

I want to make a new layout for a menu item. For example the menu has the items: About and Exit. When I click the item About, I want it to go to a new page that shows the credits. I have made ...
0
votes
1answer
127 views

Options menu not showing up in Android

My objective is to you use one menu for all activities. For that, I have a base activity which consists of 2 methods: onCreateOptionsMenu() and onOptionsItemSelected(). In onCreateOptionsMenu(), I am ...
0
votes
0answers
169 views

Warning when canceling ActionBar Overflow menu on Android 4.1.x

This is the warning I'm getting: 03-02 14:38:43.980: W/InputEventReceiver(3961): Attempted to finish an input event but the input event receiver has already been disposed. The menu I have was ...
0
votes
3answers
126 views

Options Menu dialog showing a very small width

I have a options menu, and the item on that shows a dialog. For some reason its show up with very small width. I wonder why. Below is dialog code and the optionsuserdetails xml. I know I am missing ...
2
votes
1answer
46 views

OptionsMenu items common for multiple activites

The Android design guide says that Help should always be placed as the last item of the overflow menu (it should never appear in the ActionBar) and also, that is should be present in every activity, ...
0
votes
1answer
366 views

Getting the right icons for Action Bar (ActionBarSherlock) and Options Menu with Android Gingerbread

How do you manage Icons with ABS and Gingerbread? As you can see from the Screenshots, I have a menu item "Help", that sits in the action bar, when there's room for it. (when nothing is selected). The ...
0
votes
1answer
33 views

rewriting the on menu press hardver button android

I'm trying to rewrite hardver menu button to show a sub menu on click. I'm using the ActionBarSherlock. so I have the following code: @Override public boolean onKeyDown(int keycode, KeyEvent e) { ...
3
votes
2answers
819 views

onCreateOptionsMenu called before onCreate android

I am beginner to android and i am developing small android application. In my application I am using Sherlock library. My application contains one main activity and two fragments. On of my list ...
0
votes
1answer
322 views

android options-menu not showing icons

I have an activity in which i expand collapse views. I have added list view as a child and I am setting the visibilty of the list view on click of header. Wgen i hide the list view my options menu ...
0
votes
0answers
58 views

Options Menu not displayed on a Dialog in Android

I want to display the menu options on my LoginActivity. LoginActivity displays a login dialog which i get from parent class BaseLoginActivity. My LoginActivity doesn't have setcontentview(). How can ...
0
votes
2answers
103 views

Options Menu not displayed in android

I have written one application. I want to show the settings option on the login screen of an application. Now i have an activity LoginActivity as shown below class LoginActivity extends ...
-1
votes
2answers
43 views

OptionsItem - change default heading in heading

I have a MenuItem in my Activity. when i click any one of the menu in my Menuitem, it triggers the related avtivity. But when i clicked aboutus menu, the pop-up shows the heading as MainActivity. How ...
1
vote
1answer
50 views

An item lost from the options menu after run-time modifications

I see the following misfeature on Android 4.0.4, HTC T-Mobile: My program changes the options menu at run-time (namely, things like replacing a "Start" button with a "Stop" button). Unfortunately, ...
-1
votes
1answer
30 views

How to implement indicator for OptionMenuItem? [closed]

I want to set indicator for OptionMenuItem like right image. Please help me
0
votes
0answers
123 views

How change day/night mode in android application [closed]

I want to change day/night mode from item in options menu in android .... I tried to this code but no result happen to my application how to set day and night theme in android application
-2
votes
1answer
58 views

How to divided in two optionsMenu like this? [closed]

Please help me create a optionMenu like this. I tried to add the empty layout into menu.xml but it's not work :(
0
votes
1answer
66 views

why's optionsMenu show in two line

I don't know why my title show a bank line. Now i want to show only optionMenu. Please help me. Here id my code Manifest enter code here <activity android:name=".FileWalker" ...
1
vote
1answer
449 views

How to Use Options menu upto GingerBread and Action Bar in Honeycomb and above?

I have seen some of the application which will display Options Menu when they are installed in devices which having GingerBread and below version os. the same apps display action bar in devices which ...
0
votes
1answer
179 views

Options Menu not appearing in API level 15

My manifest reads <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15" /> I have created options menu with two items using the following methods public boolean ...
1
vote
1answer
184 views

java.lang.illegalstateexception: a factory has already been set on this layoutinflater

I have tried to change the background color of options menu in my android app. I am using ActionBarSherlock library. I have tried this code for changing the background color of options menu ...
0
votes
0answers
123 views

Background color of custom options menu to match default system color

I implemented a custom options menu because I had 3 items which I wanted to show in 2 rows, but the default android menu showed them in 1 row. It's just a simple layout that I inflate and set it to a ...
1
vote
0answers
68 views

Updating menus through inflation

In my application, I manage the options menu to reflect the state my application is in. Three menus are possible. In the onCreateOptionsMenu function, I inflate the basic entries from an XML file. ...
1
vote
2answers
108 views

IllegalStateException on opening options menu

I got a weird behaviour with the options menu in one of my activities: when the user navigates away (but not finishing it) from the activity and back again and then invokes the options menu, the app ...
1
vote
0answers
245 views

how to implement search on actionbar with menu items

I m working on Android ICS and using Action Bar with tabs i have 4 item in my action bar. 1. Home logo 2. Spinner item 1 3. Spinner Item 2 4. Search Icon the code is as follows of ...
0
votes
2answers
214 views

Android options menu button only works after second click

I have the following code in my app. There is a login button which works fine on my view. I've overridden the optionsmenu on my view and placed the login code inside a listener attached to the ...
-1
votes
1answer
66 views

Exception when using the options menu

Here is my code for the onOptionsItemSelected callback. I'm having issues with the item with the id R.id.up: @Override public boolean onOptionsItemSelected(MenuItem item) { switch ...
1
vote
1answer
76 views

display a list of images in the options of an android application

I'm working on an application where I want to give the user the option of being able to select an image from a list in the options menu. Kind of like how you can select the ringtone of your phone, but ...
1
vote
2answers
845 views

Change the android options menu layout

I'm using android options menu defined in xml under the \menu folder. The menu have 5 items in it, and they are shown in the layout on two lines - the top line contains 2 items and the bottom line ...
5
votes
2answers
656 views

NullPointerException on rotation during dispatchCreateOptionsMenu, stack trace doesn't include any functions in my app

I have an app that uses tabs on the action bar in ICS, where each tab has a fragment inside it. Under certain circumstances, after I've pushed a button on the options menu on the action bar, then ...
0
votes
2answers
834 views

Option Menu does not appear in Android

I have this code to create the menu: @Override public boolean onCreateOptionsMenu(Menu menu) { super.onCreateOptionsMenu(menu); MenuInflater inflater = getMenuInflater(); ...
1
vote
1answer
357 views

How to initialise options menu checkbox

I have an options menu with a checkbox. I can check and uncheck the checkbox when it has been clicked by the user which is fine. However, I am using SharedPreferences to store the value of this ...
0
votes
1answer
134 views

Options Menu does not appear when EditText is selected - Android

I have a layout with a listview and an EditText. I ve created a menu with some options. The problem is: When the Textview is focused, the native menu button doesnt work (This only happens for ...
0
votes
0answers
509 views

ActionBar Sherlock - Add Icon on ForceOverFlow Menu

I'm using ActionBar Sherlock for my app. I'm using the theme with the ForceOverflow capability. The thing is, the menu is showing properly but the icon is not being display even though I've set it. ...
1
vote
0answers
86 views

Make Android OptionsMenu not Clickable

How do we make an options menu not clickable? Setting the enabled property to false only prevent the user from invoking any click actions but it is still clickable. Thanks.
0
votes
1answer
217 views

Android OptionsMenu Hide First Item

folks. Here's the problem. Let's say I have three items on my menu. I want the first one to be invisible (like transparent) but at the same time consumes space. And the second and third to be ...
0
votes
2answers
209 views

How to open Activity.openOptionsMenu() from a service

I have a service (it's for communications) that needs to call openOptionsMenu() of the current running activity. I have about 3 or so activities that need to show their options menu upon this request ...
1
vote
1answer
268 views

refresh onCreateOptionMenu android

I want to refresh the option menu each time it is called, I have a functionality in which when the user clicks the option(add/remove favourite) in option menu, it checks whether it is favourite or ...
1
vote
2answers
897 views

using invalidateOptionsMenu() with Login system (Android)

I am trying to get my options menu to redraw (from within the same activity) that I call a Login Dialog. Here is setup. From any Activity in app, user can click on overflow/options menu and click ...
0
votes
1answer
150 views

Inflating Android OptionsMenu based on Login Status

Here is my Code: @Override public boolean onCreateOptionsMenu(Menu menu) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.menu, menu); ...

1 2