[UI + Dependencies] Applied new style + added firebase

Added the Firebase Dependency and login flow. Also applied some new
styling. The new color is more reddish.
This commit is contained in:
Alexander Dörflinger
2025-03-18 14:43:55 +01:00
parent 4bb071e488
commit b20bb86be3
27 changed files with 414 additions and 245 deletions

View File

@@ -3,6 +3,11 @@
<string name="warning_no_device_admin">The action you would like to perform requires DeviceAdmin privileges, please grant them before continuing.</string>
<!-- Global Strings -->
<string name="welcome_message_placeholder">Welcome <b>%s</b></string>
<string name="welcome_message_test">Welcome <b>User Whatever</b></string>
<string name="unknown_user">Unknown User</string>
<!-- Sleep Timer Functionality Strings -->
<string name="title_sleep_timer">Sleep Timer</string>
<string name="sleep_timer_notification_channel">SleepTimer</string>
@@ -13,4 +18,5 @@
<string name="sleep_timer_notification_cancel">Cancel</string>
<string name="sleep_timer_remaining_time_with_hour">%02d:%02d:%02d"</string>
<string name="sleep_timer_remaining_time_without_hour">%02d:%02d"</string>
</resources>