All Questions
9 questions
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 ...
-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()....
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 ...
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 ...
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 ...
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 = ...
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 ...
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 ...
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
...