From 5df627a69d2d13beaf894c25b5595e66de760efc Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Thu, 24 Dec 2015 11:39:37 +0100 Subject: [PATCH] DroidFish: Use a drawer layout instead of the options menu. --- DroidFish/res/layout/drawer_list_item.xml | 8 ++++++++ DroidFish/res/layout/left_drawer.xml | 10 ++++++++++ DroidFish/res/layout/right_drawer.xml | 10 ++++++++++ 3 files changed, 28 insertions(+) create mode 100644 DroidFish/res/layout/drawer_list_item.xml create mode 100644 DroidFish/res/layout/left_drawer.xml create mode 100644 DroidFish/res/layout/right_drawer.xml diff --git a/DroidFish/res/layout/drawer_list_item.xml b/DroidFish/res/layout/drawer_list_item.xml new file mode 100644 index 0000000..9082535 --- /dev/null +++ b/DroidFish/res/layout/drawer_list_item.xml @@ -0,0 +1,8 @@ + + + diff --git a/DroidFish/res/layout/left_drawer.xml b/DroidFish/res/layout/left_drawer.xml new file mode 100644 index 0000000..08d4f0c --- /dev/null +++ b/DroidFish/res/layout/left_drawer.xml @@ -0,0 +1,10 @@ + + diff --git a/DroidFish/res/layout/right_drawer.xml b/DroidFish/res/layout/right_drawer.xml new file mode 100644 index 0000000..ecb848e --- /dev/null +++ b/DroidFish/res/layout/right_drawer.xml @@ -0,0 +1,10 @@ + +