damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
89 stars 4 forks source link

[FEA] - Change scene overlay #199

Closed damontecres closed 7 months ago

damontecres commented 7 months ago

Description

Right now the scene text overlay is implemented by editing the image on-the-fly.

This means that the text cannot be hidden when a scene card is selected like on the server UI. So the overlay should be updated to use views instead which are easily hidden.