summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-09-01 10:00:11 +0200
committerGitHub <noreply@github.com>2019-09-01 10:00:11 +0200
commit8e0e9cc4cb8b1191b91b99071ea1c6bc6293e01f (patch)
tree3723c1422c79e7da81a5326b4fccd26f485d052c /app
parent4cc0d01d987ac874ea374c01c0044beb5a8bba86 (diff)
parent9fb280c2ebfb41468eb4198b2f9b6abed81e2325 (diff)
downloadAntennaPod-8e0e9cc4cb8b1191b91b99071ea1c6bc6293e01f.zip
Merge pull request #3359 from orionlee/fabspeeddial_attribution
FAB SpeedDial - add attribution in about screen
Diffstat (limited to 'app')
-rw-r--r--app/src/main/templates/about.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html
index 05d1b6e28..4cd34bd48 100644
--- a/app/src/main/templates/about.html
+++ b/app/src/main/templates/about.html
@@ -104,6 +104,11 @@ by Google, licensed under the Apache 2.0 license <a href="LICENSE_APACHE-2.0.txt
</div>
<div class="card">
+ <h2>Floating Action Button Speed Dial <a href="https://github.com/leinardi/FloatingActionButtonSpeedDial">(Link)</a></h2>
+ by Roberto Leinardi, licensed under the Apache 2.0 license <a href="LICENSE_APACHE-2.0.txt">(View)</a>
+</div>
+
+<div class="card">
<h2>Glide <a href="https://github.com/bumptech/glide/">(Link)</a></h2>
licensed under the Simplified BSD license <a href="LICENSE_GLIDE.txt">(View)</a>
</div>