KorlOne
16 years ago
2 hours ago
18
Premium
Hi Guys,

I have a quick question about editing the default skin :

I wanted to know how to do you make the sidebar change colour according to the team (like the titlebar) instead of being grey when your browsing through other teams than yours.

Thanks

pinokyonet
9 years ago
3 years ago
1

open “sidebar menu table.xml” file with notepad+ and change these codes i marked in red to secondary ;

 

<!-- club upcoming -->
     <widget class="table" id="cluF" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" auto_size_rows="true" fixed_size_rows="false" auto_size="vertical" selected_appearance="tables/custom/sidebar/selected/row">
       
         <record width="-1" column_heading="Icon">
           <record id="column_properties"/>
         </record>
         <record width="-3" minimum_width="100" column_heading="Name">
           <record id="column_properties" alignment="left,centre_y" colour="secondary" font="title" size="small" gap="0" >
             <record id="secondary_text_properties" alignment="left,top" size="normal" colour="secondary"/>
           </record>
         </record>
       

     </widget>

     <!-- nation upcoming -->
     <widget class="table" id="natF" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" auto_size_rows="true" fixed_size_rows="false" auto_size="vertical" selected_appearance="tables/custom/sidebar/selected/row">
       
         <record width="-1" column_heading="Icon">
           <record id="column_properties"/>
         </record>
         <record width="-3" minimum_width="100" column_heading="Name">
           <record id="column_properties" alignment="left,centre_y" colour="secondary" font="title" size="small" gap="0" >
             <record id="secondary_text_properties" alignment="left,top" size="normal" colour="secondary"/>
           </record>
         </record>
       

     </widget>

Bielsa is a Legend
10 years ago
1 hour ago
1,773
Premium
By KorlOne 19 June 2017 - 08:15 AM UTC 

Hi Guys,

I have a quick question about editing the default skin :

I wanted to know how to do you make the sidebar change colour according to the team (like the titlebar) instead of being grey when your browsing through other teams than yours.

Thanks 

 

Just use Flut skin it’s an alt file

You'll need to Login to comment