Open Any1s opened 9 years ago
In another Android app of mine I was using this Compat Floating Action Bar package: https://github.com/makovkastar/FloatingActionButton in order to attach a floating action button to a ListView
. In our case it would be nice to have the reload button as a floating button. What do you think?
Not sure if it works with an ExpandableListView
, though.
I really, really disliked those floating buttons in any app using it that I have encountered so far (for example the horrible new Google Calendar). Also, I think the only action for such a button that makes sense is to add something to a list and even then I don't like the look of it. It always looks misplaced to me because it blocks information displayed by the view below.
I agree. The reason why I went for that particular package, however, is that it addresses this issue by hiding the floating button when scrolling down (when having the intention of consuming content) and bringing it back up when scrolling up.
+1