Search code examples
androidandroid-loadermanager

how to set text in loader


I use support-v4.jar , and can be easily show the loader. But I want to set some text beside the circle. and what should i do ? enter image description here


Solution

  • Options:

    1. Place a ProgressBar with a TextView in the xml layout.
    2. Use a ProgressDialog and call setMessage()