FaceAware for Android Studio
this helps to auto zoom for face on ImageView.FaceAware is zoom library to face for Android.
Let me show how to use this library:
Setup
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.memishood:FaceAware-Android:1.2'
}
XML
Params
Params | Value |
---|---|
app:face_elevation | int |
Kotlin
do not use android:src="image", use on your code.