我想设置我的应用白色的 textColorPrimary 和 colorPrimary 黄色。我正在使用混合应用程序,官方的cordova插件( cordova-plugin-statusbar )只允许我更改 colorPrimaryDark <preference name="StatusBarBackgroundColor" value="#feb900" />
的颜色并根据 colorPrimary <preference name="StatusBarStyle" value="lightcontent" />
来定义 textColorPrimary 是白色还是黑色。如果它是浅的那么文本将是黑色的,并且另一种方式。我无法使用此插件指定 colorPrimary 的颜色,所以我从npm获取了这个: cordova-plugin-headercolor 。我添加了<preference name="HeaderColor" value="#feb900" />
。我将 colorPrimary 指定为黄色,但黄色比浅色更亮,因此我的 textColorPrimary 变为黑色。现在我想知道是否有任何方法可以指定我的 colorPrimary 黄色和 textColorPrimary 白色?由于这张图片,我使用了android编码术语中的官方名称。