If you are not using compatibility library, please use *android:showAsAction* instead of app:showAsAction
On Tue, May 27, 2014 at 5:31 PM, dashman <[email protected]> wrote: > <menu xmlns:android="http://schemas.android.com/apk/res/android" > xmlns:app="http://schemas.android.com/apk/res-auto" > xmlns:tools="http://schemas.android.com/tools"> > > <item > android:id="@+id/action_settings" > android:orderInCategory="100" > android:title="@string/action_settings" /> > > <item > android:id="@+id/action_log" > android:orderInCategory="100" > android:title="@string/action_log" > app:showAsAction="never"/> > > </menu> > > > > On Monday, May 26, 2014 10:22:21 PM UTC-4, uudashr wrote: > >> How did you write the menu.xml? >> On May 27, 2014 2:03 AM, "dashman" <[email protected]> wrote: >> >>> I've decided to write my app API 11 (Honeycomb) or later. >>> >>> So I don't need the support library. >>> >>> In my activity, I have an ActionBar - getActionBar() returns an object. >>> >>> The activity style is derived from Theme.Holo. >>> >>> But I don't see the 3 vertical dots for the menu on the right side. >>> >>> If I use the support library - I do get that. >>> >>> How do I get the 3 vert. dots for the menu. >>> >>> Thanks. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to [email protected] >>> >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/android-developers?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

