Android - 无边距的背景图片

时间:2013-11-17 18:41:50

标签: android image layout background

我想在我的Activity中将图像设置为背景。 问题是我使用了边距,图像没有填满整个屏幕。但我需要保证金价值。

 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 android:layout_width="match_parent"
 android:layout_height="match_parent"
 android:layout_margin="15dp"
 android:background="@drawable/main_background"
 android:orientation="vertical" >

我该怎么办?

1 个答案:

答案 0 :(得分:3)

用padding =替换layout_margin =,内部填充