сдана
This commit is contained in:
parent
83d91169cc
commit
d73bb9f1aa
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user