Open dxshindeo opened 3 years ago
What's the type of this progress bar?
Default, custom, material? Post your progressbarForm
Sorry, forgot to mention:
<?xml version="1.0" encoding="utf-8"?>
<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true"
android:indeterminateTint="@color/pink"
android:indeterminateTintMode="src_in"
android:progressTint="@color/pink" />
1) Library version
1.6.6
2) Device and OS version
Android 10 (Huawei P20 Pro)
3) Detailed steps to reproduce the issue
Simply put a progressbar under the blurView and after first cycle a sorta cut-out square will show up around the progressbar
4) XML layout and code for BlurView setup