On Dec 4, 2011, at 11:10 AM, Willem Meints wrote: > Here's what I got when I tried to use fragments:
What happens with Mono for Android 4.0? :-) Also, check to see that the files obj\Debug\android\src\managementrapportage\fragments\ProjectDetailsFragment.java and ProjectListFragment.java exist, as these XML fragments requires that they exist: > <fragment android:name="managementrapportage.fragments.ProjectListFragment" > android:layout_width="0dp" android:layout_weight="1" > android:layout_height="match_parent" > android:id="@+id/ProjectListFragment"/> > > <fragment > android:name="managementrapportage.fragments.ProjectDetailsFragment" > android:layout_width="0dp" android:layout_weight="2" > android:layout_height="match_parent" > android:id="@+id/ProjectDetailsFragment"/> Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
