Skip to content

Instantly share code, notes, and snippets.

@pallocchi
Created March 6, 2017 02:17
Show Gist options
  • Save pallocchi/788c2d1e947df2e4872c522c87a5439d to your computer and use it in GitHub Desktop.
Save pallocchi/788c2d1e947df2e4872c522c87a5439d to your computer and use it in GitHub Desktop.
Splash screen in Android: The right way
<activity android:name=".activities.MainActivity"
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment