Widget - ProgressBar
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);
Posting Lebih Baru
Posting Lama
Beranda