Problem with NoActionBar bar activity
See original GitHub issueHi, I tried to use this in my new app and it’s working fine but when I used this with a no NoActionBar activity it’s not showing properly on Flashbar.Gravity.TOP
This is my code which I am writing
Flashbar.Builder builder = new Flashbar.Builder(activity) .gravity(gravity) .title(title) .message(body) .enableSwipeToDismiss() .backgroundColorRes(R.color.colorPrimarylight) .enterAnimation(FlashAnim.with(activity) .animateBar() .duration(Flashbar.DURATION_SHORT) .alpha() .overshoot()); _flashBar=builder.build();
This is the preview of the problem
What should I do ?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:13 (1 by maintainers)
Top GitHub Comments
This is fixed in 1.0.3
same problem