Placeholder in Manifest.xml
Create a new activity (CreateGameActivity) to test the layout.
This commit is contained in:
parent
f2bbc38f14
commit
df34a57f90
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue