[android-developers] Lack of clarity in image

2012-01-11 Thread aru padam
Hi All, How i can avoid the lack of clarity in images when set it to an image view. Thanks Deepesh C -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Lack of clarity in image

2012-01-10 Thread aru padam
Hi all, I am developing an app, in this the selected image from the album have no clarity when set it to an image view. How i can avoid this problem.. Please help me Thanks Deepesh -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Lack of clarity in image

2012-01-10 Thread Ratheesh Valamchuzhy
check the image is thumbnail or full sized. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Lack of clarity in image

2012-01-10 Thread Mukesh Srivastav
Make sure, you pass all the required parameters, below is the Imageview which i have used it after selecting an image from the album. ImageView android:id=@+id/iv_photo android:layout_marginTop=5dp android:layout_marginBottom=5dp android:layout_marginLeft=2dp android:layout_marginRight=2dp