res/layout-v11/simple_combobox_item.xml
author Da Risk <da_risk@beem-project.com>
Wed, 06 Mar 2013 21:30:51 +0100
changeset 1027 8198b5e53cac
parent 1022 16040c6df950
permissions -rw-r--r--
Scram-Sha-1 mechanism : do not send authzid if it not absolutely necessary Some servers (ejabberd) reject the challenge if the scram attributes a (authzid) and n (authcid) are equals or they just don't handle the authzid. So we just don't send it if they are the same This fix #484
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1022
16040c6df950 Correct some lint errors
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
16040c6df950 Correct some lint errors
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     2
<TextView xmlns:android="http://schemas.android.com/apk/res/android" 
16040c6df950 Correct some lint errors
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     3
    android:id="@android:id/text1"
16040c6df950 Correct some lint errors
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     4
    style="?android:attr/dropDownItemStyle"
16040c6df950 Correct some lint errors
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     5
    android:textAppearance="?android:attr/textAppearanceSmallPopupMenu"
16040c6df950 Correct some lint errors
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     6
    android:singleLine="true"
16040c6df950 Correct some lint errors
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     7
    android:layout_width="match_parent"
16040c6df950 Correct some lint errors
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     8
    android:layout_height="36dip"
16040c6df950 Correct some lint errors
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     9
    android:ellipsize="marquee" />