如何包含图像作为背景以及在应用程序中放置图像的位置和方式,我正在使用 Eclipse 和所有开发工具。
到目前为止,这是我在 main_activity.xml 中所做的:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#C0C0C0"
tools:context=".MainActivity">
</RelativeLayout>