Problem with the size of the Twitter image

Posted by Dayerman on Stack Overflow See other posts from Stack Overflow or by Dayerman
Published on 2011-06-30T11:56:51Z Indexed on 2011/06/30 16:22 UTC
Read the original article Hit count: 149

Filed under:
|

I have used this code to get a feed reader form twitter. I have list them in the listView as the article says, but with some images I have a problem with the size and they are anormally big...I have tried unsuccesfully to fix the size of the image with:

<ImageView  android:id="@+id/photoUser" 
android:layout_width="wrap_content" 
android:layout_height="wrap_content"
android:maxWidth="10dp" android:maxHeight="10dp"
android:paddingRight="12dp"/> 

© Stack Overflow or respective owner

Related posts about android

Related posts about twitter