How can I remove white space from a photo? [closed]

懵懂的女人 提交于 2020-04-07 10:43:48

问题


I have the following situation, I am getting a message from the server, which, among other things, contains the URL of the photo. Then using Glide, I set this image to ImageView.

And here the problem arises, because under the photo there is also TextView, and the photo has a white space at the bottom, which causes a large gap between the photo and TextView.

enter image description here

How can I remove the white space from the bottom of the image from the photo so that the distance between ImageView and TextView decreases by "white background"?

来源:https://stackoverflow.com/questions/61051159/how-can-i-remove-white-space-from-a-photo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!