我想在我的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" >
我该怎么办?
答案 0 :(得分:3)
用padding =替换layout_margin =,内部填充