Screen Resolution of android

后端 未结 4 395
星月不相逢
星月不相逢 2021-01-07 11:06

I am developing an android application for resolution 320x240. i want to use this same application for higher resolution is it possible or i have to design UI for every res

4条回答
  •  星月不相逢
    2021-01-07 11:45

    Make your design 'fluid' by avoiding e.g. AbsoluteLayout (see the documentation for details). Graphics should be provided for each resolution in the drawable-Xdpi folders.

提交回复
热议问题