android中達到相似於windows桌面背景的平鋪的效果,定義一個bitmap對象,在xml中和代碼中都可,設置其tileMode爲repeat。在drawable文件夾下創建以下文件tilebg.xml:android
<?xml version ="1.0" encoding ="utf-8" ?>windows
<bitmap xmlns:android ="http://schemas.android.com/apk/res/android"spa
android:src ="@drawable/pattern"xml
android:tileMode ="repeat" />對象