On Oct 4, 2011, at 8:45 PM, ndelic wrote: > Using "android:id=@android:id/tabhost" instead of "android:id="@+id/tabhost" > made everything work fine. But it only works if TabActivity is subclassed. > It doesn't work in ActivityGroup subclass because tab host must be > initialized with FindViewById<TabHost> and "@android:id" entries are missing > from the Resource class. Is this a bug or by design?
If it behaves the same as Java, it's by design, otherwise it's a bug. You interested in writing/testing the Java equivalent to see if it's by design or not? :-) - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
