res/layout/simple_combobox_item.xml
author Da Risk <da_risk@beem-project.com>
Wed, 31 Oct 2012 23:11:14 +0100
changeset 1005 4c7edc276676
parent 995 6318bee856fd
child 1022 16040c6df950
permissions -rw-r--r--
Switch to Florian Shmauss maintained version of asmack. See doc/asmack-beem/README.txt for more information on how to build the asmack jar. The upstream asmack has a better implementation of XEP-0115 EntityCapabilities. So this commit remove the specific Beem implementation of this XEP and switch to the asmack one.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
995
6318bee856fd Display error messages when account creation failed.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
6318bee856fd Display error messages when account creation failed.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     2
<TextView xmlns:android="http://schemas.android.com/apk/res/android" 
6318bee856fd Display error messages when account creation failed.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     3
    android:id="@android:id/text1"
6318bee856fd Display error messages when account creation failed.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     4
    style="?android:attr/dropDownItemStyle"
6318bee856fd Display error messages when account creation failed.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     5
    android:textAppearance="?android:attr/textAppearanceSmallPopupMenu"
6318bee856fd Display error messages when account creation failed.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     6
    android:singleLine="true"
6318bee856fd Display error messages when account creation failed.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     7
    android:layout_width="match_parent"
6318bee856fd Display error messages when account creation failed.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     8
    android:layout_height="36dip"
6318bee856fd Display error messages when account creation failed.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     9
    android:ellipsize="marquee" />