Text/Layout Alignment in Android (textAlignment, gravity)

前端 未结 4 1782
名媛妹妹
名媛妹妹 2020-12-08 09:48

What\'s the difference between android:textAlignment and android:gravity?

4条回答
  •  一向
    一向 (楼主)
    2020-12-08 09:58

    Another point not explicitly mentioned:

    If your application has RTL support disabled with e.g. android:supportsRtl="false" in manifest application tag, then View textAlignment does not work for text positioning while TextView gravity works.

    Yet another reason to prefer gravity.

提交回复
热议问题