The progress bar is large one by default in ListFragment
ProgressBar progress = new ProgressBar(context, null,
android.R.attr.progressBarStyleLarge);
Is the only way to change it using reflection?
I believe you should be able to subclass it and override the onCreate()
with your custom layout. I haven't done it with the ProgressBar
, but that's how I customized the ProgressDialog
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With