Android的背景图像尺寸XXHDPI [英] Android background image size for XXHDPI

查看:235
本文介绍了Android的背景图像尺寸XXHDPI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要设置背景图片为我的应用程序,唯一的问题是,我不知道该图像有什么大小是XXHDPI设备。

I need to set the background picture for my app, the only problem is that i dont know what size the image has to be for XXHDPI devices.

我读到这里MDPI,华电国际和XHDPI设备,但没有对XXHDPI: <一href="http://stackoverflow.com/questions/10574363/android-splash-screen-image-sizes-to-fit-all-devices/15744389#15744389">Android闪屏图像尺寸,以适应所有设备

I read here for MDPI, HDPI and XHDPI devices, but nothing for XXHDPI: Android splash screen image sizes to fit all devices

那么,什么大小与背景已经是绘制-xxhdpi文件夹?

So, what size does the background has to be for drawable-xxhdpi folder?

推荐答案

MDPI就是基线。指基的大小。

MDPI is your baseline. Means the base size.

LDPI是0.75 * MPDI

LDPI is 0.75*MPDI

华电国际是1.5 * MDPI

HDPI is 1.5*MDPI

XHDPI是2 * MPDI

XHDPI is 2*MPDI

XXHDPI是3 * MDPI

XXHDPI is 3*MDPI

XXXHDPI是4 * MDPI

XXXHDPI is 4*MDPI

有关详细信息,请参见本图片

See this image for more information

来源:<一href="http://developer.android.com/guide/practices/screens_support.html">http://developer.android.com/guide/practices/screens_support.html

这篇关于Android的背景图像尺寸XXHDPI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆