We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25482b1 commit ef2c2faCopy full SHA for ef2c2fa
docs/components/Snackbar.md
@@ -44,10 +44,8 @@ Available duration presets are:
44
* `LENGTH_SHORT` (Show the snackbar for a short period of time)
45
46
**Note:** Snackbars work best if they are displayed inside of a
47
-[CoordinatorLayout](https://developer.android.com/reference/androidx/coordinatorlayout/widget/CoordinatorLayout).
48
-`CoordinatorLayout` allows the snackbar to enable behavior like
49
-swipe-to-dismiss, as well as automatically moving widgets like
50
-[FloatingActionButton](FloatingActionButton.md).
+[CoordinatorLayout](https://developer.android.com/reference/androidx/coordinatorlayout/widget/CoordinatorLayout),
+which allows the snackbar to enable behavior like swipe-to-dismiss.
51
52
### Making snackbars accessible
53
0 commit comments