Questions tagged as 'navigationview'

0
answers

Change selected item in NavigationView when I change the fragment

good morning. I have a problem in which I have the NavigationView template generated by Android Studio, the items in the navigation bar are associated with a fragment, the scroll between the fragments using the navigation bar works fine, but whe...
asked by 15.08.2018 / 13:49
2
answers

How to modify the Action Drawer of Navigation Drawer Activity?

We can say that I have the same thing that Android Studio itself adds by default, its layouts, its activities etc ... But I would like to modify the ActionBar that adds me by default, and I can not find anywhere where the configuration is. of th...
asked by 07.05.2018 / 17:48
1
answer

Problem with Navigation Drawer (query)

I'm getting into Android Studio and I need to get a question out. On the one hand I have a Activity that within you has 2 fragment ( Data and Details ) where the 2nd reacts depending on what is selected in the first...
asked by 21.02.2018 / 17:25
1
answer

Problem with BottomNavigationView

When a item is selected from the menu it should be highlighted to make sure it is selected. That works until I implement the OnNavigationItemSelectedListener When I do this the bar continues to work but the highlighting does not...
asked by 12.12.2017 / 19:28
0
answers

problem with navigation on ionic v1

I'm doing a navigation between a tab and two views here my app.js configuration .state('tab', { url: '/tab', abstract: true, templateUrl: 'templates/tabs.html', cache: 'true' }) .state('tab.domiciliarios',...
asked by 31.05.2017 / 17:47
1
answer

I need to place a MenuItem by default checked

I would like the Agrocentro item to be by default and setChequed only at the beginning But I only get the item if it is by default but not checked in the drawer. DrawerLayout drawer = (DrawerLayout) findViewById(R.id.drawer_layout); Acti...
asked by 04.06.2017 / 23:58
2
answers

Color icons in navigation drawer?

How can I put color icons in the navigation drawer such as Google apps that take their colors; I tried but when I put a custom icon it gets gray and does not take the original color, I tried declaring the attribute in the navigationview (setIcon...
asked by 05.04.2017 / 23:39