How to remove such empty edges from imageView
<LinearLayout android:layout_alignParentLeft="true" android:layout_alignParentStart="true" android:layout_alignBottom="@+id/linearLayout3" android:layout_toStartOf="@+id/linearLayout3" android:layout_width="wrap_content" android:layout_height="match_parent"> <ImageView android:layout_alignParentLeft="true" android:adjustViewBounds="true" android:src="@drawable/test_image" android:layout_width="match_parent" android:layout_height="match_parent" /> </LinearLayout> 
wrap_contentimagewrap_contentto the left edge, but to the right is still the same gap - kalugin1912