Красивый список, осталось в нем кнопки добавить, мб шрифт исправить, а сейчас я пойду мыть посуду, завтра в 6 утра уезжать (через 5 часов уже)
This commit is contained in:
parent
f151ccd599
commit
254ab00abb
@ -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(
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user