res/layout/simple_combobox_item.xml
author Da Risk <da_risk@beem-project.com>
Thu, 14 Mar 2013 10:47:53 +0100
changeset 1033 03cb0da3835a
parent 1022 16040c6df950
permissions -rw-r--r--
Added tag 0.1.8 for changeset 6b19c7c8c280

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android" 
    android:id="@android:id/text1"
    style="?android:attr/dropDownItemStyle"
    android:singleLine="true"
    android:layout_width="match_parent"
    android:layout_height="36dip"
    android:ellipsize="marquee" />