Android设置背景图片平铺

Posted clnchanpin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android设置背景图片平铺相关的知识,希望对你有一定的参考价值。

以LinearLayout为例,它提供的background属性将会将背景图片拉伸,相当难看。其实我们仅仅需做少量的改动就能够实现web编程中css背景图片的效果。来试试吧。
创建反复的背景图片
在drawable文件夹下创建一个repeat_bg.xml:
 

<?

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


然后在布局的xml文件里能够这样引用:
 
    <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/repeat_bg"> </LinearLayout>   


















以上是关于Android设置背景图片平铺的主要内容,如果未能解决你的问题,请参考以下文章

CSS布局:背景图片设置不平铺,结果平铺了;啥情况?只有在火狐下正常,其他浏览器平铺。 字幕D家居这个

Android - 如何创建具有圆角和平铺图像背景的视图?

如何设置网页的背景图片不重复不平铺?

html网页设计里面怎么平铺背景图片

css 背景平铺

CSS.网站背景平铺