Hi all
I’m on the way to update my .forms (shared) project:
- VS2015 Update 3 RC -> VS2017 15.7.5
- .forms 2.3.0.49 -> .forms 3.1
Note: I don’t use XAML yet (I do anything in code).
After I have spent days to bring the whole environment to work principally (you don’t want to know the details ), I have a problem in the android project.
Action (title) bar:
- The background color of the action (title) bar in the old project (2.3) was white and the title text color was black.
- In the new version (3.1) (after deploy to device without any change), the background color of the action (title) bar is (new) black and the title text color (still) seems to be black (black text on black background is not really nice).
Page back colors (and maybe listviews):
- In the old version (2.3) , the background color to all pages was black (so I have set some text color to white).
- In the new version ( 3.1.) (after deploy to device without any change), the background to all pages is white (same problem as to the action bar (white text white background is not really nice).
I don't have found any information's to this problem by my search…
Does anybody knows why this happens and where I can set it to the old behavior?
(in don’t want to change the colors to any single objects in my app)
Thanks for any hint…