I want to set Drawer Item text size more bigger cause default size is too small for me.
@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>
Most helpful comment