私は ListView.I のアクティビティを持っています。右下隅にロゴがあるシンプルな白い画像を背景として設定したいです。これらの副作用なしで背景を効果的に追加するにはどうすればよいですか?お時間をいただきありがとうございます。
編集:
<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>