lab3
This commit is contained in:
parent
783537d2ae
commit
0b319c0ea7
@ -1,6 +1,5 @@
|
|||||||
package com.example.pmulabs.screensMobile
|
package com.example.pmulabs.screensMobile
|
||||||
|
|
||||||
import android.util.Log
|
|
||||||
import androidx.compose.foundation.BorderStroke
|
import androidx.compose.foundation.BorderStroke
|
||||||
import androidx.compose.foundation.Image
|
import androidx.compose.foundation.Image
|
||||||
import androidx.compose.foundation.background
|
import androidx.compose.foundation.background
|
||||||
@ -414,7 +413,7 @@ fun ProfileScreen(navController: NavController, modifier: Modifier = Modifier,sh
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.d("UserId", getUser.toString())
|
|
||||||
LazyColumn(
|
LazyColumn(
|
||||||
contentPadding= PaddingValues(top=5.dp, bottom = 320.dp),
|
contentPadding= PaddingValues(top=5.dp, bottom = 320.dp),
|
||||||
modifier = modifier
|
modifier = modifier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user