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

  • Home
  • SEARCH
  • 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 6880895
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:02:17+00:00 2026-05-27T05:02:17+00:00

In my Android Honeycomb application I use Tabs as the navigation style. I would

  • 0

In my Android Honeycomb application I use Tabs as the navigation style. I would like to add one item next to the overflow button, but I want that item to be a dropdown list, and the user will be able to select an option there, but not related to navigation. What is the easiest way since I’m using mActionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);

Is it possible to do it without using a custom view?

  • 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-05-27T05:02:18+00:00Added an answer on May 27, 2026 at 5:02 am

    First option:

    menu/options.xml:

    <item
        android:icon="@drawable/ic_menu_sort"
        android:showAsAction="ifRoom">
        <menu>
            <item
                android:id="@+id/menuSortNewest"
                android:title="Sort by newest" />
            <item
                android:id="@+id/menuSortRating"
                android:title="Sort by rating" />
        </menu>
    </item>
    

    Second option:

    menu/options.xml:

    <menu xmlns:android="http://schemas.android.com/apk/res/android">
        <item
            android:id="@+id/menuSort"
            android:showAsAction="ifRoom"
            android:actionLayout="@layout/action_sort"  />
    </menu>
    

    layout/action_sort.xml:

    <Spinner xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@drawable/ic_menu_refresh"
        android:entries="@array/order" />
    

    Docs for menu resources – http://developer.android.com/guide/topics/resources/menu-resource.html

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

Sidebar

Related Questions

(Android 3.0+) How would I create a Spinner for use as an Action Item
For Honeycomb, I have set my listview items to use the ?android:attr/activatedBackgroundIndicator style so
I would like to convert/adapt my application to Android 4.0. To do so I
I have an Android application for pre-Honeycomb devices that uses custom tabs to launch
I have an Android Honeycomb application with two activities; the first one has a
Background: I am working on an Android Honeycomb (v3.0) application that has a requirement
I am developing an application for android 3.0 honeycomb and I wanted to understand
I am developing application for Android HoneyComb. In it I don't want to show
Pre-Honeycomb (Android 3), each Activity was registered to handle button clicks via the onClick tag
I am writing an Android application that will run on phones and Honeycomb tablets,

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.