Красивый список, осталось в нем кнопки добавить, мб шрифт исправить, а сейчас я пойду мыть посуду, завтра в 6 утра уезжать (через 5 часов уже)

This commit is contained in:
Кашин Максим 2023-10-27 00:59:22 +04:00
parent f151ccd599
commit 254ab00abb
2 changed files with 4 additions and 2 deletions

View File

@ -59,7 +59,7 @@ fun ScreenProfile() {
@Composable
fun ScreenListProduct() {
LazyColumn(
modifier = Modifier.fillMaxHeight()
modifier = Modifier.fillMaxHeight().padding(bottom = 65.dp)
) {
itemsIndexed(
listOf(

View File

@ -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