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

Android中实现背景平铺

时间:2014-10-17 18:33:52      阅读:154      评论:0      收藏:0      [点我收藏+]

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

建立以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

Android中实现背景平铺

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

原文地址:http://www.cnblogs.com/Catherine-Brain/p/4031730.html

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