Guest User

Andorid SplashScreen

a guest
Apr 5th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3.     <style name="Theme.Splash" parent="android:Theme">
  4.         <item name="android:windowBackground">@drawable/icon</item>
  5.         <item name="android:windowNoTitle">true</item>
  6.     </style>
  7. </resources>
Add Comment
Please, Sign In to add comment