I am trying to implement the ActionBar through the support library, v7. Because I want to support the app for Android 2.1 (API level 7) and above.
I read in http://d
Here is an example of a menu:
The whole philosophy is to have http://schemas.android.com/apk/res-auto
in the namespace attribute in root menu
. It doesn't matter what is the namespace identifier as long as it's valid and is used as such when using showAsAction
attributes. Does this answer your question?