On Mon, May 26, 2014 at 2:00 PM, dashman <[email protected]> wrote:
> I've decided to write my app API 11 (Honeycomb) or later. > > So I don't need the support library. > You'd be surprised at how much was added after 11 that was back-ported to the support library. So maybe *as of now* you don't need it, but you likely will find some use for it in the future. 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. > Just use the support library. Or try bumping up your minSDK one notch at a time - I'll bet it works at some higher level. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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.

