Questions tagged as 'navigation-drawer'

1
answer

Toolbar button toggle (burger) does not work on Android Pre Lollipop

I created a% of the same% of the image ItworksperfectlyonAndroid5.0orhigher,justliketheimage.ButwhenIruntheapplicationonAndroidunder5.0,the does not work and when I open the Drawer menu by sliding it, the toolbar becomes dark, with the sam...
asked by 19.12.2015 / 14:13
0
answers

How do I set the Navigation View menu by code?

For now I'm setting the menu through xml, this way: <android.support.design.widget.NavigationView android:id="@+id/navView" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity=...
asked by 11.12.2018 / 11:01
0
answers

Replace navigation drawer when opening fragment

This is my scenario, I have Activity with Navigation Drawer implemented, and in that Activity contains a container where Fragments is called. My problem is this: I want the Navigation Drawer burger icon to b...
asked by 28.11.2018 / 17:59
1
answer

Add navigation-Drawer layout in a project with already created activitys

I created an androod project with whole kotlin but without the navdrawer layout, now I need to put the navdrawer and include the activities I have in it If anyone knows how to fit the activities inside their navdrawer would help me a lot    ...
asked by 24.10.2018 / 21:31
0
answers

Positioning Controls HeaderView (NavigationView)

Good afternoon, people. I'm trying to change a Custom HeaderView, but the controls are not as planned. I used constraint layout and in xml preview everything is correct, but when I start the application, both the emulator and the device the p...
asked by 23.07.2018 / 18:04
0
answers

I'm creating a Navigation Drawer in android studio and I can not set the clicks on items

A main Activity: package com.example.italo.nvigationdrawer; import android.support.annotation.NonNull; import android.support.design.widget.NavigationView; import android.support.v4.view.GravityCompat; import android.support.v4.widget.DrawerLa...
asked by 03.07.2018 / 04:09
1
answer

RN Navigation - Draw Navigator

My app will have several types of navigation on different screens. I started using the index with stacknavigator and on a second page I'm trying to set up DrawNavigator and I'm not getting it. I saw in a sample post as if I had to start and r...
asked by 30.08.2017 / 02:17
1
answer

Android - How to make clickable NavigationDrawer items?

I am very new to programming. I created a NavigationDrawer with the help of a tutorial. It looks like this: main_activity.xml: <?xml version="1.0" encoding="utf-8"?> <android.support.v4.widget.DrawerLayout xmlns:android="http://schema...
asked by 23.02.2017 / 22:32
0
answers

Using XML from an ActionBar to create a Navigation Drawer menu

Good morning, My first post here. I'm having an Android project almost ready, just missing the icons in the Navigation Menu Drawer. I used the following tutorial to put the items in the menu. link My code is as follows. List<M...
asked by 06.04.2016 / 13:28
1
answer

Navigation Drawer + Google Maps

I have a problem joining Navigation Drawer like Google Maps. I want google to be my initial fragment and I want it to be in the Navigation Drawer list as an item, but there is a small catch. I will try to explain it in the best way and I hope yo...
asked by 17.03.2016 / 06:59