当前位置: 代码迷 >> Android >> Android 背景色平铺
  详细解决方案

Android 背景色平铺

热度:94   发布时间:2016-05-01 19:21:36.0
Android 背景色平铺。
<?xml version="1.0" encoding="utf-8"?><bitmap    xmlns:android="http://schemas.android.com/apk/res/android"    android:src="@[package:]drawable/drawable_resource"    android:antialias=["true" | "false"]    android:dither=["true" | "false"]    android:filter=["true" | "false"]    android:gravity=["top" | "bottom" | "left" | "right" | "center_vertical" |                      "fill_vertical" | "center_horizontal" | "fill_horizontal" |                      "center" | "fill" | "clip_vertical" | "clip_horizontal"]    android:tileMode=["disabled" | "clamp" | "repeat" | "mirror"] />



ref: http://developer.android.com/guide/topics/resources/drawable-resource.html
  相关解决方案