Using previous versions of B4A my scrollview (in my program) automatically displayed the temporary indicator (that shows up only while you are scrolling) in a contrasting color. Now (B4A version 7.80) the indicator is always dark, and when I change the color of the scrollview (for "night reading"), the indicator remains dark and not really visible (it is there though); I did some other revisions in my code too, so not sure what could have cause this change (mainly, adding an AppCompat ACToolBarLight and all the changes required for that, such as some changes in the manifest). What could cause this no longer to automatically change to a contrasting color? (My code is quite large and access other files so I can't really upload it for an example). Thanks for any suggestions.