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...
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...
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...
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...
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',...
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...
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...