res/layout/simple_combobox_item.xml
author Da Risk <da_risk@beem-project.com>
Wed, 27 Feb 2013 10:28:07 +0100
changeset 1024 d00476863fba
parent 1022 16040c6df950
permissions -rw-r--r--
Added tag 0.1.8_rc1 for changeset d9a3b8cf456e

<?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" />