Can I Change The Button Icons at Bottom of The Screen
-
Re: Change Button Icons at bottom of screen
I saw this post a while back and i was wondering if this is possible with a "theme" yet?
if not does any one know if they are image files i can just extract and edit myself, like .svg or .png files?
I would like to make them look like my xarcade tank stick configuration.forgot to mention, i'm using a Raspberry Pi 3 if that makes a difference.
Thanks.
-
@lil-tin-tin well ... It's not possible ... Yet O:)
-
@substring Thanks for the fast reply. in the mean time until you guy release a version where that is possible, is there images i can just edit and place back in with same size and names or is it drawn on the fly with code?
-
@lil-tin-tin for now, this part of the UI is embedded in the binary
-
@substring Ok, well thanks for the help. I'll just have to hope that in the future versions that would be an option.
-
For people looking how to change button icons at bottom of the screen.
Add this lines in your main "theme.xml"
<view name="menu, system, basic, detailed">
<helpsystem name="help">
<iconColor></iconColor>
<iconUpDown></iconUpDown>
<iconLeftRight></iconLeftRight>
<iconUpDownLeftRight></iconUpDownLeftRight>
<iconA></iconA>
<iconB></iconB>
<iconX>/iconX>
<iconY></iconY>
<iconL></iconL>
<iconR></iconR>
<iconStart></iconStart>
<iconSelect></iconSelect>
<fontSize></fontSize>
<textColor></textColor>
</helpsystem>just add your color, path of your files (.svg, png...) or font size in each properties.