I would like to add a "Favorites" bar to the "Shutdown Menu" of my Confluence Lite skin. Could someone please tell me where to find the code I want to change?
Thank you,
Dogfyter
Shutdown Menu Mod?
- byron
- Posts: 582
- Joined: Wed Jul 04, 2012 9:26 pm
- Location: Illinois
- Has thanked: 27 times
- Been thanked: 96 times
Re: Shutdown Menu Mod?
DialogButtonMenu.xml...dig in and and break stuff, probably the best way to learn rather than someone just pasting the code for you. The new button will need a unique "id" and any lines of code that are missing from the button code that you would think should be there can be found in Defaults.xml (default button) if you're interested in what the whole button looks like.. You can $LOCALIZE your label so its translateable from xbmc/language/(your language)/strings .xml...or you can just type favourites into the label tags if you don't want to share.