bitmap |
referes to a bitmap in resources section the bitmap must have a transpareny color (mask="#color" in ![]() |
||||||||||||||||||||||||||
attach |
Autosizing flags like in <view>, can be a combination of "left", "top", "right", "bottom" separated with pipes e.g. "left|top", "right|bottom",... Currently stretching of areas is not supported, e.g. "left|right" is not possible. |
||||||||||||||||||||||||||
offset |
distance between the area and the window edges where it's attached. If an offset coordinate is 0, the area touches the corresponding window edge, so in most cases you don't need the offset (default is "0,0"). If an area is attached right, the offset is negative. The same holds for bottom. |
||||||||||||||||||||||||||
|