Titanium 更改钛合金中的pickerView字体颜色

Titanium 更改钛合金中的pickerView字体颜色,titanium,picker,Titanium,Picker,在Android上更改PickeView值文本颜色 我在钛合金项目中开发了Picker,我想更改PickerView的字体颜色。我已经检查过了,把代码作为。我选择房地产作为背景是白色的,字体颜色是白色的。文本不可见 font: {fontColor: 'Black'} 它不工作,请检查此图像我相信您需要创建一个自定义 在/platform/android/res/values/custom_theme.xml中声明上述代码 <resources> <style n

在Android上更改PickeView值文本颜色

我在钛合金项目中开发了Picker,我想更改PickerView的字体颜色。我已经检查过了,把代码作为。我选择房地产作为背景是白色的,字体颜色是白色的。文本不可见

font: {fontColor: 'Black'}

它不工作,请检查此图像

我相信您需要创建一个自定义


在/platform/android/res/values/custom_theme.xml中声明上述代码

<resources>
    <style name="Theme.NoActionBar" parent="@style/Theme.AppCompat.Light"> </style>
</resources>