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
committerSlava <slovaricheg@gmail.com>2018-04-11 11:03:59 +0300
commitee56ab2e1feedc7b95bbe1e1c32367e5ddd94da3 (patch)
tree94dac791c1f3c585c4fd2dcf218ff1387c6e19be /android/res
parente5f41478d5a44534c3f2600bddf2de6ba04b0131 (diff)
[android] Integrated LibNotify library
Diffstat (limited to 'android/res')
-rw-r--r--android/res/values/libnotify.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/android/res/values/libnotify.xml b/android/res/values/libnotify.xml
new file mode 100644
index 0000000000..ee48392c8d
--- /dev/null
+++ b/android/res/values/libnotify.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!--
+ 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>