You can use the official ActionBarCompat example in the Android sample projects.
Just make that into a library project. Link to it from your project and extend your activities from ActionBarActivity, instead of Activity. Of course you can customize the look and feel any way you want. I hope that helps... On Wednesday, 29 August 2012 12:58:51 UTC-4, Copa wrote: > > Hi, > > I'm developing an app to 2.3 API level, and I want to implement an > ActionBar (with dropdown list) on it, like is present on patterns for > Android 4.0. But this is just possible on API =>4.0. It is possible create > this ActionBar in an application with API 2.3 using some library for that > or something like that? For this new app, I want cover all of the patterns > established for new app's. > -- 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

