dropdown_item.xml 429 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/drop_item"
  4. style="?android:attr/dropDownItemStyle"
  5. android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
  6. android:singleLine="true"
  7. android:layout_width="match_parent"
  8. android:layout_height="?android:attr/listPreferredItemHeight"
  9. android:ellipsize="marquee" />