mmin18/RealtimeBlurView

BUG

DuShuYuan opened this issue · 0 comments

When android:layout_marginTop="-45dp" is set, the partial blur effect of the status bar is invalid

<com.github.mmin18.widget.RealtimeBlurView
    android:id="@+id/blur"
    android:layout_width="match_parent"
    **android:layout_marginTop="-45dp"**
    app:realtimeOverlayColor="#00000000"
    app:realtimeBlurRadius="50dp"
    android:layout_height="match_parent"/>