我必须使用phonegap为android应用程序设计闪屏(加载时适合屏幕的图像)。我必须设计4个大小的图像,适合4种类型的屏幕,如ldpi,mdpi,hdpi,xhdpi。谁能告诉我这些屏幕的确切像素大小,这样我就可以用这个大小进行设计了?
示例答案:
ldpi - 1024X768 px
mdpi - 111 X 156 px
We support ldpi, mdpi, hdpi and xhdpi displays; the following will define splash screens for each specific screen type.
<gap
我在我的config.xml文件(myapp/config.xml)中使用了这段代码,而不是在www目录中。(myapp_folder/res/screen/android/mysplash-screen-image)
<platform name="android">
<!-- you can use any density that exists in the Android project -->
<splash src="res/screen/android/splash-land-hdpi.png" d