开发者

Multiple Screen Issue

开发者 https://www.devze.com 2023-03-15 03:24 出处:网络
I have my application running in Android Tab. But when I am delpoying in Nexus One or some other smaller device, my UI getting out of bound.

I have my application running in Android Tab. But when I am delpoying in Nexus One or some other smaller device, my UI getting out of bound. I have gone through documentaion I have fou开发者_Go百科nd I have to use I applied in my manifest file But not getting output. Can anyone help me here.

Thanks in advance


You can create multiple layouts for different screens. Just create folders named as layout-small, layout-large etc, Android OS will handle it according to the device. For more information read this.

0

精彩评论

暂无评论...
验证码 换一张
取 消