Skip to content

Commit

Permalink
rename: ic_envelope -> img_envelope drawable 이름 변경
Browse files Browse the repository at this point in the history
실수로 다른 아이콘을 같은 이름으로 덮어씌워버렸어요 ㅎㅎ;
  • Loading branch information
yangsooplus committed Jan 31, 2024
1 parent 54dd0b1 commit 4d2133b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fun SentCard(
.background(SusuTheme.colorScheme.background10),
) {
Image(
painter = painterResource(id = R.drawable.ic_envelope),
painter = painterResource(id = R.drawable.img_envelope),
contentDescription = null,
contentScale = ContentScale.Crop,
modifier = modifier.fillMaxWidth(),
Expand Down
12 changes: 12 additions & 0 deletions feature/sent/src/main/res/drawable/img_envelope.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="328dp"
android:height="64dp"
android:viewportWidth="328"
android:viewportHeight="64">
<path
android:pathData="M-16,0h360v40h-360z"
android:fillColor="#FFFDF8"/>
<path
android:pathData="M169.68,63.24C165.91,63.75 162.09,63.75 158.32,63.24L-16,40L344,40L169.68,63.24Z"
android:fillColor="#FFFDF8"/>
</vector>

0 comments on commit 4d2133b

Please sign in to comment.