summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/alternate_urls_item.xml
blob: 9fdb50e3319dd21b649d59bd4bfc4cbf957443f6 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<TextView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/text1"
    style="?android:attr/spinnerItemStyle"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:maxLines="3"
    android:textAlignment="inherit" />