# App Icon & Logo

## App icon (home screen) — bird on WHITE background
- Foreground: `drawable-nodpi/ic_launcher_foreground.png` (your fav/bird PNG)
- Background: `drawable/ic_launcher_background.xml` → **#FFFFFF white**

## In-app logo (splash, login, dashboard)
- `drawable-nodpi/app_logo.png` (full Creative Design logo)

## Android Studio Image Asset
If you use Image Asset again:
1. Foreground Layer → Image → your bird PNG (`1766157302fav.png`)
2. Background Layer → Color → **#FFFFFF** (NOT green)
3. Finish

Green background in preview = wrong. Change Background tab to white.

## Splash screen
Only ONE splash (SplashActivity). System splash removed to fix double splash.

Replace logo files → Clean Project → Rebuild → Uninstall old app → Install.
