在我的三星 Galaxy Nexus 上,行为正常,显示三个点,但在三星 S2 中,它只显示一个点。只有一个布局文件:
<TextView
android:id="@+id/textViewOfferTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toLeftOf="@+id/textViewRedemptionDate"
android:layout_alignParentLeft="true"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/pontai_dark_gray"
android:textSize="@dimen/ndp_font_size" />
这是一个例子:
http://img109.imageshack.us/img109/5118/96452147.png
有人见过这个吗?