如何使文本在 Android TextView 向右对齐
1个回答
展开全部
在XML中的TextView属性中设置:android:gravity="right" 属性即可让TextView中的文字靠右对齐,代码如下
<TextView
android:id="@+id/tv_data"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="right"
android:layout_marginBottom="5dp"
android:textColor="#ffffffff" /
<TextView
android:id="@+id/tv_data"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="right"
android:layout_marginBottom="5dp"
android:textColor="#ffffffff" /
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询