navigation-drawer Questions

9

Solved

I need to put Switch inside item in navigation drawer. I'm using new design support library, but I cannot find if it is posibble at all. When using android:checkable item is just full selected ...

8

Solved

I have an application, in which i want to implement a double drawer - one from the left and one from the right. Left drawer is for app navigation, right drawer is for result filtering. So, the lay...
Kind asked 25/7, 2013 at 15:5

7

Solved

I want to use my own font for navigation drawer in android.I use the library comes with android studio according to this answer: https://mcmap.net/q/271442/-how-to-create-a-custom-navigation-drawer...
Ethic asked 5/1, 2016 at 12:22

0

When i work on react native reanimated i faced this error. ERROR Error: Requiring module "node_modules/@react-navigation/drawer/src/index.tsx", which threw an exception: Invariant Violat...
Mezuzah asked 20/12, 2022 at 9:40

2

Solved

I am having a problem with Preview of generated Navigation Drawer layout in Android Studio 3.4. I've tried to change layout Theme or change API version for Preview but none of these seem to help. ...
Langbehn asked 20/4, 2019 at 16:27

2

Solved

I'm having problem in implementing goBack function in React-navigation/drawer 6 ("@react-navigation/drawer": "^6.1.4", precisely). I was able to perfectly achieve it in react-na...

4

I would like to implement the sign out method in my project. i watch all youtube tutorial but seems like the navigation drawer is the update version. and i'm clueless on how to implement those sign...

3

I would like to add those buttons under a drawer menu those are my xml files: (layout/activity_main) <?xml version="1.0" encoding="utf-8"?> <android.support.v4.widget.DrawerLayout x...
Jolt asked 21/4, 2016 at 9:58

3

Solved

My problem is as follows: I lock the navigation drawer menu setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_OPEN) in the landscape mode of the tablet, but I need the fragment from the right to be a...
Hardan asked 12/2, 2015 at 19:43

10

Solved

When I click on my drawer toggle I get the following exception: java.lang.IllegalArgumentException: No drawer view found with gravity LEFT This is my activity_drawer.xml: <?xml version="1...
Kaneshakang asked 8/12, 2014 at 1:39

6

I have made an app with one activity which uses a navigation drawer to open a number of different fragments. I have the actionbar drawertoggle, but it is not very visible. If I place a button in th...
Demonstration asked 18/10, 2013 at 6:16

13

Solved

I've implemented the newest appcompat library and using the Toolbar as action bar. But the problem is I cannot catch the home button / hamburger icon click event. I've tried and looked everything b...
Choriamb asked 27/10, 2014 at 6:17

6

Solved

I am trying to change hamburger menu icon for NavigationView but I am unable to do so. Here is what I have tried so far I have a base activity where nav drawer setup is done. Here is relevant pie...

10

Solved

I have a navigation drawer. When an event is called, I want to hide one of my navigation menu item for user. How can I do that? protected void onCreate(Bundle savedInstanceState) { super.onCreate...
Pamalapamela asked 12/8, 2015 at 2:16

16

Solved

I'd like to create a full width navigation drawer. Setting layout_width to match_parent on @+id/left_drawer yields in width of about 80% of screen space. This seems to be the standard behavior. Do ...
Aspirant asked 25/5, 2013 at 21:59

1

Solved

I have an app that manages Boxes. This app has a single activity and uses fragments as destinations. It has (among others) the following destinations/fragments: Home (registered as topLevelDestina...

4

Solved

I set the drawer right-side, but the hamburger icon, in the screen header, stays default left side, Is there any property to pass through to change position to the right? I know it should be done w...

6

Solved

I'm trying to use NavigationView to implement NavigationDrawer. I have added the separator by setting group id in menu. However I can't see the separator. I guess it is because the separator color ...

5

Solved

I am wondering how do we change the spacing between the icon and the text? Is it doable? Any thoughts? Thank you
Lynlyncean asked 14/2, 2016 at 13:42

3

Solved

Right now I just started a project in Android Studio with the NavigationBar as preconfigured in the template. Apparently it puts the navigation drawer behind the actionbar. Many questions you find ...

6

Solved

I am using the Navigation Drawer pattern from the support library: http://developer.android.com/training/implementing-navigation/nav-drawer.html I was trying to set it as always opened on tablet (...
Sendai asked 16/6, 2013 at 12:53

15

Solved

First of all I know this question appeared here before but after trying a lot I still didn't succeed. I working on the example from Android Developers site. I'm trying to set the menu to be opene...
Or asked 31/8, 2013 at 10:44

5

Background We all know we can use a navigation drawer as a new way to navigate in an app (even with a library, like this one) . We also know that some apps can float above others (as shown on Ai...
Imaginary asked 12/9, 2013 at 15:26

3

Solved

I'm pretty new in android development. I want to hide navigation drawer when user is not logged in. So basically, it will shown login fragment (better in full screen like Facebook android). And if ...

5

Solved

public DrawerProfile(Context context) { super(context); HeaderImageView = new ImageView(context); HeaderImageView.setVisibility(VISIBLE); HeaderImageView.setScaleType(ImageView.ScaleType.CENTE...

© 2022 - 2024 — McMap. All rights reserved.