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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:06:29+00:00 2026-05-26T13:06:29+00:00

I declared a dialog activity in my Manifest as follows: <activity android:name=.myDialog android:label=@string/title_dlg android:icon=@android:drawable/ic_dialog_alert

  • 0

I declared a dialog activity in my Manifest as follows:

<activity android:name=".myDialog"
              android:label="@string/title_dlg"
              android:icon="@android:drawable/ic_dialog_alert"
              android:exported="false"
              android:excludeFromRecents="true"
              android:theme="@android:style/Theme.Dialog">

However, only the title’s text appears in the title bar and the icon appears to be ignored.
Is there a way to also show the icon in the title bar?

  • 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-26T13:06:30+00:00Added an answer on May 26, 2026 at 1:06 pm

    Use this after your super.onCreate(savedInstanceState); call:

    requestWindowFeature(Window.FEATURE_LEFT_ICON);
    

    Then, set your contentView(R.layout.youLayout);
    and then use this:

    getWindow().setFeatureDrawableResource(Window.FEATURE_LEFT_ICON, android.R.drawable.ic_dialog_alert);
    

    The order is important.

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

Sidebar

Related Questions

I declared a WebView activity in the manifest like this: <activity android:name=.MyWebView android:label=@string/app_name android:configChanges=orientation|keyboardHidden
I have a map declared as follows: map < string , list < string
I declared a delegate: public delegate void Del(string message); Then i created a function
I am very new to android. I got two activities A, B . Activity
Can someone explain to me why this AlertDialog crashes? package com.clicker; import android.app.Activity; import
I have declared a simple ProgressDialog in my android application but it isn't showing
So, I've got this code for an AlertDialog in an Android activity, and although
Possible Duplicate: Updating progress dialog in Activity from AsyncTask I am developing my first
I have declared a function for showing a dialog box in jQuery <script type=text/javascript>
I declared a NSArray object in .h file as @property (nonatomic, assign) NSArray *scnArray;

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.