ShineButton
ShineButton copied to clipboard
Shine is not working when removing the status bar
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) }
Resolved on version 0.2.0 Just replace with follow: compile 'com.sackcentury:shinebutton:0.2.0'
This is still an issue. Please reopen this issue.
You can check my test code in MainActivity.java . or Any other code was add?
The shine button is placed inside the NestedScrollView of a Scrolling Activity.
Here's the preview of my sample app, as you can see there's no shine effects:

PS: The activity I am using is not flagged as full screen.