相关文章推荐
刚失恋的蚂蚁  ·  React ...·  2 月前    · 
逆袭的甘蔗  ·  popen 子例程·  9 月前    · 
谦和的番茄  ·  图像纹理MATLAB-阿里云·  9 月前    · 
买醉的石榴  ·  c - what does this ...·  3 年前    · 

在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" />