I want to use "scaleType" attribute and set it to "centerCrop" inside the EasyGifView like this:
<com.medialablk.easygifview.EasyGifView
android:id="@+id/category_icon"
android:layout_width="match_parent"
android:layout_height="160dp"
android:layout_gravity="center"
android:scaleType="centerCrop" />
But it seems to not affect the EasyGifView at all.