<TextView
            android:id="@+id/tv_status"
            android:layout_width="wrap_content"
            android:ems="1"
            android:layout_height="match_parent"
            android:layout_marginLeft="5dip"
            android:layout_marginRight="5dip"
            android:singleLine="false"
            android:padding="5dip"
            android:background="@drawable/port_item_right"
            android:text="已购买"
            android:textSize="12sp"
            android:textColor="@color/white" />

 

效果如图所示:

android TextView  文字垂直的设置

相关文章:

  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2021-07-08
  • 2021-09-01
  • 2022-12-23
  • 2021-12-21
  • 2022-02-09
猜你喜欢
  • 2021-07-05
  • 2021-09-15
  • 2021-06-09
  • 2021-10-05
  • 2022-12-23
相关资源
相似解决方案