How to create an android application that support and run perfect all screen size mobile device and Tablets?

会有一股神秘感。 提交于 2019-12-13 09:33:43

问题


Here I develop one application which has menu screen with 8 icons on that screen, i have two sets of icon according to size. 1 set icon size is 197 * 253 2 set icon size is 184 * 236

when i run this app in Tablet is look very nice, but when i run this app in Phone it looks very odd, it not looks well.


回答1:


You need to create different layout folder for Supporting Multiple Screens.

ayout-small
layout-normal
layout-large

it better to refer Multiple screen support in android.



来源:https://stackoverflow.com/questions/12119344/how-to-create-an-android-application-that-support-and-run-perfect-all-screen-siz

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!