Skip to content

Advice: about Bottom Navigation Bar #48

@LaPockett

Description

@LaPockett

I did basic navigation, passing the backdrop to each screen individually, and the result is the first video:
https://github.com/user-attachments/assets/08bb3b10-4e72-4ca3-bea8-b3002363edc4
If I include the backdrop only in the NavHost and remove from the screens, the result is the following video (fixed):
https://github.com/user-attachments/assets/bc5b78ac-dcdd-4b39-bf16-425e6cc295fb

Example code:

        NavHost(
            navController = navController,
            startDestination = "MainScreen",
            modifier = Modifier
                .fillMaxSize()
                .layerBackdrop(backdrop)
        ) {
            // Your screens
        }

I hope it's useful to someone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions