Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created August 23, 2022 00:57
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 markchristopherng/0565257fab0d6c3717413283360056f5 to your computer and use it in GitHub Desktop.
Save markchristopherng/0565257fab0d6c3717413283360056f5 to your computer and use it in GitHub Desktop.
APText(
modifier = Modifier
.testTag("txt_title")
.padding(top = 6.dp, bottom = 4.dp),
apStyle = textStyle, text = text, textColor = textColor
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment