summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-05-10 16:19:48 +0200
committerByteHamster <info@bytehamster.com>2020-05-11 00:51:30 +0200
commit421f75ca8ac3cabfe17fff89aaebc8851087dd04 (patch)
tree17080967f8788afedd91926a65921e3c924709fb /core/src/main/res/values
parentc0bca81cc6aa0aa6fe5b77a951db6028c75c3879 (diff)
downloadAntennaPod-421f75ca8ac3cabfe17fff89aaebc8851087dd04.zip
Fixed blue buttons with blue text
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 1c2db3a5b..bb3b6f896 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -671,6 +671,8 @@
<!-- Content descriptions for image buttons -->
<string name="rewind_label">Rewind</string>
<string name="fast_forward_label">Fast forward</string>
+ <string name="increase_volume">Increase volume</string>
+ <string name="decrease_volume">Decrease volume</string>
<string name="media_type_audio_label">Audio</string>
<string name="media_type_video_label">Video</string>
<string name="navigate_upwards_label">Navigate upwards</string>