Goal
Create a styled About tile/card at the bottom of the Settings screen, adapted from the "Essentials" reference design.
Design Reference
Dark panel (deep blue-gray #2d3b3c), rounded corners (48-60px), cyan accent (#10d8df), pill buttons, avatar, dev info, links (GitHub/website/contact/Telegram), "Other Apps" section. Bottom Settings nav pill with gear icon.
Needs Decision
- Full tile in Settings vs. separate screen opened from a tile?
- Developer name, location, links?
- Color approach: Monet dynamic vs. exact hex vs. hybrid?
- Avatar: vector drawable or Material icon?
- Font: Roboto (default) or bundle Google Sans?
Implementation Plan
- File:
app/src/main/java/com/browserlimit/app/ui/settings/AboutTile.kt
- Monet-compatible via MaterialTheme.colorScheme with optional hex overrides
- Added at bottom of SettingsScreen Column
Goal
Create a styled About tile/card at the bottom of the Settings screen, adapted from the "Essentials" reference design.
Design Reference
Dark panel (deep blue-gray #2d3b3c), rounded corners (48-60px), cyan accent (#10d8df), pill buttons, avatar, dev info, links (GitHub/website/contact/Telegram), "Other Apps" section. Bottom Settings nav pill with gear icon.
Needs Decision
Implementation Plan
app/src/main/java/com/browserlimit/app/ui/settings/AboutTile.kt