如何为android:scaletype
的背景图片设置RelativeLayout
属性? XML代码如下:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background"
android:gravity="center_vertical"
tools:context=".MainActivity" >