Any1s / RBTV-Sendeplan

Other
3 stars 0 forks source link

Material design #18

Open Any1s opened 9 years ago

oliverschloebe commented 9 years ago

+1

oliverschloebe commented 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.

Any1s commented 9 years ago

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.

oliverschloebe commented 9 years ago

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.