Skip to content

Instantly share code, notes, and snippets.

@thevahidal
Created January 12, 2019 13:18
Show Gist options
  • Save thevahidal/c1feb40827ad00fa7d49be986021b359 to your computer and use it in GitHub Desktop.
Save thevahidal/c1feb40827ad00fa7d49be986021b359 to your computer and use it in GitHub Desktop.
<activity
android:name=".SplashActivity"
android:theme="@style/SplashTheme"
android:label="@string/app_name">
<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