Questions tagged as 'menu'

2
answers

Problem NavigationDrawer + Tabbed Activity API19 (Not seen, in API 21 if)

I have an application that mixes a NavigationDrawer with a TabbedActivity and I have reduced the minimum SDK of my application to the API19 and I have the problem that in that API nothing appears on the bar, neither the menu button nor the title...
asked by 20.02.2018 / 12:18
2
answers

How to display several options within a menu in cosola in java?

My question is how to make a kind of menu within another menu. For example, I display in my code 4 options to choose from, in one of them if it is chosen it would be necessary to also display several options to choose from. It would be like a ne...
asked by 26.10.2017 / 03:29
1
answer

switch inside another switch

My problem is this: I want to make a submenu within the menu in my program (I had not done it before). I can not find my mistake I would appreciate it to anyone who can notice it. I send them the main of the program. Thank you very much. #incl...
asked by 12.09.2017 / 00:43
1
answer

How to modify data in an array in java?

I have a code is a menu of player records where I must ask for the Number, Name, Age and Position. One of the menu options is to modify the position of a player that is already registered, any idea of how?. The case 4 is the option to...
asked by 29.11.2016 / 05:10
0
answers

Responsive Menu

How can I make my menu responsive correctly, on the cell phone it looks like this when I display the menu I select the option but it does not disappear the menu goes to the selected section but the menu window remains and on the compute...
asked by 14.12.2018 / 20:12
0
answers

Why do not you show me the more item icon in the action bar if there is space?

Hello good afternoon I have a problem happens that the icon is not shown anymore (the default of android) in the action bar, if not send it to the drop-down menu there (those three dots). Here is my code: XML <?xml version="1.0" encoding="u...
asked by 08.11.2018 / 19:57
1
answer

The searchview cancels the view (View) of search by filter, how to cancel the searchView?

I did not know how to formulate the question but I will try to be more explicit in the development; I have a searchView which I'm looking for in a recycleview merchandise. up there all ok. searchView code //CREAMOS MENU PARA BUSCAR ARTICULO...
asked by 14.11.2018 / 16:35
0
answers

How to change a telerik: RadMenu to a one .NET component?

I'm trying to change a menu made in Telerik to .NET components. I leave you an example of code. <div id="MenuBody" style="float: left; width: 15%; height: 210px;"> <%-- <telerik:RadMenu ID="RadMenu1" runat="server" Flow...
asked by 05.11.2018 / 20:47
1
answer

Navigation bar with submenus in Bootstrap

I'm new with Bootstrap, I want to develop a navigation menu similar to the one on the following web page: grab.com , currently I am trying to do the part of the submenus, what I want to achieve is that effect that is activated by clicking on an...
asked by 02.11.2018 / 04:38
0
answers

Line break in compound word navbar Bootstrap

When I enter a link in the Bootstrap navbar with a word separated by space "My products" a line break occurs instead of space. <nav class="navbar navbar-expand-lg fixed-top menu"> <div class="container"> <a h...
asked by 01.10.2018 / 23:02