I have four image buttons, how could I fix the alignment like this:
button1 (80 * 80) button2 (80 * 80)
button3 (80 * 80) button4 (80 * 80)
How do I write my xml? Also I want to be able to load images dynamically into these 4 image buttons. How do I do that? Could I have arbitrary sized images or I can only use 80*80 sized images?
Thanks!!!