android图片平铺

图片平铺在android中还是颇为常见的:

参考:http://www.oschina.net/question/565065_67880

有以下几种实现方式:

1、xml实现

<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
    android:src="@drawable/test_icon"
    android:tileMode="repeat" >

</bitmap>

2、和上面其实是一样的,不过用代码实现

 

posted @ 2013-09-07 20:17  西瓜君  阅读(146)  评论(0编辑  收藏  举报