Client UI alignment in XML.
Hi,
what I'm trying to do is move the speech input bar to the right side instead of alignment for the middle: https://prnt.sc/igfnrz
I've tried to do some coordination pixels but with the thought of different resolutions - that would not do the job for all clients. How can I find the "alignment" in this part of client?
https://pastebin.com/44pUX8Le
habbo-573.bin
Re: Client UI alignment in XML.
@Luicy it's not possible to do that in XML.
The SWF will align that to the center with a calculation like this:
x = (Screen width - Container width) / 2
Re: Client UI alignment in XML.
You can align it but I don't know the correct parameters to use. You need to change this:
params="1048592"
Its basically a list of bit flags.