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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -