Skip to content

Instantly share code, notes, and snippets.

@armcha
Last active October 30, 2023 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save armcha/4e33faad2994fd03fde6f0bc192dcaec to your computer and use it in GitHub Desktop.
Save armcha/4e33faad2994fd03fde6f0bc192dcaec to your computer and use it in GitHub Desktop.
Box(
modifier = GlanceModifier
.fillMaxSize()
.background(Color.White),
contentAlignment = Alignment.Center
) {
GlanceText(
modifier = GlanceModifier.padding(horizontal = 20.dp),
text = "Welcome to App Widget",
font = R.font.good_times_rg,
fontSize = 15.sp,
color = Color.Black
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment