diff --git a/app/src/main/res/layout/bottom_sheet_blinds.xml b/app/src/main/res/layout/bottom_sheet_blinds.xml new file mode 100644 index 00000000..c0d86a55 --- /dev/null +++ b/app/src/main/res/layout/bottom_sheet_blinds.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/bottom_sheet_game.xml b/app/src/main/res/layout/bottom_sheet_game.xml new file mode 100644 index 00000000..7372733e --- /dev/null +++ b/app/src/main/res/layout/bottom_sheet_game.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_bottom_sheet.xml b/app/src/main/res/layout/fragment_bottom_sheet.xml index 11c21412..76eabc63 100644 --- a/app/src/main/res/layout/fragment_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_bottom_sheet.xml @@ -1,17 +1,20 @@ + app:layout_constraintTop_toTopOf="parent" + tools:title="Test" /> + app:layout_constraintTop_toBottomOf="@+id/bottomSheetToolbar" /> \ No newline at end of file diff --git a/app/src/main/res/menu/bottom_sheet_menu.xml b/app/src/main/res/menu/bottom_sheet_menu.xml new file mode 100644 index 00000000..f1301ad6 --- /dev/null +++ b/app/src/main/res/menu/bottom_sheet_menu.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file