Questions tagged [materialdrawer]

The MaterialDrawer is a flexible, easy to use, all in one drawer library for your Android project.

The MaterialDrawer is a flexible, easy to use, all in one drawer library for your Android project.

OpenSource

The project is available at GitHub and is maintained by Mike Penz

Tag Usage

Use this tag if you have issues regarding the MaterialDrawer. Always add the version number. If you face exceptions also add the StackTrace or error log. Also add the tag.

84 questions
0
votes
1 answer

How set style for library button

I need set custom style for toggle button https://github.com/mikepenz/MaterialDrawer/blob/fde00e5573310384b90d1f7f92d2b45c2ed8a2ba/library/src/main/res/layout/material_drawer_item_toggle.xml#L58 , but button is inside external library. How I can…
igor_rb
  • 1,821
  • 1
  • 19
  • 34
0
votes
4 answers

How to build androidstudio projects with 3rd party libraries

I am new to android. I wish to use https://github.com/mikepenz/MaterialDrawer navigation drawer project's library. It is provided with a dependency. The MaterialDrawer Library is pushed to Maven Central, so you just need to add the following…
Rahul Saxena
  • 422
  • 1
  • 9
  • 22
0
votes
2 answers

How to hide the white colour after scroll drawer of attached screen shot

I am using the library MaterialDrawer in my android application to create the drawer, but it shows some white after scrolling the drawer. How may I hide this?
Amit kumar
  • 1,585
  • 2
  • 16
  • 27
-1
votes
1 answer

Android Use MaterialDrawer(Library) with FlowingDrawer(Library)

Before we begin, it would be better to take a look at those two libraries MaterialDrawer - https://github.com/mikepenz/MaterialDrawer FlowingDrawer - https://github.com/mxn21/FlowingDrawer I'm currently using MaterialDrawer. Witch allows me super…
softmarshmallow
  • 1,034
  • 2
  • 16
  • 31
-1
votes
1 answer

Loading icon from URL in MaterialDrawer Android library using Glide

I'm using MaterialDrawer lib to generate a Navigation Drawer in Android, I'm also trying to get an image from an external source and set it as an icon in the DrawerItem object and for that I'm using Glide v4 lib to download the image from the…
Desolator
  • 22,411
  • 20
  • 73
  • 96
-1
votes
1 answer

How Add Link Page Drawer Menu

i am using mikepenz drawer. But small problem ex: I need elite pack but elite pack in purchase google play. I need guidance from there. How to add elite item go to elitepage class? result = new Drawer() .withActivity(this) …
Brcccccc
  • 39
  • 6
-2
votes
2 answers

Change to another activity when item Material Drawer is clicked

I am trying to switch to another activity when the item in Material Drawer is clicked. I am using Material Drawer (com.mikepenz.materialdrawer:library:2.9.8) in this application. The problem is when I try to switch to another activity with clicking…
Anggit Prayogo
  • 103
  • 1
  • 11
-2
votes
2 answers

Material Drawer opens automatically as activity starts

When I use Material Drawer, as soon as a new activity starts, drawer is being displayed automatically, but I want that it starts hidden, so I have to use function drawer.closeDrawer() in the method onResume of activity, as described…
-3
votes
2 answers

How to use MaterialDrawer step by step?

I am searching for step by step tutorial on using MaterialDrawer (https://github.com/mikepenz/MaterialDrawer.git) library. Can I found jar file of this? I have searched many times but couldn't find any help. All I found is this link. But there is…
dawanse
  • 149
  • 3
  • 14
1 2 3 4 5
6