Skip to content

Commit b8f8d1c

Browse files
committed
add background
1 parent 093cee2 commit b8f8d1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scdisplayutils/src/main/java/com/stevechulsdev/scdisplayutils/ScDisplayUtils.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ object ScDisplayUtils {
3333
if(largeCircle) {
3434
mProgressBar = ProgressBar(activity.applicationContext, null, android.R.attr.progressBarStyleLarge).apply {
3535
isIndeterminate = true
36+
setBackgroundColor(ContextCompat.getColor(activity, android.R.color.transparent))
3637
visibility = View.VISIBLE
3738

3839
try {

0 commit comments

Comments
 (0)