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.

splash_screen.xml 343B

1 년 전
12345678910111213
  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 android:drawable="@drawable/icon"
  7. android:width="120dp"
  8. android:height="120dp"
  9. android:gravity="center" />
  10. </layer-list>