modnaut / primary

0 stars 0 forks source link

Expanded Save Button #22

Closed modnaut closed 11 years ago

modnaut commented 11 years ago

See this after making changes to xml layout (see email for xml) :

expandedbutton

dannycohn commented 11 years ago

You're creating a panel with a border layout and putting a whole bunch of items in it. This isn't how border layouts work. A border layout would have in it at any given time from 1-5 child items. A child item with region=center is required, and any others are optional (if you'll never have >1 region, a border layout is unnecessary and it can be a fit layout instead). If you explain what you're trying to accomplish I can help figure out the XML to create it