Android Question Updating to SDK 26 makes controls invisible

dieterp

Active Member
Licensed User
Longtime User
After updating my sdk to version 26, I have noticed that my controls such as Spinners and Checkboxes are no longer displaying in my app. They are there, it's just that with the different color schemes of 26, and with the control Text Color and Color values set to default, the controls simply aren't visible. Can anyone assist me with this please?
 

DonManfred

Expert
Licensed User
Longtime User
How could we help? You are not providing any usefull information.
You are using Appcompat and setup a correct theme?
 
Upvote 0

dieterp

Active Member
Licensed User
Longtime User
I am not familiar with Appcompat, and I am not using it, and I will try explain in more detail my issue. I have been using B4A for several years now and with all SDK iterations my controls have always displayed clearly. Below is a screenshot of a screen running version 23

upload_2018-11-21_7-40-24.png


After updating the sdk version 26, the same screen now appears as below:

upload_2018-11-21_7-41-58.png


What will I need to change in the manifest editor, or whichever other method, in order to get things to look the way they did before the upgrade?
 
Upvote 0
Top