【发布时间】:2013-11-30 19:51:07
【问题描述】:
我想在我的活动中将图像设置为背景。 问题是我使用边距并且图像没有填满整个屏幕。但我需要保证金值。
<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" >
我能做什么?
【问题讨论】:
标签: android image layout background