summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/alternate_urls_dropdown_item.xml
diff options
context:
space:
mode:
authorJohannes Henninger <197274+jhenninger@users.noreply.github.com>2021-04-18 14:52:40 +0200
committerGitHub <noreply@github.com>2021-04-18 14:52:40 +0200
commitc4948cc455c8ff52c23852c0720d1c9e54ee6850 (patch)
tree734689415fcd33b714446295e30034a4cfbd61ad /app/src/main/res/layout/alternate_urls_dropdown_item.xml
parentec148b0a23e74fd9650ad8046405ae928e28314c (diff)
downloadAntennaPod-c4948cc455c8ff52c23852c0720d1c9e54ee6850.zip
Wrap long text in alternate version dropdown (#5120)
Diffstat (limited to 'app/src/main/res/layout/alternate_urls_dropdown_item.xml')
-rw-r--r--app/src/main/res/layout/alternate_urls_dropdown_item.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/alternate_urls_dropdown_item.xml b/app/src/main/res/layout/alternate_urls_dropdown_item.xml
new file mode 100644
index 000000000..82de8a02f
--- /dev/null
+++ b/app/src/main/res/layout/alternate_urls_dropdown_item.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<CheckedTextView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@android:id/text1"
+ style="?android:attr/spinnerDropDownItemStyle"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingVertical="8dp" />