summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-09-20 23:46:59 +0200
committerGitHub <noreply@github.com>2019-09-20 23:46:59 +0200
commitfa3437960b705b443a1df996e228ec6713879916 (patch)
treef1e42608d610c8183195d802682e4e5bce30002f /core/src/main/res/values/attrs.xml
parentde4f782e5425dfd02e24da4810ae96128283726e (diff)
parent79fddbcc835ebd06dfb53e1a386e8ce2ee2ab013 (diff)
downloadAntennaPod-fa3437960b705b443a1df996e228ec6713879916.zip
Merge pull request #3369 from ByteHamster/playback-speed-icon
Added playback speed icon
Diffstat (limited to 'core/src/main/res/values/attrs.xml')
-rw-r--r--core/src/main/res/values/attrs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/attrs.xml b/core/src/main/res/values/attrs.xml
index 5b0bf5717..737ff98a6 100644
--- a/core/src/main/res/values/attrs.xml
+++ b/core/src/main/res/values/attrs.xml
@@ -9,6 +9,7 @@
<attr name="av_fast_forward" format="reference"/>
<attr name="av_pause" format="reference"/>
<attr name="av_play" format="reference"/>
+ <attr name="av_speed" format="reference"/>
<attr name="av_rewind" format="reference"/>
<attr name="content_discard" format="reference"/>
<attr name="content_new" format="reference"/>