锚定视图到底表

时间:2018-09-21 07:06:03

标签: android android-layout bottom-sheet

我在View中拥有阴影渐变:

<View
android:id="@+id/shadow"
android:layout_width="match_parent"
android:layout_height="25dp"
android:background="@drawable/bg_top_shadow"
app:layout_anchor="@id/bottomSheet" />

View放在包含我的CoordinatorLayout的代码行上方的BottomSheet中:

<include layout="@layout/bottom_sheet" />

我想将此视图附加到底部表,但是我遇到异常;

Error:(19, 28) No resource found that matches the given name (at 'layout_anchor' with value '@id/bottomSheet').

如何解决这个问题?我尝试将视图添加到BottomSheet XML中,但仍然收到错误。

0 个答案:

没有答案