Application design

What are the precautions that we can take for prevent dimension change in various screen sizes ( images, buttons, ?

I’m not sure what your question is about (“dimensions change”). But to make sure your app looks good in any screen size, never use absolute pixels sizing. Use percentages instead.

Read Here,

Hi,

For better user interface :

  1. use buttons, labels, images dimensions in % or in pixels according to your apps need.
  2. After setting the dimensions try an apk in a smartphone to see hows they looks.
  3. Always prefer apk to test your app as compared to companion.
  4. Set Arrangement dimensions to ‘fill parent’ or keep them to ‘Automatic’.
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.