1、以LinearLayout为例,它提供的background属性将会将背景图片拉伸,相当难看。其实我们仅仅需做少量的改动就能够实现web编程中css背景图片的效果。
2、创建反复的背景图片在drawable文件夹下创建一个repeat_bg.xml:
3、<?xml version="1.0" encodi艘绒庳焰ng="utf-8"?>稆糨孝汶; <bitmap xmlns:android="http://schemas.android.com/apk/res/android"
4、android:src="@drawable/bg"android:tileMode="repeat" />
5、然后在布局的xml文件里能够这样引用:<LinearLayout android:layout_width="fill忧溲枷茫_parent" android:layout_height="fill_parent" android:background="@drawable/repeat_bg"> </LinearLayout>