在 Titanium 中更改 pickerView 字体颜色
Posted
技术标签:
【中文标题】在 Titanium 中更改 pickerView 字体颜色【英文标题】:Changing pickerView font color in Titanium 【发布时间】:2014-09-21 13:10:07 【问题描述】:在 android 上更改 PickeView 值文本颜色。
我在 Titanium 的合金项目中开发了 Picker,我想更改 PickerView 的字体颜色。我已经通过将代码作为 .我选择了房地产,因为背景是白色的,字体颜色是白色的。文字不可见
font: fontColor: 'Black'
不行,请看这张图
【问题讨论】:
【参考方案1】:我相信你需要创建一个自定义Android theme
<resources>
<style name="Theme.NoActionBar" parent="@style/Theme.AppCompat.Light"> </style>
</resources>
在/platform/android/res/values/custom_theme.xml中声明上述代码
【讨论】:
以上是关于在 Titanium 中更改 pickerView 字体颜色的主要内容,如果未能解决你的问题,请参考以下文章
如何在 swift 2.2 中更改 pickerview 中的文本/字体大小?
Appcelerator Titanium + iOS + webview - 更改触摸/点击按钮的 CSS