maui-starbucks-ui
maui-starbucks-ui copied to clipboard
Question
Hello,
I appreciate you providing this example project! I have a quick question regarding the CustomTabBar.xaml.cs file. Why was a fixed height assigned to the viewRowHeight using the following code?
viewRowHeight.Height = AppLocator.DisplayHeight;
And why you use -125 here?
AppLocator.DisplayHeight = (DeviceDisplay.Current.MainDisplayInfo.Height / DeviceDisplay.Current.MainDisplayInfo.Density) - 125;
Thank you!