[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:
@@ -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>
|
||||
Reference in New Issue
Block a user