I am displaying a Progress bar in Android, which is as below:
but there is a white border around the progress-bar, what if i dont want to display any border?
i.e. Only progress-bar circle and text should be shown in progress-bar dialog.
How do i display below progress bar? (How do i display progress dialog as Searching in below image:)
Update: I am failed to find the solution for this, but i think there should be some trick to display progressbar dialog in this way, i mean to say there should be a way by extending some styles in styles.xml. Please anybody focus on this question and help me to display such dialog.