for the new option "Notifications" added in the menu add-ons for the latest version of xbmc.
![[Image: 783822screenshot031.png]](http://img4.hostingpics.net/pics/783822screenshot031.png)
Code:
AddonBrowser.xml
@@ -32,7 +32,7 @@
<control type="image"><!-- Floor -->
<posx>300</posx>
<posy>650</posy>
- <width>700</width>
+ <width>680</width>
<height>70</height>
<texture>backdrops/test2.png</texture>
<visible allowhiddenfocus="true">ControlGroup(7000).HasFocus + !Skin.HasSetting(LockViews)</visible>
@@ -52,8 +52,8 @@
<label>103</label>
</control>
<control type="radiobutton" id="5">
- <description>randomize</description>
- <width>160</width>
+ <description>Enable auto-updates</description>
+ <width>170</width>
<height>30</height>
<font>Font_Bartowski_Smaller_MenuTitle</font>
<textcolor>ff000000</textcolor>
@@ -63,6 +63,18 @@
<textoffsetx>10</textoffsetx>
<width>150</width>
</control>
+ <control type="radiobutton" id ="6">
+ <description>No notifications</description>
+ <width>170</width>
+ <height>30</height>
+ <font>Font_Bartowski_Smaller_MenuTitle</font>
+ <textcolor>ff000000</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="5">confluence/button-focus.png</texturefocus>
+ <label>25000</label>
+ <textoffsetx>10</textoffsetx>
+ <width>150</width>
+ </control>
</control>
</control>
<include>Global_Time_TopRight_Files</include>@+

Search
Help