Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-10-12 14:47:43 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-10-12 14:47:43 +0300
commitc0aa69f4823fcc1c6b55347ba08639b468fdd841 (patch)
tree168231c06c5480b2f39ebf7d9495d040a6f0369f /app/src/main/res/menu
parentb65362ebb532d904f61bc39fa8d4d14b8c880a82 (diff)
Move boards list to drawer
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/activity_main_drawer.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/app/src/main/res/menu/activity_main_drawer.xml b/app/src/main/res/menu/activity_main_drawer.xml
deleted file mode 100644
index a30626e5d..000000000
--- a/app/src/main/res/menu/activity_main_drawer.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- tools:showIn="navigation_view">
-
- <group android:checkableBehavior="single">
- <item
- android:id="@+id/nav_camera"
- android:icon="@drawable/ic_menu_camera"
- android:title="Import" />
- <item
- android:id="@+id/nav_gallery"
- android:icon="@drawable/ic_menu_gallery"
- android:title="Gallery" />
- <item
- android:id="@+id/nav_slideshow"
- android:icon="@drawable/ic_menu_slideshow"
- android:title="Slideshow" />
- <item
- android:id="@+id/nav_manage"
- android:icon="@drawable/ic_menu_manage"
- android:title="Tools" />
- </group>
-
- <item android:title="Communicate">
- <menu>
- <item
- android:id="@+id/nav_share"
- android:icon="@drawable/ic_menu_share"
- android:title="Share" />
- <item
- android:id="@+id/nav_send"
- android:icon="@drawable/ic_menu_send"
- android:title="Send" />
- </menu>
- </item>
-
-</menu>