https://github.com/mcnallydev/splash
McNally Developers Android Library for Splash Screen
https://github.com/mcnallydev/splash
android
Last synced: 2 months ago
JSON representation
McNally Developers Android Library for Splash Screen
- Host: GitHub
- URL: https://github.com/mcnallydev/splash
- Owner: mcnallydev
- License: cc0-1.0
- Created: 2017-07-21T06:42:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T06:56:05.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T22:45:03.784Z (over 1 year ago)
- Topics: android
- Language: Java
- Homepage: https://bintray.com/paulomcnally/maven/splash/
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# splash
McNally Developers Android Library for Splash Screen

You can download from maven central.
dependencies {
compile 'com.mcnallydev.library:splash:0.0.4'
}
Add to **AndroidManifest.xml**.
Add to **styles.xml**
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
Add to **strings.xml**
com.package.MainActivity
The value on **mcnallydev_library_splash_class_name** is the class name to open after **SplashActivity** close.