FredJul / Flym

Flym News Reader is a light Android feed reader (RSS/Atom)
Other
955 stars 405 forks source link

Fix arrows to not show before content load and arrows to be black on light theme #663

Closed fireph closed 3 years ago

fireph commented 3 years ago

The arrows would briefly show up on screen before the entry loaded, and now the scroll view has a background set so that the arrows cannot be seen before the content is loaded.

before: 2020-09-12_14-53-29

after: 2020-09-12_14-52-44

Second fix is that the arrows were always white, even on the LIGHT theme. This fixes that by making the arrows black when the light theme is currently being used.

before: screen

after: screen