JDev
JDev

Reputation: 2531

Logo size on SplashScreen for different resolutions?

please tell me.

I have slash screen. How to correctly display a logo on it? The logo is centered and indented by 20% the left and right. My question is: how big(width) should be the logo for the hdpi, mdpi, xhdpi, xxhdpi?

Thanks.

Upvotes: 0

Views: 242

Answers (3)

Smit Davda
Smit Davda

Reputation: 638

Logo size depends upon your requirements but in general you could refer here for splash screen size guidance https://github.com/phonegap/phonegap/wiki/App-Splash-Screen-Sizes

Upvotes: 0

user6698888
user6698888

Reputation:

I'd prefer you to use vector and give it height and width in percents

Upvotes: 2

Akshay Panchal
Akshay Panchal

Reputation: 695

Just give static width and height in dp, it will work well

Upvotes: 0

Related Questions