Hi, Atlast I managed to solve it. The issue was the LinearLayout's layout_height attribute. I was specifying the height to be 50dip and the image was also of the same height. Just specifying the height as fill_parent solved the issue for me.
Thanks anyways. Thanks & Regards Sunil -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

