From 0b7f86bd91f4a1ce9c31ae4f8555ed9dcabf1c3d Mon Sep 17 00:00:00 2001 From: Gray Zhang Date: Fri, 17 Oct 2025 13:53:38 +0800 Subject: [PATCH] feat: Update splash screen logo to match launcher icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- app/src/main/res/drawable/logo_svg.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/drawable/logo_svg.xml b/app/src/main/res/drawable/logo_svg.xml index 36a9089c..c11dc0c2 100644 --- a/app/src/main/res/drawable/logo_svg.xml +++ b/app/src/main/res/drawable/logo_svg.xml @@ -1,12 +1,9 @@ + android:viewportWidth="1024" + android:viewportHeight="1024"> + android:pathData="M480.859,520.767C486.88,504.294 483.548,489.658 473.18,476.663C451.429,449.4 429.349,422.4 407.406,395.29C370.115,349.215 332.857,303.113 295.504,257.088C289.433,249.607 286.667,241.349 288.655,231.887C291.203,219.755 301.661,211.145 314.474,211.122C377.739,211 441.006,210.872 504.27,211.25C519.537,211.341 531.854,218.846 541.463,230.737C578.15,276.134 614.877,321.499 651.591,366.874C674.322,394.968 697.004,423.1 719.804,451.138C745.329,482.526 745.544,526.965 719.577,561.007C698.98,588.011 677.793,614.566 656.783,641.254C619.791,688.242 582.734,735.179 545.705,782.138C545.481,782.422 545.252,782.704 545.058,783.008C530.88,805.232 510.818,813.54 484.414,812.973C428.043,811.763 371.628,812.573 315.231,812.615C308.17,812.621 301.574,811.212 295.753,807.12C282.386,797.721 280.036,780.463 290.691,765.962C299.673,753.736 309.315,741.993 318.702,730.065C370.103,664.748 421.516,599.44 472.922,534.126C476.065,530.134 478.821,525.907 480.859,520.767Z" + android:fillColor="@color/splash_logo_color"/>