Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android-Gui: Allow setting the DecorView to transparent color #25171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fritsch
Copy link
Member

@fritsch fritsch commented May 9, 2024

Sony TVs have a long standing firmware bug. Allow a user to configure the background color to workaround this.

Usage:

<advancedsettings>
  <gui>
   <transparentguilayout>true</transparentguilayout>
 </gui>
</advancedsettings>

@fritsch
Copy link
Member Author

fritsch commented May 9, 2024

First draf for #25166 - I only wrote the code. I did neither compile nor runtime test it. Also did not verify the thingy we want to alter is already there. Just that we have discussion starting point.

@quietvoid @joseluismarti and @Kristijan1001

This is a one time setting. While it uses quietvoid's code from back then - it is not dolby vision depending but applies globally as the Sony People have GUI issues in general. Could be combined with other regressions more dynamically.

Sony TVs have a long standing firmware bug. Allow a user to configure
the background color to workaround this.

Usage:
<advancedsettings>
  <gui>
   <transparentguilayout>true</transparentguilayout>
 </gui>
</advancedsettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Video Platform: Android Type: Fix non-breaking change which fixes an issue v22 "P"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant