Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2018-04-09 11:28:41 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-04-10 16:33:29 +0300
commit64a3ad3b16ba52c7bbfa503ff4b0fee62e6bf7ec (patch)
tree8ff4d0ae64f49ccdbe6f3a83b2b05a717407ee6c /android/res
parentf24c78c05eb572823cd4913ba44dbab4f957645f (diff)
[android] Integrated libnotify library
Diffstat (limited to 'android/res')
-rw-r--r--android/res/values/libnotify.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/android/res/values/libnotify.xml b/android/res/values/libnotify.xml
new file mode 100644
index 0000000000..b3e6922031
--- /dev/null
+++ b/android/res/values/libnotify.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:tools="http://schemas.android.com/tools">
+ <!--
+ Request application id from notify.mail.ru web console or directly from notify API developers.
+ -->
+ <string name="libnotify_application_name" tools:ignore="TypographyDashes">MapsMe</string>
+ <!--
+ Use default notify.mail.ru Android GCM/Firebase project for push notification delivery
+ (this could be customized).
+ -->
+ <string name="libnotify_server_id">Notify secured properties will be used here</string>
+ <!--
+ Provide an icon which could be used in libnotify notifications
+ (may be also configured in notify console).
+ -->
+ <string name="libnotify_resource_icon_id">drawable/ic_notification</string>
+ <!--
+ Provide a color which could be used in libnotify notifications as primary
+ (may be also configured in notify console).
+ -->
+ <string name="libnotify_resource_color_id">color/base_accent</string>
+ <!--
+ Provide a color which could be used in libnotify notifications as secondary font color
+ (may be also configured in notify console).
+ -->
+ <string name="libnotify_resource_contrast_color_id">color/text_dark</string>
+</resources>