Kodi Community Forum

Full Version: [FIX] Focused Home Visualiser: On texture
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Before -

Image

After -

Image

Open up your Includes_Objects.xml and find this line -
Code:
        <texturefocus>dialogs/context_highlight.png</texturefocus>
and add this after it -
Code:
        <alttexturefocus>dialogs/context_highlight.png</alttexturefocus>
Hitcher Wrote:Before -

Image

After -

Image

Open up your Includes_Objects.xml and find this line -
Code:
<texturefocus>dialogs/context_highlight.png</texturefocus>
and add this after it -
Code:
<alttexturefocus>dialogs/context_highlight.png</alttexturefocus>
Nice work once again hitcherSmile
great, thanks