pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

splash screen align center

how to put splash screen image on center for all screen size??
It not set on center in mobile
I used following code
position: absolute;
top:calc(50% - 100px/2);
left:calc(50% - 250px/2);
this code working for browser.But not working for mobile.
Any other solution??

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

splash screen align center

Hello!
Use 9-patch image for splash screen http://developer.android.com/guide/to...

Return to “Issues”