Skip to content

Commit

Permalink
[skin.xml] Minor updates
Browse files Browse the repository at this point in the history
- Update screen saver image to match new OpenATV look.
- Add screen image for new DeviceManager screen.
  • Loading branch information
IanSav committed Jan 6, 2025
1 parent db9c830 commit 46b9699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified usr/share/enigma2/OverlayHD/images/openatv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions usr/share/enigma2/OverlayHD/skin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@
<screen key="HistoryZapSelector" image="menus/tv_zap_history.png" />
<screen key="LocaleSelection" image="menus/software_manager_setup.png" />
<screen key="MemoryInformation" image="menus/browser.png" />
<screen key="DeviceManager" image="menus/browser_setup.png" />
<screen key="MultiBootInformation" image="menus/information.png" />
<screen key="NetworkInformation" image="menus/radio.png" />
<screen key="PictureInformation" image="menus/information.png" />
Expand Down Expand Up @@ -1565,11 +1566,11 @@

<!-- MENU - Beyonwiz Main Menu -->

<!--
<!--
Main list: selectedColor="#00ffffff" enabledColor="#00dddddd" offColor="#00777777" font="Regular;23" itemHeight="76" (default values shown)
Sublists: selectedColor="#00ffffff" enabledColor="#00999999" offColor="#00555555" font="Regular;22" itemHeight="50" (default values shown)
The widget height should be 6 * itemHeight.
-->
-->
<screen name="GeneralMenu" title="Main Menu" position="fill" flags="wfNoBorder">
<panel position="50,35" size="305,25">
<panel name="ClockBannerPanel" />
Expand Down Expand Up @@ -2637,7 +2638,7 @@
</screen>

<screen name="ScreenSaverOpenATV" position="fill" backgroundColor="ScreenSaverBackground" flags="wfNoBorder">
<widget name="picture" pixmap="images/openatv.png" position="0,0" size="430,69" alphatest="blend" scale="1" transparent="1" />
<widget name="picture" pixmap="images/openatv.png" position="0,0" size="460,80" alphatest="blend" scale="1" transparent="1" />
</screen>

<screen name="ScreenSaverOpenViX" position="fill" backgroundColor="ScreenSaverBackground" flags="wfNoBorder">
Expand Down

0 comments on commit 46b9699

Please sign in to comment.