Placeholder in Manifest.xml

Create a new activity (CreateGameActivity) to test the layout.
This commit is contained in:
ErikWaegerle 2020-06-29 23:34:45 +02:00
parent f2bbc38f14
commit df34a57f90

View file

@ -30,6 +30,11 @@
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar">
</activity>
<activity
android:name="org.secuso.privacyfriendlysudoku.ui.CreateGameActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar">
</activity>
<activity
android:name="org.secuso.privacyfriendlysudoku.ui.DailySudokuActivity"
android:label="@string/Sudoku"