Skip to content

Instantly share code, notes, and snippets.

@DmytroShuba
Created February 23, 2022 21:31
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 DmytroShuba/32855b18cc8f4f7e56814fc3ea8e2279 to your computer and use it in GitHub Desktop.
Save DmytroShuba/32855b18cc8f4f7e56814fc3ea8e2279 to your computer and use it in GitHub Desktop.
rich text styles
<style name="TextAppearance.MyApp.Medium" parent="TextAppearance.AppCompat.Medium">
<item name="android:textSize">32sp</item>
<item name="android:color">@color/black</item>
<item name="background">@color/gray</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment