res/layout/simple_combobox_item.xml
changeset 1022 16040c6df950
parent 995 6318bee856fd
equal deleted inserted replaced
1021:b47960e53050 1022:16040c6df950
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <TextView xmlns:android="http://schemas.android.com/apk/res/android" 
     2 <TextView xmlns:android="http://schemas.android.com/apk/res/android" 
     3     android:id="@android:id/text1"
     3     android:id="@android:id/text1"
     4     style="?android:attr/dropDownItemStyle"
     4     style="?android:attr/dropDownItemStyle"
     5     android:textAppearance="?android:attr/textAppearanceSmallPopupMenu"
       
     6     android:singleLine="true"
     5     android:singleLine="true"
     7     android:layout_width="match_parent"
     6     android:layout_width="match_parent"
     8     android:layout_height="36dip"
     7     android:layout_height="36dip"
     9     android:ellipsize="marquee" />
     8     android:ellipsize="marquee" />