如何为RelativeLayout的背景图像设置scaletype?

时间:2014-01-11 08:53:02

标签: android xml

如何为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" >

0 个答案:

没有答案