Skip to content

Commit

Permalink
Added activity
Browse files Browse the repository at this point in the history
  • Loading branch information
JMApps committed Mar 15, 2020
1 parent 72e9ac6 commit f128f82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
6 changes: 6 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning">

<activity
android:name=".ui.activities.SplashActivity"
android:theme="@style/SplashTheme">
Expand All @@ -23,12 +24,17 @@
</activity>
<activity
android:name=".ui.activities.MainActivity"
android:alwaysRetainTaskState="true"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".ui.activities.FirstContentActivity"
android:label="@string/title_activity_content"
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".ui.activities.SecondContentActivity"
android:label="@string/title_activity_second_content"
android:theme="@style/AppTheme.NoActionBar" />
</application>

</manifest>

0 comments on commit f128f82

Please sign in to comment.