You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it would be great if instead of using just a drawable as a marker it was possible to use a custom composable component, it would make it way more customizable than how it is now
The text was updated successfully, but these errors were encountered:
you can use a custom marker.
set your marker here:
val depokIcon: Drawable? by remember {
mutableStateOf(context.getDrawable(R.drawable.round_eject_24))
}
sorry for my English)
Hi, it would be great if instead of using just a drawable as a marker it was possible to use a custom composable component, it would make it way more customizable than how it is now
The text was updated successfully, but these errors were encountered: