changeset 1044 | 197a85a35cba |
parent 1043 | 7d6f2526244a |
child 1045 | e5a970600066 |
1043:7d6f2526244a | 1044:197a85a35cba |
---|---|
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" /> |