ChadCSong / ChadCSong/ShineButton

Shine is not working when removing the status bar

Open
#29 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
4.2k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

I'm trying to remove the status bar. The shine effect doesn't work after implementing the following code:

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
val w: Window = window // in Activity's onCreate() for instance
w.setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS,
WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS)
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.