简体   繁体   中英

Actionbar not visible

I have created an actionbar which has action items and fragment tabs. However,the actionbar and the fragment tabs are not visible in other activities. The manifest file also has the required:

        <uses-sdk android:minSdkVersion="4"
          android:targetSdkVersion="11" />

How can i make the actionbar and fragment tabs permanent for the app?

// Set up the action bar.
final ActionBar actionBar = getActionBar();

I found this piece of code in my project. I hope it helps you out.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM