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

359 use pillarbox icon for android tv #367

Merged
merged 3 commits into from
Dec 15, 2023

Conversation

StaehliJ
Copy link
Contributor

@StaehliJ StaehliJ commented Dec 15, 2023

Pull request

Description

Add pillarbox launcher icons and tv banner. For some reason, the tv banner is not correctly showed on the applications launcher in Android TV.

Changes made

  • Add pillarbox icon to the launcher icon
  • Add pillarbox icon to the tv banner

Checklist

  • Your branch has been rebased onto the main branch.
  • APIs have been properly documented (if relevant).
  • The documentation has been updated (if relevant).
  • New unit tests have been written (if relevant).
  • The demo has been updated (if relevant).
  • All pull request status checks pass.

@StaehliJ StaehliJ linked an issue Dec 15, 2023 that may be closed by this pull request
2 tasks
@StaehliJ StaehliJ marked this pull request as ready for review December 15, 2023 12:47
Comment on lines +6 to +9
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_pillarbox_background"/>
<foreground android:drawable="@mipmap/ic_launcher_pillarbox_foreground"/>
</adaptive-icon>

Check warning

Code scanning / Android Lint

Monochrome icon is not defined Warning

The application adaptive icon is missing a monochrome tag
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Android TV doesn't support themed icon

@MGaetan89 MGaetan89 added this pull request to the merge queue Dec 15, 2023
Merged via the queue into main with commit 41a70cb Dec 15, 2023
7 checks passed
@MGaetan89 MGaetan89 deleted the 359-use-pillarbox-icon-for-android-tv branch December 15, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use pillarbox icon for Android TV
2 participants