Красивый список, осталось в нем кнопки добавить, мб шрифт исправить, а сейчас я пойду мыть посуду, завтра в 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 @Composable
fun ScreenListProduct() { fun ScreenListProduct() {
LazyColumn( LazyColumn(
modifier = Modifier.fillMaxHeight() modifier = Modifier.fillMaxHeight().padding(bottom = 65.dp)
) { ) {
itemsIndexed( itemsIndexed(
listOf( listOf(

View File

@ -35,7 +35,9 @@ fun SlideNavigation(
BottomNavigation( BottomNavigation(
backgroundColor = Color.White, 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 backStackEntry by navController.currentBackStackEntryAsState()
val currentRout = backStackEntry?.destination?.route val currentRout = backStackEntry?.destination?.route