maui-starbucks-ui icon indicating copy to clipboard operation
maui-starbucks-ui copied to clipboard

Question

Open kevinvenclovas opened this issue 1 year ago • 0 comments

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!

kevinvenclovas avatar Jul 10 '23 20:07 kevinvenclovas