While trying to create a UI, I noticed that my FloatingActionButton
when having the same elevation as the ListView
and inside of the ListView
boundaries, the button won't work. However, when I increase the elevation of the FloatingActionButton
to be above the ListView
everything works fine.
Does the FAB, when the elevation increases, get render on a different surfaces so that it is able to be reach? Or is there other mechanism that knows that the button is situated above the ListView
so when the button is clicked, the conflicting boundaries between the ListView
and the FAB is solve?