android:ellipsize="end"
无效,当我使用android:ellipsize="marquee"
时,应用程序崩溃了。
这是我的代码:
<AutoCompleteTextView
android:singleLine="true"
android:ellipsize="end"
android:maxLines="1"
android:popupBackground="#000000"
android:layout_marginTop="30dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/atw1"
android:id="@+id/atw2"
android:hint="Airport" />