Most voted "drawer-layout" questions
6 questions
Sort by count of
-
0
votes1
answer123
viewsLoad layout with Preferencefragment in a Drawerlayout
I’m developing an app that uses DrawerLayout. The opening of each menu item is performed according to the code below: public class MainActivity extends AppCompatActivity implements…
-
0
votes1
answer32
viewsHow to close Drawer after changing orientation?
How do I get my Drawer to close after a change of orientation? Example: At first I opened the Drawer, right after I turned my smartphone horizontally, now I want this Drawer that April previously…
-
0
votes1
answer168
viewsCustom style for React ui material
I’m trying to use a custom Component, as the code below, but the same is giving error, someone can give me a light of why is the error happening? import React from 'react'; import {withStyles,…
-
0
votes0
answers32
viewsTransition Fragments on return
I have a Drawerlayout that controls my Ragments. But I have the following problem: if I am in Fragment A the corresponding menu item is highlighted, when selecting Fragment b , the item is also…
-
0
votes1
answer538
viewsReact Native - Drawer Navigation Problems Header
I’m new to React Native and I have a problem. I have an APP that uses Drawer to mount the menu. This working ok however I have the following problem. As I have screens that open in different ways, I…
-
-3
votes2
answers22
viewsRecyclerview is not rolling in inside the Drawerlayout
I added a Recyclerview in inside a Drawelayout, but for some reason the Recyclerview scroll doesn’t work acitivty_main.xml <androidx.drawerlayout.widget.DrawerLayout…