Aspect Ratio ImageView
A simple imageview which scales the width or height aspect with the given ratio.
Sample

Usage
Gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.santalu:aspect-ratio-imageview:1.0.5'
}