Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
♻️ :: MyPage Profile Crop 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chlgkdms committed Dec 4, 2023
1 parent 319f05f commit af39355
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import androidx.compose.ui.draw.clip
import androidx.compose.ui.draw.shadow
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.painter.Painter
import androidx.compose.ui.layout.ContentScale
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.unit.dp
Expand Down Expand Up @@ -378,6 +379,7 @@ private fun ProfileImage(
.clip(CircleShape),
model = profileImageUrl ?: R.drawable.ic_profile_image,
contentDescription = stringResource(id = R.string.my_page_profile_image),
contentScale = ContentScale.Crop,
)
Image(
modifier = Modifier
Expand Down

0 comments on commit af39355

Please sign in to comment.