Skip to content

Instantly share code, notes, and snippets.

@rocksinghajay
Created December 16, 2018 17:53
Show Gist options
  • Select an option

  • Save rocksinghajay/c67a352a47a85f3515c29ab75a56d25f to your computer and use it in GitHub Desktop.

Select an option

Save rocksinghajay/c67a352a47a85f3515c29ab75a56d25f 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