You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor colouring issue within TileViewDemoAdvanced in Version 4:
Problem
InfoWindow that's displayed when the markers are clicked on has invisible (white on white) text.
Reason
Version 4 hasn't set AppTheme set in Android Manifest (in difference to previous version)
Version 4 has set a white background to the infoWindow (Version 3 has got a grey one)
Solution
Set Background Color back to something dark (TileViewDemoAdvanced.java:getInfoView)
Set Text Color to Something dark (TileViewDemoAdvanced.java:getInfoView)
At first i thought setting AppTheme in the Manifest would solve the issue too, but AppTheme inherits from an Theme that's not compatible with AppCompat. And if that's changed (for example to @style/Theme.AppCompat.NoActionBar that somehow doesn't solve the issue either (maybe AppCompat Themes don't override colors/set text color to white). I've tested the other two solutions, they do the trick.
The text was updated successfully, but these errors were encountered:
Minor colouring issue within TileViewDemoAdvanced in Version 4:
Problem
InfoWindow that's displayed when the markers are clicked on has invisible (white on white) text.
Reason
Solution
At first i thought setting AppTheme in the Manifest would solve the issue too, but AppTheme inherits from an Theme that's not compatible with AppCompat. And if that's changed (for example to
@style/Theme.AppCompat.NoActionBar
that somehow doesn't solve the issue either (maybe AppCompat Themes don't override colors/set text color to white). I've tested the other two solutions, they do the trick.The text was updated successfully, but these errors were encountered: