setBackgroundResource()或者在xml设置android:background属性时,将你的background以XML Bitmap的形式定义,如下:
<!--?xml version="1.0" encoding="utf-8"?-->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:id="@id/toolbar_bg_bmp" android:src="@drawable/toolbar_bg" android:tilemode="disabled" android:gravity="top">
</bitmap>
调用如下: