AmJay1985

launch_screen.xml

Sep 23rd, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.37 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/material_white"/>
  5.     </item>
  6.     <item>
  7.         <bitmap
  8.            android:gravity="center"
  9.            android:src="@drawable/launch_logo"
  10.            android:tileMode="disabled"/>
  11.     </item>
  12. </layer-list>
Add Comment
Please, Sign In to add comment