Replace toast with snackbar when applicable.

Bug: 16877477
Bug: 23343217

Changed root view from a LinearLayout to CoordinatorLayout, which is
required to build custom behavior.

Added a custom behavior on linear layout - this makes the left/right/fab
button slide up/down as snackbar visibility changes.

Replaced most toast to snackbar. When we show toast without a UI, we
can't use snack bar.

Change-Id: Icd0ffd58d3f211dbe7d861868e763f227941e455
19 files changed