All Questions
Tagged with android-snackbar bottomnavigationview
7 questions
0
votes
1
answer
1k
views
Move snackbar above bottomNavigationView
I have a BottomNavigationView inside a CoordinatorLayout with and I want to move snackbar above bottomNavigationView but snackbar visible behind bottomNavigationView
My navigationView when scroll show/...
2
votes
0
answers
130
views
FAB doesn't return to initial position after snackbar goes away
I have a FloatingActionButton in a BottomAppBar, both inside of a CoordinatorLayout. When I have a Snackbar coming in, the FAB moves up correctly to make room for it, unfortunately, when the Snackbar ...
1
vote
3
answers
677
views
Move Snackbar above the bottomNavigationView
Want to move my snackbar above bottomnavigationview
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:...
0
votes
2
answers
120
views
Change position of Snackbar while it is shown based on BottomNavigationView's visibility
I have a BottomNavigationView within a CoordinatorLayout in my activity. I have a Snackbar that is displayed above the BottomNav so all good there. Based on some conditions the BottomNav visibility is ...
4
votes
2
answers
4k
views
How to display Snackbar above BottomNavigationView & move FAB?
this is similar to many questions but I got some different scenario . Let me explain scenario first , I have a MainActivity with BottomNavigationView & FrameLayout for switching Fragments ...
0
votes
3
answers
4k
views
Snackbar not showing up
So, I have a Homepage activity which contains BottomNavigationView and FrameLayout. On clicking tabs of BottomNavigationView, I am inflating different fragments. My codes are as follows:
...
3
votes
2
answers
1k
views
BottomNavigationView moves when Snackbar appears
I have a BottomNavigationView inside a CoordinatorLayout with app:layout_behavior=".BottomNavigationBehavior" to hide it when scrolling. The problem is that when I show a Snackbar, the ...