Reputation: 4636
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
Reputation: 2857
Have you read this one - http://developer.android.com/guide/practices/screens_support.html ?
Upvotes: 2
Reputation: 11257
Use the three folders - drawable-ldpi, drawable-mdpi and drawable-hdpi and provide three images with desired dpi.
Upvotes: 2