android text右对齐显示 并且 多余文字显示省略号

2018-10-31

    android:id="@+id/tv_qiantext_bei"

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"

    android:layout_marginRight="10dp"

    android:ellipsize="end"

    android:singleLine="true"

    android:text="填写备注"

    android:maxEms="13"

    android:textColor="@color/color9"

    android:textSize="@dimen/text_size_16" />



android text右对齐显示 并且 多余文字显示省略号_第1张图片


android text右对齐显示 并且 多余文字显示省略号_第2张图片

你可能感兴趣的:(android text右对齐显示 并且 多余文字显示省略号)