android-什么是ColorPrimaryLight,如何使用?

android-什么是ColorPrimaryLight,如何使用?,第1张

概述我将其作为MaterialDesignColorPlatte生成的颜色之一.但是在此图像中:我在任何地方都看不到colorPrimaryLight.它的作用是什么,我该如何声明?是否以我的风格这样声明?:<itemname="colorPrimaryLight">@color/colorPrimaryLight</item>还是以其他方式声明它?它是做什么用的?解

@H_419_1@

我将其作为Material Design Color Platte生成的颜色之一.@H_419_1@

但是在此图像中:@H_419_1@

@H_419_1@

我在任何地方都看不到colorPrimarylight.它的作用是什么,我该如何声明?是否以我的风格这样声明?:@H_419_1@

@H_419_1@

<item name="colorPrimarylight">@color/colorPrimarylight</item>

还是以其他方式声明它?它是做什么用的?@H_419_1@

解决方法:@H_419_1@

默认情况下,statusbarcolor设置为colorPrimaryDark.如果要将colorPrimarylight用于状态栏,则需要将androID:statusbarcolor设置为androID:colorPrimarylight.@H_419_1@

https://developer.android.com/training/material/theme.html@H_419_1@

在您的资源文件中:
<颜色名称=“ colorPrimarylight”>#D1C4E9< / color>
@H_419_1@

在您的样式文件中输入:
< item name =“ colorPrimarylight”> @ color / colorPrimarylight< / item>@H_419_1@ 总结

以上是内存溢出为你收集整理的android-什么是ColorPrimaryLight,如何使用?全部内容,希望文章能够帮你解决android-什么是ColorPrimaryLight,如何使用?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1090915.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存