学考乐离线App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

theme_splash_bg.xml 351B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:drawable="@color/white"/>
  4. <item android:gravity="center" android:bottom="100dp">
  5. <bitmap
  6. android:src="@mipmap/splash_logo"
  7. android:scaleType="centerInside"/>
  8. </item>
  9. </layer-list>