-
Notifications
You must be signed in to change notification settings - Fork 4
Description
When you open the HelpSGF app on a high resolution emulator or device, the main Search Page (12 icons) looks just fine. When you open the app on a low resolution emulator (e.g. default emulator in Android Studio), the icons are extremely small because the Grid Spacing and Padding are hard coded to fixed pixel sizes.
Need to determine best way to set the Grid ColumnSpacing="50" RowSpacing="43" Padding="34" settings in HelpSGF/SearchPage.xaml code (e.g. use variable values such as percentages?). Will require reading up on best practices.
Here are a few potential resources discussed in #helpsgf channel in January 2019:
How to handle different screen sizes
https://forums.xamarin.com/discussion/82719/how-to-handle-different-screen-sizes
Xamarin.Forms 3 For You and Me
https://www.telerik.com/blogs/xamarin-forms-3-for-you-and-me