Can anyone help me with this rrs & submenu bar please?
#1
Can anyone help me get a full screen bar for the rrs feed & the lower bar? Ive have modded this as much as i can but im still scratching my head on how to sort this out? In the picture (via the link, sorry i dont know how to add pics on here yet) i want the bars stretched to full screen or 1920 (which the red arrows are pointing to), the blue arrow shows you how i want it to look when fully stretched. Any help would be great

(I edited the home.xml)

Thanks in advance

Preview Pic Link
Reply
#2
I think that this is what you want :

Image

You need to modify :

Home.xml : http://pastebin.com/sehtaUZ0
IncludesHomeRecentlyAdded.xml : http://pastebin.com/MwEt31Y9
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
#3
Thats what i want but mine looks like this but without a corner on the left bottom sub bar missing & the top left rrs sub bar corner missing & the top sub bar right corner missing too? did you hide the submenu end ? or include it? I must be doing something wrongHuh?
Reply
#4
still cant get mine looking like this? even went back to the orig skin (unmodded by me) on aeon nox but just looks the same as the orig look? Changed the Home.xml & the IncludesHomeRecentlyAdded.xml but not working? Strange
Reply
#5
Home.xml

Lines 23 to 33

Before :

Code:
                <control type="image">
                    <width>1780</width>
                    <height>87</height>
                    <texture flipy="true">submenu_bar.png</texture>
                </control>
                <control type="image">
                    <left>1780</left>
                    <width>90</width>
                    <height>87</height>
                    <texture flipx="true" flipy="true">submenu_end.png</texture>
                </control>

After :

Code:
                <control type="image">
                    <width>1920</width>
                    <height>87</height>
                    <texture flipy="true">submenu_bar.png</texture>
                </control>

Lines 149 to 160

Code:
                <control type="image" id="90101">
                    <left>50</left>
                    <width>90</width>
                    <height>87</height>
                    <texture>submenu_end.png</texture>
                </control>
                <control type="image">
                    <left>140</left>
                    <width>1780</width>
                    <height>87</height>
                    <texture>submenu_bar.png</texture>
                </control>

After :

Code:
                <control type="image" id="90101">
                    <left>0</left>
                    <width>1920</width>
                    <height>87</height>
                    <texture>submenu_bar.png</texture>
                </control>

IncludesHomeRecentlyAdded.xml

Lines 910 to 923

Before :

Code:
<control type="group">
                <control type="image" id="90101">
                    <left>50</left>
                    <width>90</width>
                    <height>87</height>
                    <texture>submenu_end.png</texture>
                </control>
                <control type="image">
                    <left>140</left>
                    <width>1780</width>
                    <height>87</height>
                    <texture>submenu_bar.png</texture>
                </control>
            </control>

After :

Code:
<control type="group">
                <control type="image" id="90101">
                    <left>0</left>
                    <width>1920</width>
                    <height>87</height>
                    <texture>submenu_bar.png</texture>
                </control>
            </control>

Lines 960 to 971

Before

Code:
<control type="image">
                    <left>140</left>
                    <width>1780</width>
                    <height>87</height>
                    <texture flipy="true">submenu_bar.png</texture>
                </control>
                <control type="image">
                    <left>50</left>
                    <width>90</width>
                    <height>87</height>
                    <texture flipy="true" border="78,0,0,0">submenu_end.png</texture>
                </control>

After

Code:
<control type="image">
                    <left>0</left>
                    <width>1920</width>
                    <height>87</height>
                    <texture flipy="true">submenu_bar.png</texture>
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
#6
I will try that later, thank you very much for your help
Reply
#7
Weird.... i now have the bars but no rrs feed? HAHA i cant get it right & i still get a tiny block showing in the left part of the menu bar once the bar is selected & moves & slides left.
Reply
#8
Ok so i done some tweaking to what you gave me.... & at bloody last ive got it, i still have a couple of edges from the bars visible after they fly left & right after entering a selection but it looks smart enough for my needs. Thankyou very much for your help Mikebzh44
Reply
#9
(2016-05-02, 00:53)DeanR1977 Wrote: Ok so i done some tweaking to what you gave me.... & at bloody last ive got it, i still have a couple of edges from the bars visible after they fly left & right after entering a selection but it looks smart enough for my needs. Thankyou very much for your help Mikebzh44
Extend the pixels to something higher for the WindowClose slide animation.
Example:
Code:
<animation effect="slide" end="-1945,0" time="240">WindowClose</animation>
Reply

Logout Mark Read Team Forum Stats Members Help
Can anyone help me with this rrs & submenu bar please?0