feat: Integrate Firebase Cloud Messaging for push notifications; add service to handle token and message reception
This commit is contained in:
9
app/src/main/res/values/colors.xml
Normal file
9
app/src/main/res/values/colors.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Primary brand color - синий из Telegram -->
|
||||
<color name="primary_blue">#3390EC</color>
|
||||
|
||||
<!-- Additional colors if needed -->
|
||||
<color name="primary_blue_pressed">#2B7CD3</color>
|
||||
<color name="primary_blue_disabled">#9BCDFF</color>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user