5. Replace with the following:
code:
<element layoutpos=client layout=filllayout()>
<element background=window />
<png layoutpos=bottom flip=false idres=100 />
<buddylist id=atom(buddylistview) layout=filllayout() <background=argb(0,255,255,255) />
</element>
typo there get rid of the < before background
is it possible to align something to the bottomright? bottom puts it at bottom left, where right puts it at top right, i treid bottomright, no luck
i am starting to get a better understanding of this, hte filllayout layout doesnt support corners, the ninegridlayout does, but when i try to use the ninegridlayout, there is no contact list
::EDIT::
ok i figured it out, gotta use contentalign, dont need to change layout or layoutpos:
code:
<element layoutpos=client layout=filllayout()>
<element background=window />
<png layoutpos=bottom contentalign=bottomright flip=false idres=100 />
<buddylist id=atom(buddylistview) layout=filllayout() background=argb(0,255,255,255) />
</element>