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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T05:28:54+00:00 2026-05-18T05:28:54+00:00

Is there a way to embed the progress bar in the UI with out

  • 0

Is there a way to embed the progress bar in the UI with out an dialog.
And not programmatically but with layout xml files.
I am guessing it has to be some sort of animation or a “drawable”

  • 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-18T05:28:55+00:00Added an answer on May 18, 2026 at 5:28 am

    You can use the ProgressBar widget:

    <ProgressBar
        android:id="@+id/a_progressbar"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>
    

    You can customize it with your own image if you want. You just have to create a styles file (res/styles.xml) like this:

    <?xml version="1.0" encoding="utf-8"?>
    <resources>
        <style name="AProgressBar">
            <item name="android:indeterminateDrawable">@drawable/progress_small</item>
            <item name="android:minWidth">20dip</item>
            <item name="android:maxWidth">20dip</item>
            <item name="android:minHeight">20dip</item>
            <item name="android:maxHeight">20dip</item>
        </style>
    </resources>
    

    @drawable/progress_small makes reference to an image file called progress_small.png. Then, just modify your progress bar this way:

    <ProgressBar
        android:id="@+id/a_progressbar"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        style="@style/AProgressBar"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to embed a widget in a data-bound DataGridViewCell when it
Is there a way to hide radio buttons inside a RadioButtonList control programmatically?
Is there a way to find the number of files of a specific type
Is there a way to embed a YouTube video while still staying standards compliant
Is there a way to embed a message in code that is displayed during
Is there a way to embed/mashup the OpenStreetMap in your page (like the way
Is there a way to embed only a section of a website in another
Is there a way to embed OpenOffice inside a .NET Application? Something like the
Is there a way to embed one silverlight application in another silverlight application? if
Is there a way to embed images into my JavaDoc? Basically i want to

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.