Skip to content

placeholderImage not in center on Google Pixel XL #2542

@iztou

Description

@iztou

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" />

20200928_093458
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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions