【问题标题】:Android - Background Image without marginAndroid - 没有边距的背景图片
【发布时间】: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


    【解决方案1】:

    把layout_margin=换成padding=,padding在里面

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-06-23
      • 1970-01-01
      • 2014-01-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多