SplashScreen中的ImageView显示为模糊

时间:2019-04-04 16:10:14

标签: android uiimageview android-xml splash-screen

我正在为我的应用实现启动屏幕,运行时启动屏幕包含模糊的图像,而不是应有的图像。

<ImageView
    android:id="@+id/imageView"
    android:layout_width="0dp"
    android:layout_height="0dp"
    android:scaleType="centerCrop"
    app:layout_constraintBottom_toBottomOf="parent"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintHorizontal_bias="0.0"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toTopOf="parent"
    app:layout_constraintVertical_bias="0.0"
    tools:srcCompat="@mipmap/ic_launcher_foreground" />

enter image description here

我必须选择哪个?还是我必须添加图像?因为图片是2700x2700px ... 我将imageView作为centerCrop。

1 个答案:

答案 0 :(得分:0)

将图像尺寸缩小75%-(675 x 675)。对于电话布局,这已绰绰有余。您可以使用此在线工具来更改图像的尺寸,而无需更改宽高比:

https://www.iloveimg.com/resize-image/resize-png