hyljava

          android設(shè)置重復(fù)背景

          創(chuàng)建重復(fù)的背景圖片


          在drawable目錄下創(chuàng)建一個repeat_bg.xml:  src是引用圖片的名稱

          1
          2
          3
          4
          5
          6
          7
          8
          1
          <?xml version="1.0" encoding="utf-8"?>
          2
          <bitmap xmlns:android="
          3
              android:src="@drawable/bg"
          4
              android:tileMode="repeat" />

          然后在布局的xml文件中可以這樣引用:

          1
          2
          3
          4
          5
          6
          7
          8
          1
          <LinearLayout android:layout_width="fill_parent"
          2
              android:layout_height="fill_parent"
          3
              android:background="@drawable/repeat_bg">
          4
          </LinearLayout>

          posted on 2014-02-16 09:59 何云隆 閱讀(204) 評論(0)  編輯  收藏 所屬分類: Android

          主站蜘蛛池模板: 南宁市| 自贡市| 山西省| 漯河市| 疏附县| 新安县| 比如县| 秦安县| 阿城市| 宝坻区| 宁国市| 溧水县| 浦东新区| 女性| 平凉市| 舞钢市| 家居| 洪江市| 丽水市| 杭州市| 嘉黎县| 镇赉县| 佛山市| 旬邑县| 广宁县| 延川县| 固镇县| 胶州市| 安多县| 米林县| 图木舒克市| 湟中县| 滦南县| 锡林郭勒盟| 车致| 澄迈县| 延津县| 江陵县| 磐安县| 七台河市| 宁城县|