Recreated view's colors are different from the original's
vozhyk- opened this issue · 0 comments
vozhyk- commented
Currently, all recreated views have black text on a white background.
It would be better to have the original colors instead.
There is a problem with this: in applications like Settings the original backgrounds are specified as transparent. We don't want to set the recreated view's background to transparent, because then there would be 2 copies of the same text visible in the same place, and that can make the text unreadable.
Possible solutions:
- Check the background of parent views
- Blur the background
- Look at the screenshot at the view's area and use the dominant color
- Ask / report an issue
TODO: Upload text fixtures with:
- transparent backgrounds
- unusual text colors