changeset 995 | 6318bee856fd |
child 1022 | 16040c6df950 |
994:87c97dcb7136 | 995:6318bee856fd |
---|---|
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" /> |