summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/alternate_urls_dropdown_item.xml
blob: 82de8a02f0a3fdb38eb3c27afb9d49b825a10ccb (plain)
1
2
3
4
5
6
7
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" />