Android将屏幕显示为图像

时间:2017-04-24 17:00:05

标签: android xamarin xamarin.android splash-screen splash

我想将图像设为启动画面。我应该制作什么尺寸才能使闪屏图像在不拉伸支撑水平和垂直方向以及所有密度的情况下填满整个屏幕。另外,我应该在哪里编写代码来指示哪些图像是每种尺寸和方向的闪屏?

iOS具有在属性中选择启动图像的功能 设置所有必需的图像大小以支持所有屏幕和所有方向,而无需编写任何代码行 enter image description here

2 个答案:

答案 0 :(得分:1)

你需要使用9补丁。 如果需要,9个补丁图像可以在4个方向上伸展。 它会解决你的问题。 Xamarin也可以使用9-patch图像作为启动画面。

Example Documentation

答案 1 :(得分:1)

您可以使用可能对iOS和Android都有帮助的矢量资产图像 供参考:https://developer.android.com/studio/write/vector-asset-studio.html