I am writing a media player and i would like to have a progress bar showing the progress of the song. I found the ProgressBar class, but all i can get on the screen is a cir
Programmatically:
progressBar = new ProgressBar(activity, null, android.R.attr.progressBarStyleHorizontal); progressBar.setIndeterminate(false);