问题
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