Changing size of a full screen app for android
Posted: Fri Jan 24, 2020 4:15 pm
Hey guys
I'm really struggling here - I know it's probably a very simple fix but I cannot for the life of me figure it out.
I'm making an app for Android. I want it to be exactly 1080x1920. It can scale if it wants to, but I want it to only do that when it's loading up on a mobile device. My main struggle is because every single thing I do, instead of making it 1080x1920, it changes the resolution to something stupid like 360x640. The only way I've found around it so far is to make the stack 1080x1920 on my computer, but that means I won't be able to see half my stack....
I feel like I've tried every variation of fullscreen, fullscreenmode, setting the height and width of the stack, and pixelSscale, all to no avail. Like I said, I don't want it to scale down at all - I want it to be fully 1080x1920 (though if it scales slightly from there to accommodate other phone sizes that's fine, just as long as it stays sharp and looks good)
Sorry for the simple question
Thanks in advanced
I'm really struggling here - I know it's probably a very simple fix but I cannot for the life of me figure it out.
I'm making an app for Android. I want it to be exactly 1080x1920. It can scale if it wants to, but I want it to only do that when it's loading up on a mobile device. My main struggle is because every single thing I do, instead of making it 1080x1920, it changes the resolution to something stupid like 360x640. The only way I've found around it so far is to make the stack 1080x1920 on my computer, but that means I won't be able to see half my stack....
I feel like I've tried every variation of fullscreen, fullscreenmode, setting the height and width of the stack, and pixelSscale, all to no avail. Like I said, I don't want it to scale down at all - I want it to be fully 1080x1920 (though if it scales slightly from there to accommodate other phone sizes that's fine, just as long as it stays sharp and looks good)
Sorry for the simple question
Thanks in advanced