Vivek
Vivek

Reputation: 4636

Android: Help on Optimal Size of the Splash Screen Image

I need to know the optimal size for the splash screen image. Since different phones support different resoltions, how do I set the size of my splash screen image (PORTRAIT), and how to scale it to fit in different resolutions? Any help is appreciated. Thank you.

Upvotes: 2

Views: 8125

Answers (2)

kellogs
kellogs

Reputation: 2857

Have you read this one - http://developer.android.com/guide/practices/screens_support.html ?

Upvotes: 2

Kiril Kirilov
Kiril Kirilov

Reputation: 11257

Use the three folders - drawable-ldpi, drawable-mdpi and drawable-hdpi and provide three images with desired dpi.

Upvotes: 2

Related Questions