JCB - Scaffold BottomBar

PHOTO EMBED

Mon Sep 06 2021 06:08:22 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest. #kotlin

bottomBar = {
    BottomAppBar(
        content = {
            Icon(modifier = padding, imageVector = Icons.Default.Menu, contentDescription = "Menu")
            Icon(modifier = padding, imageVector = Icons.Default.Search, contentDescription = "Search")
            Text(text = "Anything can be here")
        }
    )
}
content_copyCOPY