如何将ListView添加到snackbar?

时间:2016-07-15 18:25:11

标签: android android-snackbar

在使用youtube应用程序时,我注意到当我点击按钮时会出现此视图:

enter image description here

这是一个小吃吧(屏幕底部的白色视图),如果是这样,我如何定制一个普通的小吃吧看起来像?

1 个答案:

答案 0 :(得分:1)

这些是底页,特别是模态底页。请参阅此处的文档:https://material.google.com/components/bottom-sheets.html?authuser=0#bottom-sheets-modal-bottom-sheets

您需要将LinearLayout作为BottomSheet添加到CoordinatorLayout

的父视图中