Skip to content

Commit

Permalink
Add custom about screen
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Mar 20, 2023
1 parent 9a3af83 commit c104ee1
Show file tree
Hide file tree
Showing 5 changed files with 622 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
android:exported="false"
android:theme="@style/SplashTheme" />

<activity
android:name=".activities.AboutActivity"
android:configChanges="orientation"
android:exported="true" />

<activity
android:name=".activities.MainActivity"
android:configChanges="orientation"
Expand Down
Loading

0 comments on commit c104ee1

Please sign in to comment.