对android:textAlignmentStyle 属性参数的理解

本文详细介绍了Android中TextView的文本对齐属性,包括默认对齐、文本开始位置对齐、文本结束位置对齐、居中对齐、视图开始位置对齐及视图结束位置对齐等选项,并通过实例展示了这些对齐方式的具体应用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

ConstantValueDescription
inherit0Default
gravity1Default for the root view. The gravity determines the alignment, ALIGN_NORMAL, ALIGN_CENTER, or ALIGN_OPPOSITE, which are relative to each paragraph’s text direction
textStart2Align to the start of the paragraph, e.g. ALIGN_NORMAL.
textEnd3Align to the end of the paragraph, e.g. ALIGN_OPPOSITE.
center4Center the paragraph, e.g. ALIGN_CENTER.
viewStart5Align to the start of the view, which is ALIGN_LEFT if the view’s resolved layoutDirection is LTR, and ALIGN_RIGHT otherwise.
viewEnd6Align to the end of the view, which is ALIGN_RIGHT if the view’s resolved layoutDirection is LTR, and ALIGN_LEFT otherwise

1. TextView  的代码

<TextView
        android:text="textAlignment Style"
        android:background="#aaff0000"
        android:textAlignment="textEnd"
        android:layout_width="300dp"
        android:layout_height="100dp"/>

效果:

center


textEnd、viewEnd、


inherit、gravity、textStart、viewStart



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值