Красивый список, осталось в нем кнопки добавить, мб шрифт исправить, а сейчас я пойду мыть посуду, завтра в 6 утра уезжать (через 5 часов уже)
This commit is contained in:
parent
f151ccd599
commit
254ab00abb
@ -59,7 +59,7 @@ fun ScreenProfile() {
|
||||
@Composable
|
||||
fun ScreenListProduct() {
|
||||
LazyColumn(
|
||||
modifier = Modifier.fillMaxHeight()
|
||||
modifier = Modifier.fillMaxHeight().padding(bottom = 65.dp)
|
||||
) {
|
||||
itemsIndexed(
|
||||
listOf(
|
||||
|
@ -35,7 +35,9 @@ fun SlideNavigation(
|
||||
|
||||
BottomNavigation(
|
||||
backgroundColor = Color.White,
|
||||
modifier = Modifier.padding(10.dp).shadow(2.dp)
|
||||
modifier = Modifier.padding(10.dp),
|
||||
elevation = 5.dp
|
||||
|
||||
) {
|
||||
val backStackEntry by navController.currentBackStackEntryAsState()
|
||||
val currentRout = backStackEntry?.destination?.route
|
||||
|
Loading…
Reference in New Issue
Block a user