From d73bb9f1aadaf3af32cfd624b81aa8f29544704d Mon Sep 17 00:00:00 2001 From: VictoriaPresnyakova Date: Sun, 29 Oct 2023 14:23:22 +0400 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B0=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../androidlabs/profileScreen/profile/ProfileCard.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 )