Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8382225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:52:54+00:00 2026-06-09T16:52:54+00:00

I added an action bar with a dropdown menu to my activity but it

  • 0

I added an action bar with a dropdown menu to my activity but it also shows the application name.

Each of my activities has an action bar and each of them use the theme @android:style/Theme.Holo.Light. One one my activity screens I would like to display the action bar with the dropdown/spinner menu but I would like to hide the application title.

I saw this solution on another SO post but it required me changing the global theme settings and if I’ve understood correctly, that approach would remove the title from all my action bars.

How can I do this?


Here’s a screenshot:

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T16:52:55+00:00Added an answer on June 9, 2026 at 4:52 pm

    For this kind of simple stuff you just have to go to the source to find the answer:
    here the full explanation: http://developer.android.com/guide/topics/ui/actionbar.html#Dropdown

    and here some guide code, to include the spinner on the action bar:

     ActionBar actionBar = getActionBar();
     actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_LIST);
    

    after that is just put a listener for the changes and setting the a spinner adapter.

    and you can use:

     setTitle("");
    

    to remove the title.
    I’ve been checking on my codes here, you can also give a try on:

     requestWindowFeature(Window.FEATURE_NO_TITLE);
    

    It should just remove the title, and leave the title bar. Remember that you must call this before setContentView

    happy coding.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have added an action sheet in my app. My application is tab bar
I've added a custom ActionView to my action bar, and it's meant to allow
I created a button and added an action for it, but as soon as
Here are sample pictures of two EditText fields I've added in an Action Bar:
I'm playing around with the Styled Sample provided by Action Bar Sherlock. I added
I have added a custom action to the CustomList type. For testing purposes I
I've added a pre-build action for an ASP.NET web control (server control) project, that
i have an action that return a file content. i added: Response.AddHeader(Content-Disposition, attactment; filename:\
I added a configuration variable in application.rb such as module Www class Application <
I am currently changing my android app so that it supports the action bar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.