Android Hide "+" Empty tiles
#1
Hopefully I just didn't miss this in an obvious place in the settings, but is there a way to simply hide the empty tiles in the Movie and TV show categories instead of having the boxes with the + sign to customize them? I'm only using XBMC to watch my personal library so don't have a need for any other video add-ons currently.
Reply
#2
No there is no way to hide them and honestly it would look crap without it. As placeholder you could add custom smart playlists, for example top rated, new released or unwatched.
Reply
#3
I agree, it would look pointless without a placeholder to fill in the space. However I figured out you can hide it using this code. I had to do this when a tile has a visible icon and path on focus because I'm using an easing="in" animation that reveals the tile image below which looks crap.

You would need find each panel control for each widget. Then for each itemslayout/focusedlayout find the image control for 'tile.png' and 'addtitle.png' then insert the code below.

Code:
<visible>!IsEmpty(ListItem.Property(Path))</visible>
Image
— Neuro

Reply

Logout Mark Read Team Forum Stats Members Help
Hide "+" Empty tiles0