This really wasn’t documented anywhere and I found it through some random article. Adding this styling attribute does the trick:
style="?android:attr/progressBarStyleLarge"
The only reference to this on the developer documentation is here.
This really wasn’t documented anywhere and I found it through some random article. Adding this styling attribute does the trick:
style="?android:attr/progressBarStyleLarge"
The only reference to this on the developer documentation is here.