相关文章推荐
性感的小摩托  ·  SIP 404 and Microsoft ...·  1 年前    · 
眼睛小的佛珠  ·  用 VS Code 进行 Python ...·  2 年前    · 
骑白马的饭卡  ·  C#.NET ...·  2 年前    · 

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