Skip to content

Commit

Permalink
RN 임시 아이콘
Browse files Browse the repository at this point in the history
  • Loading branch information
JuTaK97 committed Aug 6, 2023
1 parent cca04e8 commit 08d1a27
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -547,3 +547,14 @@ fun RemarkIcon(
colorFilter = colorFilter,
)
}

@Composable
fun RNIcon(
modifier: Modifier,
) {
Image(
modifier = modifier,
painter = painterResource(id = R.drawable.pngwing),
contentDescription = null
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import com.wafflestudio.snutt2.components.compose.ComposableStatesWithScope
import com.wafflestudio.snutt2.components.compose.DrawerIcon
import com.wafflestudio.snutt2.components.compose.IconWithAlertDot
import com.wafflestudio.snutt2.components.compose.LectureListIcon
import com.wafflestudio.snutt2.components.compose.RNIcon
import com.wafflestudio.snutt2.components.compose.ShareIcon
import com.wafflestudio.snutt2.components.compose.TopBar
import com.wafflestudio.snutt2.components.compose.TrashIcon
Expand Down Expand Up @@ -132,7 +133,7 @@ fun TimetablePage() {
}
},
)
LectureListIcon(
RNIcon(
modifier = Modifier
.size(30.dp)
.clicks {
Expand Down
Binary file added app/src/main/res/drawable/pngwing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08d1a27

Please sign in to comment.