Skip to content

Commit

Permalink
spotlight for splash screen in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Jan 29, 2024
1 parent a1e4aee commit 77e4003
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions app/src/main/res/drawable/ic_tachi_splash.xml
Original file line number Diff line number Diff line change
@@ -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" />

Expand Down

0 comments on commit 77e4003

Please sign in to comment.