@ImperialMan wrote:
Hello. I have an Android Project.
I want to Draw Some Items/Text on the top/bottom corners.
When I run it on Android Device with 1920x1080 resolution - all working goodBut when I run it on Android Device with modern 2280x1080 resolution(Xiaomi Redmi 6 Pro) I can't draw anything on the top/bottom corners
My Draw Code:
spriteBatch.DrawString(font, "Hello world!", Vector2.Zero, Color.Black);My code in Game1:
graphics.IsFullScreen = true,
graphics.SupportedOrientations = DisplayOrientation.LandscapeLeft | DisplayOrientation.LandscapeRight;and in Activity1:
hastebinHere is a image example:
What am I doing wrong? I want to draw on the top and bottom corners!
Posts: 1
Participants: 1