spotlight for splash screen in dark mode

This commit is contained in:
Cuong M. Tran 2024-01-30 00:51:49 +07:00
parent a1e4aeebb7
commit 77e40033dd
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -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" />