bashgid/android/res/layout/spinner_dropdown_item.xml

10 lines
402 B
XML
Raw Normal View History

<?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"/>