When I define the items for an action bar in an xml file, I am getting a 
warning on showAsAction in Visual Studio.  VS is reporting that the attribute 
is not declared.  Otherwise the application works on my device with no runtime 
errors.

  <item
  android:id="@+id/item01"
  android:icon="@drawable/jellyfishsmall"
  android:title="Menu item 1"
  android:showAsAction="ifRoom|withText">
  </item>                                         
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to