Materialdrawer: How to set Drawer Item text size?

Created on 7 Jun 2015  路  3Comments  路  Source: mikepenz/MaterialDrawer

I want to set Drawer Item text size more bigger cause default size is too small for me.

question

Most helpful comment

    <!-- Override the default value 14sp if you want do it!-->
    <dimen name="material_drawer_item_primary_text">16sp</dimen>

All 3 comments

@HanderWei the default size is the size as specified in the Material Design Guidelines. You should really keep it. If it's to small change the text size in your phone settings?

(You can modify it. see the values of the dimens.xml, you can overwrite them in your app, but this is not recommended)

@mikepenz Thanks for your answer!

    <!-- Override the default value 14sp if you want do it!-->
    <dimen name="material_drawer_item_primary_text">16sp</dimen>
Was this page helpful?
0 / 5 - 0 ratings

Related issues

kakai248 picture kakai248  路  4Comments

AlexMercier picture AlexMercier  路  3Comments

hosseiniSeyRo picture hosseiniSeyRo  路  3Comments

Meeks91 picture Meeks91  路  3Comments

wayne1203 picture wayne1203  路  3Comments