author | Da Risk <da_risk@beem-project.com> |
Tue, 14 May 2013 18:24:25 +0200 | |
changeset 1036 | a1f3a20c87f8 |
parent 1022 | 16040c6df950 |
permissions | -rw-r--r-- |
1022 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 |
android:id="@android:id/text1" |
|
4 |
style="?android:attr/dropDownItemStyle" |
|
5 |
android:textAppearance="?android:attr/textAppearanceSmallPopupMenu" |
|
6 |
android:singleLine="true" |
|
7 |
android:layout_width="match_parent" |
|
8 |
android:layout_height="36dip" |
|
9 |
android:ellipsize="marquee" /> |