Botton label text image and text box look fine on one device but look small on another device
If your app layout looks small or different on another device, it’s likely due to screen size and resolution differences. To fix this, make sure you are using responsive design techniques. Instead of using fixed widths and heights (like specific pixels), use percentages (Fill Parent) or automatic sizing (Automatic) wherever possible. Also, use HorizontalArrangement and VerticalArrangement properly to align your components dynamically. Test your app on multiple screen sizes using the companion to ensure it looks good across devices. This will help your app adjust better and maintain the same look on all screen sizes.
1 Like