Run this small piece of code on your device in one of your project, you will see in the logs, the sacle, density, dimensions, etc.
	
	
	
	
	
	
	
	
	
		If 100%x > 100%y Then Log("Landscape") Else Log("Portrait")
    Dim lv As LayoutValues = GetDeviceLayoutValues
    Log(lv & ", size = " & lv.ApproximateScreenSize)
    Log("H:" & lv.Height & "    W:" & lv.Width)
	 
	
	
		
	
 Welcome back Rickey. It has been a few years since we heard from you. I hope the Taxi business is treating you well.