在Activity中添加背景会使我的视图显得褪色

时间:2013-01-21 18:05:57

标签: android android-layout

我有一个带有ListView的活动。我希望将一个简单的白色图片设置为背景,右下角有一个徽标。我的问题是,当我将背景设置为我的照片时,它有点'坐在'前面我的listView.Making textViews似乎褪色。如何有效地添加没有这些副作用的背景?谢谢你的时间。

修改

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bg">


<dragNDropAdapter.DragNDropListView
  android:id="@+id/android:list"
  android:layout_width="fill_parent"
  android:layout_height="wrap_content">

</dragNDropAdapter.DragNDropListView>

</RelativeLayout>

1 个答案:

答案 0 :(得分:0)

放置imageview&amp; listview的相对布局。 设置要放置图像的属性以及列表的属性。