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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:48:26+00:00 2026-06-15T18:48:26+00:00

I have a ProgressBar and a login button. When i click on the login

  • 0

I have a ProgressBar and a login button.
When i click on the login button i show this progressBar and everything worke fine.
But it would be nice if i have a black transparent layer, like the AlertDialog class it do, and only the progressBar has the full bright.

  • 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-15T18:48:27+00:00Added an answer on June 15, 2026 at 6:48 pm

    Try to create another class with transculent theme.
    For example new class:

        public class BlahActivity extends Activity {
    
        @Override
        protected void onCreate(Bundle savedInstanceState) {
            super.onCreate(savedInstanceState);
            setContentView(R.layout.activity_blah);
    
            ProgressDialog pg = new ProgressDialog(this);
            pg.setTitle("Title of progress dialog");
            pg.setMessage("Message of progress dialog");
            pg.show();
        }
    
    }
    

    And change in AndroidManifest.xml file (check second line):

       <activity
            android:name="com.example.dialog.BlahActivity"
            android:theme="@android:style/Theme.Translucent.NoTitleBar"
            android:label="@string/title_activity_blah" >
        </activity>
    

    Now, when you click on button in your class, you will have to only create new intent to open transculent class. OnCreate it will run ProgressDialog which will blur the rest and you will be able see text from the last activity.

    You can also try with opening new intents with options onResult, this will allow you open intent – do something – and back to the last activity.

    If you want total black, you don’t have to set theme as transculent, just set background to black.

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

Sidebar

Related Questions

I have a ProgressBar. It works ok but I need to show the max
I have a progressBar using the ProgressBar class. Just doing this: progressBar = new
I have created a form on which two components are present, button and progressbar
I am trying to use performance progressbar in a WP7 project but I have
For a few days a have some problem. I need to show simple ProgressBar
I have to implement a progressbar that show the progress of a report generation,
I have an application using facebook post. I am using a force login mFacebook.authorize(this,
I have am using a This LoaderImageView in a gallery. 1st I show a
I have an image called 'progressbar.png'. Is there a way that I could crop
I have been playing around with the Silverlight progressbar a while and no matter

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.