summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorueen <ueli.sarnighausen@online.de>2021-05-14 21:06:04 +0200
committerGitHub <noreply@github.com>2021-05-14 21:06:04 +0200
commit292c9bf15136f76fea8928ed7abb2b55fb316678 (patch)
tree144f3969825b2b910e6bc0640325942bb8ed969e /app/src/main/res/values/attrs.xml
parentfb6bd0cbaa909b6067fedef1e8a108130841f3fe (diff)
downloadAntennaPod-292c9bf15136f76fea8928ed7abb2b55fb316678.zip
New media player screen (#5075)
Co-authored-by: jonasburian <jonas.burian@protonmail.com> Co-authored-by: ByteHamster <info@bytehamster.com>
Diffstat (limited to 'app/src/main/res/values/attrs.xml')
-rw-r--r--app/src/main/res/values/attrs.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml
new file mode 100644
index 000000000..4875b3f53
--- /dev/null
+++ b/app/src/main/res/values/attrs.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <declare-styleable name="NestedScrollableHost">
+ <attr name="scrollDirection" format="enum">
+ <enum name="both" value="0"/>
+ <enum name="vertical" value="1"/>
+ <enum name="horizontal" value="2"/>
+ </attr>
+ <attr name="preferHorizontal" format="integer"/>
+ <attr name="preferVertical" format="integer"/>
+ </declare-styleable>
+</resources> \ No newline at end of file