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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T21:31:47+00:00 2026-06-08T21:31:47+00:00

I want to have a custom view before app icon on the action bar.

  • 0

I want to have a custom view before app icon on the action bar. That custom view is actually menu button as you see in facebook. I also want the UP button i.e. Home button too. So can we either place an icon to the left of the app icon or otherwise show some other image as app icon but that image should not be seen in the app drawer?

  • 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-08T21:31:50+00:00Added an answer on June 8, 2026 at 9:31 pm

    Finally, I got some workaround for this. I applied custom view to my action bar and removed app icon. And had an imageview with app icon on my custom view. For those who are interested, this is how my custom view on action bar xml looks like:

    <?xml version="1.0" encoding="utf-8"?>
    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="wrap_content"
        android:layout_height="fill_parent">
    
    <ImageView
        android:id="@+id/iv_menu"
        android:onClick="onClick"
        android:paddingLeft="14dip"
        android:paddingRight="14dip"
        android:layout_gravity="center_vertical"
        android:layout_width="wrap_content"
        android:layout_height="fill_parent"
        android:background="@drawable/menu_button"
        android:src="@drawable/ic_menu_off" />
    
    <ImageView
        android:id="@+id/iv_separator"
        android:layout_gravity="center_vertical"
        android:layout_toRightOf="@id/iv_menu"
        android:layout_width="wrap_content"
        android:layout_height="fill_parent"
        android:background="@drawable/separator1"/>
    
    <ImageView
        android:id="@+id/iv_logo"
        android:layout_marginLeft="10dip"
        android:layout_toRightOf="@id/iv_separator"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@drawable/ic_app_icon" />       
    
    </RelativeLayout>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have custom classes that I currently instantiate within App.xaml as resources. I want
I have a custom view with several NSTextField controls for which I want to
I have used this custom grid view in my code, and I want to
I have a UITableView and a small custom view. I want the custom to
I have created a Dynamic View Panel custom control and want to add a
I want to have a custom control that works on whatever documents I decide
In my WebView app I want to have a custom onReceivedError screen. Instead I
i have a custom cell i want to delete it when a button is
I have an app with a list view that downloads images on the fly.
I have a LinearLayout view that already contains several elements. I want to add

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.