From a9aa55253917799b094d546e865cd4099df600dd Mon Sep 17 00:00:00 2001 From: Robin Mano Date: Tue, 24 Oct 2017 19:04:50 +0530 Subject: [PATCH] Update bottom-sheets.md I have tried this but not works when i changed the anchorGravity to top from bottom it's worked. --- docs/components/bottom-sheets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/bottom-sheets.md b/docs/components/bottom-sheets.md index 2834af9..58d4fd5 100644 --- a/docs/components/bottom-sheets.md +++ b/docs/components/bottom-sheets.md @@ -176,6 +176,6 @@ III. Configure the `layout_anchorGravity` attribute with the desired gravity. android:layout_margin="@dimen/fab_margin" android:src="@android:drawable/ic_dialog_email" app:layout_anchor="@id/app_bar" - app:layout_anchorGravity="bottom|end" + app:layout_anchorGravity="top|end" /> ```