feat: new onboarding screens (#4)

Changelog:
- Add a custom splash screen
- Redesign the onboarding screen
- Improve UX for the new and import identity screens

Reviewed-on: https://git.reya.su/reya/coop-mobile/pulls/4
This commit is contained in:
2026-05-26 02:04:07 +00:00
parent 83af44002c
commit 1c08525dfc
13 changed files with 315 additions and 167 deletions
@@ -6,10 +6,13 @@ import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
installSplashScreen()
enableEdgeToEdge()
super.onCreate(savedInstanceState)
val intent = Intent(this, NostrForegroundService::class.java)