Skip to content

Conversation

@graycreate
Copy link
Member

Fix status bar color not matching navbar in Settings page

Override configToolBar in PageHost to set padding for status bar,
matching the behavior of other activities like UserManualActivity.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings December 27, 2025 04:39
@graycreate graycreate merged commit 7514077 into main Dec 27, 2025
@graycreate graycreate deleted the fix/settings-statusbar-color branch December 27, 2025 04:39
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

This PR fixes a visual inconsistency where the status bar color did not match the navigation bar in the Settings page. The fix ensures proper status bar padding is applied to the toolbar instead of the root view, aligning with the standard pattern used throughout the app.

  • Moves status bar padding from root view to toolbar in PageHost
  • Overrides configToolBar() method to apply padding at the correct lifecycle stage
  • Aligns implementation with other activities in the codebase

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