Android Studio – ImageView fit width 100% without stretching the image android kotlin
I am getting an image from the gallery and when I add an image to the layout if the image size is less than the width then the image doesn't fill the width 100%. How do I do it? <androidx.appcompat.widget.AppCompatImageView…