summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/alternate_urls_dropdown_item.xml
diff options
context:
space:
mode:
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" />