-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix(mobile): add SafeArea support and update app icon #1925
Copy link
Copy link
Closed
Description
Problem
- Mobile app lacks proper SafeArea handling: content overlaps with notch/status bar on connect screen, and bottom content is hidden by home indicator on file preview screen
- SafeAreaView top color doesn't match navigation bar theme color
- App icon is a blank dark blue placeholder instead of the AionUi logo
- Android adaptive icon missing foregroundImage config
Solution
- Add SafeAreaProvider at root layout
- Wrap connect screen views with SafeAreaView
- Add theme-matching background color to tabs SafeAreaView
- Add bottom inset padding to file-preview scroll content
- Replace icon.png with AionUi logo from resources/app.png
- Add Android adaptive icon foregroundImage and correct backgroundColor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels