From a92c2acd880993f822111ba6496a310f45787f5b Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Thu, 14 Feb 2019 15:52:44 +0100 Subject: [PATCH] Add layouts --- .../main/res/layout/bottom_sheet_bankroll.xml | 13 ++++++++ app/src/main/res/layout/bottom_sheet_date.xml | 32 +++++++++++++++++++ app/src/main/res/layout/bottom_sheet_game.xml | 16 +++++++--- .../main/res/layout/bottom_sheet_location.xml | 13 ++++++++ .../res/layout/bottom_sheet_table_size.xml | 13 ++++++++ 5 files changed, 83 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/layout/bottom_sheet_bankroll.xml create mode 100644 app/src/main/res/layout/bottom_sheet_date.xml create mode 100644 app/src/main/res/layout/bottom_sheet_location.xml create mode 100644 app/src/main/res/layout/bottom_sheet_table_size.xml diff --git a/app/src/main/res/layout/bottom_sheet_bankroll.xml b/app/src/main/res/layout/bottom_sheet_bankroll.xml new file mode 100644 index 00000000..56b38a58 --- /dev/null +++ b/app/src/main/res/layout/bottom_sheet_bankroll.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/bottom_sheet_date.xml b/app/src/main/res/layout/bottom_sheet_date.xml new file mode 100644 index 00000000..d04e9d17 --- /dev/null +++ b/app/src/main/res/layout/bottom_sheet_date.xml @@ -0,0 +1,32 @@ + + + + + + + + \ 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 index 7372733e..5a052178 100644 --- a/app/src/main/res/layout/bottom_sheet_game.xml +++ b/app/src/main/res/layout/bottom_sheet_game.xml @@ -1,11 +1,19 @@ - + + + - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/layout/bottom_sheet_location.xml b/app/src/main/res/layout/bottom_sheet_location.xml new file mode 100644 index 00000000..7546616e --- /dev/null +++ b/app/src/main/res/layout/bottom_sheet_location.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/bottom_sheet_table_size.xml b/app/src/main/res/layout/bottom_sheet_table_size.xml new file mode 100644 index 00000000..7546616e --- /dev/null +++ b/app/src/main/res/layout/bottom_sheet_table_size.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file