res/layout/simple_combobox_item.xml
changeset 1044 197a85a35cba
parent 1043 7d6f2526244a
child 1045 e5a970600066
equal deleted inserted replaced
1043:7d6f2526244a 1044:197a85a35cba
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <TextView xmlns:android="http://schemas.android.com/apk/res/android" 
       
     3     android:id="@android:id/text1"
       
     4     style="?android:attr/dropDownItemStyle"
       
     5     android:singleLine="true"
       
     6     android:layout_width="match_parent"
       
     7     android:layout_height="36dip"
       
     8     android:ellipsize="marquee" />