Re: [android-developers] ImageView Problem

2010-12-26 Thread 陈彧堃
Did you forget to set the src of the imageview? On Sat, Dec 25, 2010 at 9:23 PM, ricardocunha ricardocu...@gmail.comwrote: Hi Everybody, I have a simple doubt but, I don´t understand what is happening. I have a simple ImageView over a Linear Layout: ImageView

[android-developers] ImageView Problem

2010-12-25 Thread ricardocunha
Hi Everybody, I have a simple doubt but, I don´t understand what is happening. I have a simple ImageView over a Linear Layout: ImageView android:layout_height=wrap_content android:id=@+id/ LogImgTela android:layout_width=wrap_content/ImageView When I running this layout on a Activity the

[android-developers] ImageView problem

2009-03-30 Thread Ramesh
Hi, I am working on an android project where the local and remote image files and their thumbnails are to be displayed. The imageview works perfectly till the thumbnail part. After that it crashes depending upon the size of the image file. For example, if the size was ~380kb, it will open once