Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement a placeholder UI as launch screen

I was looking for a way to implement a launch screen. I finally found the best solution possible, which was posted by Ian Lake here. However, it explains how to implement a branded launch screen, not a placeholder UI. You can see the difference here.

I need the placeholder UI because my app doesn't take a lot of time to start. It's almost the same as the normal start screen, just with and added toolbar. I have done everything needed, I just need to know how the layer list should be. It would consist on a top shape of primary color and a gradient below.

Thanks in advance.

like image 788
javmarina Avatar asked Aug 13 '15 14:08

javmarina


1 Answers

There is a quick fix available at https://medium.com/@lucasurbas/placeholder-ui-launch-screen-d85c35552119

Surprisingly, this is the expected behaviour.

like image 166
javmarina Avatar answered Sep 17 '22 19:09

javmarina