inflating views android
问题 I have this main.xml layout which has a fixed header and footer. The body content has to change based on the parameters received. <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#FFFFFF" android:id="@+id/main_view"> <com.HeaderView android:id="@+id/HeaderView" android:layout_alignParentTop="true" android