aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-07-17 21:02:14 +0200
committerChristian Schneppe <christian@pix-art.de>2019-07-17 21:10:26 +0200
commit037cd4e95b66f6c8cf92ea096bd6533703958a30 (patch)
tree02805837295f3061ac616597ad9c10c55f9195ec /src/main/res/values
parentfa07274d2d5c0f59ce5f83b4b7a76c2a637686e1 (diff)
create share button in backup done notification
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/attrs.xml2
-rw-r--r--src/main/res/values/strings.xml3
-rw-r--r--src/main/res/values/themes.xml2
3 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml
index 5a5bbc62a..e7d44519e 100644
--- a/src/main/res/values/attrs.xml
+++ b/src/main/res/values/attrs.xml
@@ -125,6 +125,8 @@
<attr name="ic_settings_expert" format="reference" />
<attr name="ic_settings_about" format="reference" />
+ <attr name="media_preview_backup" format="reference" />
+
<declare-styleable name="UnreadCountCustomView">
<attr name="backgroundColor" format="reference|color" />
</declare-styleable>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 3407f6e9e..287ccd23a 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -922,4 +922,7 @@
<string name="change_password_in_next_step">You can change the generated password in the next step to your needs.</string>
<string name="action_unblock_participant">Unblock participant</string>
<string name="action_block_participant">Block participant</string>
+ <string name="share_backup_files">Share backup files</string>
+ <string name="conversations_backup">Conversations backup</string>
+ <string name="event">Event</string>
</resources>
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index 6f9898a75..b9261a4d5 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -78,6 +78,7 @@
<item name="media_preview_archive" type="reference">@drawable/ic_archive_black_48dp</item>
<item name="media_preview_ebook" type="reference">@drawable/ic_book_black_48dp</item>
<item name="media_preview_unknown" type="reference">@drawable/ic_help_black_48dp</item>
+ <item name="media_preview_backup" type="reference">@drawable/ic_backup_black_48dp</item>
<item name="icon_add_group" type="reference">@drawable/ic_group_add_white_24dp</item>
<item name="icon_add_person" type="reference">@drawable/ic_person_add_white_24dp</item>
@@ -254,6 +255,7 @@
<item name="media_preview_archive" type="reference">@drawable/ic_archive_white_48dp</item>
<item name="media_preview_ebook" type="reference">@drawable/ic_book_white_48dp</item>
<item name="media_preview_unknown" type="reference">@drawable/ic_help_white_48dp</item>
+ <item name="media_preview_backup" type="reference">@drawable/ic_backup_white_48dp</item>
<item name="icon_add_group" type="reference">@drawable/ic_group_add_white_24dp</item>
<item name="icon_add_person" type="reference">@drawable/ic_person_add_white_24dp</item>