码迷,mamicode.com
首页 > 其他好文 > 详细

使用图片作为textview组件的背景

时间:2014-09-12 19:01:23      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   color   使用   strong   文件   div   sp   

    <TextView
            android:layout_gravity="center"
            android:layout_width="100dp"
            android:layout_height="100dp"
            android:background="@drawable/image1"
            />

将图片放置于res/drawable-hdpi等几个文件夹中都可以@drawable 不需要指定具体的文件夹,图片也不用加上后缀名。

使用图片作为textview组件的背景

标签:android   style   blog   color   使用   strong   文件   div   sp   

原文地址:http://www.cnblogs.com/zooc/p/3968840.html

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