Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Splash Screen not showing up in Android 4.4 version in landscape mode only?

$
0
0

Here is my code:-
styles.xml:

@drawable/splash_bg true

SplashActivity.cs:
[Activity(Theme = "@style/Theme.Splash",
MainLauncher = true,
NoHistory = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation, ScreenOrientation = ScreenOrientation.Landscape)]
public class SplashActivity : Activity
{
protected override void OnCreate(Bundle savedInstanceState)
{
base.OnCreate(savedInstanceState);
System.Threading.Thread.Sleep(1500);
StartActivity(typeof(MainActivity));
}
}

Note:- When I remove "ScreenOrientation = ScreenOrientation.Landscape" splash screen shows up. Otherwise it just blinks and then goes off to show black area.


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>