Added splash screen
This commit is contained in:
parent
3e175c6305
commit
07814f07b2
9 changed files with 56 additions and 2 deletions
|
@ -13,13 +13,18 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:screenOrientation="portrait">
|
||||
android:name=".SplashActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/SplashTheme">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:screenOrientation="portrait" />
|
||||
<activity
|
||||
android:name=".ProgrammingActivity"
|
||||
android:screenOrientation="portrait" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue