user2151486
user2151486

Reputation: 848

Material navigation drawer header dimensions

I'm trying to implement the latest style of navigation drawer according to the material design guidelines. I would like to use custom background picture for the header background. The problem is that I was not able to find any information about recommended picture size or aspect ratio for different pixel densities. I've downloaded some demo app which uses the only one picture for all densities and its dimensions are: 512x288. Would it be enough for all densities? Thanks

Upvotes: 1

Views: 5175

Answers (1)

Haresh Chaudhary
Haresh Chaudhary

Reputation: 4400

I have read a post about Navigation drawer header dimensions and would like to share with you and for anyone in need. It's here in depth which said at the end as below : (correct me if I understood wrong):

The 320 dp on phones and 400 dp on tablets/desktop is the max width standard for all Google apps in Material Design

I strongly suggest you to read whole post which will give you in depth understanding about navigation drawer dimensions.

Hope it helps.

Upvotes: 1

Related Questions