Apache Cordova Android 5.0 Select Box Option color

后端 未结 1 651
既然无缘
既然无缘 2020-12-18 08:27

I am attempting to update an Apache Cordova Application to target Android 5.0. Everything seems to be functional so far as I can tell but I am encountering a cosmetic issue

相关标签:
1条回答
  • 2020-12-18 09:14

    After quite some time I was able to figure this out. I was apparently jsut changing the theme for the Application tag in the manifest.xml and needed to make the change in both the application and activity tags. After changing both to "android:style/Theme.Light.NoTitleBar" I now have black text on white backgrounds in my app.

    0 讨论(0)
提交回复
热议问题