Skip to content

fix(mobile): add SafeArea support and update app icon #1925

@kaizhou-lab

Description

@kaizhou-lab

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions