Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created February 13, 2020 08:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/66c6bac636f4894b5f36b1b76170bbc4 to your computer and use it in GitHub Desktop.
Save hitherejoe/66c6bac636f4894b5f36b1b76170bbc4 to your computer and use it in GitHub Desktop.
<style name="RoundedButtonStyle" parent="Widget.MaterialComponents.Button">
<item name="shapeAppearance">@style/RoundedButtonShapeAppearance</item>
...
</style>
<style name="RoundedButtonShapeAppearance">
<item name="cornerFamilyTopLeft">rounded</item>
<item name="cornerFamilyBottomLeft">rounded</item>
<item name="cornerFamilyTopRight">rounded</item>
<item name="cornerFamilyBottomRight">rounded</item>
<item name="cornerSize">4dp</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment