mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Remove id in browse controller
Can't use until its binded
This commit is contained in:
parent
cd2b348719
commit
c92b1ce956
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@
|
||||||
app:layout_anchorGravity="top"
|
app:layout_anchorGravity="top"
|
||||||
app:layout_anchor="@id/ext_bottom_sheet" />
|
app:layout_anchor="@id/ext_bottom_sheet" />
|
||||||
<!-- Adding bottom sheet after main content -->
|
<!-- Adding bottom sheet after main content -->
|
||||||
<include layout="@layout/extensions_bottom_sheet"
|
<include layout="@layout/extensions_bottom_sheet"/>
|
||||||
android:id="@+id/bottom_sheet"/>
|
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:id="@+id/shadow2"
|
android:id="@+id/shadow2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue