spotlight for splash screen in dark mode
This commit is contained in:
parent
a1e4aeebb7
commit
77e40033dd
1 changed files with 12 additions and 2 deletions
|
|
@ -1,9 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<solid
|
||||
android:color="#EAEDE3"/>
|
||||
<size
|
||||
android:width="120dp"
|
||||
android:height="120dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:width="72dp"
|
||||
android:height="72dp"
|
||||
android:width="95dp"
|
||||
android:height="95dp"
|
||||
android:drawable="@drawable/splash_icon"
|
||||
android:gravity="center" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue