<?xml version="1.0" encoding="utf-8"?>
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
<com.facebook.drawee.view.SimpleDraweeView android:layout_width="match_parent"
|
android:layout_height="110dp"
|
android:layout_marginStart="12dp"
|
android:layout_marginEnd="12dp"
|
android:layout_marginTop="7dp"
|
android:id="@+id/iv_img"
|
app:placeholderImage="@color/page_bg"
|
app:actualImageScaleType="centerCrop"
|
app:roundedCornerRadius="6dp"/>
|
</FrameLayout>
|