material 颜色主题属性的完整列表
Complete list of material color theming attributes
我希望将 Material 设计应用到我的应用程序中。我从 Android 开发者网站上读到了关于 using material themes and about how I can customise these with my own colours 的内容,但是该网页只描述了一些我可以在我的 themes.xml
.[=18 中使用的 material 设计属性=]
网页仅参考主要主题属性:
- colorPrimary
:应用的主要品牌颜色
- colorPrimaryDark
:用于状态栏和上下文应用栏的较暗变体
- colorAccent
: 强调色,主题化一些 UI 控件
它还描述了下图中显示的一些其他属性:
但是,我想知道所有可以应用到material设计主题的不同主题属性.例如,我知道还有其他属性,例如colorButtonNormal
,但我想知道这些属性的完整列表以及它们各自的作用.
我认为没有对每个属性的详细描述。您可以深入研究来源并尝试猜测每个属性的用途。参见:https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values/themes_material.xml
添加到 Zielony 的回答中,您可以在此处找到说明:
https://developer.android.com/reference/android/R.attr.html
我希望将 Material 设计应用到我的应用程序中。我从 Android 开发者网站上读到了关于 using material themes and about how I can customise these with my own colours 的内容,但是该网页只描述了一些我可以在我的 themes.xml
.[=18 中使用的 material 设计属性=]
网页仅参考主要主题属性:
- colorPrimary
:应用的主要品牌颜色
- colorPrimaryDark
:用于状态栏和上下文应用栏的较暗变体
- colorAccent
: 强调色,主题化一些 UI 控件
它还描述了下图中显示的一些其他属性:
但是,我想知道所有可以应用到material设计主题的不同主题属性.例如,我知道还有其他属性,例如colorButtonNormal
,但我想知道这些属性的完整列表以及它们各自的作用.
我认为没有对每个属性的详细描述。您可以深入研究来源并尝试猜测每个属性的用途。参见:https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values/themes_material.xml
添加到 Zielony 的回答中,您可以在此处找到说明: https://developer.android.com/reference/android/R.attr.html