Skip to content

Instantly share code, notes, and snippets.

@yarneo
Created January 3, 2019 21:50
Show Gist options
  • Save yarneo/48afe68076056f548a650071b0aa4104 to your computer and use it in GitHub Desktop.
Save yarneo/48afe68076056f548a650071b0aa4104 to your computer and use it in GitHub Desktop.
<com.google.android.material.button.MaterialButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:shapeAppearanceOverlay="@style/MyShapeAppearanceOverlay"/>
<style name="MyShapeAppearanceOverlay">
<item name="cornerFamily">cut</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