aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2015-01-16 00:36:11 -0500
committerSam Whited <sam@samwhited.com>2015-01-16 01:10:01 -0500
commitedd58f19b46340f3c9e2182441c9f749754cfa5c (patch)
treeee5daa3c0fda31e0fdb9d31c29f8bc86a781930e /src/main/res
parentdc8b467cf63af3466e13f58c8abc63875a44754e (diff)
Add download button on notification if applicable
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/drawable-hdpi/ic_action_download.pngbin0 -> 363 bytes
-rw-r--r--src/main/res/drawable-mdpi/ic_action_download.pngbin0 -> 313 bytes
-rw-r--r--src/main/res/drawable-xhdpi/ic_action_download.pngbin0 -> 470 bytes
-rw-r--r--src/main/res/drawable-xxhdpi/ic_action_download.pngbin0 -> 574 bytes
-rw-r--r--src/main/res/values/strings.xml1
5 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/drawable-hdpi/ic_action_download.png b/src/main/res/drawable-hdpi/ic_action_download.png
new file mode 100644
index 00000000..9fc6455a
--- /dev/null
+++ b/src/main/res/drawable-hdpi/ic_action_download.png
Binary files differ
diff --git a/src/main/res/drawable-mdpi/ic_action_download.png b/src/main/res/drawable-mdpi/ic_action_download.png
new file mode 100644
index 00000000..84b43d34
--- /dev/null
+++ b/src/main/res/drawable-mdpi/ic_action_download.png
Binary files differ
diff --git a/src/main/res/drawable-xhdpi/ic_action_download.png b/src/main/res/drawable-xhdpi/ic_action_download.png
new file mode 100644
index 00000000..702ad476
--- /dev/null
+++ b/src/main/res/drawable-xhdpi/ic_action_download.png
Binary files differ
diff --git a/src/main/res/drawable-xxhdpi/ic_action_download.png b/src/main/res/drawable-xxhdpi/ic_action_download.png
new file mode 100644
index 00000000..6bcd8313
--- /dev/null
+++ b/src/main/res/drawable-xxhdpi/ic_action_download.png
Binary files differ
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index f35b59ca..e6776a60 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -85,6 +85,7 @@
<string name="send_pgp_message">Send OpenPGP encrypted message</string>
<string name="your_nick_has_been_changed">Your nickname has been changed</string>
<string name="download_image">Download Image</string>
+ <string name="download_file">Download File</string>
<string name="image_offered_for_download"><i>Image file offered for download</i></string>
<string name="send_unencrypted">Send unencrypted</string>
<string name="decryption_failed">Decryption failed. Maybe you don’t have the proper private key.</string>