Skip to content
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/peach_background"
android:gravity="center"
android:orientation="vertical"
tools:context=".GameOverScreen">
<TextView
android:id="@+id/gameOverText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="GAME OVER"
android:textSize="80dp"
android:textColor="@color/black" />
<ImageView
android:src="@drawable/sad_face"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<Button
android:id="@+id/backButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:backgroundTint="@color/lavender_btn"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="Back to Main Menu"
android:textSize="25dp" />
<Button
android:id="@+id/leaderboardButon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:backgroundTint="@color/lavender_btn"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="Leaderboard"
android:layout_marginTop="30dp"
android:textSize="25dp" />
<Button
android:id="@+id/restartButon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:backgroundTint="@color/lavender_btn"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="Restart"
android:layout_marginTop="30dp"
android:textSize="25dp" />
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/peach_background"
android:gravity="center"
tools:context=".HomeScreen">
<ImageView
android:id="@+id/homeScreenPic"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:src="@drawable/home_screen_ari"/>
<TextView
android:id="@+id/gameTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="ARI TETRISBURG"
android:textSize="55dp"
android:textAlignment="center"
android:textColor="@color/black"/>
<Button
android:id="@+id/playButton"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="PLAY"
android:textSize="30dp"/>
<Button
android:id="@+id/settingsButton"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="SETTINGS"
android:textSize="30dp"/>
<Button
android:id="@+id/rulesButton"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="RULES"
android:textSize="30dp"/>
<Button
android:id="@+id/scoreLeaderboardButton"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="Score Leaderboard"
android:textSize="30dp"/>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/baby_blue_background"
tools:context=".PlayScreen">
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/peach_background"
android:gravity="center"
android:orientation="vertical"
tools:context=".RulesScreen">
<TextView
android:id="@+id/rulesTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/dbxlnightfever_normal"
android:textSize="45dp"
android:text="Rules"
android:textColor="@color/black" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="5dp"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="@string/ruleset"
android:textColor="@color/black"
android:textSize="20dp" />
<Button
android:id="@+id/backButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:backgroundTint="@color/lavender_btn"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="Back to Main Menu"
android:textSize="25dp" />
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ScoreLeaderboardScreen"
android:layout_gravity="center"
android:orientation="vertical"
android:background="@color/peach_background">
<TextView
android:id="@+id/txtLeaderboard"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="LEADERBOARDS"
android:textColor="@color/black"
android:textSize="60dp"
android:layout_gravity="center"
android:layout_marginTop="50dp"/>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp">
<TextView
android:id="@+id/txtPlace"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Place"
android:fontFamily="@font/dbxlnightfever_normal"
android:textSize="40dp"
android:layout_gravity="left"
android:layout_marginLeft="20dp"
/>
<TextView
android:id="@+id/txtName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Name"
android:fontFamily="@font/dbxlnightfever_normal"
android:textSize="40dp"
android:layout_gravity="left"
android:layout_marginLeft="40dp"
android:layout_toRightOf="@+id/txtPlace"/>
<TextView
android:id="@+id/txtScore"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Score"
android:fontFamily="@font/dbxlnightfever_normal"
android:textSize="40dp"
android:layout_gravity="left"
android:layout_marginLeft="40dp"
android:layout_toRightOf="@id/txtName"/>
</RelativeLayout>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp">
<TextView
android:id="@+id/txtFirstPlace"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="1. "
android:textColor="@color/black"
android:textSize="50dp"
android:layout_gravity="left"
android:layout_marginLeft="50dp"
android:layout_marginTop="20dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/dbxlnightfever_normal"
android:textColor="@color/black"
android:text="name1"
android:textSize="40dp"
android:layout_toRightOf="@id/txtFirstPlace"
android:layout_marginLeft="45dp"
android:layout_alignBottom="@id/txtFirstPlace"
android:id="@+id/txtName1"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="score1"
android:textSize="40dp"
android:layout_toRightOf="@id/txtName1"
android:layout_marginLeft="40dp"
android:layout_alignBottom="@id/txtFirstPlace"
android:id="@+id/txtScore1"/>
</RelativeLayout>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp">
<TextView
android:id="@+id/txtSecondPlace"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="2. "
android:textColor="@color/black"
android:textSize="50dp"
android:layout_gravity="left"
android:layout_marginLeft="50dp"
android:layout_marginTop="20dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/dbxlnightfever_normal"
android:textColor="@color/black"
android:text="name2"
android:textSize="40dp"
android:layout_toRightOf="@id/txtSecondPlace"
android:layout_marginLeft="40dp"
android:layout_alignBottom="@id/txtSecondPlace"
android:id="@+id/txtName2"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="score2"
android:textSize="40dp"
android:layout_toRightOf="@id/txtName2"
android:layout_marginLeft="40dp"
android:layout_alignBottom="@id/txtName2"
android:id="@+id/txtScore2"/>
</RelativeLayout>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp">
<TextView
android:id="@+id/txtThirdPlace"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="3. "
android:textColor="@color/black"
android:textSize="50dp"
android:layout_gravity="left"
android:layout_marginLeft="50dp"
android:layout_marginTop="20dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/dbxlnightfever_normal"
android:textColor="@color/black"
android:text="name3"
android:textSize="40dp"
android:layout_toRightOf="@id/txtThirdPlace"
android:layout_marginLeft="40dp"
android:layout_alignBottom="@id/txtThirdPlace"
android:id="@+id/txtName3"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="score3"
android:textSize="40dp"
android:layout_toRightOf="@id/txtName3"
android:layout_marginLeft="40dp"
android:layout_alignBottom="@id/txtName3"
android:id="@+id/txtScore3"/>
</RelativeLayout>
<!-- <TextView-->
<!-- android:id="@+id/txtFourthPlace"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:fontFamily="@font/dbxlnightfever_normal"-->
<!-- android:text="4. "-->
<!-- android:textColor="@color/black"-->
<!-- android:textSize="50dp"-->
<!-- android:layout_gravity="left"-->
<!-- android:layout_marginLeft="50dp"-->
<!-- android:layout_marginTop="20dp"/>-->
<!-- <TextView-->
<!-- android:id="@+id/txtFithPlace"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:fontFamily="@font/dbxlnightfever_normal"-->
<!-- android:text="5. "-->
<!-- android:textColor="@color/black"-->
<!-- android:textSize="50dp"-->
<!-- android:layout_gravity="left"-->
<!-- android:layout_marginLeft="50dp"-->
<!-- android:layout_marginTop="20dp"/>-->
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/btnLeaderboard"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="Return to home"
android:textSize="30dp"
android:layout_gravity="center"
android:layout_marginTop="50dp"
android:backgroundTint="@color/lavender_btn"/>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".GameState"
android:background="@color/peach_background"
android:layout_gravity="center"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="In Game Settings"
android:fontFamily="@font/dbxlnightfever_normal"
android:textSize="50dp"
android:textColor="@color/black"
android:layout_gravity="center"
android:layout_marginTop="50dp"/>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginTop="20dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Speed adjuster"
android:fontFamily="@font/dbxlnightfever_normal"
android:textColor="@color/black"
android:textSize="25dp"
android:layout_marginTop="20dp"
android:layout_marginLeft="20dp"
android:id="@+id/txtSpeed"/>
<SeekBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/txtSpeed"
android:layout_alignParentEnd="true"
android:layout_marginStart="20dp"
android:layout_marginEnd="20dp"
android:layout_marginTop="0dp"
android:layout_marginBottom="0dp"
android:layout_toEndOf="@+id/txtSpeed"
android:layout_toRightOf="@+id/txtSpeed"
android:id="@+id/seekSpeed"
android:thumbTint="@color/lavender_btn"/>
</RelativeLayout>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:id="@+id/txtSpeed1x"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1.0X"
android:layout_marginLeft="200dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="2.0X"
android:layout_toRightOf="@+id/txtSpeed1x"
android:layout_marginLeft="120dp"/>
</RelativeLayout>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Point multiplier"
android:fontFamily="@font/dbxlnightfever_normal"
android:textColor="@color/black"
android:textSize="24dp"
android:layout_marginTop="20dp"
android:layout_marginLeft="20dp"
android:id="@+id/txtPoint"/>
<!-- <SeekBar-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_alignBottom="@+id/txtPoint"-->
<!-- android:layout_alignParentEnd="true"-->
<!-- android:layout_marginStart="20dp"-->
<!-- android:layout_marginEnd="20dp"-->
<!-- android:layout_marginTop="0dp"-->
<!-- android:layout_marginBottom="0dp"-->
<!-- android:layout_toEndOf="@+id/txtPoint"-->
<!-- android:layout_toRightOf="@+id/txtPoint"-->
<!-- android:id="@+id/seekPoint"-->
<!-- android:thumbTint="@color/lavender_btn"/>-->
<RadioGroup
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_alignParentEnd="true"
android:layout_marginStart="30dp"
android:layout_marginEnd="20dp"
android:layout_marginBottom="0dp"
android:layout_toEndOf="@+id/txtPoint"
android:layout_toRightOf="@+id/txtPoint"
android:id="@+id/pointLevel"
android:backgroundTint="@color/lavender_btn">
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=""
android:checked="true"
android:buttonTint="@color/lavender_btn"
android:id="@+id/pointLow"/>
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=""
android:id="@+id/pointMedium"
android:buttonTint="@color/lavender_btn"
android:layout_marginLeft="20dp"/>
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=""
android:id="@+id/pointHigh"
android:buttonTint="@color/lavender_btn"
android:layout_marginLeft="20dp"/>
</RadioGroup>
</RelativeLayout>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:id="@+id/txtPoint1x"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Low"
android:layout_marginLeft="200dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Medium"
android:layout_toRightOf="@+id/txtPoint1x"
android:layout_marginLeft="30dp"
android:id="@+id/txtPoint2x"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="High"
android:layout_toRightOf="@+id/txtPoint2x"
android:layout_marginLeft="30dp"/>
</RelativeLayout>
<!-- <RadioGroup-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="20dp"-->
<!--android:layout_gravity="center"-->
<!-- android:orientation="horizontal"-->
<!-- android:id="@+id/pointLevel"-->
<!-- android:backgroundTint="@color/lavender_btn">-->
<!-- <RadioButton-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="Low"-->
<!-- android:checked="true"-->
<!-- android:buttonTint="@color/lavender_btn"-->
<!-- android:id="@+id/pointLow"/>-->
<!-- <RadioButton-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="Medium"-->
<!-- android:id="@+id/pointMedium"-->
<!-- android:buttonTint="@color/lavender_btn"-->
<!-- android:layout_marginLeft="15dp"/>-->
<!-- <RadioButton-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="High"-->
<!-- android:id="@+id/pointHigh"-->
<!-- android:buttonTint="@color/lavender_btn"-->
<!-- android:layout_marginLeft="15dp"/>-->
<!-- </RadioGroup>-->
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/btnSetting"
android:fontFamily="@font/dbxlnightfever_normal"
android:text="Return to home"
android:textSize="30dp"
android:layout_gravity="center"
android:layout_marginTop="50dp"
android:backgroundTint="@color/lavender_btn"/>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<!-- <background android:drawable="@drawable/ic_launcher_background" />-->
<!-- <foreground android:drawable="@drawable/ic_launcher_foreground" />-->
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<!-- <background android:drawable="@drawable/ic_launcher_background" />-->
<!-- <foreground android:drawable="@drawable/ic_launcher_foreground" />-->
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
<!-- <background android:drawable="@drawable/ic_launcher_background" />-->
<!-- <foreground android:drawable="@drawable/ic_launcher_foreground" />-->
<!-- <monochrome android:drawable="@drawable/ic_launcher_foreground" />-->
</adaptive-icon>
\ No newline at end of file
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Toast" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.TetrisGame" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
......@@ -10,7 +10,7 @@
<item name="colorSecondaryVariant">@color/teal_200</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
</style>
</resources>
\ No newline at end of file
......@@ -7,4 +7,7 @@
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<color name="peach_background">#FFFFA28E</color>
<color name="baby_blue_background">#FFACDEFF</color>
<color name="lavender_btn">#FFAE9DFF</color>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="left" type="id" />
<item name="right" type="id" />
<item name="rotate" type="id" />
<item name="pause" type="id" />
<item name="score" type="id" />
<item name="difficulty" type="id" />
<item name="restart" type="id"/>
</resources>
\ No newline at end of file
<resources>
<string name="app_name">toast</string>
<string name="app_name">Ari Tetrisburg</string>
<string name="pause">Pause</string>
<string name="play">Play</string>
<string name="restart">Restart</string>
<string name="start_new_game">Start New Game</string>
<string name="easy">SLOW</string>
<string name="hard">FAST</string>
<string name="left">Left</string>
<string name="right">Right</string>
<string name="rotate">Rotate AC.</string>
<string name="score">Score</string>
<string name="game_over">Game Over</string>
<string name="ruleset">
1. Game is played on a rectangular grid called the “playfield”.\n
2. Fruit falls from the top of the “playfield”. \n
3. The player can move the blocks of fruit left or right, rotate them, or drop them down faster. \n
4. The goal is to complete one or more horizontal lines of blocks of fruit, which will then disappear from the screen (Ari eats the fruit) and earn the player points. \n
5. When the fruit disappears (Ari eats it), the other fruit blocks above will fall down to fill the gap. \n
6. The game is over when the stack of fruit reaches the top of the playfield, making it impossible to add new food items. \n
7. The game is scored based on the number of lines you clear. (we could maybe have more points for specific fruits). Additional points will be awarded if you clear multiple items in a row. (combo points) \n
8. As the game goes on the fruit will start dropping quicker until the player can no longer keep up.
</string>
</resources>
\ No newline at end of file
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Toast" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.TetrisGame" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimary">@color/lavender_btn</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorOnPrimary">@color/white</item>
<!-- Secondary brand color. -->
......@@ -10,7 +10,10 @@
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
</style>
</resources>
\ No newline at end of file
#Thu Apr 20 22:47:45 EDT 2023
#Wed Apr 19 22:57:54 EDT 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionPath=wrapper/dists
......