我想要一个在文本末尾带有椭圆大小的右对齐 TextView,但它似乎不起作用:
<TextView
android:layout_width="@dimen/text_width"
android:layout_height="wrap_content"
android:ellipsize="end"
android:gravity="right"
android:singleLine="true"
android:textSize="@dimen/font_size" />