app/src/main/res/layout-v11/simple_combobox_item.xml
author Da Risk <da_risk@beem-project.com>
Tue, 27 Oct 2015 01:12:06 +0100
changeset 1066 744a173ea554
parent 1040 197a85a35cba
permissions -rw-r--r--
Rework ChangeStatus to deal better with non standard CROP intent

<?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:textAppearance="?android:attr/textAppearanceSmallPopupMenu"
    android:singleLine="true"
    android:layout_width="match_parent"
    android:layout_height="36dip"
    android:ellipsize="marquee" />