简体   繁体   中英

Android multiple screen support Normal

I have a problem with supporting multiple screens.

3.7 "WVGA is just as normal 4.7" WXGA, it is a normal.

Making a layout for normal screens and let's say I have so arranged buttons: http://i42.tinypic.com/ebewwy.png

Looks like I want. But if someone has a screen 4.7 "which is also normal.

It now looks like this: http://i43.tinypic.com/2rqc6xg.png

All buttons are coming up and now I do not fit my concept. How to solve this problem?

Try using a table layout and putting your buttons in different cells with different alignments.

http://developer.android.com/resources/tutorials/views/hello-tablelayout.html

You should read the tutorial for multiple screen supports for any android application.

This link describes about it very clearly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM