<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:myapp="http://schemas.android.com/apk/res/***.****"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:id="@id/RelativeLayout1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffffffff" >
我想知道 xmlns:myapp="http://schemas.android.com/apk/res/my-app-name" 的作用是什么......这有什么需要,它是如何工作的,请帮忙.. …………