10 lines
402 B
XML
10 lines
402 B
XML
|
<?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:singleLine="true"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:textSize="@dimen/medium_text_size"
|
||
|
android:ellipsize="marquee"/>
|