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
1
vote
2 answers

MaterialDrawer: Selection highlight & on item click listener for Account header

This question very specific to https://github.com/mikepenz/MaterialDrawer customization. I need to customize my account header as follows: There going to be only one account at any time Clicking on header (whole area) should give me…
Mahendran
  • 2,719
  • 5
  • 28
  • 50
1
vote
1 answer

Set drawer items from array list and clicks in MaterialDrawer

in my android application i'm using greeDAO ORM for sqlite. so i retrive my category list : List categories = articleCategoryDao.queryBuilder().list(); each ArcticleCategory object has name and description property so i can use…
MBehtemam
  • 7,865
  • 15
  • 66
  • 108
1
vote
1 answer

Change textsize of Drawer item android

Hi I am using this MaterialDrawer and I want to change the text size of the drawer item. There is no api method to change the text size as given in this issue. He has said to overwrite the dimens.xml and change like below in this issue