如何拉伸背景图像以覆盖Android虚拟设备中的整个活动页面

时间:2016-02-02 07:00:44

标签: android-layout

以下是我的Loginactivity的代码段。它只覆盖半页。请建议如何拉伸它以覆盖整个页面。

<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:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
android:background="@mipmap/ic_launcher5"

tools:context="com.ericsson.myapplication3.LoginActivity">

0 个答案:

没有答案