Reputation: 3809
Is there an Android equivalent to Java's panel? I need something with a set size that I can add different views in dynamically. Is there such a technique?
I'm basically wanting a blank area with a set size in xml code where I can add buttons later through the activity. The reason for adding later is the number of buttons and size of the buttons will range dramatically, but still needing the area to fill.
Upvotes: 4
Views: 10654