Skip to content

Commit 77e4003

Browse files
committed
spotlight for splash screen in dark mode
1 parent a1e4aee commit 77e4003

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

app/src/main/res/drawable/ic_tachi_splash.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
33

4+
<item>
5+
<shape android:shape="oval">
6+
<solid
7+
android:color="#EAEDE3"/>
8+
<size
9+
android:width="120dp"
10+
android:height="120dp"/>
11+
</shape>
12+
</item>
13+
414
<item
5-
android:width="72dp"
6-
android:height="72dp"
15+
android:width="95dp"
16+
android:height="95dp"
717
android:drawable="@drawable/splash_icon"
818
android:gravity="center" />
919

0 commit comments

Comments
 (0)