Widget - ProgressBar

Anmol dwivedi
0
ProgressBar tp = new ProgressBar(this,null, android.R.attr.progressBarStyleHorizontal);
linear1.addView(tp,700,30);
tp.setIndeterminate(true);


//Circle
ProgressBar msg = new ProgressBar(MainActivity.this);
linear1.addView(msg);

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !