9 lines
316 B
XML
9 lines
316 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
ellipsize="marquee"
|
||
|
id="@android:id/text1"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="?attr/dropdownListPreferredItemHeight"
|
||
|
singleLine="true"
|
||
|
style="?attr/spinnerDropDownItemStyle"/>
|