app/src/main/res/layout-v11/simple_combobox_item.xml
author Frederic Barthelery <da_risk@beem-project.com>
Fri, 13 Nov 2015 17:52:28 +0100
changeset 1068 51bf3e7db33a
parent 1040 197a85a35cba
permissions -rw-r--r--
Avatar: Remove Apache HttpClientAvatarRetriever which will be deprecated in android-6.0 We can use the standart java.net.http avatar retriever implementation.

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