сдана

This commit is contained in:
VictoriaPresnyakova 2023-10-29 14:23:22 +04:00
parent 83d91169cc
commit d73bb9f1aa

View File

@ -46,7 +46,7 @@ fun ProfileCard() {
){ ){
Image( Image(
contentScale = ContentScale.Crop, contentScale = ContentScale.Crop,
painter = painterResource(id = R.drawable.img_2), painter = painterResource(id = R.drawable.img_1),
contentDescription = null, contentDescription = null,
modifier = Modifier modifier = Modifier
.size(150.dp) .size(150.dp)
@ -56,13 +56,13 @@ fun ProfileCard() {
) )
Text( Text(
text = "Шайлушай", text = "User",
fontSize = 18.sp, fontSize = 18.sp,
fontWeight = FontWeight.Bold fontWeight = FontWeight.Bold
) )
Text( Text(
text = "shailushai@example.com", text = "user@example.com",
fontSize = 16.sp, fontSize = 16.sp,
color = Color.Gray color = Color.Gray
) )