views:

14

answers:

0

I have a working Android Hello Gallery from the Dev tutorial but yet it is the only thing that is displayed on my screen, looking at my XML below, the imageview wont show up, it must be offscreen.

The only thing I changed in the original java code was these sizes..

i.setLayoutParams(new Gallery.LayoutParams(250, 200));