-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
359 use pillarbox icon for android tv (#367)
- Loading branch information
Showing
22 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
pillarbox-demo-tv/src/main/res/mipmap-anydpi-v26/ic_launcher_pillarbox.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (c) SRG SSR. All rights reserved. | ||
~ License information is available from the LICENSE file. | ||
--> | ||
<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> |
9 changes: 9 additions & 0 deletions
9
pillarbox-demo-tv/src/main/res/mipmap-anydpi-v26/ic_pillarbox_banner.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (c) SRG SSR. All rights reserved. | ||
~ License information is available from the LICENSE file. | ||
--> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_pillarbox_banner_background"/> | ||
<foreground android:drawable="@mipmap/ic_pillarbox_banner_foreground"/> | ||
</adaptive-icon> |
Binary file not shown.
Binary file added
BIN
+2.66 KB
pillarbox-demo-tv/src/main/res/mipmap-hdpi/ic_launcher_pillarbox.webp
Binary file not shown.
Binary file added
BIN
+10.6 KB
pillarbox-demo-tv/src/main/res/mipmap-hdpi/ic_launcher_pillarbox_foreground.webp
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.33 KB
pillarbox-demo-tv/src/main/res/mipmap-mdpi/ic_launcher_pillarbox.webp
Binary file not shown.
Binary file added
BIN
+4.55 KB
pillarbox-demo-tv/src/main/res/mipmap-mdpi/ic_launcher_pillarbox_foreground.webp
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.22 KB
pillarbox-demo-tv/src/main/res/mipmap-xhdpi/ic_launcher_pillarbox.webp
Binary file not shown.
Binary file added
BIN
+19 KB
pillarbox-demo-tv/src/main/res/mipmap-xhdpi/ic_launcher_pillarbox_foreground.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.8 KB
pillarbox-demo-tv/src/main/res/mipmap-xhdpi/ic_pillarbox_banner_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added
BIN
+9.2 KB
pillarbox-demo-tv/src/main/res/mipmap-xxhdpi/ic_launcher_pillarbox.webp
Binary file not shown.
Binary file added
BIN
+45 KB
pillarbox-demo-tv/src/main/res/mipmap-xxhdpi/ic_launcher_pillarbox_foreground.webp
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+16.5 KB
pillarbox-demo-tv/src/main/res/mipmap-xxxhdpi/ic_launcher_pillarbox.webp
Binary file not shown.
Binary file added
BIN
+84.2 KB
pillarbox-demo-tv/src/main/res/mipmap-xxxhdpi/ic_launcher_pillarbox_foreground.webp
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
pillarbox-demo-tv/src/main/res/values/ic_launcher_pillarbox_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (c) SRG SSR. All rights reserved. | ||
~ License information is available from the LICENSE file. | ||
--> | ||
<resources> | ||
<color name="ic_launcher_pillarbox_background">#161616</color> | ||
</resources> |
8 changes: 8 additions & 0 deletions
8
pillarbox-demo-tv/src/main/res/values/ic_pillarbox_banner_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (c) SRG SSR. All rights reserved. | ||
~ License information is available from the LICENSE file. | ||
--> | ||
<resources> | ||
<color name="ic_pillarbox_banner_background">#101010</color> | ||
</resources> |