Skip to content

Commit

Permalink
added launchpage background and more common colours
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbeez committed Nov 1, 2024
1 parent 1c10007 commit 68fe074
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Binary file added src/app/src/main/res/drawable/launchpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions src/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<!-- Background Colours -->
<color name="dialogBoxBackground">#ECE6F0</color>
<color name="appBackground">#CAC4D0</color>
<color name="dialogBoxBackground">#ECE6F0</color>
<color name="inputFieldBackground">#F1EDF7</color>
<!-- Text Colours -->
<color name="eventDescriptionColour">#375476</color>
<!-- Notification Colours -->
<color name="successNotificationColor">#66C397</color>
<color name="failureNotificationColor">#E28040</color>
Expand All @@ -14,6 +17,7 @@
<color name="acceptButtonColor">#028707</color>
<color name="declineButtonColor">#993B25</color>
<color name="removeButtonColor">#DA313C</color>
<!-- Input Field Colours -->
<color name="cancelButtonColor">#DFDAEB</color>
<!-- Border/Divider Colours -->
<color name="editTextboxBorder">#A3A1A1</color>
</resources>

0 comments on commit 68fe074

Please sign in to comment.