Hi, I have been using several types of views (TextView, ImageView, ImageButton etc) and those are being placed one under the other... I would like to know how I can increase the "empty spacing" inbetween those elements ? I have read enough about padding but that seems to be the spacing between the actual content of a View and the boundaries of the View itself... Lets say i'd like to have 20 pixels if empty-ness inbetween two views... I have tried using a ImageView which obviously contains an Image but I don't want to use the padding because that wil actually decrease the size of my Image, thus resizing it... So let say my Image is 100 pixels high, should I be telling Android that I want a 120 pixels height ImageView with 10 pixels of bottom and top padding ? Or are there any other screen-resolution-independent solutions ? Thx in advance
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

