Quantcast
Channel: Community | MonoGame - Latest topics
Viewing all articles
Browse latest Browse all 6822

Issue with Full HD + Resoulution in Android

$
0
0

@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 good

But 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:
hastebin

Here is a image example:


What am I doing wrong? I want to draw on the top and bottom corners!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6822

Trending Articles