question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with NoActionBar bar activity

See original GitHub issue

Hi, 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

untitled

What should I do ?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:6
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
elek90commented, Aug 15, 2018

This is fixed in 1.0.3

0reactions
rolamacommented, Nov 4, 2022

same problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is AppTheme.NoActionBar not working? - Stack Overflow
The theme AppTheme.NoActionBar and the elements used in it are activity styling. Applying it to a FrameLayout inside an Activity does not affect...
Read more >
Different Ways to Hide ActionBar in Android with Examples
1. Hide ActionBar from the entire App using styles.xml ... If you want to hide Action Bar from the entire application (from all...
Read more >
NoActionBar themes render the Action Bar when previewing ...
When attempting to preview an activity which used an AppCompat theme without an Action Bar (Theme.AppCompat.NoActionBar or Theme.AppCompat.Light.
Read more >
Hide the status bar - Android Developers
The advantages of using an activity theme are as follows: It's easier to maintain and less error-prone than setting a flag programmatically. It ......
Read more >
Android Activity Without Action Bar 2019 - YouTube
NoActionBar not working ? how to hide action bar in splash screen Android: how to hide ActionBar on certain activities Android Studio ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found