在初始屏幕中更改图标大小

Eli*_*yan 5 xml icons android splash-screen

<item
    android:drawable="@color/colorIcon"/>

<item>
    <bitmap
        android:gravity="center"
        android:src="@mipmap/ic_launcher"
        />
</item>
Run Code Online (Sandbox Code Playgroud)

这是我的启动画面的代码,但在启动画面中使用的图标太小,我想帮助如何调整图标大小.谢谢.

ade*_*dev 0

您尝试过 android:gravity="fill_vertical | fill_horizo​​ntal" 吗?