Trying to have two sets of splash screens dependent on how the app launches. Is this possible?
https://forums.xamarin.com/discussion/93162/android-landscape-splash-screens
It doesn't always seem to work in Android though, for iOS just set the appropriate visual assets.
@NMackay said: https://forums.xamarin.com/discussion/93162/android-landscape-splash-screens It doesn't always seem to work in Android though, for iOS just set the appropriate visual assets.
@NMackay said: https://forums.xamarin.com/discussion/93162/android-landscape-splash-screens
Android is the one I am having the issue with
Can you load a landscaped image into the portrait screen to make it appear in landscape? Then when your main activity loads it will be in landscape.
Anyone know how to do this on android?
Isn't it possible to use a 9-patch image on Android?
@PhilipOGorman said: Anyone know how to do this on android?
Did you find a solution? I have the same problem @NMackay , can you provide a github working project link? Thanks
in the resources folder you create separate folder for portait and landscape images
Answers
https://forums.xamarin.com/discussion/93162/android-landscape-splash-screens
It doesn't always seem to work in Android though, for iOS just set the appropriate visual assets.
Android is the one I am having the issue with
Can you load a landscaped image into the portrait screen to make it appear in landscape? Then when your main activity loads it will be in landscape.
Anyone know how to do this on android?
Isn't it possible to use a 9-patch image on Android?
Did you find a solution?
I have the same problem
@NMackay , can you provide a github working project link?
Thanks
in the resources folder you create separate folder for portait and landscape images