建立以drawable xml
<?xml version="1.0" encoding="utf-8"?> <bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/icon_comment_all" android:tileMode="mirror" />
然后,在需要实现这个平铺效果的地方background就好。我这里亲自试了一下。才知道android好友平铺。。哎,怪自己不好学。
下面链接有三种方式实现呢,我只用了最简单的,嘿嘿。。方便
给出一个连接:
http://www.jb51.net/article/47439.htm
时间: 2024-10-05 16:46:03