7 Commits

Author SHA1 Message Date
cketcham
a87d71a4ae Move components out of widget
PiperOrigin-RevId: 190828084
2018-04-03 11:55:32 -04:00
dniz
ade4df00cb Change Gradle build to output single Maven artifact
PiperOrigin-RevId: 190774454
2018-04-03 11:49:01 -04:00
cketcham
848795fa39 Add Documentation for BottomAppBar
PiperOrigin-RevId: 189775730
2018-04-03 11:45:43 -04:00
cketcham
b3494e18c0 Add option to hide BottomAppBar on scroll
PiperOrigin-RevId: 189632650
2018-04-03 11:44:44 -04:00
cketcham
4da653a284 Fix FAB vertical alignment with different height BottomAppBar
Instead of using the height of the BottomAppBar it should use the height of the FAB. The default is for these heights to be the same which is why it was working before.

PiperOrigin-RevId: 189054684
2018-03-15 10:58:11 -04:00
cketcham
50e96399fa Handle BottomAppBar with no FAB
This change allows the BottomAppBar to not show a cutout if the FAB is not anchored to it using the CoordinatorLayout anchorId, or if the FAB is not visible. This change also allows the BottomAppBar to listen to show/hide animation changes so it can synchronize its animation to hide and show the cradle with the animation to hide and show the FAB.

PiperOrigin-RevId: 188024600
2018-03-12 12:54:31 -04:00
afohrman
e60ff13c1b Add shape and bottomappbar to build.
PiperOrigin-RevId: 186501402
2018-03-12 12:46:29 -04:00