Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created January 8, 2025 20:20
Show Gist options
  • Save KatieBarnett/8759dfa8eaa41da1a4f1dadfdd5f9628 to your computer and use it in GitHub Desktop.
Save KatieBarnett/8759dfa8eaa41da1a4f1dadfdd5f9628 to your computer and use it in GitHub Desktop.
Photo image from a drawable in a widget
Image(
provider = ImageProvider(R.drawable.mountain),
contentDescription = null,
contentScale = ContentScale.Crop,
modifier = GlanceModifier.fillMaxSize()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment