Skip to content

Instantly share code, notes, and snippets.

@jacquesgiraudel
Created September 30, 2017 13:27
Show Gist options
  • Save jacquesgiraudel/3f68819985fbe29084b7ddb9e90ef81c to your computer and use it in GitHub Desktop.
Save jacquesgiraudel/3f68819985fbe29084b7ddb9e90ef81c to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.jgl.animatedsplashscreen">
...
<activity android:name=".SplashScreenActivity" android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
...
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment