Created
July 31, 2020 13:11
-
-
Save ricknout/eb13daadd3a83e47ffe8b44ec621b25c to your computer and use it in GitHub Desktop.
MDC-Android type 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="textAppearanceHeadline6"> | |
@style/TextAppearance.App.Headline6 | |
</item> | |
<item name="textAppearanceBody2"> | |
@style/TextAppearance.App.Body2 | |
</item> | |
<item name="textAppearanceButton"> | |
@style/TextAppearance.App.Button | |
</item> | |
<!-- Using default values for textAppearanceSubtitle1, textAppearanceCaption, etc. --> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment