diff --git a/app/src/main/java/com/example/androidlabs/profileScreen/profile/ProfileCard.kt b/app/src/main/java/com/example/androidlabs/profileScreen/profile/ProfileCard.kt index aa0030b..a72859a 100644 --- a/app/src/main/java/com/example/androidlabs/profileScreen/profile/ProfileCard.kt +++ b/app/src/main/java/com/example/androidlabs/profileScreen/profile/ProfileCard.kt @@ -46,7 +46,7 @@ fun ProfileCard() { ){ Image( contentScale = ContentScale.Crop, - painter = painterResource(id = R.drawable.img_2), + painter = painterResource(id = R.drawable.img_1), contentDescription = null, modifier = Modifier .size(150.dp) @@ -56,13 +56,13 @@ fun ProfileCard() { ) Text( - text = "Шайлушай", + text = "User", fontSize = 18.sp, fontWeight = FontWeight.Bold ) Text( - text = "shailushai@example.com", + text = "user@example.com", fontSize = 16.sp, color = Color.Gray )