//(1)用xml实现背景平铺
在drawable下建立repeat_bg.xml,在layout里引用。
<?xml version="1.0" encoding="utf-8"?><bitmap xmlns:android="http://schemas.android.com/apk/res/android"android:src="@drawable/sysbg" android:tileMode="repeat" />



LinearLayout lay = (LinearLayout) this.findViewById(R.id.trans_bg_layout);lay.setBackgroundResource(R.drawable.repeat_bg);


//(2)用代码实现背景平铺

Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.rebg);  BitmapDrawable bd = new BitmapDrawable(bitmap);  bd.setTileModeXY(TileMode.REPEAT , TileMode.REPEAT );  bd.setDither(true);  lay.setBackgroundDrawable(bd);


推荐下朋友开的淘宝店筱夜宫主(http://xiaoyegongzhu.taobao.com/)DR.HU 胡博士美妆~坐在电脑旁的汉子姑娘注意脸部护理呀,做了程序媛,也要美丽啊。。。小店有优惠码:YE4450,报优惠码,抵两元券,(⊙o⊙)…

更多相关文章

  1. 【Android(安卓)界面效果4】android背景选择器selector用法汇总
  2. Android(安卓)商显会议平板聚光灯效果实现
  3. Android(安卓)Bitmap换背景颜色
  4. Android中按钮点击后背景改变样式
  5. Android(安卓)之 Gallery
  6. Android中使用TabHost实现类似标签栏的效果
  7. android使用shape设置下边框
  8. Android(安卓)弧形进度条
  9. Android(安卓)设置桌面背景

随机推荐

  1. Android 读取网络数据
  2. 一个android日历(开源的)
  3. Android 3.2 Platform 发布
  4. android_m2repository_rxx.zip下载地址以
  5. Android弹出软键盘工具类
  6. Android View转换成图片保存
  7. android之布局LinearLayout
  8. android java 3des加密 ECB/CBC
  9. Android Themes关于totalBar总结
  10. Android五子连珠