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 8898663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:40:01+00:00 2026-06-15T00:40:01+00:00

I want to make slide menu that has ActionBar like in Evernote. In this

  • 0

enter image description here

I want to make slide menu that has ActionBar like in Evernote. In this app, Seem like it has 2 ActionBars(I’m not sure about it). One at main and another one is in the sliding menu.

Is there anyway to build 2 ActionBars like this? Or it’s just a layout arrangement to resemble ActionBar look.

Thank for all your help and sorry for my english.

ps. I use ActionBarSherlock and SlidingMenu to achieve this, but I can’t find the way to do it like in Evernote.

  • 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-15T00:40:02+00:00Added an answer on June 15, 2026 at 12:40 am

    Ok I managed to do it with the help of Gunnar Karlsson who pushed me in the right direction Instead of a SearchView

    I implemented an ImageButton like so:

    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >
    
     <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="#333333" >
    
            <ImageButton
                    android:layout_width="wrap_content" 
                    android:layout_height="60dp" 
                    android:src="@drawable/ic_launcher"
                    android:onClick="showPopup" />
    
    </LinearLayout>
    
    
    <ListView xmlns:android="http://schemas.android.com/apk/res/android"
       android:id="@android:id/list"
       android:layout_width="match_parent"
       android:layout_height="match_parent"
       android:paddingLeft="@dimen/list_padding"
       android:paddingRight="@dimen/list_padding" />
    
    </LinearLayout>
    

    and in the my mainActivity I simply pulled this from the google sample code for creating a pop up menu:

    public void showPopup(View v) {
        PopupMenu popup = new PopupMenu(this, v);
        MenuInflater inflater = popup.getMenuInflater();
        inflater.inflate(R.menu.actions, popup.getMenu());
        popup.show();
    }
    

    And it worked. Thank you Gunnar Karlsson.

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

Sidebar

Related Questions

I want to make a similar navigation menu like what m.facebook.com did. but this,
I want to make a book page scrolling effect like the picture below. This
i'm trying to make a menu, i want my menu looks like centered to
I have 6 menu items on my screen that I want to slide off
I want to make a GUI have a slider, this slider's value will be
I am new android app developer i want make app for tablets and phone
I've got this layout that i want to cut into html/css, but i'm struggling
I am using jQuery to make a search filter menu. This form contains several
ok, the title did not make much sense but this is what i am
I have a large array of vehicle make and model data that I want

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.