Skip to content

Commit 4a4f1bb

Browse files
graycreateclaude
andauthored
feat: Update splash screen logo to match launcher icon (#158)
* feat: Update splash screen logo to match launcher icon Updated the splash screen logo from old hourglass design to the new chevron arrow design that matches the launcher icon. The new logo uses the official SVG design from the project assets. Changes: - Updated logo_svg.xml with new path data from official logo.svg - Changed viewport dimensions from 288x288 to 1024x1024 - Simplified path structure and removed unnecessary attributes - Logo now matches ic_launcher design 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * add darkmode splash --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent a3fb88e commit 4a4f1bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<style name="SplashTheme" parent="Theme.SplashScreen">
4+
<item name="windowSplashScreenBackground">@color/splash_bg_color</item>
5+
<item name="windowSplashScreenAnimatedIcon">@drawable/logo_svg</item>
6+
<item name="postSplashScreenTheme">@style/NightTheme</item>
7+
</style>
8+
</resources>

0 commit comments

Comments
 (0)