Advertisement
banyucenter

splashscreen.xml

Nov 4th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3.   <item>
  4.     <color android:color="@color/splash_background"/>
  5.   </item>
  6.   <item>
  7.     <bitmap
  8.        android:src="@drawable/logo"
  9.        android:tileMode="disabled"
  10.        android:gravity="center"/>
  11.   </item>
  12. </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement