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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:03:45+00:00 2026-05-27T16:03:45+00:00

I am using a progress loader using ProgressDialog and also the component. both are

  • 0

I am using a progress loader using ProgressDialog and also the component.
both are of similar type and in black color i am trying to change the loader.From this loader

Instead of this progress i need a new one looks like below one

Expected progress loader

  • 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-27T16:03:46+00:00Added an answer on May 27, 2026 at 4:03 pm

    I have use this for a load like yours

        Dialog dialog = new Dialog(context,R.style.LoadingDialogTheme);
        dialog.setContentView(R.layout.loading);
        dialog.setCancelable(false);
        dialog.show();
        dialog.findViewById(R.id.loading_icon).startAnimation(AnimationUtils.loadAnimation(InitActivity.this, R.anim.rotate360));
        }
    

    /res/anim/rotate360.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <set xmlns:android="http://schemas.android.com/apk/res/android">
        <rotate
            android:fromDegrees="0"
            android:toDegrees="360"
            android:pivotX="50%"
            android:pivotY="50%"
            android:duration="2000"
            android:repeatCount="infinite" />
    </set>
    

    /res/layout/loading.xml

    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout
      xmlns:android="http://schemas.android.com/apk/res/android"
      android:orientation="vertical"
      android:layout_width="fill_parent"
      android:layout_height="fill_parent"
      android:gravity="center"
      android:background="@color/loadingBackground">
      <ImageView 
        android:id="@+id/loading_icon" 
        android:gravity="center"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/ic_loading"/>
      <TextView
        android:id="@+id/loading_text" 
        android:layout_gravity="center"
        android:text="Loading"
        android:gravity="center"
        android:textSize="18dip"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:paddingTop="3dip"
        android:textColor="@color/info"
        android:layout_below="@+id/loading_icon"/>
    </TextView>
    

    Then what you must do is to have one frame of your gift , and use it like the loading_icon.png

    Good luck with your job 🙂

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

Sidebar

Related Questions

I have created a website loading progress bar using Jquery UI Progress bar. This
i am using this tutorial for progress which is working pretty well , i
I am trying to load sstables using cassandra utility sstable-loader with cassandra 0.8.3 on
I'm using this code: <script type='text/javascript'> $(document).ready(function () { //Check if url hash value
I'm trying to load PNG images with ActionScript with a Loader object. This works
I'm using a progress bar to display the battery status. If the user clicks
I'm using urllib.urlretrieve to download a file, and implementing a download progress bar using
I am using a c++ library using callback to inform about the progress of
I am using the below code to update my progress bar. ProgressBar.Visible = true;
I am using C# and Windows Forms. I have a normal progress bar working

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.