Home:ALL Converter>Supporting multiple screens across different dpi and screen sizes

Supporting multiple screens across different dpi and screen sizes

Ask Time:2018-02-26T06:37:25         Author:ruben

Json Formatter

I have a two circles in a background image and I want to put two buttons in them. I am using relative layout. I have created several layout folders and images using guideline (layout, layout-large etc). But still the buttons are somewhat up or down in different actual devices. I am assuming this is because of Android default screen density bucket. Because if I provide only one layout for 320 to 479 dpi screen, It is possible that there could be a lot of devices in between. And my only layout for this range is surely going to be distorted? How do you design for supporting multiple devices? Thanks for you help in advance!

Author:ruben,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/48979250/supporting-multiple-screens-across-different-dpi-and-screen-sizes
yy