Questions tagged as 'navigation-drawer'

0
answers

FragmentTransacion with Fragment Activity

I'm using the NavigationDrawer to display the page options, I've adapted one of them to FragmentActivity to call some functions to work. But when I declare the transaction of the screens, it does not allow this, only with the Fragment without th...
asked by 22.12.2015 / 01:18
0
answers

Drawable is not taking pictures

Well, I'm making an app that has a drawer, and the menu that appears sideways is a navigationView. So far so good, but in the .xml code I want to add icons, you're not picking up the images. Drawer's .xml code looks like this: <group...
asked by 13.11.2015 / 13:18
1
answer

How to add only some Activity o navigation drawer

I have a question about how I can add the navigation drawer to the left side menu in some activities. I started the project by BlakActivity and now there is a need to add the side menu. I already have MainActivity . Added by the Android St...
asked by 20.12.2016 / 14:30
1
answer

Navigation Drawer - Change color menu

Hello, I'm implementing a navigation drawer in my android application and for a design issue I would like to know how to change the background color of the activity_home_drawer, where are the menu items?     
asked by 07.09.2017 / 16:52
1
answer

Remove selected item bottombar (Lib Roughike)

I have an application that uses NavigationView and BottomBar, I'm having a hard time removing the bootloader item selection when I select a navigationView item, I'm using the Roughike Library link . I tried to use: // Remove item selected...
asked by 16.12.2016 / 11:18
1
answer

How to open SearchView in ActionBar programmatically?

Come on people, the question is this: I'm looking to open SearchView from a click on an item in Drawer (that side menu). So far I have seen several tutorials on, but I only find out how to open SearchView by clicking on the SerachView icon (the...
asked by 11.02.2015 / 14:05
1
answer

How to change the file menu being used in Android Menu Navigation Drawer?

I want to know if it is possible to change the menu file being used by the drawer navigation menu Example:Whenenteringthisifthatisinblue,itshouldbeselectedtouseanothermenufileinthedrawermenunavigation."Is that really possible?" - If yes, how to...
asked by 02.02.2018 / 16:52
0
answers

How to add an ExpandableListView in the Android Drawer Navigation menu

I created this Navigation Drawer that is already in the Android Studio itself: However,IwantedtoknowhowIcanmakethislistexpandable.Iwantbysubitemsforeachiteminthelist.I'veseenthispost: Navigation Menu Drawer with ExpandableListView but it cr...
asked by 12.11.2017 / 02:17
1
answer

How to create a class with a NavigationDrawer to use in various Activities?

I started studying Android development a short time ago, I saw that to use a NavigationDrawer it is recommended to use fragments to change a FrameLayout in the main Activity, but in the new activities that I create, I did not want to have to put...
asked by 15.12.2015 / 14:12
0
answers

How to implement Navigation Drawer with Bottom Navigation in the same application

In an app that has NavigationDrawer with Bottom Navigation , what would be the recommended path for implementation? I looked for tutorials and found neither in the official documentation. I created an app based on the NavigationDrawer...
asked by 19.07.2017 / 16:23