码迷,mamicode.com
首页 > 移动开发 > 详细

android TextView 文字垂直的设置

时间:2014-12-06 20:18:20      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   ar   color   sp   on   div   

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

 

效果如图所示:

bubuko.com,布布扣

android TextView 文字垂直的设置

标签:android   style   blog   http   ar   color   sp   on   div   

原文地址:http://www.cnblogs.com/china-soft/p/4148641.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!