Kodi Community Forum

Full Version: remove timeshit status menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to completely remove the bottom menu bar ? 

Image
as in seekbar ?
time shift ?
whole lot ?

DialogSeekBar.xml
set to 0  <width>0</width>   <height>0</height> is a good place to start
<controls>
  <include>PVRChannelNumberInput</include>
  <control type="group">
   <visible>!Player.HasGame</visible>
   <bottom>0</bottom>
   <height>0</height>
   <control type="image">
    <left>-40</left>
    <width>0</width>
    <height>0</height>
    <texture border="0" colordiffuse="80FFFFFF" flipy="true">osd/progress/midtexture.png</texture>
   </control>