RT,使用droiddraw,应该把图片放在哪个目录才能显示图片啊?..<?xml version="1.0" encoding="utf-8"?>
<AbsoluteLayout
android:id="@+id/widget0"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
>
<ImageButton
android:id="@+id/widget29"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_x="175px"
android:layout_y="129px"
android:src="XXXXXX"       <------------- 这里应该怎么写,图片放哪里,才能在Droiddraw中预览效果显示出来呢?
>
</ImageButton>
</AbsoluteLayout>