Created
July 31, 2020 14:24
-
-
Save ricknout/0344b4a434aec4e5cfcd438b494f045d to your computer and use it in GitHub Desktop.
MDC-Android shape theme attributes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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