Questions tagged as 'drawer-layout'

0
answers

Android - How to make this animation with parallax effect (see animation)

I have a big question, how can I do this animation (see below) on Android?   WhathaveItried?<?xmlversion="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/re...
asked by 30.11.2018 / 09:21
0
answers

Transition Fragments upon return

I have a DrawerLayout that controls my fragments. However 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 highlighted correctly. However, when you click...
asked by 01.10.2018 / 21:00
1
answer

Custom style for React

I'm trying to use a custom component, like the code below, but the same is giving error, can anyone give me a light of why the error is happening? import React from 'react'; import {withStyles, createStyleSheet} from 'material-ui/styles' impor...
asked by 28.02.2018 / 16:29
1
answer

How 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, shortly after I turned my smartphone horizontally, now I want this Drawer that April is previously closed!     
asked by 03.11.2015 / 04:43
1
answer

Load layout with PreferenceFragment in a DrawerLayout

I'm developing an app that uses DrawerLayout . The opening of each menu item is done according to the code below: public class MainActivity extends AppCompatActivity implements FragmentDrawer.FragmentDrawerListener { ... privat...
asked by 19.09.2015 / 22:22