[![enter image description here][1]][1]This is my SimpleDraeeViwe after image load image is not loading as full, means its covering full width of image view but image getting cut on left and right side. Also tried with android:adjustViewBounds = true
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/image_mint"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="100dp"
fresco:actualImageScaleType="fitCenter"
fresco:viewAspectRatio="1.33"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />