Skip to content

Instantly share code, notes, and snippets.

@ricknout
Created July 31, 2020 14:24
Show Gist options
  • Save ricknout/0344b4a434aec4e5cfcd438b494f045d to your computer and use it in GitHub Desktop.
Save ricknout/0344b4a434aec4e5cfcd438b494f045d to your computer and use it in GitHub Desktop.
MDC-Android shape theme attributes
<!-- Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<!-- In res/values/themes.xml -->
<style name="Theme.App.Base" parent="Theme.MaterialComponents.*">
...
<item name="shapeAppearanceSmallComponent">
@style/ShapeAppearance.App.SmallComponent
</item>
<item name="shapeAppearanceMediumComponent">
@style/ShapeAppearance.App.MediumComponent
</item>
<item name="shapeAppearanceLargeComponent">
@style/ShapeAppearance.App.LargeComponent
</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment