spinner_item.xml 441 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@android:id/text1"
  4. style="@style/Theme.Widget.SpinnerItem"
  5. android:layout_width="match_parent"
  6. android:layout_height="?attr/dropdownListPreferredItemHeight"
  7. android:ellipsize="marquee"
  8. android:singleLine="true"/>