如何发布Android应用市场进入特定的屏幕分辨率? [英] How to publish Android app into market for particular screen resolution?

查看:102
本文介绍了如何发布Android应用市场进入特定的屏幕分辨率?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经开发了用于为480x800确切的屏幕尺寸装置的一个Android应用程序。现在,我不知道如何发布此应用这个特定的屏幕尺寸的想法。如果我在清单使用标记筛选,它可以同时接受480×800(WVGA800),并为480x854(WVGA854)。但是,我的应用程序只适合WVGA800。

I have developed one android application for the devices with exact screen size of 480x800. Now i have no idea about how to publish this app for this particular screen size. If i filter by using tag in manifest , it can accept both 480x800 (WVGA800)and 480x854 (WVGA854). But my app is suitable only for WVGA800.

推荐答案

您应该使用,而不是PX,DP(密度独立像素),所以您的应用程序适合在任何屏幕尺寸/密度。

You should use "dp" (density independent pixel) instead of "px", so your app will fit on any screen size/density.

另外,看看到视图的layout_weight XML属性。它可以让你设置视图的大小为100%,例如。

Also, take a look into the View's layout_weight XML property. It will allow you to set a view's size as 100%, for instance.

这篇关于如何发布Android应用市场进入特定的屏幕分辨率?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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