Software Archive
Read-only legacy content
17061 Discussions

Splash screen ratio

Lubomir_S_
Beginner
526 Views

My splash screen works fine except one thing. Picture is outspread on my 16:9 phone /Samsung S4/ and circle on picture seems like ellipse. Can i something do to save picture ratio on different displays /16:9, 16:10.../? 

Thanks and sorry for my english.

 

0 Kudos
2 Replies
Anusha_M_Intel1
Employee
526 Views

Hi Lubomir,

It looks like what you need is a 9-patch png image for your splashscreen. You can read up on  them at: http://developer.android.com/tools/help/draw9patch.html

You can design your images to scale to any size by specifying pixel patches on your image that can be multiplied if the image is to be stretched. We are planning to include a sample app on that soon. Please note that these only work on android but there are some workarounds if you want to use them for iOS.

0 Kudos
Lubomir_S_
Beginner
526 Views
Thanx, it is good way.
0 Kudos
Reply