Newer
Older
Cactus-CleanArchitecture / app / src / main / res / drawable / splash.xml
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:opacity="opaque">
  6.  
  7. <item android:drawable="@color/wheat" />
  8. <item>
  9. <bitmap
  10. android:gravity="center"
  11. android:src="@drawable/nittalab" />
  12. </item>
  13.  
  14. </layer-list>