| | |
| | | |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/iv_img" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_width="160dp" |
| | | android:layout_height="160dp" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_marginTop="180dp" |
| | | android:scaleType="centerCrop" |
| | | app:placeholderImage="@mipmap/splash" |
| | | app:placeholderImage="@mipmap/icon_logo" |
| | | app:placeholderImageScaleType="centerCrop" /> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |