Add decoration to "ViMusic" text
This commit is contained in:
parent
4cb2add24e
commit
aa1b495c1e
1 changed files with 6 additions and 0 deletions
|
@ -191,6 +191,12 @@ fun HomeScreen() {
|
|||
center = size.center.copy(x = 8.dp.toPx()),
|
||||
radius = 16.dp.toPx()
|
||||
)
|
||||
|
||||
drawCircle(
|
||||
color = colorPalette.primaryContainer,
|
||||
center = Offset(x = 32.dp.toPx(), y = 0f),
|
||||
radius = 8.dp.toPx()
|
||||
)
|
||||
}
|
||||
.padding(horizontal = 16.dp)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue