$
This commit is contained in:
BIN
app/src/main/res/drawable/game.PNG
Normal file
BIN
app/src/main/res/drawable/game.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
BIN
app/src/main/res/drawable/logo.png
Normal file
BIN
app/src/main/res/drawable/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
BIN
app/src/main/res/font/text.ttf
Normal file
BIN
app/src/main/res/font/text.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/title.ttf
Normal file
BIN
app/src/main/res/font/title.ttf
Normal file
Binary file not shown.
@@ -6,8 +6,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="horizontal"
|
||||
tools:context=".MainActivity"
|
||||
android:background="@drawable/space"
|
||||
tools:context=".Prologue"
|
||||
android:background="@drawable/game"
|
||||
>
|
||||
|
||||
<LinearLayout
|
||||
|
@@ -4,7 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".MainActivity"
|
||||
tools:context=".Prologue"
|
||||
android:screenOrientation="portrait"
|
||||
android:background="@drawable/space"
|
||||
android:gravity="center"
|
||||
|
86
app/src/main/res/layout/prologue.xml
Normal file
86
app/src/main/res/layout/prologue.xml
Normal file
File diff suppressed because one or more lines are too long
BIN
app/src/main/res/raw/loosegamesong.mp3
Normal file
BIN
app/src/main/res/raw/loosegamesong.mp3
Normal file
Binary file not shown.
BIN
app/src/main/res/raw/menusong.mp3
Normal file
BIN
app/src/main/res/raw/menusong.mp3
Normal file
Binary file not shown.
BIN
app/src/main/res/raw/prologuesong.mp3
Normal file
BIN
app/src/main/res/raw/prologuesong.mp3
Normal file
Binary file not shown.
BIN
app/src/main/res/raw/winningsong.mp3
Normal file
BIN
app/src/main/res/raw/winningsong.mp3
Normal file
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.JMastermind" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||||
<style name="Theme.JMastermind" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Primary brand color. -->
|
||||
<item name="colorPrimary">@color/purple_200</item>
|
||||
<item name="colorPrimary">@color/black</item>
|
||||
<item name="colorPrimaryVariant">@color/purple_700</item>
|
||||
<item name="colorOnPrimary">@color/black</item>
|
||||
<!-- Secondary brand color. -->
|
||||
|
@@ -1,8 +1,8 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.JMastermind" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||||
<style name="Theme.JMastermind" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Primary brand color. -->
|
||||
<item name="colorPrimary">@color/purple_500</item>
|
||||
<item name="colorPrimary">@color/black</item>
|
||||
<item name="colorPrimaryVariant">@color/purple_700</item>
|
||||
<item name="colorOnPrimary">@color/white</item>
|
||||
<!-- Secondary brand color. -->
|
||||
|
Reference in New Issue
Block a user