I created an action bar with action items and snippet tabs. However, the action panels and snippet tabs are not displayed in other actions. The manifest file also matters:
<uses-sdk android:minSdkVersion="4"
android:targetSdkVersion="11" />
How can I make action and snippet tabs persistent for an application?
source
share