drawer Questions

8

Solved

I'm designing a drawer for the first time and the DrawerHeader apparently comes with a grey line as divider I want to get rid of, but I don't know how. Code here (edited for readability), screensho...
Helmick asked 18/3, 2022 at 17:56

5

Solved

I've implemented a Drawer in my Flutter app. Closed Drawer: Opened Drawer: As you can see, the Drawer is on top of the Appbar. Before I started the app on Flutter, we had a native Android a...
Alleyn asked 26/7, 2018 at 22:41

12

Solved

How can I change the background color of a flutter nav drawer? There doesn't seem to be a color or background-color property.
Distraught asked 23/12, 2017 at 10:58

10

Solved

The drawer has this default three horizontal bars as default icon but I want to change it to something else. I have checked the possible options under the Drawer(), but no property seems to be atta...
Largo asked 1/1, 2020 at 16:54

1

Solved

I have a Navbar component in my React app which shows a Sidebar component when screen is small. I used Material UI for the Drawer for displaying the sidebar. My issue is, on clicking the hamburger ...
Paradrop asked 14/7, 2022 at 15:8

13

Solved

I made a working navigation drawer like it's shown in the tutorial on the developer.android.com website. But now, I want to use one Navigation Drawer, i created in the NavigationDrawer.class for mu...

4

Solved

I am using the method in this question to change the body of a Scaffold in flutter: Flutter Drawer Widget - change Scaffold.body content The method described works perfectly. Now I would like ju...
Jonquil asked 5/1, 2018 at 19:29

1

Solved

Apple has begun using a pill-shaped "grabber" drag handle grip to represent draggable drawers in Apple Maps, Find My, etc. A grabber is a visual affordance that indicates that a sheet is...
Middlebreaker asked 2/9, 2021 at 22:0

1

Put this code in pubspec.yaml flutter_svg: ^0.19.3 Even I put in assets these assets: - assets\icons\logo.jpg - assets\icons\menuicon.svg - assets\icons\searchIcon.svg In code it looks like th...
Vicenta asked 21/4, 2021 at 4:43

4

Solved

I have a persistent drawer which holds a droppable list with draggable items. The functionality is there, but when dragging an item the item that is being dragged is not shown. I can drag the item ...
Brierroot asked 10/4, 2018 at 9:55

3

Solved

I wanted to make a share button on a Navigation drawer, when the user touches the button it will open up that black drawer with the list of all applications and the user can share the apps Google p...
Anneal asked 10/2, 2015 at 18:48

1

Solved

My application has a lot of routes and almost every route uses Scaffold with the same Drawer menu to navigate inside the app (my own CustomDrawer widget). As for devices with big screen, I want to ...
Custos asked 15/11, 2019 at 12:56

6

Solved

I've been following the navigation drawer guide by Google and I'd like to add it to an Activity with tabs and gestures. I'd like to disable the gesture to open the navigation drawer, does anyone h...
Liter asked 11/6, 2013 at 18:25

1

I have a drawer that hovers over a view. The user can vertically drag up to open and drag down to close it. I have the opening and closing part working smoothly. What I have a problem with is makin...
Painful asked 6/12, 2018 at 20:39

3

See here what i mean Hi, I'm using stock Navigation drawer v4 and i ask how can delete that background shadow when navigation drawer is open. this is my code of NavigationDrawerFragment.java pub...
Gotthard asked 22/7, 2015 at 16:11

1

Solved

I am using react-navigation, I want to open a drawer from MyProfile screen, having the options to go to EditProfile screen and Settings screen. But I can't figure out how to open a drawer when I cl...
Simaroubaceous asked 11/4, 2019 at 1:4

2

I am using the Material UI Drawer component in a project. I am having a specific issue with an iPad which causes two issues as far as I can see: - Overlay is not appearing on top of the nav bar an...
Daguerre asked 7/9, 2017 at 0:51

3

I'm adding a Navigation Drawer to this app that I am developing and I have scoured the internet; forums, stackoverflow, android developer documentation, and still have not found a great answer for ...

1

Solved

I am looking to create a drawer, similar to a drawer navigator, but without the routes/navigation requirement. I plan on placing some other components there that update a query. Any recommendatio...
Isolating asked 9/9, 2018 at 17:3

12

Solved

So this is my activity_main.xml: <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-a...
Needlework asked 27/8, 2015 at 10:2

3

Solved

My app contains a form as shown in the following image: When I click on menu options button, the drawer opens as shown in the following image: I want the drawer to open when the button select ...
Emrick asked 15/1, 2015 at 13:33

2

Solved

I recently updated my project to the Android Support Library 23.1 and this part of my code now gives an error. It was working before the update and commenting just this part out allows me to run t...
Carmarthenshire asked 16/10, 2015 at 17:14

4

Solved

I'm trying to make the navigation drawer over the action bar when it was slide to the right like this app: [Removed] This is my main activity's layout: <?xml version="1.0" encoding="utf-8"?&gt...
Sulphanilamide asked 25/4, 2014 at 13:44

2

Solved

I'm fairly new to android programming and developed an app that has a Navigation Drawer implemented. Per Google guidelines, i'd like the NavDraw to start open but am unable to do this. This is my ...
Overcapitalize asked 26/4, 2014 at 22:44

6

Solved

I'm trying to create a navigation drawer activity so I can extend that activity and use the menu in all activities by following the answer given in this question Link but my test app keeps crashing...
Onshore asked 3/3, 2014 at 1:40

© 2022 - 2024 — McMap. All rights reserved.