-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Description
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/circle_click"
android:layout_width="100dp"
android:layout_height="100dp"
app:placeholderImage="@mipmap/icon_default_head"
app:roundAsCircle="true"
app:placeholderImageScaleType="centerInside"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/square_click"
android:layout_width="100dp"
android:layout_height="100dp"
app:placeholderImage="@mipmap/icon_default_head"
app:placeholderImageScaleType="centerInside"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
the gif show two images switch visibile to gone and you can see the placeholderimage of the image is not in center
Reproduction
i found it only show on Google Pixel XL , it not reproduce on ONEPLUS 6T .
Solution
Additional Information
- Fresco version: 2.3.0
- Platform version: Device : Google Pixel XL
Android version: 10