Skip to content

Conversation

@graycreate
Copy link
Member

Summary

Updated the splash screen logo to use the latest design that matches the launcher icon. The old hourglass/diamond shape has been replaced with the modern chevron arrow design from the official logo.svg.

Changes

  • Updated logo_svg.xml with new path data from the official logo.svg design
  • Changed viewport dimensions from 288×288 to 1024×1024 for better quality and accuracy
  • Simplified path structure by removing unnecessary attributes (strokeWidth, fillType, strokeColor)
  • Added dark mode support for splash screen with values-night/themes.xml

Dark Mode Support

  • Created values-night/themes.xml to define SplashTheme for dark mode
  • Dark mode colors already configured in values-night/colors.xml:
    • Light mode: White background (#FFFFFFFF) with dark logo (#FF111214)
    • Dark mode: Dark background (#FF111214) with white logo (#FFFFFFFF)
  • The splash screen now automatically adapts to system theme settings

Test Plan

  • Built debug APK successfully
  • Installed and tested on device (API 33)
  • Verified splash screen displays the new chevron logo
  • Confirmed logo matches the launcher icon design
  • Tested dark mode support with system theme changes

Visual Changes

The new logo is a right-pointing chevron arrow with rounded corners, matching the modern design of the launcher icon. It properly adapts to both light and dark themes.

🤖 Generated with Claude Code

graycreate and others added 2 commits October 17, 2025 13:53
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>
Copilot AI review requested due to automatic review settings October 17, 2025 06:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates splash screen assets to align the logo with the launcher icon and introduce dark mode styling.

  • Replaces old vector path with new chevron logo and increases viewport to 1024×1024.
  • Adds night mode SplashTheme pointing to existing logo drawable.
  • Simplifies vector drawable attributes.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
app/src/main/res/values-night/themes.xml Adds night-specific SplashTheme for dark mode adaptation.
app/src/main/res/drawable/logo_svg.xml Updates vector drawable path and viewport for new logo design.

@graycreate graycreate merged commit 4a4f1bb into main Oct 17, 2025
4 checks passed
@graycreate graycreate deleted the feature/update-splash-logo branch October 17, 2025 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants