android image layout size -


enter image description here

from above image,how can remove white space surrounding image

imageview layout is

<imageview android:id="@+id/list_image" android:layout_width="@android:dimen/app_icon_size" android:layout_height="@android:dimen/app_icon_size"  android:layout_gravity="center_vertical" android:scaletype="fitcenter"/> 

add image android:adjustviewbounds=true

if still not working, change layout size wrap_content


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -