Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
24 views

Android Studio Toolbar İs Not Showing

Android Studio Toolbar İs Not Showing Hello Guys, I am sure that my codes for creating the menu in Android Studio are correct, and it also does not give an error, but when I run my project, the menu ...
Enes Polat's user avatar
-1 votes
2 answers
565 views

How to remove the title from toolbar menu in Kotlin?

i have this toolbar i want to remove the title of the fragment so i can display more items is it from the xml file or the activity? because i tried to add this to my main activity: getActionBar()....
Enigma's user avatar
  • 351
2 votes
1 answer
171 views

How to Recognise which menuItem is disabled?

Heyy, I have implemented menu, where there are two menu items and when I click on first item, the other menu item goes disabled and vise-versa. And when I click on back button navigation icon, I have ...
Harsh0021's user avatar
  • 362
0 votes
1 answer
129 views

Android Toolbar Menu Not Displaying on All Activities

I created a Toolbar and a "3-dot menu" that goes on the Toolbar. In my HomeActivity, the menu displays. However, in other activities, the menu doesn't (but the Toolbar does). I'm not sure what's ...
Tyler M.'s user avatar
  • 125
0 votes
1 answer
33 views

Menu Inflater doesn't render items outside menu xml

I am trying to create menu according to https://guides.codepath.com/android/Using-the-App-Toolbar Menu items are shown perfectly only in menu_main.xml. I cant see items in toolbar_main.xml or ...
Neone's user avatar
  • 542
2 votes
0 answers
400 views

Build toolbar in RCP programmatically

I've looked at this link and followed the steps.. https://wiki.eclipse.org/FAQ_How_do_I_build_menus_and_toolbars_programmatically%3F For a menu, this works for me: IWorkbenchWindow window = ...
Cata's user avatar
  • 21
0 votes
1 answer
76 views

Android toolbar inside a tab menu retrieval

How do I get a menu for my toolbar inside a fragment (tab)? I'm relatively new to android and java. Here's the code: import android.os.Bundle; import android.support.annotation.Nullable; import ...
Richard's user avatar
  • 121
2 votes
2 answers
4k views

Top Menu(close, minimize, maximize) Java

How to change Look and Feel for the ToolBar, the top menu (where the buttons to close, minimize, maximize) Is it possible to like something change? (Add, delete button, assign a background) What is ...
Artez  Miner's user avatar
5 votes
5 answers
805 views

Sync JMenu ButtonGroups with JToolbar ButtonGroups

Imagine I'm making a simple Word Processor with Java Swing. I've got a set of Actions written to perform text justification. On the MenuBar I've got a menu: View Left Justify Center Jusitfy ...
andyroberts's user avatar
  • 3,518