android用xml设计UI的是什么怎么添加电脑上的图片。

再做一个简单的android的UI,UI的XML文件如下,效果图也在下面,现在我想在UI最下面加一个电脑上本地的图片,请问应该再xml中怎么添加什么代码?希望能帮我写一下... 再做一个简单的android的UI,UI的XML文件如下,效果图也在下面,现在我想在UI最下面加一个电脑上本地的图片,请问应该再xml中怎么添加什么代码?希望能帮我写一下添加用到的完整代码,假设路径是D:\abc.jpg,程序的源代码需要修改吗?
<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:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".MainActivity" >

<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/西南交通大学" />

<EditText
android:id="@+id/edittext1"
android:layout_width="200dp"
android:layout_height="40dp"
android:layout_below="@id/textView1"
android:layout_centerHorizontal="true"
android:layout_marginTop="100dp"
/>

<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/edittext1"
android:layout_centerHorizontal="true"
android:layout_marginTop="100dp"
android:text="Button" />

</RelativeLayout>
我写的代码是这样的,程序说这一句错了,错误信息是error: Error parsing XML: not well-formed

请问一下怎么改?
展开
 我来答
生活he家
2016-05-09 · 一个属于大家的搬运工
生活he家
采纳数:1536 获赞数:6828

向TA提问 私信TA
展开全部
显示电脑上的文件,需要把电脑上的文件复制到你的app里才可以的
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式